* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
    object-fit: cover;
    box-sizing: border-box
}

@font-face {
    font-family: 'Nacelle';
    src: url('./assets/Fonts/nacelle/Nacelle-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #fff;
    font-family: 'Nacelle', sans-serif !important;
}

/* HEADER SECTION CSS [START] */
#header button.btn.off-menu-btn {
    display: none;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 1;
    margin-top: 1.40rem;
}

#header .container {
    max-width: 70.5rem;
    background-color: #f2f3f4;
    padding: 10px 20px;
    border-radius: 3.5rem;
}

#header img.header-logo {
    width: 150px;
}

#header a.nav-link {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 24px;
    margin: 0px 1px;
}

#header a.nav-link:hover,
#header a.nav-link.active {
    background-color: #13131314;
    border-radius: 50px;
}

#header .header-contact a {
    color: #fff;
    background-color: #131313;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 24px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #000;
    line-height: 1.3;
    transition: border .2s, border-color .2s, transform .2s, border .2s, background-color .2s;
}

#header .header-contact a:hover {
    background-color: #fff;
    color: #131313;
    transform: scale(0.97);
}

#header .header-contact i {
    color: #000;
    font-size: 20px;
}

#header ul.dropdown-menu.show {
    padding: 1rem;
    background-color: #fff;
    top: 150%;
    border: none;
    bottom: auto;
    border-radius: 1.5rem;
}

#header .dropdown-item {
    padding: .75rem 1rem;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    transition: opacity .2s, transform .2s, background-color .2s;
}

#header .dropdown-item:hover {
    background-color: #13131314;
    transform: scale(0.97);
    border-radius: 50px;
}

/* HEADER SECTION CSS [END] */


/* BANNER SECTION CSS [START] */
#banner {
    position: relative;
    top: 0;
    padding: 1rem;
    width: 100%;
}

#banner .banner-bg {
    background: url("../images/banner.webp")50% 50% no-repeat;
    background-size: cover;
    object-fit: cover;
    height: calc(100vh - 2rem);
    border-radius: 1.5rem;
    padding: 1rem;
}

#banner .banner-details {
    position: absolute;
    margin: 0px 10.2%;
    bottom: 4.5rem;
}

#banner .banner-details h5 p.dot {
    background-color: #eb5729;
    width: .5rem;
    height: .5rem;
    border-radius: 50px;
    margin-bottom: 0;
}

#banner .banner-details h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: flex;
    gap: .75rem;
    align-items: center;
}

#banner .banner-details h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.166;
    letter-spacing: -.015rem;
}

#banner .banner-details p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

#banner .banner-details a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
}

#banner .banner-details a:hover {
    color: #000;
    background-color: #fff;
    transition: 0.5s ease-in-out;
}

/* BANNER SECTION CSS [END] */

/* ABOUT US SECTION CSS [START] */
#home_about {
    text-align: center;
    padding-top: 6.25rem;
}

#home_about .home_about_details h5 p.dot {
    background-color: #eb5729;
    width: .5rem;
    height: .5rem;
    border-radius: 50px;
    margin-bottom: 0;
}

#home_about .home_about_details h5 {
    color: #131313;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    gap: .75rem;
    align-items: center;
}

#home_about .home_about_details h1 {
    color: #131313;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.166;
    letter-spacing: -.015rem;
    margin-bottom: 20px;
}

#home_about .home_about_details .home_about_para p {
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
}

/* ABOUT US SECTION CSS [END] */

/* HOME SERVICE SECTION CSS [START] */
#home_service {
    text-align: center;
    padding-top: 6.25rem;
}

#home_service .home_service_details {
    margin-bottom: 3rem;
}

#home_service .home_service_details h5 p.dot {
    background-color: #eb5729;
    width: .5rem;
    height: .5rem;
    border-radius: 50px;
    margin-bottom: 0;
}

#home_service .home_service_details h5 {
    color: #131313;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    gap: .75rem;
    align-items: center;
}

#home_service .home_service_details h2 {
    color: #131313;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.166;
    letter-spacing: -.015rem;
    margin-bottom: 20px;
}

#home_service .home_service_details .home_service_para p {
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
}

/* #home_service .home_service_card_details {
    padding-bottom: 3.75rem;
} */

#home_service .home_service_card {
    background-color: #f2f3f4;
    padding: 2rem;
    text-align: left;
    border-radius: 1.5rem;
    height: 100%;
}

