html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #112229;
    overflow-x: hidden !important;


}

ol, ul {
    list-style: none;
    line-height: 29px;
    padding-top: 12px;

}

a:hover {
    text-decoration: none;
}

span.get {
    color: #f9dc45;
    font-size: 3.5rem;
}

b {
    font-weight: 600;
}

img.shape_how_work {
    width: 900px;
}

h1 {
    font-size: 33px;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 41px;
    font-family: sans-serif !important;
}

a:hover, a:focus {
    color: black;
    text-decoration: none;
}

a.collapsed {
    text-decoration: none;
}

a.collapsed:hover {
    color: black;
    text-decoration: none;
}

.heading-sec-2 {

    margin-left: 15px;
}

ul.social-item {
    margin-left: -30px;
}

.form-main {


    background-size: cover;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 58px;
    margin-right: 32px;
}

h3.heading-for {
    text-align: left;
    margin-left: -175px;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 41px;
    font-size: 35px;

}



a {
    color: #000000;
    text-decoration: none;
}

/*a:hover, a:focus {*/
/*    color: #ffffff;*/
/*    text-decoration: underline;*/
/*}*/

.welcome-sec .custom-btn:hover {
    background: #fee34a;
    color: #000;
}



span.worry {
    color: #55b39b;
    font-family: sans-serif;
}

.main-wrapper {
    border-radius: 35px;

    border: 1px solid #f9dc45;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 20px !important;
    margin-left: -18px;


    background-color: #04040485;

    @media screen and (max-width: 991px) {
        width: 70%;
    }

    @media screen and (max-width: 767px) {
        width: 90%;
    }

    .form-head {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        text-align: center;
        margin: 0px 0 25px;
        color: white;
    }

    .form-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

    .form-card {
        position: relative;
        width: 100%;
    }

    .form-input {
        padding: 3px 29px 0px;
        width: 100%;

        border-radius: 15px;
        background: white;
        outline: none;
        font-size: 14px;
        line-height: 30px;
        font-weight: 400;
        box-sizing: border-box;
        text-align: justify;
        border: none;
    }



    &:valid~.form-label,
    &:focus~.form-label {
        color: gray;
        top: 30%;
        transform: translateY(-70%);
        font-size: 13px;
        line-height: 23px;
    }

    &:-webkit-autofill,
    &:-webkit-autofill:hover,
    &:-webkit-autofill:focus,
    &:-webkit-autofill:active {
        transition: background-color 9999s ease-in-out 0s;
    }

    &::-webkit-outer-spin-button,
    &::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .form-label {
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        transition: 0.3s;
        margin: 0;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
    }

    a.text-dark {
        color: red;
        text-decoration: underline;
    }

    .col-sm-6.md {

        margin-top: 48px;
    }

    .form-textarea {
        padding: 0px 14px 0px;
        width: 100%;
        border: 1px solid black;
        border-radius: 15px;
        background: white;
        outline: none;
        font-size: 14px;
        line-height: 30px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        resize: none;
        box-sizing: border-box;

        &:valid,
        &:focus {
            border: 1px solid gray;
        }

        &:valid~.form-textarea-label,
        &:focus~.form-textarea-label {
            color: color-gray;
            top: 18%;
            transform: translateY(-82%);
            font-size: 13px;
            line-height: 23px;
        }

        &:-webkit-autofill,
        &:-webkit-autofill:hover,
        &:-webkit-autofill:focus,
        &:-webkit-autofill:active {
            transition: background-color 9999s ease-in-out 0s;
        }

        .form-textarea-label {
            position: absolute;
            left: 25px;
            top: 30%;
            transform: translateY(-70%);
            pointer-events: none;
            transition: 0.3s;
            margin: 0;
            font-size: 18px;
            line-height: 28px;
            font-weight: 500;

        }
    }
}


.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0 0;
}

.custom-btnn {
    width: 100%;
    padding: 6px 17px;
    background: #fee34a;
    border-radius: 8px;
    color: #313131;
    font-size: 14px;
    outline: none;
    margin: 20px 0px;
    border: 1px solid #fee34a;
}



h2 {
    font-size: 23px;
    line-height: 41px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: sans-serif !important;
}

p {
    color: black;
    font-size: 16px;
    padding: 10px 0px;
}

i.fa.fa-check-circle {
    color: #112229;
    font-size: 21px;
    padding-right: 5px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #112229;
    border-color: #112229;
}

.custom-btn {
    width: 100%;
    padding: 10px 50px;
    background: #fee34a;
    border-radius: 22px;
    color: #313131;
    font-size: 19px;
    outline: none;
    margin: 0px 0px;
}

.top-bar {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #55b39b;
    padding: 5px 0px;
}

.main-nav-bar {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #112229;
    transition: .2s linear;
}


.navbar {
    margin-bottom: 0;
    min-height: auto;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #efca3e;
}

.navbar-brand {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.navbar-nav>li>a {
    color: #fff;
    padding: 10px 13px;
    margin: 16px 0px;
    transition: .2s linear;
}

.dropdown-menu {
    background-color: #112229;
    padding: 0;
    border: none;
    outline: none;
}

span.move {
    background: white;
    font-size: 52px;
    letter-spacing: 2px;
    border-radius: 15px 15px 0px 0px;
    font-family: 'Poppins', sans-serif;
    color: black;
    font-weight: 600;
    padding: 5px;
}

span.grades {
    font-size: 80px;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fee34a;
    white-space: nowrap;
    border-bottom: 1px solid #ffffff1f;
    transition: .2s linear;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #fee34a;
    outline: none;
    border-bottom: 1px solid #ffffff1f;
}

.navbar-nav>li>a.livechat {
    color: #050505;
    padding: 10px 25px;
    margin: 16px 6px;
    background: #ddb72b;
    border-radius: 19px;
    animation: move 2s linear infinite;
    transition: .2s linear;
    font-weight: bold;
}


.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: left;
    transition: all 0.5s;
    padding-right: 45px;
    color: #55b39b;

}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    FONT-SIZE: 14PX;
    LINE-HEIGHT: 22PX;
    FONT-FAMILY: sans-serif;
    BACKGROUND-COLOR: #f2f6f5;
    PADDING: 35PX;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


@keyframes move {

    0% {
        transform: scale(0.8);
        background: #fee34a;
    }

    30% {
        transform: rotate(0deg);
        background: #fee34a;
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: scale(0.4);
        transform: rotate(0deg);
    }

}

.navbar-nav>li>a.livechat:hover {
    background: #55b39b;
    color: #000000;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: none;
    color: #fee34a;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
    outline: none;
}


ul.social-icon li {
    display: inline-block;
}

ul.social-icon li a {
    color: #fff;
    display: block;
    padding: 0px 2px;
    font-size: 12px;
}

ul.social-icon li a i {
    font-size: 16px;
    color: #fee34a;
}

ul.info_links {
    text-align: right;
}

