* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    object-fit: cover;
}

body {
    background-color: #fff;
    font-family: "Space Grotesk", sans-serif !important;
}

/* HEADER SECTION CSS [START] */
#header button.btn.offcanvas-menu-icon {
    display: none;
}

#header nav.navbar.navbar-expand-lg.header-navbar {
    padding: 30px;
}

#header li.nav-item {
    margin: 0px 10px;
}

#header ul.navbar-nav {
    margin: 0 30px;
}

#header a.nav-link {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

#header .header-btn button {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 14px;
    padding: 10px 25px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

#header .header-btn button:hover {
    color: #fff;
    background-color: #000;
    border: none;
    transition: 0.5s ease-in;
}

/* HEADER SECTION CSS [END] */

/* BANNER SECTION CSS [START] */
#banner {
    padding: 70px 0px;
}

#banner .banner-content h1 {
    color: #000;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 35px;
}

#banner .banner-content p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 35px;
}

#banner .banner-content a {
    color: #fff;
    background-color: #000;
    padding: 20px 35px;
    border-radius: 14px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

#banner .banner-content a:hover {
    color: #000;
    background-color: #B9FF66;
    transition: 0.5s ease-in;
}

/* BANNER SECTION CSS [END] */

/* LOGO SECTION CSS [START] */
#logo {
    padding-bottom: 70px;
}

/* LOGO SECTION CSS [END] */

/* SERVICES SECTION CSS [START] */
#services {
    padding: 70px 0px;
}

#services .services-title {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 80px;
}

#services .services-title h2 {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    background-color: #B9FF66;
    padding: 0px 7px;
    border-radius: 5px;
}

#services .services-title p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0;
}

#services .services-card-one {
    background-color: #F3F3F3;
    padding: 30px;
    border: 1px solid #000;
    border-radius: 45px;
    box-shadow: 0px 5px;
    cursor: pointer;
}

#services .services-card-one .services-card-one-main {
    display: flex;
    justify-content: space-between;
}

#services .services-card-one .services-card-one-main .services-card-one-title h3 {
    color: #000;
    background-color: #B9FF66;
    font-size: 30px;
    font-weight: 400;
    padding: 0px 3px;
    border-radius: 5px;
    margin-bottom: 100px;
}

#services .services-card-one .services-card-one-main .services-card-one-title a {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

#services .services-card-two {
    background-color: #B9FF66;
    padding: 30px;
    border: 1px solid #000;
    border-radius: 45px;
    box-shadow: 0px 5px;
    cursor: pointer;
}

#services .services-card-two .services-card-two-main {
    display: flex;
    justify-content: space-between;
}

#services .services-card-two .services-card-two-main .services-card-two-title h3 {
    color: #000;
    background-color: #fff;
    font-size: 30px;
    font-weight: 400;
    padding: 0px 3px;
    border-radius: 5px;
    margin-bottom: 100px;
}

#services .services-card-two .services-card-two-main .services-card-two-title a {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

#services .services-card-three {
    background-color: #191A23;
    padding: 30px;
    border: 1px solid #000;
    border-radius: 45px;
    box-shadow: 0px 5px;
    cursor: pointer;
}

#services .services-card-three .services-card-three-main {
    display: flex;
    justify-content: space-between;
}

#services .services-card-three .services-card-three-main .services-card-three-title h3 {
    color: #000;
    background-color: #d7d7d7;
    font-size: 30px;
    font-weight: 400;
    padding: 0px 3px;
    border-radius: 5px;
    margin-bottom: 100px;
}

#services .services-card-three .services-card-three-main .services-card-three-title a {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

/* SERVICES SECTION CSS [END] */

/* PROPOSAL SECTION CSS [START] */
#proposal {
    padding-bottom: 100px;
}

#proposal .proposal-main {
    background-color: #F3F3F3;
    padding: 60px;
    border-radius: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#proposal .proposal-main .proposal-main-cnt h3 {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 26px;
}

#proposal .proposal-main .proposal-main-cnt p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    width: 58%;
    padding-bottom: 26px;
}

#proposal .proposal-main .proposal-main-cnt a {
    color: #fff;
    background-color: #000;
    padding: 20px 35px;
    border-radius: 14px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

/* PROPOSAL SECTION CSS [END] */

/* STUDIES SECTION CSS [START] */
#study {
    padding-bottom: 100px;
}