#home_service .home_service_card i {
    color: #fff;
    background-color: #EB5729;
    font-size: 20px;
    border-radius: 50px;
    padding: 15px;
}

#home_service .home_service_card h3 {
    color: #131313;
    font-size: 20px;
    font-weight: 500;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

#home_service .home_service_card p {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

#home_service img.home_service_image {
    border-radius: 1.5rem;
    margin-top: 2.5rem;
}

.cside {
    padding-left: 25%;
}

#services .card .services_content ul li {
    list-style: disc;
}

/* HOME SERVICE SECTION CSS [END] */


/* TESTIMONIALS SECTION CSS [START] */
#testimonials {
    text-align: center;
    padding-top: 6.25rem;
    padding-bottom: 0;
}

#testimonials .testimonials-details {
    margin-bottom: 3rem;
}

#testimonials .testimonials-details h5 p.dot {
    background-color: #eb5729;
    width: .5rem;
    height: .5rem;
    border-radius: 50px;
    margin-bottom: 0;
}

#testimonials .testimonials-details h5 {
    color: #131313;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    gap: .75rem;
    align-items: center;
}

#testimonials .testimonials-details h2 {
    color: #131313;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.166;
    letter-spacing: -.015rem;
    margin-bottom: 20px;
}

#testimonials .testimonials-card-one {
    background-color: #fff;
    padding: 1.5rem;
    height: 100%;
    border-radius: 1.5rem;
    border: 1px solid #dadada;
}

#testimonials .testimonials-card-one p {
    color: #131313;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
}

#testimonials .testimonials-card-two {
    background-color: #f2f3f4;
    padding: 1.5rem;
    height: 100%;
    border-radius: 1.5rem;
    border: 1px solid #dadada;
}

#testimonials .testimonials-card-two p {
    color: #131313;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
}

#testimonials .testimonials-card-three {
    background-color: #131313;
    padding: 1.5rem;
    height: 100%;
    border-radius: 1.5rem;
    border: 1px solid #dadada;
}

#testimonials .testimonials-card-three p {
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
}

/* TESTIMONIALS SECTION CSS [END] */

/* IMMIGRATION SERVICES CSS [START] */

#immigration_services {
    padding: 50px 0px;
    padding-top: 6.25rem;

}

#immigration_services .card {
    padding: 40px;
    background-color: #f2f3f4;
    border-radius: 15px;
}

#immigration_services p {
    font-size: 1rem;
    line-height: 1.5;
    color: #7d7d7d;
}

#immigration_services p.intra {
    padding: 10px 0px;
}

/* IMMIGRATION SERVICES CSS [END] */

/* SERVICES PAGE CSS [START] */

#services {
    padding: 50px 0px;
}

#services h2 {
    letter-spacing: -.015em;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.166;
    text-align: center;
    padding-bottom: 30px;
}

#services .card {
    padding: 24px;
    border: 1px solid #dadada;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px 0px;
    cursor: pointer;
}

#services .card:hover {
    background-color: #dadada;
    transition: 0.7s;
}

#services .card img.ser_img {
    width: 100%;
    height: 100vh;
    border-radius: 24px;
    object-fit: cover;
    overflow: hidden;
}

#services .card .services_content {
    padding-left: 30px;
}

#services .card .services_content p.number {
    background-color: #EB5729;
    border-radius: 50%;
    width: 7%;
    text-align: center;
    height: 10%;
    padding: 10px;
    color: #fff;
}

#services .card .services_content h4 {
    color: #131313;
    letter-spacing: -.015em;
    font-size: 24px;
    line-height: 1.333;
    font-weight: 400;
}

#services .card .services_content p {
    font-size: 16px;
    line-height: 1.5;
    color: #7d7d7d;
}

#services .card .services_content h6 {
    color: #131313;
    letter-spacing: -.015em;
    font-size: 20px;
    line-height: 1.333;
    font-weight: 400;
}

#services .card .services_content ul li {
    padding-top: 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #7d7d7d;
}

/* SERVICES PAGE CSS [END] */

/* ABOUT US CSS [START] */

#about_banner {
    padding: 10% 0px 50px;
}

#about_banner h6 i.fa-solid.fa-circle {
    color: #eb5729;
    font-size: 11px;
    margin-right: 16px;
}

#about_banner h6 {
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3px;
    font-weight: 300;
}