.main-slider {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px 0px;
    background-image: url(assets/images/Banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 50px;
    /* background-attachment: ; */
}


.main-slider p {
    line-height: 25px;
    text-align: left;
}

ul.slider-item {
    list-style: none;
    padding-bottom: 15px;
    line-height: 2rem;
}

ul.slider-item-index li {
    display: inline-table;
    width: 100%;
    max-width: 47%;
    color: white;
}
ul.slider-item-index {
    color: white;
    list-style: none;
    padding-bottom: 15px;
    line-height: 2rem;
}

ul.slider-item li i {
    color: #fee34a;
}

ul.slider-item li img {
    vertical-align: inherit;
    ;
}

.slider-caption {
    width: 100%;
    padding-top: 57px;
}

.slider-caption .form-control {
    width: 100%;
    height: auto;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #fee34a;
    padding: 13px 10px;
    -webkit-border-radius: 22px;
}


ul.social-item li {
    display: inline-block;
}

ul.social-item li a {
    display: block;
    padding: 0px 6px;
}

.item-control-sec {
    width: 100%;
    padding: 15px 0px;
    background: #112229;
    color: #fff;
}

.media-heading {
    color: #55b39b;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
    color: white;
    padding: 8px;
    font-size: 15px;
    font-weight: 300;
    padding-top: 12px;
    line-height: 22px;
}

.welcome-sec {
    width: 100%;
    /*padding: 40px 0px;*/
    background: url(assets/images/Background.jpg);
    background-repeat: no-repeat;

    background-position: center;
    background-size: cover;
    padding-bottom: 60px;
}

h2.welcome-heading {
    font-size: 24px;
}

.welcome-sec p {
    color: #343434;
    font-size: 15px;
    line-height: 25px;
}

.welcome-sec .custom-btn {
    display: inline-block;
    width: 100%;
    max-width: 30%;
    padding: 9px 0px;
    font-size: 16px;
    transition: .2s linear;
    border: none;
}

.welcome-sec .custom-btn:hover {
    background: #112229;
    color: #fff;
}

.orderclr {
    background: #112229;
    color: #fff;
}

.item-idea {
    width: 100%;
    text-align: center;
    position: relative;
}

.icon-item {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}

.item-para {
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
    padding: 0px 65px;
}

.item-para p {
    color: #fff;
    font-size: 17px;
}

.shapeimg {
    width: 100%;
}

.info_welcome {
    width: 100%;
    padding-top: 50px;
}

.advantage-sec {
    width: 100%;
    padding: 46px 0px;
    background: url(assets/images/Banner2.jpg);


    background-position: center;
    background-size: cover;
}

.heading-sec {
    width: 100%;
    padding: 7px 0px;
    text-align: center;
    color: black;
    font-family: 'Poppins', sans-serif;
    margin-left: 23px;
    padding-right: 110px;
    padding-left: 110px;
}

.heading-sec h3 {
    font-size: 29px;
    line-height: 41px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.heading-sec h4 {
    font-size: 29px;
    line-height: 41px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: sans-serif;
}

.custom-item-say h6 {
    font-weight: bold;
}

.header-sec h3 {
    font-size: 29px;
    line-height: 41px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-sec h4 {
    font-size: 29px;
    line-height: 41px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-sec h5 {
    font-size: 29px;
    line-height: 41px;
    font-weight: 600;
    text-transform: uppercase;
}

#headingFour h5 {
    font-size: 16px;
    font-weight: bold;
}

.how_its_work {
    width: 100%;
    padding: 23px 0px;
    text-align: center;
    background: url(assets/images/BG.jpg);

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    /*display:none;*/


}

.line_work {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 67px;

}

.line_work img {
    width: 100%;
}

.item_how_work {
    width: 100%;
    position: relative;
}

.icon_work {
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
}

.icon_work img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.icon_work:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.icon-item img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.icon-item:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.media-left img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.media-left:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.work_info {
    padding: 8px 0px;
}

.work_info h4 {
    color: #112229;
}

.heading-sec p {
    color: #112229;
}

.acedmic-paper-sec {
    width: 100%;
    padding: 30px 0px;
    background: url(assets/images/BannerImage3.jpg);
    padding-bottom: 70;
    padding-bottom: 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

p.heading-section_p {
    line-height: 25px;
    font-weight: 500;
    font-family: sans-serif;
    color: black;
    font-weight: 500;
    margin-left: -43px;
    margin-top: -24px;
    text-align: justify;
}



.item-shape-sec {
    margin: 160px 0px;
}

.assignment_img {
    margin-top: 70px;
}

.assignment_img img {
    width: 100%;
    max-width: 467px;
    display: block;
    margin: 0 auto;
}

.award-sec {
    width: 100%;
    padding: 20px 0px;
    background: #112229;
    text-align: center;
}

.award-sec p {
    color: #fff;
    padding: 0;
    font-size: 15px;
}

.award-sec h3 {
    color: #fff;
    padding: 0;
    font-size: 21px;
}

.breadcrumb {
    width: 100%;
    padding: 0;
}

.breadcrumb-inner {
    width: 100%;
    padding: 140px 0px;
}

.breadcrumb h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 45px;
    padding: 10px 0px;
}



.contact-banner {
    background: linear-gradient(0deg, #000000, #efca3e59), url(assets/images/contact-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-banner {
    background: linear-gradient(0deg, #000000, #efca3e59), url(assets/images/about-us-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.hnd-assignment-help-banner {
    background: linear-gradient(0deg, #000000, #efca3e59), url(assets/images/hnd-assignment-help.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.cipd-assignment-help-banner {
    background: linear-gradient(0deg, #000000, #efca3e59), url(assets/images/cipd-assignment-help.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dissertation-writing-service-banner {
    background: url(assets/images/image-51.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.master-dissertation-writing-service-banner {
    background: url(assets/images/master-dessertation.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 720px;
}

.Essay-Writing-banner {
    background: linear-gradient(0deg, #000000, #efca3e59), url(assets/images/essay-writing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.nursing-assignment-help-banner {
    background: linear-gradient(0deg, #000000, #efca3e59), url(assets/images/nursing-assignment-help-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.arab-open-university-banner {
    background: linear-gradient(0deg, #000000, #efca3e59), url(assets/images/arab-open-university-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.accounting-assignment-help-banner {
    background: linear-gradient(0deg, #000000, #efca3e59), url(assets/images/accounting-assignment-help-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.finance-assignment-help-banner {
    background: linear-gradient(0deg, #000000, #efca3e59), url(assets/images/finance-assignment-help-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.marketing-assignment-help-banner {
    background: linear-gradient(0deg, #000000, #efca3e59), url(assets/images/Marketing-Assignment.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-banner {
    background: linear-gradient(0deg, #000000, #efca3e59), url(assets/images/contact-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.transparent_nav {
    border-bottom: 1px solid #ffffff2e;
    transition: .2s linear;
}

.main-content-sec {
    width: 100%;
    padding: 30px 0px;
}

.main-content-sec h3 {
    font-weight: bold;
    font-size: 34px;
    font-family: sans-serif !important;
}


.getaquote_form {
    width: 100%;
    padding-bottom: 20px;
    background: url(assets/images/sider-form-bg.jpg) center center / cover no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 20px 0px;
}

.title_quote {
    width: 100%;
    text-align: center;
    margin-bottom: 21px;
    padding: 13px 0px;
    background: #112229;

}

.title_quote h2 {
    font-size: 20px;
}

.title_quote h3 {
    text-transform: uppercase;
    color: #fee34a;
    font-size: 17px;
    font-weight: bold;
}

.getaquote_form .form-control {

    width: 100%;
    max-width: 319px;
    border-radius: 20px;
    padding: 10px 15px;
    margin: 0px auto;
    border: 1px solid #398775;
    background-color: #fee34a;
    color: #313131;
}

.getaquote_form .form-control::placeholder {
    color: #313131;
}

.getaquote_form .form-group {
    margin-bottom: 9px;
    padding: 0px 9px;
    display: flex;
    justify-content: center;
}

.getaquote_form button {
    width: 100%;
    max-width: 310px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fee34a;
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 20px;
    padding: 10px 30px;
    margin: 0px;
    background: #112229;
}

.left-side-bar {
    background: url(assets/images/call-to-action-bg.jpg);
    background-size: cover;
    padding: 7px 69px;
}

.left-side-bar p {
    color: white;
    padding: 1px 11px;
    font-size: 30px;
}

.left-side-bar button {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #002365;
    background: #fee34a;
    padding: 11px 21px;
    border-radius: 36px;
    list-style: none;
    width: 100%;
    max-width: 312px;
    margin: 18px auto;
}

.media-heading2 {
    color: black;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 23px;
}

.gettouch {
    background-position: initial;
}

.getaquote_form {
    width: 100%;
    background: url(assets/images/sider-form-bg.jpg);
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.getaquote_form.bgcolorservice_guarantess {
    background: #fee34a;

}

.remove_bottom {
    padding: 0;
    margin-bottom: 44px;
}

.getaquote_form .media {
    margin: 0;
    padding: 11px 13px;
    border-bottom: 1px solid #112229;
}

.getaquote_form .media h4 {
    color: #112229;
    font-size: 13px;
    font-weight: bold;
}

.bggettouch {
    background: #55b39b;
}

.bgtouch {
    background: #112229;
}

.bgtouch .media {
    background: #fee34a;
    margin: 10px 15px;
    border-radius: 47px;
}

.bgtouch button {
    width: 100%;
    max-width: 310px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fee34a;
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 20px;
    padding: 10px 30px;
    margin: 0px;
    background: #55b39b;
}


.call_toaction {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #002365;
    background: #fee34a;
    padding: 11px 11px;
    border-radius: 36px;
    list-style: none;
    width: 100%;
    max-width: 312px;
    margin: 18px auto;
}

.call_toaction a {
    color: #112229;
}

.call_toaction a img {
    vertical-align: sub;
    padding-right: 9px;
}

.contact_form {
    width: 100%;
}

.form_design {
    width: 100%;
    padding: 30px 30px;
    background: #f5f5f5;
    margin: 10px 0px;
}

.form_design .form-control {
    width: 100%;
    height: auto;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #112229;
    padding: 13px 15px;
    -webkit-border-radius: 22px;
}

.form_design button {
    background: #112229;
    color: #fff;
    padding: 10px 45px;
    margin: 16px 0px;
    border-radius: 19px;
    transition: .2s linear;
    outline: none;
    border: none;
}

.customer-say {
    width: 100%;
    background: #f3f3f3;
}

.customer-say .heading-sec p {
    color: #333;
    font-size: 16px;
}

.dissertation-saying {
    width: 100%;
    background: url(assets/images/Back111.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}


.dissertation-saying .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}


.panel-default>.panel-heading {
    color: #333;

    border-color: transparent;
    padding: 16px 13px;


}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border-color: white;


}

.panel-default {
    border-color: #112229;
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
    text-decoration: none;
}

.panel-group {
    margin-bottom: 0;
    padding: 30px 0px;
    padding-top: 0;
    width: 100%;
    max-width: 82%;
    margin: 0 auto;
}

.footer_section {
    width: 100%;
    padding: 90px 0px;
    background: #112229;
}

.footer_section h3 {
    font-size: 24px;
    color: #fee34a;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.footer_section p {
    color: #fff;
    font-size: 13px;
    opacity: 0.9;
    font-family: 'Poppins', sans-serif;
    line-height: 23px;
    padding-right: 75px;
    padding-top: 22px;
    letter-spacing: 1px;


}

.footer_section a {
    color: #fff;
    font-size: 13px;
    opacity: 0.8;
}

.disclaimer_note {
    width: 100%;
    padding: 11px 0px;
    background: #fee34a;
    color: #fff;
}

.disclaimer_note h3 {
    color: #034434;
    font-size: 22px;
    font-weight: bold;

}

.disclaimer_note p {
    color: black;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    font-size: 14px;

}

.disclaimer_note h5 {
    color: #034434;
    text-align: right;
    margin-top: 30px;
    font-size: 18px;
}

.main-nav-bar.black {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #112229;
    z-index: 999;
}

.transparent_nav.black {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #112229;
    z-index: 999;
}

.custom-item-say {
    width: 100%;
    background: #ffff;
    padding: 10px 11px;
    border-radius: 6px;
    height: 184px;
    margin-bottom: 44px;
    cursor: pointer;
    border: 1px solid #c1c1c1;
}

.custom-item-say p {
    padding: 0;
}

.custom-item-say a {
    display: block;
    text-decoration: none;
    color: #112229;
}

.main-custom-content {
    width: 100%;
    position: relative;
    padding-top: 69px;
    text-align: center;
    padding-bottom: 50px;
}

.customer-say-content {
    width: 100%;
    background: #fff;
    text-align: center;
    padding-top: 73px;
}

.customer-say-content hr {
    margin: 0;
}

.customer-say-content p {
    padding: 10px 20px;
    font-size: 15px;
    color: #333;
}

.customer-say-content h3 {
    color: #333;
}

.customer-say-content p i {
    color: #fee34a;
}

.custom-picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.bgtouch .media a {}

.acedmic-paper-sec .custom-btn {
    display: inline-block;
    width: 100%;
    max-width: 35%;
    padding: 9px 0px;
    font-size: 15px;
    transition: .2s linear;
    border: none;
    margin: px 0px;
    background: #112229;
    color: #dfca45;
    font-weight: 600;

}

.order_details .form-control {
    height: auto;
    border-radius: 20px;
    padding: 10px 15px;
    width: 100%;
    margin: 0 auto;
    outline: none;
    border: 1px solid #cccccc;
}

.order_details {
    width: 100%;
    background: #55b39b;
    padding: 20px 30px;
    border-radius: 4px;
}

.order_specification {
    width: 100%;
    background: #112229;
    text-align: center;
    padding: 12px 0px;
}

.order_specification h2 {
    color: #fff;
}

.personal_info {
    width: 100%;
    background: #112229;
    padding: 20px 30px;
    border-radius: 4px;
}

.personal_info .form-control {
    height: auto;
    border-radius: 20px;
    padding: 10px 15px;
    width: 100%;
    margin: 0 auto;
    outline: none;
    border: 1px solid #cccccc;
}

.personal_info label {
    color: #fff;
}

.personal_info h2 {
    color: #fee34a;
    text-align: center;
    padding: 10px 0px;
    font-size: 24px;
}

.amount_order {
    width: 100%;
    height: auto;
    padding: 5px 0px;
    background: #fee34a;
    color: #343434;
    text-align: center;
    margin: 10px 0px;
    border-radius: 20px;
}

.personal_info .amount_order p {
    font-size: 20px;
    text-transform: uppercase;
    color: initial;
}

.personal_info p {
    color: #fff;
}

.order_details button {
    padding: 10px 30px;
    border-radius: 20px;
    background: #fee34a;
    border: 1px solid #11222994;
    outline: none;
    color: #112229;
    transition: .2s linear;
}

.order_details button:hover {
    background: #112229;
    color: #fff;
}

.personal_info button {
    padding: 7px 36px;
    border-radius: 20px;
    background: #fee34a;
    border: 1px solid #11222994;
    outline: none;
    color: #112229;
    font-weight: bold;
    transition: .2s linear;
}

.personal_info button:hover {
    background: #112229;
    color: #fff;
}

.form_order {
    width: 100%;
    padding: 30px 0px;
}

body.login_bg {

    background: url(assets/images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.login_section {
    width: 100%;
    max-width: 431px;
    height: auto;
    background: #e8e8e8;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 130px;
    padding: 45px 0px;
    padding-bottom: 14px;
    border-radius: 3px;
    padding-top: 0;
}

.login_section h4 {
    color: #636363;
    padding-bottom: 20px;
    font-size: 23px;
    text-align: center;
}


.footer_login {
    width: 100%;
    text-align: center;
}

.footer_login ul li {
    display: inline-block;
}

.footer_login ul li a {
    padding: 0px 7px;
    font-size: 16px;
}

.login_section a {
    display: block;
    text-decoration: none;
    color: #112229;
    margin: 0px 0px;
    text-align: center;
}

.login_section .form-control {
    height: auto;
    border-radius: 20px;
    padding: 10px 15px;
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
    outline: none;
    border: 1px solid #cccccc;
}

.login_section button {
    padding: 10px 30px;
    outline: none;
    border: none;
    background: #55b39b;
    border-radius: 20px;
    margin: 10px 0px;
    color: #343434;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}

.footer_login p {
    text-align: center;
}

.title_login {
    padding: 10px 0px;
    background: #fee34a;
    margin-bottom: 34px;
}

.title_login h4 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}


.calltoaction {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background: url(assets/images/call-to-action-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.calltoaction p {
    color: #fee34a;
    line-height: 33px;
    font-size: 23px;
    font-family: 'Poppins', sans-serif;


}

.calltoaction ul {
    text-align: right;
}

.calltoaction ul li {
    display: inline-block;
}

.calltoaction ul li a {
    display: block;
    color: #fee34a;
}

.calltoaction ul li a img {
    vertical-align: middle;
    margin-right: 7px;
}

.calltoaction a.e-mail {
    display: block;
    text-align: right;
    margin-left: 61px;
    margin-top: 10px;
    color: #fee34a;
}

.actionsection {}

.actionsection a {
    width: 100%;
    padding: 9px 13px;
    font-size: 15px;
    transition: .2s linear;
    border: none;
    background: #fee34a;
    border-radius: 22px;
    display: block;
    max-width: 36%;
    text-align: center;
    color: #000;
    margin: 25px 20px 14px auto;
    font-weight: 700;
}

.remove_bottom h2 {
    color: #fee34a;
    line-height: inherit;
    padding-top: 8px;
}

.remove_bottom h3 {
    font-size: 12px;
}

.dissertation-saying .panel-body {
    text-align: left;
}

ul.item {
    margin: 16px 0px;
    text-align: left;
}

ul.item li {
    padding: 5px 0px;
}

ul.item li img {
    vertical-align: sub;

}

ul.item {
    margin: 16px 0px;
    text-align: left;

}

ul.item-1 {
    text-align: left;
    margin-left: -43px;
}

.shapeimg {
    width: 100%;
    max-width: 233px;
}

.icon-item {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
}

.item-para {
    position: absolute;
    bottom: 37px;
    left: 0;
    right: 0;
    padding: 0px 66px;
}

.item-para p {
    color: #fff;
    font-size: 13px;
    text-align: center;


}

button.btn.btn-primary.custom-btn {
    margin: 6px;
    margin-top: 50px;
    float: right;
}



/* Responsive styles for screens 398px to 480px */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .shapeimg {
        max-width: 70%;
    }


    .icon-item, .item-para {
        left: 50%;
        transform: translateX(-50%);
    }

    .item-para {
        padding: 0px 20px;
    }

    .item-para p {
        color: #fff;
        font-size: 17px;
        text-align: center;
        line-height: 32px;
    }

    .advantage-sec .media-body {
        color: #fff;
        font-size: 12px;
    }

    .media {
        padding-top: 25px !important;
    }

    .heading-sec {
        width: 100%;
        padding: 30px 0px;
        text-align: center;
        color: black;
        font-family: 'Poppins', sans-serif;
        margin-left: 23px;
        padding-right: 10px;
        padding-right: 28px;
        margin-top: -25px;

    }

    .custom-btn {
        width: 100%;
        padding: 10px 50px;
        background: #112229;
        border-radius: 22px;
        color: #dfca45;
        font-size: 19px;
        outline: none;
        margin: 30px 0px;

    }

    span.move {
        background: white;
        font-size: 42px;
        letter-spacing: 2px;
        border-radius: 15px 15px 0px 0px;
        font-family: 'Poppins', sans-serif;
        color: black;
        font-weight: 600;
        padding: 5px;
    }

    span.grades {
        font-size: 68px;
        line-height: normal;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
    }

    .form-main {
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 58px;
        margin-left: 0px;
    }

}

/* 770 to 990 */

/* Responsive styles for screens 770px to 990px */
@media only screen and (min-width: 770px) and (max-width: 990px) {
    .item-idea {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .item-para {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        padding: 0px 66px;
    }

    .heading-sec h2 {
        color: #000;
        font-weight: 400;
        margin-top: -20px;
        line-height: 40px;
    }


    /* 990-1200 */
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
    .item-idea {
        width: 120%;
        text-align: center;
        position: relative;
    }

    .item-para p {
        color: #fff;
        font-size: 17px;
        text-align: center;
    }
}

.custom-btn {
    width: 100%;
    padding: 10px 50px;
    background: #47a8a1;
    border-radius: 22px;
    color: #ffffff;
    font-size: 19px;
    outline: none;
    margin: 20px 0px;
}

/* 
320-410 */


@media only screen and (min-width: 320px) and (max-width: 410px) {
    .advantage-sec .media-body {
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        line-height: 15px;
    }

    .heading-sec h2 {
        color: #fff;
        font-weight: 400;
        margin-top: -50px;
        line-height: 34px;
    }

    .heading-sec h2 {
        color: #000000;
        font-weight: 400;

        line-height: 41px;
    }

    .heading-sec {
        width: 100%;
        padding: 60px 0px;
        text-align: center;
        margin: 0px;


    }

    .custom-btn {
        width: 100%;
        padding: 10px 50px;
        background: #fee34a;
        border-radius: 22px;
        color: #313131;
        font-size: 19px;
        outline: none;
        margin: 35px 0px;
    }

    span.move {
        background: white;
        font-size: 42px;
        letter-spacing: 2px;
        border-radius: 15px 15px 0px 0px;
        font-family: 'Poppins', sans-serif;
        color: black;
        font-weight: 600;
        padding: 5px;
    }

    span.grades {
        font-size: 68px;
        line-height: normal;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
    }

    .form-main {
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 58px;
        margin-left: 0px;
    }

    p.heading-section_p {
        line-height: 25px;
        font-weight: 500;
        font-family: sans-serif;
        color: black;
        font-weight: 500;
        margin-left: 0px;
        margin-top: 0px;
        text-align: justify;
    }

    ul.item {
        margin: 16px 0px;
        text-align: left;
        margin-left: 0px;
    }

    .heading-sec h3 {}
}

/* 768-980 */
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .advantage-sec .media-body {
        color: #fff;
        font-size: 13px;
    }

    .heading-sec h2 {
        color: #fff;
        font-weight: 400;
        margin-top: -50px;
        line-height: 40px;
    }

    .shapeimg {
        max-width: 65%;
    }

    .icon-item, .item-para {
        left: 50%;
        transform: translateX(-50%);
    }

    .item-para {
        padding: 0px 20px;
    }

    .item-para p {
        color: #fff;
        font-size: 35px;
        text-align: center;
    }

    .heading-sec h2 {
        color: #000;
        font-weight: 400;
        margin-top: -20px;
        line-height: 40px;

    }

    .getaquote_form button {
        width: 100%;
        max-width: 310px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fee34a;
        outline: none;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        border-radius: 20px;
        padding: 10px 0px;
        margin: 0px;
        background: #112229;
        justify-content: center;
    }

    .media-body, .media-left, .media-right {
        display: table-cell;
        vertical-align: top;
        color: white;
        padding: 2px;
        font-size: 15px;
        font-weight: 300;
        padding-top: 8px;
        line-height: 19px;
    }

}

/*form*/
.form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 3.428571;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.btn-block {
    display: block;
    width: 35%;

}

.custom-btn:hover {
    background: #112229
}

ul.item-2 {
    background-image: url(assets/images/Left-Banner.jpg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    border-radius: 20px;
    margin-left: -396px;
    margin-right: 225px;
    padding: 25px;
    padding-left: 399px;
    color: white;
}

.media.bod {
    border-bottom: 1px solid;
    border-color: #55b39b;
    margin-right: 68px;
    margin-bottom: 20px;
}

.padd {
    padding-left: 185px;
}

h2.heading-sec-h2 {
    font-size: 20px;
}

/* this is our first and very carefull department as we saw a compilment you know the para neter as we saw thsi build aquirment as much tough then we descharge the some articalls of determine and month as we can do as much saw worth and the bsic thing of adult machinery and we tongue  is the peacefully work and i also worth as much cant take easy and last thjing of my science can i go for dirty things and much cant trhe end as much can do it very well and much  */
/* faqs*/
.tab {
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccC;
    margin: 0px 150px 0px;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 16px;
    transition: 0.3s;
    font-size: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {

    color: #55b39b;
}

/* Create an active/current tablink class */


/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Make content visible when its tab is active */
.tabcontent.active {
    display: block;
}

.Faqsz {
    text-align: center;
    color: black;
    font-weight: 700;
    font-family: sans-serif !important;
    margin-bottom: 25px;
}

.Fa {
    background: white;
}

.tab button.active {

    border-top: 2px solid #55b39b;
    /* Top border on active tab */
}

span.get1 {
    color: #f9dc45;
}

.breadcrumb button {
    width: 100%;
    max-width: 15%;
    padding: 11px 0px;
    font-size: 13px;
    border: none;
    outline: none;
}

h2.dissertation-h2 {
    font-size: 35px;
}

h3.dissertation-h3 {
    color: #FFCE22;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 27px;
    font-size: 19px;
}

ul.desertation {
    color: white;
    font-weight: 700;
}

img.img-fluidd-gif {
    width: 75%;
}

.col-sm-8.mat {
    margin-top: 55px;
    margin-bottom: 25px;
}

section.gify {
    background: linear-gradient(45deg, #112229, #112229);
}

h2.gify-section-h2 {
    color: white;
    font-size: 30px;
    font-weight: 700;
    text-transform: math-auto;
}

p.gify-section-p {
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.side-background {
    background: #112229;
    position: relative;
    z-index: 1;
}

p.side-para {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins';
}

p.text-of-side {
    color: white;
    line-height: 20px;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

img.media-objects {
    height: 61px;

    margin-top: 11px;
}

h2.heading-side-pera {
    font-weight: 700;
    font-size: 24px;
    text-transform: math-auto;
    letter-spacing: -0.48px;
    line-height: 40px;
    font-family: sans-serif;
}

p.side-para {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins';
    /* padding-left: 4px; */
    /* padding-right: 35px; */
    text-align: left;
}

ul.ul-section {
    line-height: 35px;
    font-size: 18px;
    font-weight: 600;

    padding-left: 42px;
    margin-top: 60px;
    font-family: "Work Sans", sans-serif;
}

.div-wrapper-dis {
    background: url(assets/images/banner-dis.png);
    height: 323px;
    background-repeat: no-repeat;
    position: relative;
    top: -43px;
}

a.whatsapp {
    border: 1px solid #29A71A;
    padding: 10px 34px 12px 34px;
    border-radius: 61px;
    background: #29A71A;
    color: white;
    margin-left: 34px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.48px;
    line-height: 39px;
}

a.chat-btn {
    border: 1px solid #3689FF;
    padding: 10px 34px 12px 34px;
    border-radius: 61px;
    background: #3689FF;
    color: white;
    margin-left: 34px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.48px;
    line-height: 39px;
}

.col-sm-3.back-btm {
    background: #112229;
}

.form-main.desertation {

    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 58px;
    margin-left: 200px;
    margin-bottom: 60px;
    font-family: "Work Sans", sans-serif;
}

h4.bottom-text {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 21.11px;
    letter-spacing: -0.48px;
    font-family: "Work Sans", sans-serif;
}

.col-sm-7.bg-light {
    background: white;
}

section.Top-Dessertation {
    position: relative;
    top: -53px;
}

.col-sm-3.wraping-card {
    background: white;
}

.col-sm-3.wraping-card:hover {
    background-color: #112229;
    color: white;
    height: 150px;
}

.row.row-top {
    position: relative;
    top: -48px;
}

h2.adding-heaidng {
    font-size: 50px;
    text-align: center;
    line-height: 46px;
    letter-spacing: -0.48px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    margin-top: 43px;
    text-transform: capitalize;
}

.boxes {
    /* background: rgb(0, 119, 255); */
    width: 330px !important;
    border-radius: 10px;
}

.the-content-box-slider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    overflow: hidden;
    border-radius: 10px;
}

p.adding-description {
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
}

.card {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.card-heading {
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 20px;
}

.card-list {
    text-align: left;
    margin-bottom: 20px;
}

.card-button {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.card-button:hover {
    background-color: #0056b3;
}

h2.card-heading-top {
    text-align: center;
    font-size: 23px;
    line-height: 29.33px;
    font-weight: 700;
    letter-spacing: -0.48px;
}
section.banner-of-service-sec {
    background: url(assets/images/assignment.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
p.card-description-top {
    font-size: 16px;
    line-height: 25.77px;
    text-align: left;
    font-weight: 400;
    opacity: 0.8;
    letter-spacing: -0.48px;
}

ul.ul-section-2.adding-bottom {
    margin-top: 50px;
}

button.card-button-top {
    background: #FEE34A;
    color: #112229;
    width: 262.32px;
    height: 38.83px;
    font-weight: 700;
    font-size: 16px;
    line-height: 29.33px;
    text-align: center;
    letter-spacing: -0.48px;
    margin-top: 45px;
    border-radius: 7px;
    border: 0px;
}
span.uk-assignmnet {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    color: rgba(85, 179, 155, 1);
}
h2.about-headings {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    margin-top: 52px;
    text-transform: math-auto;
}

span.assignment {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0.48px;
    color: rgba(76, 158, 139, 1);
}

ul.ul-section-2 {
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.48px;
}

.card.second-card {
    background: #fff;
}

button.card-button-top.btn-margin {
    margin-top: 57px;
}

.card-heading.first-card-heading {
    background: #55B39B;
    width: 332px;
    height: 81.04px;
}

.card-heading.second-card-heading {
    background: #112229;
    width: 332px;
    height: 81.04px;
}

.card-heading.third-card-heading {
    background: #FEE34A;
    width: 332px;
    height: 81.04px;
}

button.card-button-top.first-card-wrap {
    margin-top: 74px;
}

section.add-back {

    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
        url('assets/images/adding-back.png');

    background-repeat: no-repeat;
    /* Prevent the background image from repeating */
    background-position: cover;
  
height: auto;

}


section.flip-card-background {
    background: url(assets/images/dissertation-service-background.png);
    height: 552px;
    background-size: cover;
}

.panel-heading.back-of-card {
    background: #55B39B;
    text-align: center;
    letter-spacing: -0.48px;
    font-weight: 700;
    font-size: 25px;
    line-height: 29.33px;
    color: white;

    border-radius: 21px 14px 0px 0px;
}

.panel-heading.back-of-card-2 {
    background: #112229;
    text-align: center;
    letter-spacing: -0.48px;
    font-weight: 700;
    font-size: 25px;
    line-height: 29.33px;
    color: white;
    border-radius: 21px 14px 0px 0px;
}

.panel-heading.back-of-card-3 {
    background: #FEE34A;
    text-align: center;
    letter-spacing: -0.48px;
    font-weight: 700;
    font-size: 25px;
    line-height: 29.33px;
    color: white;
    border-radius: 21px 14px 0px 0px;
}

p.text-card {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Work Sans';
    text-align: left;
    line-height: 18.77px;
    letter-spacing: -0.48px;
}

button.card-button-top.btn-margin.atr {
    margin-top: 97px;
}

button.card-button-top.btn-margin.btn-1st-card {
    margin-top: 66px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 24px 9px rgba(0, 0, 0, .05);
}

.div-wrapper-cards {
    margin-top: 63px;
}

p.adding-description-flip {
    font-weight: 400;
    font-family: 'Work Sans';
    font-size: 19px;
    text-align: center;
    line-height: 24px;
}

.title {
    color: white;
    text-align: center;
    padding: 1em 0em;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.box-el {
    display: flex;
    max-width: 1400px;
    margin: auto;
}

.box {
    height: 300px;
    /* background: rgb(0, 119, 255); */
    width: 100%;
    margin: 0em 0.5em;
    background-position: center;
    background-size: cover;
    position: relative;
}

.box:hover .the-content-box {
    transform: translateY(0%);
    background: #5AAD96;

}

p.card-flip-description {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.box:hover .the-content-box hr {
    width: 20%;
    transition-delay: 400ms;
}

.box:hover .the-content-box p {
    opacity: 1;
    transition: all 400ms ease;
    transform: translateY(0%);
    transition-delay: 600ms;
}

.box:hover .the-content-box a {
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 900ms;
}

.box-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    overflow: hidden;
    border-radius: 10px;
}

.the-content-box {
    position: relative;
    height: 100%;
    width: 100%;
    background: rgba(17, 34, 41, 1);
    color: white;
    transform: translateY(80%);
    transition: all 600ms ease;
}

.the-content-box h1 {
    padding: 0.2em 0em 0em 0em;
    margin: 0;
    font-family: helvetica;
}

.the-content-box hr {
    background: rgba(17, 34, 41, 1);
    height: 3px;
    border: none;
    margin: 1em 0em 0em 0em;
    width: 0;
    transition: all 400ms ease;
}

.the-content-box p {

    opacity: 0;
    font-family: arial !important;
    transition: all 900ms ease;
    transform: translateY(40%);
    font-weight: lighter;
}

.the-content-box a {
    display: inline-block;
    background: rgba(17, 34, 41, 1);
    font-family: helvetica;
    padding: 0.5em 1em;
    color: white;
    text-decoration: none;
    font-weight: bolder;
    position: relative;
    transition: all 600ms ease;
    opacity: 0;
    transform: translateX(20%);
}

.the-content-box a:hover {
    background: #1B324B;
}

.content-box-inner {
    padding: 0em 1em;
}

.the-content-box.service-background {
    background: linear-gradient(45deg, rgba(23, 122, 97, 0.8), rgba(23, 124, 98, 0.6)) !important;
}

h2.card-flip-heading {
    font-size: 15px;
    font-weight: 700;
    color: white;
    font-family: 'Work Sans';
    line-height: 33px;
    text-align: center;
}

h2.thesis-heading {
    font-size: 27px;
    font-family: 'Poppins';
    font-weight: 800;
    line-height: 44px;
    letter-spacing: 0.48px;
    color: rgb(255 255 255);
    text-transform: capitalize;
}

p.card-flip-description {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: white;
}

.thesis-container {
    background-color: #e5e5e5;
    /* Light gray background */
    padding: 0;
}

.thesis-left {
    padding: 0;
}

.thesis-right {
    background: linear-gradient(90deg, rgba(85, 179, 155, 0) 0%, rgba(37, 77, 67, 0.7) 100%);

    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
}

.thesis-text {
    max-width: 400px;
    text-align: unset;
}

.thesis-highlight {
    color: yellow;
}

.thesis-button {
    background-color: #ffc107;
    /* Yellow button */
    color: black;
    margin-top: 20px;
}

img.img-responsive-thesis {
    width: 806px;
    height: 327px;
}

.slider {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 2rem
}

.items {
    animation: 30s linear infinite animate
}

.items img {
    width: 200px;
    min-width: 170px;
    padding: 0 30px
}

.sample-slider:hover .items,
.slider:hover .items {
    animation-play-state: paused
}

@keyframes animate {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-1800px, 0, 0)
    }
}

section.background-about {
    background: url(assets/images/about-background.png);
}

img.img-fluid.banner-about {
    width: 482px;
    height: 499px;
}

h2.about-text-heading {
    font-size: 32px;
    line-height: 39px;
    font-family: "Poppins", sans-serif;
    text-transform: math-auto;
}
p.about-description-text-dessertation{
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 30px;
    padding: 0px;
    opacity: 0.7;
    font-weight: 600;
}

.feature-box .price-box .order-btn {
    background-color: #2F7865;
    color: #fff;
    display: block;
    padding: 14px 0;
    margin: 12px 2px 0px 17px;
    line-height: 19px;
    font-size: 24px;
    border-radius: 35px 0px 0px 32px;
}
.dm {
    padding: 20px;
    background-color: #f5f5f5;
    height: 480px;
}
a.button.about {
    width: 100%;
    padding: 7px 27px;
    background: #fee34a;
    border-radius: 8px;
    color: #313131;
    font-size: 17px;
    outline: none;
    margin: 20px 0px;
    
    border: 1px solid #fee34a;
}

.student-new-about {
    width: 438px;
    height: 375px;
}

h2.studetent-section {
    font-size: 30px;
    line-height: 34px;
    font-family: 'Poppins';
    text-transform: capitalize;
    letter-spacing: 1.6px;
}

p.studetent-section-des {
    font-size: 17px;
    line-height: 29px;
    font-weight: 300;
    font-family: 'Poppins';
    text-align: left;
}

h2.how-it-works-section-heading {
    text-align: center;
    font-size: 38px;
    font-family: 'Poppins';
    line-height: 50px;
    font-weight: 600;
    text-transform: math-auto;
}

p.how-it-works-section-description {
    text-align: center;
    line-height: 33px;
    font-size: 17px;
    font-family: 'Poppins';
    text-transform: math-auto;
    font-weight: 400;
}

.card-4 {
    background: #fff;
    border-radius: 5px;
 
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 4px rgba(255, 244, 244, 0.1);
    height: 230px;
}

.card-icon-2 {
    width: 50px;
    height: 50px;
    background-color: #4A89CD;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.card-title-2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 10px;
    text-align: center;
}

.card-text-2 {
    font-size: 14px;
    color: #666;
    line-height: 16px;
    letter-spacing: 0.6px;
}

.feature-box-2 {
    border-radius: 10px;
    background: linear-gradient(180deg, #112229 4.18%, #2C2C2C 11.16%, #3D3D3D 20.13%, #334146 31.09%, #1F2E34 51.03%, #112229 99.86%);
}

h4.foam-heads {
    background: rgba(47, 120, 101, 1);
    text-align: center;
    font-size: 22px;
    padding: 12px 0;
    color: #ffffff;
    display: block;
    font-weight: 700;
    border-radius: 0px 22px 21px 0;
    margin-right: 14px;

}

span.chec {
    font-size: 24px;
    text-align: center;
    line-height: 26.11px;
    font-weight: 600;
}

.container.order-side {
    width: unset;
    padding-right: 38px;
    padding-left: 38px;
}

.order-btn {
    background-color: #2F7865;
    color: #fff;
    display: block;
    padding: 14px 0;
    margin: 12px 2px 0px 17px;
    line-height: 19px;
    font-size: 24px;
    border-radius: 35px 0px 0px 32px;
    text-align: center;
}

img.world-analysist {
    width: 759px;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.image-container {
    flex: 0 0 485px;
    /* Ensure the image container takes the same width as specified */
}

.text-container {
    flex: 1;
    padding-left: 20px;
}

.text-container h2 {
    font-size: 34px;
    font-family: 'Poppins';
    line-height: 40px;
    font-weight: 600;
}

.text-container p {
    font-size: 17px;
    line-height: 34px;
    font-weight: 400;
}

span.check {
    font-size: 34px;
    font-weight: 700;
    line-height: 36.99px;
    text-align: center;
}

.container.order-side {
    background: url(assets/images/order-back.ong);
}

span.feature-text {
    font-size: 15px;
}

.feature-box ul {
    padding: 0;
    margin: 0 0 20px 0;
}

.feature-box li {
    margin-bottom: 10px;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 10px;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: normal;
}

.feature-item input[type="checkbox"] {
    margin-right: 10px;
}

.feature-text {
    flex: 1;
}

.feature-price {
    background: #ffffff;
    color: #2c3e50;
    padding: 0px 0px;
    border-radius: 3px;
    font-weight: bold;
    border-radius: 6px;
}

.float-left.bor {
    margin-bottom: 10px;
    border-bottom: 1px solid white;
    padding-left: 12px;
    padding-right: 12px;
}

.text-light {
    color: #f8f9fa !important;
}

span.price-span {
    float: right;
    color: black;
    background: white;
    border: 1px solid white;
    border-radius: 6px;
    margin-top: 0px;
    font-size: 13px;
    font-weight: 600;
    height: 28.5px;
    text-align: center;
    letter-spacing: -0.32px;
    width: 85px;
}

img.imes {
    position: absolute;
    top: -64px; /* Keep the existing top positioning */
    left: 50%; /* Position the left edge at the center of the container */
    transform: translateX(-50%);
}

h3.card-title {
    color: rgba(75, 165, 141, 1);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Poppins';
}

p.card-text.inter {
    text-align: center;
    font-size: 16px;
    color: black;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.6px;
}

span.text-light {
    font-size: 12px;
}

.panel-heading.sasd {
    height: 34px;
    border-radius: 8px 9px 0px 0px;
}

.col-sm-4.mart {
    margin-top: 17px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #5AAD96;
    display: block;

    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1C252C;
}

.col-sm-6.colmn-side-left {
    margin-left: -69px;
}

img.shape_how_work.section-img {
    margin-left: 104px;
}

h2.footer-top-heading {
    text-align: center;
    font-size: 45px;
    font-family: 'Poppins';
    text-transform: math-auto;
    color: white;
    margin-top: 38px;
}

/* card-bottom slider */
.expert-team-card {
    background: #fff;
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 20px;
    width: 387px;

}

.expert-team-card h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.expert-team-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    line-height: 22px;
    font-weight: 500;
}

.expert-team-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.expert-team-card ul li {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.btn-talk-to-expert {

    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.btn-talk-to-expert:hover {
    background-color: #f7c546;
}

ul.ul-section-3 {
    text-align: left;
    padding-left: 30px;
    font-weight: 600;
}

.card-footer {
    background-color: rgba(251, 231, 113, 1);
    padding: 15px;
    border-top: 0px solid #ddd;
    border-radius: 0 0 10px 10px;
    position: absolute;
    bottom: 0;
    left: 13px;
    width: 100%;
    text-align: center;
    margin-bottom: -16px;
}

section.background-top-footer {
    background: url(assets/images/banner-img-footer.png);
    background-position: center;

}

.testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    margin-top: 50px;
    width: 333.1px;
    height: 330px;
    margin-left: 17px;
}

.testimonial-card .profile-circle {
    width: 130.39px;
    height: 130.39px;
    background: #fff;
    border: 5px solid #f0f0f0;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(85, 179, 155, 1);
}

.testimonial-card .profile-circle img {

    border-radius: 50%;
}

.testimonial-card .quote-icon {
    font-size: 50px;
    color: #e0e0e0;
    margin-bottom: 10px;
}

.testimonial-card h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.testimonial-card p {
    font-size: 12px;
    color: #555;
    margin: 2px 0;
    font-weight: 300;
}

.testimonial-card .star-rating {
    color: #ffcc00;
    font-size: 30px;
}

.footer-top-heading {
    text-align: center;
    margin-bottom: 20px;
}

.col-sm-6.mdr {
    margin-left: 100px;
}

.col-md-4.cards-slides {
    margin-top: 87px;
}

/* card-bottom slider end */


/* tabs-section */
.tabs {
    width: 100%;
    background-color: #fff0;

}

.tab-header {
    display: flex;
    justify-content: space-around;


}

.tab-header1 {
    display: flex;
    justify-content: space-around;
    margin: -10px 0px;
}
img.thesis-img {
    width: 100%;
    height: 407px;
}
.child-tab-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.tab-link {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 20px 15px 20px 15px;
    padding: 25px 15px;
    background-color: #ffffff;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
}



.tab-link:hover {
    background-color: #f0f0f0;
}

.tab-link.active {
    background-color: #47a8a1;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 24px 15px;
}

.tab-content {
    display: none;
    padding: 0px 0px 0px 25px;
}

.tab-content.active {
    display: block;
}

.columns {
    display: flex;
    justify-content: space-around;

}



.column.tyu {
    background: url(assets/images/tabback.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 2px 15px 0px 20px;
    height: 416px;
}

.tabs-carousel {
    height: 100vh;
    /* Set carousel height to full viewport height */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* Hide overflow */
}

.tab-link {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    transition: background-color 0.3s;
}

.tab-link.active {
    background-color: #fff;
}

.owl-carousel {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Set carousel height to full container height */
}

.owl-item {
    flex: 1;
    /* Each tab takes equal height */
    min-height: 0;
    /* Ensure items can shrink if needed */
}




a.onebutt {
    background-color: #FFCE22;
    padding: 16px 24px 16px 24px;
    border: solid 1px #FFCE22;
    color: black;
    font-weight: 600;
    font-size: 14px;
    margin-top: 35px;
}

.tabs {
    width: 100%;
    background-color: #fff0;

}

.tab-header {
    display: flex;
    justify-content: space-around;
    overflow-x: scroll;
    width: 100%;
    margin: 0px 0px 15px 0px;


}

.tab-header1 {
    display: flex;
    justify-content: space-around;
    margin: -10px 0px;
}

.tab-link {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 20px;
    padding: 25px 15px;
    background: white;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
}

.dm {
    padding: 20px;
    background-color: #f5f5f5;
    /* Background color for the text column */
}

.fm img {
    max-width: 100%;
    display: block;
    height: 480.62px;
}

.dessentation img {
    max-width: 100%;
    display: block;
    height: 442.62px;
}

img.Student-image {
    margin-left: -11px;
}
img.img-fluid.img-service {
    width: 582px;
    height: 529px;
}

h2.about-btec {
    font-size: 35px;
    line-height: 48px;
    letter-spacing: -0.48px;
    font-weight: 700;
}

p.about-description-text-2 {
    font-size: 16px;
    line-height: 27px;
}

.button.about:hover {
    background-color: #e0a800;
    /* Button hover background color */
}

a.tasb-btn {
    background: rgba(255, 206, 34, 1);
    padding: 12px 24px 13px 24px;
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.tab-header::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

/* Track */
.tab-header::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.tab-header::-webkit-scrollbar-thumb {
    background: rgba(255, 206, 34, 1);
    border-radius: 10px;
}

/* Handle on hover */
.tab-header::-webkit-scrollbar-thumb:hover {
    background: #55b39b;
}

@media (max-width: 767px) {
    .dm, .fm {
        text-align: center;
    }


}



.tab-link:hover {
    background-color: #f0f0f0;
}

span.student-wrapper-text-span {
    font-size: 25px;
    line-height: 37px;
    color: white;
    font-weight: 200;
    font-family: 'Poppins';
}

span.delivery-days {
    font-size: 25px;
    font-weight: 800;
    color: white;
    line-height: 42px;
}

span.dollar-signs {
    color: rgba(85, 179, 155, 1);
    font-size: 25px;
    line-height: 42px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.tab-link.active {
    background-color: #47a8a1;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.48px;
    text-align: center;
}

span.assi {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.48px;
    text-align: center;
}

.tab-content {
    display: none;
    padding: 0px 0px 0px 25px;
}

.tab-content.active {
    display: block;
}

.columns {
    display: flex;
    justify-content: space-around;

}

.column {
    flex: 2;

}

.word-cloud {
    background: url('https://via.placeholder.com/300') no-repeat center center;
    background-size: cover;
    height: 100%;
}

.info-box {
    background-color: #2c3e50;
    color: white;
    padding: 20px;
    height: 100%;
}

.col-sm-6.section-wrapper {
    background: rgba(17, 34, 41, 1);
    padding: 19px;
    margin-left: -127px;
}

.order-button {
    background-color: #f1c40f;
    color: black;
    padding: 10px 20px;
    border: none;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

.column.tyu {
    background: url(assets/images/tabback.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 2px 15px 0px 20px;
    height: 416px;
}


img.qwe {
    width: 96%;
    height: 90%;

}

img.section-articale {
    width: 421px;
    margin-left: 22px;
    height: 405px;
}

img.section-articales {
    width: 421px;
    margin-left: 22px;
    height: 349px;
}

.tasb-btn {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    /* Adjust as needed */
    transition: padding-right 0.3s ease;
    /* Transition for padding change */
}

.tasb-btn:hover {
    padding-right: 40px;
    /* Increase padding on hover */
}

.arrow-container {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: right 0.3s ease;
    /* Transition for right position change */
}

.tasb-btn:hover .arrow-container {
    right: 10px;
    /* Move arrow on hover */
}

h2.onetab {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0px;
}

p.onetab1 {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: -10px;
    margin-bottom: 50px;
}

a.onebutt {
    background-color: #FFCE22;
    padding: 16px 24px 16px 24px;
    border: solid 1px #FFCE22;
    color: black;
    font-weight: 600;
    font-size: 14px;
    margin-top: 35px;
}

section.tasb-background-ads {

    background: url(assets/images/sweaper-background.png);
    /* height: 739px; */
    background-repeat: no-repeat;


}
.navigation-dotss {
    text-align: center;
    margin-top: 10px;
}

.dots {
    height: 10px;
    width: 10px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

/* Add more styles as needed */

.gradient-bg {
    background: #000;
    padding: 20px 0;
    position: relative;
    top: -20px;
}

.rating {
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.rating img {
    max-width: 100%;
    /* Adjust if needed to fit the icons */
}

.rating p {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: bold;
}
.customss {
    justify-content: center;
    display: flex;
    gap: 29px;
    padding: 25px;
}
/* end */

.tabs-container.world-analysis {
    background: url(assets/images/dotted-world-map.png);
    background-repeat: no-repeat;
    background-position: center;
}

.world-analysist {
    display: none;
}



/* counter */
.counter-section {
    padding: 50px 0;
    text-align: center;
    background-color: #f9f9f9;
}

.counter-box {
    border-radius: 17px;
    padding: 54px;
    margin: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 264px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    height: 179px;
}

.counter-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 10px 10px 0 0;
}


.counter-value {
    font-weight: 700;
    line-height: 35.19px;
    font-size: 30px;
}

.counter-label {
    font-size: 20px;
    color: #777;
    line-height: 23.46px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.52px;
    line-height: 28x;
}

section.counter-section-background {
    background: #fff;
}

.green-counter {
    background: url(assets/images/counter-green.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 218px;
}

.counter-dark {
    background: url(assets/images/counter-dark.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 218px;
}

.yellow-counter {
    background: url(assets/images/counter-yellow.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 218px;
}

/* thesis */
.wrapper-thesis {
    background: rgba(85, 179, 155, 1);

    padding: 41px;
    margin-left: -78px;
    height: 407px;
}

h3.thesis-heading-h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.48px;
    font-family: math;
    color: white;
}

span.help-text-span {
    color: rgba(254, 227, 74, 1);
}

p.thesis-description {
    color: white;
    font-size: 20px;
    font-family: 'Poppins';
    line-height: 32px;
    letter-spacing: -0.48px;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* thesis ned */

/* panel*/
.panel-custom {
    text-align: center;
    margin-top: 20px;
}

.panel-custom .panel-heading {
    background: rgba(55, 55, 55, 1);
    color: white;
    border-radius: 12px 12px 0px 0px;
}

.panel-custom .panel-body {
    background-color: #ffffff;
}

h3.panel-title-card-2 {
    font-size: 22px;
    line-height: 23px;
    font-weight: 600;
    text-align: center;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 4px solid transparent;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 7px 12px 16px rgba(0, 0, 0, .05);
    position: relative;
}

p.card-de {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: 700;
}



a.text-dark.custom-link {
    color:red;
 
}
.row-about{
        display: flex;
    justify-content: normal;
    align-items: center;
position: relative;}
a.text-dark.custom-link:hover{
    color:red;
}
.col-sm-6.mdim {
    background: rgba(17, 34, 41, 1);
    padding: 25px;
    position: absolute;
    right: 163px;
}

/* master-dessertation */
.about-dessertation{
    background: url(assets/images/banner-master.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0px;

}
/*  desserration cards */
.dessertation-card-heading {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.48px;
    line-height: 50px;
    font-family: 'Poppins';
}
section.dessertation-card {
    position: relative;
    top: 46px;
}

.button-academic {
    padding: 7px 27px;
    background: rgba(16, 35, 42, 1);
    border-radius: 0px 10px 0px 14px;
    color: #ffffff;
    font-size: 17px;
    outline: none;
    margin: 20px 0px;
    border: 1px solid rgba(16, 35, 42, 1);
}
.box.boxes.dessertation {
    height: 400px !important;
}




.paljresam-card {
    border: 0px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0;
    text-align: center;
    box-shadow: 0 9px 15px 9px rgba(0, 0, 0, 0.1);
}
.paljresam-card-header {
   
    border-bottom: 1px solid #ddd;
 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.paljresam-card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.paljresam-card-body {
    padding: 15px;
}
.paljresam-icon {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left;
}
.paljresam-yellow-bar {
    width: 85px;
    height: 5px;
    background-color: yellow;
    margin: 10px auto;
    position: absolute;
    top: 110px;
    left: 28px;
}

h4.media-heading.top {
    text-align: left;
    color: black;
    font-size: 20px;
    line-height: 30px;
}
p.paljresam-paragraph {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
 
}


button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #5AAD96;
    position: absolute;
    border-radius: 50px;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fee34a;
}

.owl-dots {
    display: inline-flex;
    gap: 25px;
    margin: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    
    
}
.owl-carousel {
    display: flex;
    flex-direction: column;
  }
  .owl-item {
    height: 100%; /* Ensure each slide takes up the full height */
  }
  .slider-container {
    overflow: hidden;
    height: 300px; /* Adjust height as needed */
    position: relative;
  }
  .wrap-s {
    position: relative;
}
  .slider-item {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 columns */
    grid-template-rows: repeat(2, 1fr); /* 2 rows */
    gap: 10px; /* Adjust gap between items as needed */
    transition: transform 0.3s ease;
  }
  
  /* .slider-item {
    height: 100%;
    width: 100%;
  } */
  .slider-track {
    display: flex;
    flex-direction: column;
}
.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%; 
    margin: 35px 0px 0px;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-item {
    flex: 0 0 100%; 
}

.navigation-dots {
    position: absolute;
    top: 20px;
    right: 0px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}


.dot.active {
    background-color: black;
}



.mobile{
    display: none;
}

/* querie */
@media (min-width: 280px) and (max-width: 990px) {
    .desktop{
        display: none;
    }
    .world-analysist {
        display: block;
    }
 .tasb-background-ads{
    display: none;
 }
}



.dot {
    height: 10px;
    width: 10px;
    background-color: #5AAD96;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #fee34a; /* Change active dot color */
}




.left-section h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.left-section p {
    font-size: 14px;
    line-height: 1.6;
}

.icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.icon {
    background-color: #f8f8f8;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 20px);
    text-align: center;
}

.right-section h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.right-section p {
    font-size: 14px;
    line-height: 1.6;
}

.statistics {
    margin-top: 20px;
}

.stat {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.pencil {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: #ccc;
    border-radius: 5px;
}

.pencil-red { background-color: red; }
.pencil-green { background-color: green; }
.pencil-blue { background-color: blue; }
.pencil-turquoise { background-color: turquoise; }

.stat p {
    font-size: 16px;
    margin: 0;
}


h2.master-dissertation-h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}
h3.dissertationmaster-h3 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 800;
    color: rgba(85, 179, 155, 1);
}
p.master-hero-para {
    font-size: 18px;
    font-weight: 300;
    color: white;
    line-height: 26px;
    opacity: 0.9;
}
ul.desertation-master {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
span.li-sapn {
    font-size: 20px;
    font-weight: 500;
}
.col-md-6.col-md-offset-1.mas {
    margin: 0px;
}
a.tasb-btn-ms {background: rgba(255, 206, 34, 1);
    padding: 12px 22px 12px 23px;
    font-size: 18px;
    font-weight: 600;
    color: black;
    border-radius:25px;
}
select#academic-level-2 {
    border: 0px;
}
select#academic-level-1 {
    border: 0px;
}
select#academic-level-3 {
    border: 0px;
}
select#academic-level-4 {
    border: 0px;
}
select#pages {
    border: 0px;
}
.form-card-master {
    background: white;
    margin: 0px 0px 3px 32px;
}
label {
    font-size: 15px;
    font-weight: 600;
    color: grey;
    line-height: 16px;
}
button.btn.btn-primary.custom-btnn2 {
    width: auto;
    padding: 8px 193px 12px 22px;
    background: rgba(17, 34, 41, 1);
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    outline: none;
    margin: 20px 0px;
    border: 0px solid #fee34a;
    text-align: center;
    /* width: 100% !important; */
    /* width: 49px; */
}
.btn-wrap-master {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 16px 0 0;
}
section.written-section {
    background: url(assets/images/written-banner.png);
    background-position: center;
  
    background-size: auto;

}
.media-x {
    display: inline-table;
    width: 100%;
    max-width: 47%;
    color: white;
}
.written {
    color: black;
    font-size: 13px;
    line-height: 28.5px;
    font-weight: 700;
    text-transform: math-auto;
    position: relative;
    top: -45px;
    left: 57px;
}
h1.paljresam-heading {
    font-size: 32px;
    line-height: 48px;
    text-align: left;
}
.left-section p {
    font-size: 15px;
    line-height: 33.55px;
    font-weight: 500;
}
h1.paljresam-headings {
    text-align: center;
    font-size: 33px;
    font-weight: 700;
}

span.statics {
color: #55B39B;
}
p.dissertation-para--p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: white;
}
.back {
    height: 67px;
    width: 78px;
    background: rgba(74, 154, 135, 1);
    position: absolute;
    border-radius: 8px 0px 0px 0px;
}