#study .services-title {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 80px;
}

#study .services-title h2 {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    background-color: #B9FF66;
    padding: 0px 7px;
    border-radius: 5px;
}

#study .services-title p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0;
}

#study .study-sec-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background-color: #121212;
    border-radius: 20px;
}

#study .study-sec-main .study-card {
    flex: 1;
    text-align: left;
    padding: 20px;
    position: relative;
}

#study .study-sec-main .study-card::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #444;
}

#study .study-sec-main .study-card p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

#study .study-sec-main .study-card a {
    color: #B9FF66;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

/* STUDIES SECTION CSS [END] */

/* FAQS SECTION CSS [START] */
#faqs {
    padding-bottom: 100px;
}

#faqs .services-title {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 80px;
}

#faqs .services-title h2 {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    background-color: #B9FF66;
    padding: 0px 7px;
    border-radius: 5px;
}

#faqs .services-title p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0;
}

#faqs .accordion-item {
    background-color: #F3F3F3;
    border: 1px solid #000;
    margin-bottom: 20px;
    box-shadow: 0px 5px;
    border-radius: 30px;
    padding: 20px;
}

#faqs h1.accordion-heading {
    color: #000;
    font-size: 60px;
    font-weight: 500;
    margin-right: 20px;
}

#faqs .accordion-button {
    padding: 20px;
    font-size: 25px;
    font-weight: 400;
    color: #000;
    background-color: #F3F3F3;
    border-radius: 20px;
}

#faqs .accordion-button:focus {
    box-shadow: none;
}

#faqs .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

#faqs .accordion-body {
    padding: 1rem 1.25rem;
    border-top: 1px solid #000;
}

#faqs .accordion-body p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

#faqs .accordion-button::after {
    width: 4rem;
    height: 4rem;
    background-image: url("../images/plus-icon.png");
    background-size: 3rem;
}

#faqs .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus-icon.png");
    transform: rotate(0);
}

/* FAQS SECTION CSS [END] */

/* TEAM SECTION CSS [START] */
#team {
    padding-bottom: 100px;
}

#team .services-title {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 80px;
}

#team .services-title h2 {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    background-color: #B9FF66;
    padding: 0px 7px;
    border-radius: 5px;
}

#team .services-title p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0;
}

#team .team-card {
    border: 1px solid #191A23;
    border-radius: 45px;
    padding: 45px 30px;
    cursor: pointer;
    height: 100%;
    box-shadow: 0px 5px;
}

#team .team-card:hover {
    background-color: #B9FF66;
    transition: 0.3s ease-in;
}

#team .team-card .team-card-profile {
    display: flex;
    align-items: end;
    gap: 20px;
}

#team .team-card .team-card-icon i {
    float: right;
    font-size: 30px;
    color: #B9FF66;
    background-color: #121212;
    padding: 10px;
    border-radius: 50px;
}

#team .team-card .team-card-profile h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

#team .team-card .team-card-profile p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

#team .team-card .team-card-bdr {
    border: 1px solid #000;
    margin: 28px 0px;
}

#team .team-card p.team-card-para {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

#team .team-card-btn {
    margin-top: 40px;
    float: right;
}

#team .team-card-btn a {
    color: #fff;
    background-color: #000;
    padding: 20px 76px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    border-radius: 14px;
}

/* TEAM SECTION CSS [END] */

/* TSTIMONIALS SECTION CSS [START] */
#testimonials {
    padding-bottom: 100px;
}

#testimonials .services-title {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 80px;
}

#testimonials .services-title h2 {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    background-color: #B9FF66;
    padding: 0px 7px;
    border-radius: 5px;
}

#testimonials .services-title p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0;
}

#testimonials .uk-section {
    background-color: #191A23;
    border-radius: 35px;
}

#testimonials .owl-carousel {
    position: relative;
    margin-top: 30px;
}

#testimonials .uk-card {
    border: 1px solid #B9FF66;
    border-radius: 35px;
    padding: 20px;
}

#testimonials .uk-card p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0;
}

#testimonials .uk-card-title {
    margin-top: 30px;
    margin-left: 30px;
}

#testimonials .uk-card-title h4 {
    color: #B9FF66;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

#testimonials .uk-card-title p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

#testimonials .uk-card> :last-child {
    margin-top: 0;
    margin-bottom: 10px
}