#about_banner h1 {
    letter-spacing: -.015em;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.166;
    padding: 20px 0px 0px;
}

#about_banner p {
    font-size: 1rem;
    line-height: 1.5;
    color: #7d7d7d;
}

#about_banner img {
    height: auto;
    object-fit: cover;
    width: 100%;
    margin: 40px 0px;
    border-radius: 1.5rem;
}

#about_banner h2 {
    letter-spacing: -.015em;
    font-family: Nacelle, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.166;
    text-align: center;
}

/* ABOUT US CSS [END] */

/* CONTACT US SECTION CSS [START] */
#contact {
    text-align: center;
    padding-top: 10rem;
    padding-bottom: 6.25rem;
}

#contact .contact_details h5 p.dot {
    background-color: #eb5729;
    width: .5rem;
    height: .5rem;
    border-radius: 50px;
    margin-bottom: 0;
}

#contact .contact_details h5 {
    color: #131313;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    gap: .75rem;
    align-items: center;
}

#contact .contact_details h1 {
    color: #131313;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.166;
    letter-spacing: -.015rem;
    margin-bottom: 20px;
}

#contact .contact_details .contact_para p {
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
}

#contact .contact-form {
    color: #fff;
    background-color: #131313;
    padding: 24px;
    border-radius: 1.5rem;
    width: 744px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    margin-top: 4.5rem;
}

#contact .contact-form label.form-label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: .5rem;
}

#contact .contact-form .form-control {
    padding: 20px;
    font-size: 1rem;
    color: #7d7d7d;
    background-color: #fff0;
    border: 1px solid #dadada;
    border-radius: .5rem;
    margin-bottom: 1.25rem;
    height: auto;
    min-height: 2.5rem;
    max-height: 2.5rem;
}

#contact .contact-form .form-control:focus {
    box-shadow: none;
}

#contact .contact-form .contact-form-radio {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#contact .contact-form .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 2px;
    background-color: transparent;
    border: 1px solid #fff;
}

#contact .contact-form .form-check-input:focus {
    box-shadow: none;
}

#contact .contact-form textarea.form-control {
    padding: 20px;
    font-size: 1rem;
    color: #7d7d7d;
    background-color: #fff0;
    border: 1px solid #dadada;
    border-radius: .5rem;
    margin-bottom: 1.25rem;
    overflow-y: hidden;
    height: auto;
    min-height: auto;
    max-height: max-content;
}

#contact .contact-form .contact-form-check {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

#contact .contact-form button.contact-form-btn {
    color: #131313;
    background-color: #ececec;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 50px;
    padding: 8px 24px;
    min-height: 3.5rem;
    border: none;
}

#contact .contact-details {
    margin-top: 4.5rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

#contact .contact-details p {
    color: #131313;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

#contact .contact-details p i {
    color: #fff;
    background-color: #EB5729;
    font-size: 15px;
    border-radius: 50px;
    padding: 10px;
    margin-right: 1rem;
}

/* CONTACT US SECTION CSS [END] */

/* GET IN TOUCH SECTION CSS [START] */

#get_in_touch {
    padding: 7.5rem 0px;
}

#get_in_touch .contact_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 18rem;
    flex-flow: column;
    display: flex;
}

#get_in_touch .contact_content .contect_us h2 {
    letter-spacing: -.015em;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.166;
}

#get_in_touch .contact_content .contect_info ul {
    list-style: none;
    padding: 0px;
}

#get_in_touch .contact_content .contect_info ul li {
    padding-bottom: 20px;
}

#get_in_touch .contact_content .contect_info ul li i.fa-solid.fa-phone,
#get_in_touch .contact_content .contect_info ul li i.fa-solid.fa-envelope {
    background-color: #eb5729;
    padding: 15px;
    border-radius: 50%;
    margin-right: 15px;
    color: #fff;
}

#get_in_touch .contact_content .contect_info a {
    text-decoration: none;
    color: white;
    background-color: black;
    padding: 20px 30px;
}

#get_in_touch .contact_content .contect_info a i.fa-solid.fa-arrow-right {
    padding-left: 10px;
    color: #eb5729;
}

#get_in_touch form {
    background-color: #000;
    padding: 24px;
    border-radius: 24px;
    color: white;
}

#get_in_touch form label.form-label {
    letter-spacing: -.01em;
    margin-bottom: .5rem;
    font-family: Nacelle, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

#get_in_touch form .form-control {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #7d7d7d;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid #dadada;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#get_in_touch form .form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}

#get_in_touch form button.btn.btn-primary {
    background-color: #ececec;
    color: #131313;
    min-height: 3.5rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border: 2px solid #0000;
    border-radius: 3rem;
    padding: 8px 24px;
    margin-top: 14px;
}

/* GET IN TOUCH SECTION CSS [END] */

/* FOOTER CSS [START] */

#footer {
    padding: 50px 0px;
    background-color: #131313;
    border-radius: 1.5rem;
    height: auto;
    margin: 1rem !important;
}

#footer a img {
    height: 49px;
}

#footer p {
    font-size: 16px;
    line-height: 1.42;
    color: #fff;
    margin: 20px 0px;
}

#footer span {
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
}

#footer span i.fa-brands.fa-linkedin-in {
    color: black;
    font-size: 16px;
}

#footer h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 14px 0px;
    line-height: 1.5;
    color: #fff;
}

#footer p a {
    opacity: .5;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
}

#footer p.right_side {
    float: right;
}

/* FOOTER CSS [END] */





/* MOBILE MEDIA CSS [START] */
@media screen and (max-width : 767px) {

    /* HEADER SECTION CSS [START] */

    #header button.btn.off-menu-btn:focus {
        box-shadow: none;
    }

    #header {
        margin-top: .7rem;
    }

    #header .container {
        max-width: 100%;
        border-radius: .75rem;
        margin: 1rem;
    }

    #header .navbar {
        padding: 0;
    }

    #header button.btn.off-menu-btn {
        display: block;
        color: #000 !important;
        background-color: #dadada;
        padding: 4px 8px;
        border: none;
        text-align: center;
        border-radius: .38rem;
        font-size: 20px;
        height: 2rem;
        width: 2rem;
    }

    #header img.header-logo {
        width: 102px;
    }

    #header .offcanvas-top {
        top: 15%;
        height: auto;
        max-height: max-content;
        border-bottom: none;
        border-radius: .75rem;
        margin: 0px 20px;
    }

    #header .offcanvas-body {
        padding: 1rem;
    }

    #header .offcanvas-body button.text-reset {
        background-color: transparent;
        padding: 0;
        border: none;
        float: right;
        font-size: 20px;
    }

    #header a.nav-link {
        font-size: 14px;
        padding: 10px 0px;
        margin: 0px 1px;
    }

    #header li.nav-item.dropdown {
        font-size: 14px;
        padding: 10px 0px;
        margin: 0px 1px;
    }

    #header ul.dropdown-menu.show {
        padding: 0px;
        background-color: transparent;
        border-radius: 0;
    }

    #header .dropdown-item {
        padding: 10px 0px;
        font-size: 14px;
    }

    #header a.nav-link:hover,
    #header a.nav-link.active {
        background-color: transparent;
        padding: 0;
    }

    #header .header-contact {
        display: block;
        padding-top: 5px;
    }

    #header .header-contact a {
        background-color: transparent;
        color: #131313;
        border: none;
        padding: 0;
    }

    /* HEADER SECTION CSS [END] */

    /* BANNNER SECTION CSS [START] */
    #banner {
        padding: .5rem;
    }

    #banner .banner-bg {
        border-radius: 1rem;
        text-align: center;
        height: calc(100vh - 4rem);
    }

    #banner .banner-details h5 {
        font-size: 11px;
        justify-content: center;
    }

    /* BANNNER SECTION CSS [END] */

    /* ABOUT US SECTION CSS [START] */
    #home_about {
        padding-top: 3rem;
    }

    #home_about .home_about_details h5 {
        font-size: 12px;
        margin-bottom: 1.5rem;
    }

    #home_about .home_about_details h1 {
        font-size: 40px;
        margin-bottom: 1.5rem;
    }

    #home_about .home_about_details .home_about_para p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    /* ABOUT US SECTION CSS [END] */

    /* HOME SERVICE SECTION CSS [START] */
    #home_service {
        padding-top: 3rem;
    }

    #home_service .home_service_details {
        margin-bottom: 2rem;
    }

    #home_service .home_service_details h5 {
        font-size: 12px;
        margin-bottom: 1.5rem;
    }

    #home_service .home_service_details h2 {
        font-size: 40px;
        margin-bottom: 1.5rem;
    }

    #home_service .home_service_details .home_service_para {
        margin: 0px 3.6%;
    }

    #home_service .home_service_card_details {
        margin: 0;
        padding-bottom: 1rem;
        margin-bottom: 0 !important;
    }

    #home_service .home_service_details .home_service_para p {
        font-size: 14px;
    }

    #home_service .home_service_card {
        padding: 1rem;
        margin-bottom: 1rem;
        height: auto;
    }

    #home_service .home_service_card i {
        font-size: 16px;
        padding: 10px;
    }

    #home_service .home_service_card h3 {
        font-size: 16px;
        margin-top: 1rem;
    }

    #home_service .home_service_card p {
        font-size: 14px;
        margin-top: 1rem;
    }

    #home_service img.home_service_image {
        border-radius: 20px;
        width: 88%;
    }

    /* HOME SERVICE SECTION CSS [END] */

    /* TESTIMONIALS SECTION CSS [START] */
    #testimonials {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #testimonials .testimonials-details {
        margin-bottom: 2rem;
    }

    #testimonials .testimonials-details h5 {
        font-size: 12px;
        margin-bottom: 1.5rem;
    }

    #testimonials .testimonials-details h2 {
        font-size: 40px;
        margin-bottom: 1.5rem;
    }

    #testimonials .testimonials-cards {
        margin: 0px;
    }

    #testimonials .testimonials-card-one {
        padding: 24px;
        margin-bottom: 1rem;
        height: auto;
    }

    #testimonials .testimonials-card-one p {
        font-size: 14px;
    }

    #testimonials .testimonials-card-two {
        padding: 24px;
        margin-bottom: 1rem;
        height: auto;
    }

    #testimonials .testimonials-card-two p {
        font-size: 14px;
    }

    #testimonials .testimonials-card-three {
        padding: 24px;
        height: auto;
    }

    #testimonials .testimonials-card-three p {
        font-size: 14px;
    }

    /* TESTIMONIALS SECTION CSS [END] */

    /* SERVICE PAGE SECTION CSS [START] */

    #services {
        padding: 25px 0px;
    }

    #services h2 {
        font-size: 40px;
        padding-bottom: 16px;
    }

    #services .card img.ser_img {
        height: 100%;
    }

    #services .space {
        margin: 0px 6px;
    }

    #services .card {
        padding: 10px;
        border: 1px solid #dadada;
        border-radius: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0px;
        cursor: pointer;
    }

    #services .card .services_content {
        padding-left: 0px;
        padding: 10px 0px;
    }

    #services .card .services_content p.number {
        width: 12%;
        padding: 10px;
    }

    #services .card .services_content p {
        font-size: 14px;
        line-height: 1.5;
        color: #7d7d7d;
    }

    /* SERVICE PAGE SECTION CSS [END] */

    /* ABOUT US CSS [START] */
    #about_banner {
        padding: 28% 0px 25px;
        text-align: center;
    }

    #about_banner h1 {
        font-size: 2.4rem;
        margin-bottom: 14px;
    }

    #about_banner p {
        font-size: 14px;
    }

    #about_banner img {
        height: auto;
        margin: 20px 0px;
    }

    #about_banner h2 {
        font-size: 1.5rem;
    }

    /* ABOUT US CSS [END] */

    /* GET IN TOUCH SECTION CSS [START] */

    #get_in_touch {
        padding: 25px 0px;
    }

    #get_in_touch .contact_content {
        grid-row-gap: 0rem;
    }

    #get_in_touch .contact_content .contect_us h2 {
        font-size: 40px;
        text-align: center;
    }

    #get_in_touch .contact_content .contect_info ul li i.fa-solid.fa-phone,
    #get_in_touch .contact_content .contect_info ul li i.fa-solid.fa-envelope {
        padding: 12px;
    }

    #get_in_touch form {
        margin-top: 40px;
    }

    #get_in_touch .contact_content .contect_info a {
        border-radius: 20px;
    }

    /* GET IN TOUCH SECTION CSS [END] */

    /* CONTACT PAGE SECTION CSS [START] */

    #contact {
        padding-top: 7rem;
        padding-bottom: 3rem;
    }

    #contact .contact_details h5 {
        font-size: 12px;
        margin-bottom: 1.5rem;
    }

    #contact .contact_details h1 {
        font-size: 40px;
        margin-bottom: 1.5rem;
    }

    #contact .contact_details .contact_para p {
        font-size: 14px;
    }

    #contact .contact-form {
        padding: 20px;
        width: auto;
        margin-top: 2rem;
    }

    #contact .contact-form .col-md-12 {
        width: 100%;
    }

    #contact .contact-details {
        margin-top: 2rem;
        flex-direction: column;
        text-align: left;
        justify-content: start;
        gap: 1rem;
    }

    /* CONTACT PAGE SECTION CSS [END] */

    /* FOOTER CSS [START] */

    #footer p.right_side {
        float: left;
    }

    #footer p {
        font-size: 14px;
        margin: 12px 0px;
    }

    #footer a img {
        width: 289px;
        margin-bottom: 10px;
    }

    #footer h2 {
        padding: 10px 0px;
        color: #fff;
    }

    /* FOOTER CSS [END] */
}