#testimonials .owl-nav {
    position: absolute;
    top: auto;
    left: auto;
    left: 25rem;
    margin-top: 12px;
    display: flex;
    gap: 25rem;
}

#testimonials .owl-next {
    background: none;
    font-size: 25px;
}

#testimonials .owl-prev {
    background: none;
    font-size: 25px;
}

#testimonials .owl-theme .owl-nav [class*='owl-'] {
    background: none;
}

#testimonials .owl-dots {
    margin-top: 25px;
}


#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: url("../images/slider-dots.png") 50% 50% no-repeat;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0;
}

#testimonials .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: url("../images/slider-dots-active.png") 50% 50% no-repeat;
}

#testimonials .uk-card-title {
    padding-bottom: 20px
}

/* TSTIMONIALS SECTION CSS [END] */

/* CONTACT US SECTION CSS [START] */
#contactus {
    padding-bottom: 100px;
}

#contactus .services-title {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 80px;
}

#contactus .services-title h2 {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    background-color: #B9FF66;
    padding: 0px 7px;
    border-radius: 5px;
}

#contactus .services-title p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0;
}

#contactus .contactus-main {
    background-color: #F3F3F3;
    border-radius: 35px;
    position: relative;
    padding: 50px 0px;
}

#contactus .contactus-main .contactus-details {
    padding: 0px 40px;
}

#contactus .contactus-main .contactus-radio {
    display: flex;
    gap: 20px;
}

#contactus .form-check-input:checked {
    background-color: #B9FF66;
    border-color: #000;
}

#contactus .contactus-form {
    margin-top: 20px;
}

#contactus .contactus-form label.form-label {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
}

#contactus .contactus-form .form-control {
    padding: 18px 30px;
    font-size: 18px;
    line-height: 28px;
    color: #898989;
    background-color: #fff;
    border: 1px solid #121212;
    border-radius: 14px;
}

#contactus .contactus-form .form-control:focus {
    box-shadow: none;
}

#contactus .contactus-form textarea::placeholder {
    font-size: 18px;
    line-height: 28px;
    color: #898989;
}

#contactus .contactus-form-btn {
    margin-top: 30px;
    text-align: center;
}

#contactus .contactus-form-btn button {
    color: #fff;
    background-color: #121212;
    padding: 20px;
    border-radius: 14px;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    border: none;
}

#contactus .contactus-form-btn button:hover {
    color: #000;
    background-color: #B9FF66;
    transition: 0.5s ease-in;
}

#contactus img.contactus-image {
    position: absolute;
    bottom: 0;
}

/* CONTACT US SECTION CSS [END] */

/* FOOTER SECTION CSS [START] */
#footer .footer-main {
    background-color: #121212;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    padding: 60px;
}

#footer .footer-details {
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}

#footer .footer-details .footer-icons i {
    color: #F2F6FA;
    font-size: 25px;
    margin: 0 6px;
    border: 3px solid #F2F6FA;
    padding: 15px;
    border-radius: 50px;
    transition: all 0.5s ease;
}

#footer .footer-details i.fa-brands.fa-instagram:hover {
    color: #bc2a8d;
    border: 3px solid #bc2a8d;
    box-shadow: 0 0 15px #bc2a8d;
    transition: all 0.5s ease;
}

#footer .footer-details i.fa-brands.fa-linkedin-in:hover {
    color: #0077B5;
    border: 3px solid #0077B5;
    box-shadow: 0 0 15px #0077B5;
    transition: all 0.5s ease;
}

#footer .footer-details i.fa-solid.fa-basketball:hover {
    color: #EA4C89;
    border: 3px solid #EA4C89;
    box-shadow: 0 0 15px #EA4C89;
    transition: all 0.5s ease;
}

#footer .footer-details i.fa-brands.fa-behance:hover {
    color: #053EFF;
    border: 3px solid #053EFF;
    box-shadow: 0 0 15px #053EFF;
    transition: all 0.5s ease;
}

#footer hr.footer-row {
    color: #fff;
}

#footer .footer-copyright {
    text-align: center;
    margin-top: 30px;
}

#footer .footer-copyright p {
    color: #F2F6FA;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

/* FOOTER SECTION CSS [END] */