/* MOBILE MEDIA CSS [END] */

/* TABLET MEDIA CSS [START] */
@media screen and (min-width : 768px) and (max-width : 992px) {

    /* HEADER SECTION CSS [START] */
    #header .container {
        max-width: 100%;
        border-radius: .75rem;
        margin: 0px 2rem;
    }

    #header .navbar {
        padding: 0;
    }

    #header button.btn.off-menu-btn {
        display: block;
        color: #000 !important;
        background-color: #dadada;
        padding: 4px 8px;
        border: none;
        text-align: center;
        border-radius: .38rem;
        font-size: 25px;
        height: 2.4rem;
        width: 3rem;
    }

    #header button.btn.off-menu-btn:focus {
        box-shadow: none;
    }

    #header img.header-logo {
        width: 102px;
    }

    #header .offcanvas-top {
        top: 18%;
        height: auto;
        max-height: max-content;
        border-bottom: none;
        border-radius: .75rem;
        margin: 0px 20px;
    }

    #header .offcanvas-body {
        padding: 1rem;
    }

    #header .offcanvas-body button.text-reset {
        background-color: transparent;
        padding: 0;
        border: none;
        float: right;
        font-size: 20px;
    }

    #header a.nav-link {
        font-size: 16px;
        padding: 10px 0px;
        margin: 0px 1px;
    }

    #header li.nav-item.dropdown {
        font-size: 16px;
        padding: 10px 0px;
        margin: 0px 1px;
    }

    #header ul.dropdown-menu.show {
        padding: 0px;
        background-color: transparent;
        border-radius: 0;
    }

    #header .dropdown-item {
        padding: 10px 0px;
        font-size: 16px;
    }

    #header a.nav-link:hover,
    #header a.nav-link.active {
        background-color: transparent;
        padding: 0;
    }

    #header .header-contact {
        display: block;
        padding-top: 5px;
    }

    #header .header-contact a {
        background-color: transparent;
        color: #131313;
        border: none;
        padding: 0;
    }

    /* HEADER SECTION CSS [END] */

    /* BANNER SECTION CSS [START] */
    #banner {
        padding: .74rem;
    }

    #banner .banner-bg {
        text-align: center;
        height: calc(100vh - 7rem);
    }

    #banner .banner-details {
        text-align: center;
        margin: 0;
        left: 0;
        width: 100%;
    }

    #banner .banner-details h5 {
        font-size: 14px;
        justify-content: center;
    }

    #banner .banner-details h1 {
        font-size: 48px;
    }

    #banner .banner-details p {
        font-size: 16px;
    }

    /* BANNER SECTION CSS [END] */

    /* ABOUT US SECTION CSS [START] */
    #home_about {
        padding-top: 4rem;
    }

    /* ABOUT US SECTION CSS [END] */

    /* HOME SERVICE SECTION CSS [START] */
    #home_service {
        padding-top: 4rem;
    }

    #home_service .home_service_details {
        margin-bottom: 2rem;
    }

    #home_service .home_service_card_details {
        margin: 0px;
        padding-bottom: 2rem;
        margin-bottom: 0 !important;
    }

    #home_service .home_service_card {
        padding: 20px;
    }

    #home_service img.home_service_image {
        margin: 0px;
        width: 100%;
    }

    /* HOME SERVICE SECTION CSS [END] */

    /* TESTIMONIALS SECTION CSS [START] */
    #testimonials {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    #testimonials .testimonials-details h2 {
        margin-bottom: 0;
    }

    #testimonials .testimonials-cards {
        margin: 0px;
    }

    #testimonials .testimonials-card-one {
        height: 95%;
    }

    #testimonials .testimonials-card-one p {
        font-size: 16px;
    }

    #testimonials .testimonials-card-two {
        height: 95%;
    }

    #testimonials .testimonials-card-two p {
        font-size: 16px;
    }

    #testimonials .testimonials-card-three {
        height: 95%;
    }

    #testimonials .testimonials-card-three p {
        font-size: 16px;
    }

    /* TESTIMONIALS SECTION CSS [END] */

    /* SERVICES PAGE SECTION CSS [START] */

    #services {
        padding: 25px 0px;
    }

    #services .card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #services .card img.ser_img {
        width: 100%;
        height: 100%;
    }

    #services .card .services_content {
        padding-left: 0px;
        margin: 10px 0px;
    }

    /* SERVICE PAGE SECTION CSS [END] */

    /* ABOUT US CSS [START] */
    #about_banner {
        padding: 14% 0px 25px;
        text-align: center;
    }

    #about_banner h1 {
        font-size: 2.8rem;
        line-height: 1.180;
        padding: 20px 0px 20px;
    }

    #about_banner img {
        height: auto;
        margin: 20px 0px;
        border-radius: 1.5rem;
    }

    #about_banner h2 {
        font-size: 1.8rem;
        padding-top: 15px;
    }

    /* ABOUT US CSS [END] */

    /* GET IN TOUCH SECTION CSS [START] */

    #get_in_touch .contact_content {
        grid-column-gap: 1.5rem;
        grid-row-gap: 0rem;
        flex-flow: column;
        display: flex;
    }

    #get_in_touch .contact_content .contect_us h2 {
        text-align: center;
    }

    #get_in_touch .contact_content .contect_info ul li {
        padding-bottom: 20px;
        font-size: 20px;
    }

    #get_in_touch form {
        margin-top: 40px;
    }

    #get_in_touch .contact_content .contect_info a {
        border-radius: 24px;
    }

    /* GET IN TOUCH SECTION CSS [END] */

     /* CONTACT PAGE SECTION CSS [START] */

    #contact {
        padding-top: 8rem;
        padding-bottom: 4rem;
    }

    #contact .contact_details h5 {
        font-size: 14px;
    }

    #contact .contact-form {
        padding: 20px;
        width: auto;
        margin-top: 2rem;
    }

    #contact .contact-form .col-md-12 {
        width: 100%;
    }

    #contact .contact-details {
        margin-top: 3rem;
        text-align: left;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
    }

    /* CONTACT PAGE SECTION CSS [END] */

}

/* TABLET MEDIA CSS [END] */

/* LAPTOP SHORT MEDIA CSS [START] */
@media screen and (min-width : 993px) and (max-width:1024px) {

    /* HEADER SECTION CSS [START] */
    #header {
        margin-top: 1.70rem;
    }

    #header .container {
        max-width: 100%;
        border-radius: 3.5rem;
        margin: 0px 2rem;
    }

    #header .navbar {
        padding: 0;
    }

    /* HEADER SECTION CSS [END] */

    /* ABOUT US SECTION CSS [START] */
    #home_about .home_about_details .home_about_para {
        margin: 0px;
    }

    /* ABOUT US SECTION CSS [END] */

    /* SERVICE SECTION CSS [START] */
    #home_service .home_service_details .home_service_para {
        margin: 0px;
    }

    #home_service .home_service_card_details {
        margin: 0px;
        padding-bottom: 1rem;
        margin-bottom: 0 !important;
    }

    #home_service img.home_service_image {
        margin: 0px;
        width: 100%;
    }

    /* SERVICE SECTION CSS [END] */

    /* TESTIMONIALS SECTION CSS [START] */
    #testimonials .testimonials-cards {
        margin: 0px;
    }

    #testimonials .testimonials-card-one p {
        font-size: 16px;
    }

    #testimonials .testimonials-card-two p {
        font-size: 16px;
    }

    #testimonials .testimonials-card-three p {
        font-size: 16px;
    }

    /* TESTIMONIALS SECTION CSS [END] */

    #services .card .services_content p.number {
        width: 10%;
    }

    #about_banner img {
        height: auto;
    }

    #about_banner {
        padding: 14% 0px 25px;
    }
}

/* LAPTOP SHORT MEDIA CSS [END] */