/* MOBILE RESPONSIVE CSS [START] */
@media screen and (max-width : 767px) {
    br {
        display: none;
    }

    /* HEADER SECTION CSS [START] */
    #header button.btn.offcanvas-menu-icon {
        display: block;
    }

    #header nav.navbar.navbar-expand-lg.header-navbar {
        padding: 20px 0px;
    }

    #header button.btn.offcanvas-menu-icon {
        padding: 0px !important;
        font-size: 27px;
        line-height: 37px;
        border: none;
        border-radius: 0;
    }

    #header button.btn.offcanvas-menu-icon:focus {
        box-shadow: none;
    }

    #header img.header-logo {
        width: 80%;
    }

    #header .offcanvas-end {
        width: 100%;
        background-color: #000;
        border-left: none;
    }

    #header button.btn-close.text-reset {
        padding: 0;
        margin: 0;
    }

    #header button.btn-close.text-reset i {
        color: #fff;
        font-size: 30px;
    }

    #header .offcanvas-header {
        align-items: flex-start;
    }

    #header h5#offcanvasRightLabel {
        margin: 0px !important;
    }

    #header li.nav-item {
        margin: 0px;
        padding-bottom: 20px;
    }

    #header a.nav-link {
        color: #fff;
        border-bottom: 1px solid #fff;
        width: 108%;
    }

    #header .header-btn button {
        color: #fff;
        border: 1px solid #fff;
        padding: 7px 20px;
        font-size: 16px;
        line-height: 26px;
    }

    /* HEADER SECTION CSS [END] */

    /* BANNER SECTION CSS [START] */
    #banner {
        padding: 20px 0px;
        text-align: center;
    }

    #banner .banner-content h1 {
        font-size: 50px;
        margin-bottom: 0px;
    }

    #banner .banner-content p {
        font-size: 17px;
        padding-bottom: 14px;
    }

    #banner .banner-content a {
        padding: 13px 25px;
        font-size: 14px;
        line-height: 27px;
    }

    #banner .banner-image {
        margin-top: 30px;
    }

    /* BANNER SECTION CSS [END] */

    /* LOGO SECTION CSS [START] */
    #logo {
        padding-bottom: 20px;
        text-align: center;
    }

    #logo img {
        margin-bottom: 20px;
    }

    /* LOGO SECTION CSS [END] */

    /* SERVICES SECTION CSS [START] */
    #services {
        padding: 20px 0px;
    }

    #services .services-title {
        flex-direction: column;
    }

    #services .services-title {
        gap: 0;
        margin-bottom: 0px;
    }

    #services .services-title h2 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    #services .services-title p {
        font-size: 16px;
        text-align: center;
    }

    #services .services-card-one {
        padding: 20px;
        border-radius: 35px;
        margin-bottom: 30px;
    }

    #services .services-card-one .services-card-one-main .services-card-one-title h3 {
        font-size: 25px;
        padding: 0px 18px;
    }

    #services .services-card-one .services-card-one-main .services-card-one-title a {
        font-size: 17px;
        line-height: 27px;
    }

    #services .services-card-two {
        padding: 20px;
        border-radius: 35px;
        margin-bottom: 30px;
    }

    #services .services-card-two .services-card-two-main .services-card-two-title h3 {
        font-size: 25px;
        padding: 0px 18px;
    }

    #services .services-card-two .services-card-two-main .services-card-two-title a {
        font-size: 17px;
        line-height: 27px;
    }

    #services .services-card-three {
        padding: 20px;
        border-radius: 35px;
        margin-bottom: 30px;
    }

    #services .services-card-three .services-card-three-main .services-card-three-title h3 {
        font-size: 25px;
        padding: 0px 18px;
    }

    #services .services-card-three .services-card-three-main .services-card-three-title a {
        font-size: 17px;
        line-height: 27px;
    }

    /* SERVICES SECTION CSS [END] */

    /* PROPOSAL SECTION CSS [START] */
    #proposal {
        padding-bottom: 20px;
    }

    #proposal .proposal-main {
        padding: 20px;
        text-align: center;
        border-radius: 35px;
        flex-direction: column;
    }

    #proposal .proposal-main .proposal-main-cnt h3 {
        font-size: 25px;
        padding-bottom: 0px;
    }

    #proposal .proposal-main .proposal-main-cnt p {
        font-size: 17px;
        width: auto;
        padding-bottom: 20px;
    }

    #proposal .proposal-main .proposal-main-cnt a {
        padding: 13px 25px;
        font-size: 14px;
        line-height: 27px;
    }

    #proposal .proposal-main-image {
        margin-top: 20px;
    }

    /* PROPOSAL SECTION CSS [END] */

    /* STUDY SECTION CSS [START] */
    #study {
        padding-bottom: 20px;
        text-align: center;
    }

    #study .services-title {
        gap: 0px;
        flex-direction: column;
        margin-bottom: 0px;
    }

    #study .services-title h2 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    #study .services-title p {
        font-size: 17px;
    }

    #study .study-sec-main {
        flex-direction: column;
        padding: 20px;
    }

    #study .study-sec-main .study-card {
        text-align: center;
        padding: 15px;
    }

    #study .study-sec-main .study-card p {
        font-size: 17px;
        margin-bottom: 10px;
    }

    #study .study-sec-main .study-card a {
        font-size: 17px;
        line-height: 27px;
    }

    #study .study-sec-main .study-card::after {
        background-color: transparent;
    }

    /* STUDY SECTION CSS [END] */

    /* FAQS SECTION CSS [START] */
    #faqs {
        padding-bottom: 20px;
        text-align: center;
    }

    #faqs .services-title {
        gap: 0px;
        margin-bottom: 0px;
        flex-direction: column;
    }

    #faqs .services-title h2 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    #faqs .services-title p {
        font-size: 17px;
    }

    #faqs .accordion-item {
        margin-bottom: 20px;
        border-radius: 20px;
        padding: 10px;
    }

    #faqs .accordion-button:not(.collapsed) {
        padding: 0;
    }

    #faqs .accordion-button {
        padding: 0px;
        font-size: 17px;
    }

    #faqs h1.accordion-heading {
        font-size: 30px;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    #faqs .accordion-button::after {
        width: 2rem;
        height: 2rem;
        background-size: 1.5rem;
    }

    #faqs .accordion-body {
        padding: 5px;
    }

    #faqs .accordion-body p {
        font-size: 17px;
    }

    /* FAQS SECTION CSS [END] */

    /* TEAM SECTION CSS [START] */
    #team {
        padding-bottom: 20px;
    }

    #team .services-title {
        gap: 0px;
        margin-bottom: 0px;
        flex-direction: column;
        text-align: center;
    }

    #team .services-title h2 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    #team .services-title p {
        font-size: 17px;
    }

    #team .team-card {
        border-radius: 35px;
        padding: 20px;
        height: auto;
        margin-bottom: 20px;
    }

    #team .team-card .team-card-profile {
        gap: 10px;
    }

    #team .team-card .team-card-profile h4 {
        font-size: 20px;
        margin: 0px;
    }

    #team .team-card .team-card-profile p {
        margin: 0;
    }

    #team .team-card .team-card-icon i {
        font-size: 23px;
    }

    #team .team-card .team-card-bdr {
        margin: 8px 0px;
    }

    #team .team-card p.team-card-para {
        font-size: 17px;
        margin-top: 10px;
    }

    #team .team-card-btn {
        margin-top: 20px;
        float: none;
        text-align: center;
    }

    #team .team-card-btn a {
        padding: 13px 25px;
        font-size: 14px;
        line-height: 27px;
    }

    /* TEAM SECTION CSS [END] */

    /* TESTIMONIALS SECTION CSS [START] */
    #testimonials {
        padding-bottom: 20px;
    }

    #testimonials .services-title {
        gap: 0px;
        margin-bottom: 0px;
        flex-direction: column;
        text-align: center;
    }

    #testimonials .services-title h2 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    #testimonials .services-title p {
        font-size: 17px;
    }

    #testimonials .uk-section {
        border-radius: 25px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    #testimonials .uk-card p {
        font-size: 17px;
        text-align: center;
    }

    #testimonials .uk-card-title {
        padding-bottom: 0;
        text-align: center;
        margin-top: 10px;
        margin-left: 0px;
    }

    #testimonials .owl-nav {
        display: none;
    }

    /* TESTIMONIALS SECTION CSS [END] */

    /* CONTACT US SECTION CSS [START] */
    #contactus {
        padding-bottom: 20px;
    }

    #contactus .services-title {
        gap: 0px;
        margin-bottom: 0px;
        flex-direction: column;
        text-align: center;
    }

    #contactus .services-title h2 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    #contactus .services-title p {
        font-size: 17px;
    }

    #contactus .contactus-main {
        border-radius: 25px;
        padding: 20px 0px;
    }

    #contactus .contactus-main .contactus-details {
        padding: 0px 0px;
    }

    #contactus .contactus-main .contactus-radio {
        justify-content: center;
    }

    #contactus .contactus-form label.form-label {
        margin-bottom: 10px;
    }

    #contactus .contactus-form .form-control {
        padding: 8px 14px;
        font-size: 17px;
        line-height: 27px;
    }

    #contactus .contactus-form-btn {
        margin-top: 20px;
    }

    #contactus .contactus-form-btn button {
        padding: 13px 25px;
        font-size: 14px;
        line-height: 27px;
    }

    #contactus img.contactus-image {
        margin-top: 20px;
        display: none;
    }

    /* CONTACT US SECTION CSS [END] */

    /* FOOTER SECTION CSS [START] */
    #footer .footer-main {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        padding: 30px;
    }

    #footer .footer-details {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        flex-direction: column;
        text-align: center;
    }

    #footer .footer-icons {
        margin-top: 20px;
    }

    #footer .footer-details .footer-icons i {
        font-size: 20px;
        border: 2px solid #F2F6FA;
        padding: 13px;
    }

    /* FOOTER SECTION CSS [END] */

}

/* MOBILE RESPONSIVE CSS [END] */

/* TABLET RESPONSIVE CSS [START] */
@media screen and (min-width: 768px) and (max-width:992px) {
    br {
        display: none;
    }

    /* HEADER SECTION CSS [START] */
    #header button.btn.offcanvas-menu-icon {
        display: block;
    }

    #header nav.navbar.navbar-expand-lg.header-navbar {
        padding: 20px 0px;
    }

    #header button.btn.offcanvas-menu-icon {
        padding: 0px !important;
        font-size: 27px;
        line-height: 37px;
        border: none;
        border-radius: 0;
    }

    #header button.btn.offcanvas-menu-icon:focus {
        box-shadow: none;
    }

    #header img.header-logo {
        width: 80%;
    }

    #header .offcanvas-end {
        width: 100%;
        background-color: #000;
        border-left: none;
    }

    #header button.btn-close.text-reset {
        padding: 0;
        margin: 0;
    }

    #header button.btn-close.text-reset i {
        color: #fff;
        font-size: 30px;
    }

    #header .offcanvas-header {
        align-items: flex-start;
    }

    #header h5#offcanvasRightLabel {
        margin: 0px !important;
    }

    #header li.nav-item {
        margin: 0px;
        padding-bottom: 20px;
    }

    #header a.nav-link {
        color: #fff;
        border-bottom: 1px solid #fff;
        width: 108%;
    }

    #header .header-btn button {
        color: #fff;
        border: 1px solid #fff;
        padding: 7px 20px;
        font-size: 16px;
        line-height: 26px;
    }

    /* HEADER SECTION CSS [END] */

    /* BANNER SECTION CSS [START] */
    #banner {
        padding: 30px 0px;
    }

    #banner .banner-content h1 {
        font-size: 45px;
        margin-bottom: 0px;
    }

    #banner .banner-content p {
        font-size: 17px;
        padding-bottom: 14px;
    }

    #banner .banner-content a {
        padding: 13px 25px;
        font-size: 14px;
        line-height: 27px;
    }

    /* BANNER SECTION CSS [END] */

    /* LOGO SECTION CSS [START] */
    #logo {
        padding-bottom: 0;
    }

    /* LOGO SECTION CSS [END] */

    /* SERVICES SECTION CSS [START] */
    #services {
        padding: 30px 0px;
    }

    #services .services-title {
        gap: 30px;
        margin-bottom: 10px;
    }

    #services .services-title h2 {
        font-size: 30px;
    }

    #services .services-card-one {
        padding: 20px;
        border-radius: 35px;
    }

    #services .services-card-one .services-card-one-main .services-card-one-title h3 {
        font-size: 20px;
    }

    #services .services-card-one .services-card-one-main .services-card-one-title a {
        font-size: 14px;
        line-height: 24px;
    }

    #services .services-card-two {
        padding: 20px;
        border-radius: 35px;
    }

    #services .services-card-two .services-card-two-main .services-card-two-title h3 {
        font-size: 20px;
    }

    #services .services-card-two .services-card-two-main .services-card-two-title a {
        font-size: 14px;
        line-height: 24px;
    }

    #services .services-card-three {
        padding: 20px;
        border-radius: 35px;
    }

    #services .services-card-three .services-card-three-main .services-card-three-title h3 {
        font-size: 20px;
    }

    #services .services-card-three .services-card-three-main .services-card-three-title a {
        font-size: 14px;
        line-height: 24px;
    }

    /* SERVICES SECTION CSS [END] */

    /* PROPOSAL SECTION CSS [START] */
    #proposal {
        padding-bottom: 30px;
    }

    #proposal .proposal-main {
        padding: 30px;
        border-radius: 35px;
    }

    #proposal .proposal-main .proposal-main-cnt h3 {
        font-size: 27px;
        padding-bottom: 0px;
    }

    #proposal .proposal-main .proposal-main-cnt p {
        font-size: 17px;
        width: 71%;
        padding-bottom: 20px;
    }

    #proposal .proposal-main .proposal-main-cnt a {
        padding: 13px 25px;
        font-size: 14px;
        line-height: 27px;
    }

    /* PROPOSAL SECTION CSS [END] */

    /* STUDY SECTION CSS [START] */
    #study {
        padding-bottom: 30px;
    }

    #study .services-title {
        gap: 30px;
        margin-bottom: 10px;
    }

    #study .services-title h2 {
        font-size: 30px;
    }

    #study .study-sec-main {
        padding: 20px;
    }

    #study .study-sec-main .study-card p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #study .study-sec-main .study-card a {
        font-size: 18px;
    }

    #study .study-sec-main .study-card::after {
        top: 10px;
    }

    /* STUDY SECTION CSS [END] */

    /* FAQS SECTION CSS [START] */
    #faqs {
        padding-bottom: 30px;
    }

    #faqs .services-title {
        gap: 30px;
        margin-bottom: 10px;
    }

    #faqs .services-title h2 {
        font-size: 30px;
    }

    #faqs .accordion-item {
        border-radius: 20px;
        padding: 0px;
    }

    #faqs h1.accordion-heading {
        font-size: 35px;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    #faqs .accordion-button::after {
        width: 3rem;
        height: 3rem;
    }

    /* FAQS SECTION CSS [END] */

    /* TEAM SECTION CSS [START] */
    #team {
        padding-bottom: 30px;
    }

    #team .services-title {
        gap: 30px;
        margin-bottom: 10px;
    }

    #team .services-title h2 {
        font-size: 30px;
    }

    #team .team-card {
        margin-bottom: 20px;
        height: auto;
    }

    #team .team-card-btn a {
        padding: 13px 25px;
        font-size: 14px;
        line-height: 27px;
    }

    /* TEAM SECTION CSS [END] */

    /* TESTIMONIALS SECTION CSS [START] */
    #testimonials {
        padding-bottom: 30px;
    }

    #testimonials .services-title {
        gap: 30px;
        margin-bottom: 10px;
    }

    #testimonials .services-title h2 {
        font-size: 30px;
    }

    #testimonials .owl-nav {
        display: none;
    }

    /* TESTIMONIALS SECTION CSS [END] */

    /* CONTACT US SECTION CSS [START] */
    #contactus {
        padding-bottom: 30px;
    }

    #contactus .services-title {
        gap: 30px;
        margin-bottom: 10px;
    }

    #contactus .services-title h2 {
        font-size: 30px;
    }

    #contactus .contactus-main {
        border-radius: 25px;
        padding: 30px 0px;
    }

    #contactus .contactus-main .contactus-details {
        padding: 0px 20px;
    }

    #contactus .contactus-form label.form-label {
        font-size: 14px;
        line-height: 25px;
    }

    #contactus .contactus-form .form-control {
        padding: 5px 15px;
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    #contactus .contactus-form-btn {
        margin-top: 20px;
    }

    #contactus .contactus-form-btn button {
        padding: 13px 25px;
        font-size: 14px;
        line-height: 27px;
    }

    .col-md-8.mt-4 {
        margin-top: 0px !important;
    }

    #contactus img.contactus-image {
        right: 0;
        width: 50%;
    }

    /* CONTACT US SECTION CSS [END] */

    /* FOOTER SECTION CSS [START] */
    #footer .footer-main {
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        padding: 30px;
    }

    #footer .footer-details .footer-icons i {
        font-size: 20px;
        padding: 13px;
    }

    /* FOOTER SECTION CSS [END] */


}

/* TABLET RESPONSIVE CSS [END] */