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

body {
    font-family: "Hanken Grotesk", sans-serif;
}

a {
    text-decoration: none;
    /* color: #eee; */
}
.navbar {
    height: 100px;
    background-color: #fff;
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    transition: background-color 0.3s ease;
    box-shadow: 1px 1px 7px #c0bebe;
}

/* Navbar style when scrolled */
.navbar.scrolled {
    background-color: #fff; /* Change to your desired color */
    box-shadow: 1px 1px 7px #bfbfbf;
}
.navbar .container {
    height: 100%;
}

header {
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)),
    url("https://images.unsplash.com/photo-1523374228107-6e44bd2b524e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80")
      center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden; */
}

.menu-toggle {
    color: #eeeeee;
    font-size: 3rem;
    cursor: pointer;
    z-index: 1000;
    display: none;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 1rem;
}

.brand {
    font-size: 3rem;
    font-weight: 300;
    transform: translateX(-100rem);
    animation: slideIn 0.5s forwards;
    margin-top: 5px;
}
.brand img {
    height: 100px;
    width: 230px;
    object-fit: contain;
}

.brand span {
    color: crimson;
}
nav {
    height: 100%;
}

nav ul {
    display: flex;
    margin-bottom: 0px;
}

nav ul li {
    list-style: none;
    transform: translateX(100rem);
    animation: slideIn 0.5s forwards;
}
nav ul li a {
    color: #000;
}

nav ul li:nth-child(1) {
    animation-delay: 0s;
}

nav ul li:nth-child(2) {
    animation-delay: 0.2s;
}

nav ul li:nth-child(3) {
    animation-delay: 0.4s;
}

nav ul li:nth-child(4) {
    animation-delay: 0.6s;
}
nav ul li:nth-child(5) {
    animation-delay: 0.8s;
}
nav ul li:nth-child(6) {
    animation-delay: 1s;
}
nav ul li:nth-child(7) {
    animation-delay: 1.2s;
}

nav ul li a {
    padding: 7px 0;
    margin: 0 2rem;
    position: relative;
    letter-spacing: 2px;
}

nav ul li a:last-child {
    margin-right: 0;
}

nav ul li a::before,
nav ul li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ff666d;
    left: 0;
    transform: scaleX(0);
    transition: all 0.5s;
}
nav ul li a:hover {
    color: #000;
}

nav ul li a::before {
    top: 0;
    transform-origin: left;
}

nav ul li a::after {
    bottom: 0;
    transform-origin: right;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transition: opacity 650ms;
    transform: scale(0);
    opacity: 0;
    display: none;
}

nav ul li a:hover::before,
nav ul li a:hover::after {
    transform: scaleX(1);
}

@keyframes slideIn {
    from {
    }
    to {
        transform: translateX(0);
    }
}

@media screen and (max-width: 992px) {
    .menu-toggle {
        display: block;
        position: fixed;
        top: 35px;
        right: 40px;
        font-size: 30px;
        color: #ff5f6c;
    }
    .menu-toggle a {
        color: #ff5f6c;
    }

    header {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    nav {
        padding-top: 60px;

        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: start;
        /* position: fixed; */
        width: 100%;
        left: 0;
        top: 70px;
    }
    .container-menu {
        width: 100%;
    }
    .brand img {
        height: auto;
    }

    nav ul {
        flex-direction: column;
        display: none;
    }
    .menu-open {
        display: block;
    }
    nav ul li {
        margin-top: 1.5rem;
    }

    nav ul li a {
        margin: 0;
        font-size: 2rem;
        color: #fff;
    }
    nav ul li a:hover {
        color: #ff5f6d;
    }

    .brand {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px;
        position: fixed;
        top: 5px;
        left: 15px;
    }

    .overlay.menu-open,
    nav.menu-open {
        display: flex;
        transform: scale(1);
        opacity: 1;
    }
}

/* ALL SECTION START */

.banner_section {
    background-image: url("../images/second_lp_b1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
}
.first_section_banner {
    background-image: url("../images/1.jpg") !important;
}
.google_ads_banner {
    background-image: url("../images/third_banner2.webp") !important;
}
.google_ads_banner .left .banner_main_heading {
    color: #000 !important;
}
.banner_content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}
.overlay_banner {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.banner_content .left {
    width: 70%;
    color: #fff;
}
.banner_content .left h4 {
    color: #ff5f6c;
    font-weight: 700;
}
.banner_content .left .banner_main_heading {
    color: #9ec8ff;
    font-weight: 700;
}
.banner_content .left .second_banner_heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}
.banner_content .right {
    width: 30%;
    padding-top: 60px;
}
.scrolled_color a {
    color: #000;
}

/* Form section start */
.form-container {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.form-container h1 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}
.form-container h1 span{
    color: #ff5f6d;
    font-weight: 700;
}
.form-container .form-group {
    position: relative;
    margin-bottom: 15px;
}
.form-container .form-group input,
.form-container .form-group textarea {
    width: 100%;
    padding: 12px 40px 12px 10px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-size: 1rem;
}
.form-container .form-group textarea {
    resize: none;
    height: 80px;
}
.form-container .form-group i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #888;
}
.form-container .submit-btn {
    width: 100%;
    background: linear-gradient(126deg, #ff5f6d 22.58%, #ffc371 73.54%);
    border: none;
    padding: 15px;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.form-container .submit-btn:hover {
    background: linear-gradient(126deg, #ff5f6d 22.58%, #ffc371 70.54%);
}
/* Form section End */

/* AWARD SECTION START */
.margin-top-30 {
    margin-top: 30px !important;
}
.award_section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0px 0px 0px;
}
.award_section .box {
    width: 20%;
    padding: 0px 10px;
    margin-bottom: 30px;
    text-align: center;
}
.award_section .box .small img {
    height: 100px !important;
    width: 100px !important;
    object-fit: contain;
}
/* AWARD SECTION END */

/* SERVICES SECTION START */
.services-container {
    padding: 0px 0px;
    background-color: #fff;
    color: white;
}
.services-container h1 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 20px;
    color: #191919;
    font-weight: 700;
}
.services-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-card {
    background-color: white;
    color: #191919;
    border-radius: 5px;
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.service-card .service_content {
    height: 130px;
    overflow: hidden;
}

.service-card h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #191919;
    font-weight: 600;
}
.service-card p {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 125px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.learn-more {
    font-size: 0.9rem;
    font-weight: bold;
    color: #ff5f6d;
    text-decoration: none;
    display: inline-block;
    transition: all 500ms linear;
}
.learn-more:hover {
    color: #ff5f6c;
}
.learn-more i {
    margin-left: 5px;
}
/* SERVICES SECTION END */

/* About Us Section Start */
.about_us_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin: auto;
}
.about_us_section .about_left {
    width: 50%;
    padding: 0px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_us_section .about_right {
    width: 50%;
    padding: 0px 50px;
}
.about_us_section .about_right img {
    width: 100%;
    border-radius: 7px;
    box-shadow: 1px 1px 7px #c1c1c1;
    border: 2px solid #fff;
}
/* About Us Section End */

/* FORM SECTION START */
.middle_form_section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    margin: auto;
}
.form-container-middle {
    background-color: white;
    padding: 20px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.form-container-middle h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.form-container-middle .seo-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-container-middle .form-row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-container-middle .form-row input,
.form-container-middle .form-row textarea {
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 40%;
}

.form-container-middle .form-row textarea {
    resize: none;
    height: 100px;
    width: 100%;
}

.form-container-middle button {
    background: linear-gradient(126deg, #ff5f6d 22.58%, #ffc371 73.54%);
    color: black;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    flex: 1;
}

.form-container-middle button:hover {
    background: linear-gradient(126deg, #ff5f6d 22.58%, #ffc371 73.54%);
}
/* FORM SECTION END */

/* COUNTER SECTION START */
.counter-wrapper {
    padding: 60px 0px 30px;
}
.counter-wrapper .count {
    font-family: "Josefin Sans", sans-serif;
    font-size: 40px;
    font-weight: bold;
}
.counter-wrapper .count img {
    width: 45px;
}

.counter-wrapper .counter-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.counter-wrapper .counter-inner {
    position: relative;
    z-index: 2;
}
.counter-wrapper .count-icon {
    font-size: 48px;
}

/* COUNTER SECTION END */

/* Modal css start */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    /* background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  position: relative;
  border-radius: 10px; */
    background-color: #fefefe;
    margin: 0% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
    border-radius: 10px;
    height: 85vh;
    overflow: auto;
}
.service_modal img {
    height: 100px;
    object-fit: contain;
}
.service_modal h5,
.service_modal p {
    text-align: center;
}
.service_modal h6 {
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 600;
}
.service_modal p {
    text-align: justify;
    padding: 0px 20px;
}
.modal-content2 {
    background-color: #fefefe;
    margin: 0% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 50%;
    position: relative;
    border-radius: 10px;
    height: 85vh;
    overflow: auto;
}

.close {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 5%;
    top: 5%;
    color: #fff;
    opacity: 1;
}
.close span {
    color: #fff;
    float: right;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

.close span:hover,
.close span:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-image {
    width: 100%;
    border-radius: 10px;
}

.modal-title {
    font-size: 24px;
    margin-top: 10px;
}

.modal-body {
    font-size: 16px;
    margin-top: 10px;
    padding: 0px;
}
/* Modal css end */

.bg-color {
    background-color: #fdfafa;
}
/* GOOGLE ADS SECTION START */
#gallery {
    padding-top: 30px;
    padding-bottom: 60px;
}
@media screen and (min-width: 991px) {
}

#gallery .img-wrapper {
    position: relative;
    margin-top: 30px;
    box-shadow: 1px 1px 7px #d7d7d7;
    border-radius: 10px;
}
#gallery .ads_image {
    margin-top: 0px;
    margin-bottom: 25px;
}
#gallery p {
    margin-bottom: 10px;
}
#gallery .img-wrapper img {
    width: 100%;
}
#gallery .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
#gallery .img-overlay i {
    color: #fff;
    font-size: 3em;
}
#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {
    margin: 0;
    width: 80%;
    height: 100%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}



.country_code {
    position: relative;
}

.country_code select {
    position: absolute;
    border: none;
    background: #ebebeb;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #000;
    font-weight: 500;
    bottom: 0;
    height: 100%;
    padding: 0px 5px;
    scrollbar-width: none;
}

.country_code select:focus-visible {
    border: none;
}

.country_code select option {
    scrollbar-width: none;
}

.country_code input {
    padding-left: 75px !important;
}

.middle_form_col {
    width: 49%;
}

.middle_form_col input {
    width: 100%;
}

@media (max-width: 576px) {
    .middle_form_col {
        width: 48%;
    }
}

@media (max-width: 480px) {
    .middle_form_col {
        width: 100%;
    }
}



@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
        height: 100%;
    }
}
@media screen and (min-width: 1200px) {
    #overlay img {
        width: 70%;
        height: 100%;
    }
}
#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#nextButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}
#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#prevButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}
#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}
#exitButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

/* GOOGLE ADS SECTION END */

/* review image section start */
.margin-top-0 {
    margin-top: 0px;
}
.award_section .box_2 {
    width: 25%;
}
.award_section .box_2 .content {
    padding: 40px;
}
.award_section .box .content img {
    width: 100%;
    transition: transform, 0.4s ease-in-out;
}
.award_section .box .content img:hover {
    transform: scale(1.1);
}
/* review image section end */

/* OUR PARTNER SECTION START */
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes slide-reverse {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

.partner_logo .logos,
.partner_logo .logos-2 {
    overflow: hidden;
    margin: 15px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

.partner_logo .logos:before,
.partner_logo .logos-2:before,
.partner_logo .logos:after,
.partner_logo .logos-2:after {
    content: "";
    position: absolute;
    top: 0;
    width: 140px;
    height: 100%;
    z-index: 2;
}

.partner_logo .logos:before,
.partner_logo .logos-2:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.partner_logo .logos:after,
.partner_logo .logos-2:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.partner_logo .logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.partner_logo .logos-slide-2 {
    display: inline-block;
    animation: 35s slide-reverse infinite linear;
}

.partner_logo .logos-slide img,
.partner_logo .logos-slide-2 img {
    height: 60px;
    width: 170px;
    object-fit: contain;
    margin: 0 7px;
    padding: 7px 15px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
}

.partner_logo .logos:hover .logos-slide,
.partner_logo .logos-2:hover .logos-slide-2 {
    animation-play-state: paused;
}

/* OUR PARTNER SECTION END */

/* ACCORDION SECTION START */
.section_heading {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px;
    color: #191919;
    font-weight: 700;
}
.section_heading .fw-400 {
    font-weight: 400;
}
.section_heading .gbm-color {
    color: #ed8a27;
}
.accordion_container {
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px;
}
.accordion_head {
    background: linear-gradient(126deg, #ff5f6d 22.58%, #ffc371 73.54%);
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 17px;
    margin: 0 0 1px 0;
    padding: 10px 11px;
    font-weight: bold;
}
.accordion_body {
    background: rgb(217, 217, 217);
}
.accordion_body p {
    padding: 15px 5px;
    margin: 0px;
}
.plusminus {
    float: right;
}
/* ACCORDION SECTION END */

/* CONTACT SECTION START */
.contact_section {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-top: 10px;
    margin: auto;
}
.contact_section .box {
    width: 25%;
    display: flex;
    justify-content: center;
    padding: 0px 15px;
    margin-bottom: 30px;
    transition: all 500ms linear;
}
.contact_section .box .content {
    border: 1px solid #ff5f6c;
    padding: 20px 15px 7px;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    transition: background, 0.4s ease-in-out;
}
.contact_section .box .content:hover {
    background: linear-gradient(126deg, #ff5f6d 22.58%, #ffc371 73.54%);
}
.contact_section .box .content span {
    font-size: 35px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_section .box .content p a {
    color: #212529;
}
.contact_section .box .content img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
/* CONTACT SECTION END */

/* FOOTER SECTION START */
.footer_section {
    background-color: #191919;
}
.footer_section p {
    margin: 0px;
    text-align: center;
    color: #fff;
}
.footer_content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
    width: 100%;
    justify-content: space-between;
}
.footer_content p a {
    color: #fff;
    transition: 0.3s ease-in-out;
}
.footer_content p a:hover {
    color: #ff5f6c;
}
/* FOOTER SECTION END */
.client_review_image {
    margin: auto;
    padding-bottom: 40px;
}
.client_review_image img {
    width: 100%;
    box-shadow: 1px 1px 7px #c4c4c4;
    border-radius: 7px;
}

.call-icon {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: #25d366;
    z-index: 999;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #25d366;
}

.call-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.thank-u-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.thank-u-content h2 {
    font-size: 24px;
    color: #ff5f6c;
    font-weight: 500;
    margin-bottom: 10px;
}

.thank-u-content .thank-p {
    margin: 0px;
}

.thank-u-content a {
    background: linear-gradient(126deg, #ff5f6d 22.58%, #ffc371 73.54%);
    color: #000;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #1f68bf;
    transition: background-color, 0.3s ease-in-out;
}

.thank-u-content a:hover {
    background-color: #fff;
    color: #1f68bf;
}

/* Owl Carousel */

.owl-slider img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.owl-slider .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.owl-slider .owl-nav button.owl-prev {
    left: 0;
}
.owl-slider .owl-nav button.owl-next {
    right: 0;
}
.owl-carousel .owl-stage-outer {
    height: 180px !important;
}
.owl-carousel .owl-stage {
    height: 100% !important;
}

.owl-slider .owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-slider .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}
.owl-slider .owl-dots button.owl-dot.active {
    background-color: #000;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
.owl-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-slider span {
    font-size: 70px;
    position: relative;
    top: -5px;
}
.owl-slider .owl-nav button:focus {
    outline: none;
}
.owl-slider .owl-item {
    height: 100% !important; /* Adjust this value as needed */
    display: flex;
}
.owl-slider .item {
    width: 100%;
}

/* Process Section Start */

.process_section .step-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.process_section .step {
    background-color: white;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    width: 30%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 240px;
    margin-bottom: 45px;
}
.process_section .step .image_content {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}
.process_section .step .image_content img {
    width: 50px;
    object-fit: contain;
    margin-right: 15px;
}
.process_section .step h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.process_section .step p {
    font-size: 15px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.process_section .number {
    background-color: #1a73e8;
    color: white;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    position: absolute;
    top: -20px;
    left: 10%;
}

.process_section .arrow {
    font-size: 30px;
    color: #666;
    width: 50px;
    text-align: center;
}
.process_section .arrow3,
.process_section .arrow6 {
    display: none;
}

/* Process Section End */

/* Third Landing Page Start */
.work_section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.work_section .item {
    width: 25%;
    margin-bottom: 20px;
}
.work_section .item .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
}
.work_section .item .content .image {
    background: linear-gradient(126deg, #ff5f6d 22.58%, #ffc371 73.54%);
    margin-bottom: 15px;
    border-radius: 50%;
}
.work_section .item .content .bg-transparent {
    background: transparent;
}
.work_section .item .content .image img {
    padding: 35px;
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.work_section .item .content .bg-transparent img {
    width: 100px;
    height: 100px;
    padding: 0px;
}
.increase_section .item .content {
    padding: 30px 0px 0px;
}
.close-service {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
}
.call-icon .call-text {
    width: 71px;
    display: flex;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
    position: relative;
    background: #25d366;
    padding: 2px 4px;
}
.call-icon .call-text::before {
    content: "";
    position: absolute;
    top: -23px;
    right: 0;
    left: 0;
    width: 15px;
    height: 14px;
    border-style: solid;
    border-color: #25d366 transparent transparent #25d366;
    background-color: #25d366;
    transform: rotate(-226deg);
    bottom: 0;
    margin: auto;
    border-width: 2px;
    z-index: -1;
}
/* Third Landing Page End */
/* Media Query start */
@media (max-width: 1350px) {
    .banner_content .left {
        width: 65%;
    }
    .banner_content .right {
        width: 35%;
    }
}
@media (max-width: 1100px) {
    .process_section .step {
        width: 29%;
    }
}
@media (min-width: 992px) and (max-width: 1120px) {
    nav ul li a {
        margin: 0px 20px;
        font-size: 14px;
    }
    .contact_section .box {
        padding: 0px;
    }
}
@media (max-width: 1280px) {
    .modal-content2 {
        width: 80%;
        max-width: 60%;
    }
}
@media (max-width: 1024px) {
    .modal-content2 {
        width: 80%;
        max-width: 60%;
    }
}
@media (max-width: 992px) {
    .modal-content2 {
        width: 90%;
        max-width: 70%;
    }
    .banner_section {
        height: 112vh;
    }
    .banner_content .left {
        width: 100%;
        padding-top: 100px;
    }
    .banner_content .right {
        width: 100%;
        padding-top: 0px;
    }
    .form-container {
        margin: auto;
        margin-bottom: 40px;
    }
    .award_section .box_2 .content {
        padding: 20px;
    }
    .service-card {
        min-width: auto;
        width: 31.33%;
    }
    .service-card {
        flex: auto;
    }
    .contact_section .box {
        width: 33.33%;
    }
    .contact_section .box .content {
        width: 100%;
    }
    .process_section .step {
        width: 46%;
    }
    .process_section .arrow3,
    .process_section .arrow6 {
        display: block;
    }
    .process_section .arrow2,
    .process_section .arrow4,
    .process_section .arrow6,
    .process_section .arrow8 {
        display: none;
    }
    .work_section .item {
        width: 33.33%;
    }
    .work_section .item .content {
        padding: 0px;
    }
    .about_us_section .about_left {
        width: 100%;
        padding: 0px;
        margin-bottom: 40px;
    }
    .about_us_section .about_right {
        width: 100%;
        padding: 0px;
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .modal-content {
        width: 90%;
    }
    .modal-content2 {
        width: 100%;
        max-width: 90%;
    }
    .modal {
        padding-top: 85px;
    }
    .award_section .box {
        width: 33.33%;
        margin-bottom: 15px;
    }
    .award_section .box .small img {
        width: 100% !important;
        /* height: 100% !important; */
    }
    .award_section .box_2 {
        width: 33.33%;
        margin-bottom: 0px;
    }
    .partner_logo .logos::before,
    .partner_logo .logos-2::before,
    .partner_logo .logos::after,
    .partner_logo .logos-2::after {
        width: 30px;
    }
    .award_section .box_2 .content {
        padding: 10px;
    }
    .service-card {
        min-width: auto;
        max-width: 48%;
    }
    .contact_section .box {
        width: 50%;
    }
    .services-container h1 {
        text-align: center;
    }
    .banner_content .right {
        padding-bottom: 25px;
    }
    .brand img {
        width: 200px;
    }
    .menu-toggle {
        font-size: 25px;
    }
    .banner_section {
        height: 120vh;
    }
    #overlay img {
        width: 100%;
    }
}
@media (max-width: 700px) {
    .process_section .step {
        width: 100%;
    }
    .process_section .arrow3,
    .process_section .arrow6 {
        display: block;
    }
    .process_section .arrow2,
    .process_section .arrow4,
    .process_section .arrow6 {
        display: block;
    }
    .process_section .arrow {
        transform: rotate(90deg);
    }
    .process_section .step {
        margin-bottom: 0px;
    }
    .work_section .item {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .banner_content .left {
        width: 100%;
        /* padding: 150px 0px 0px; */
    }
    .service-card {
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    .banner_content .right {
        padding-bottom: 25px;
        padding: 15px 0px 25px;
    }
    .navbar {
        height: 80px;
        background-color: #fff;
    }
    .brand {
        top: 0;
    }
    .menu-toggle {
        top: 28px;
    }
    .banner_content .left h4 {
        font-size: 16px;
        color: #000;
        font-weight: 800;
    }
    .award_section {
        display: flex;
        justify-content: center;
    }
    .banner_content .left h1 {
        font-size: 18px !important;
    }
    .banner_content .left p {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .banner_content .left {
        padding-top: 95px;
    }
    .form-container {
        margin-bottom: 70px;
        padding: 10px 20px 20px;
    }
    .banner_section {
        height: 110vh;
    }
    .form-container .form-group input,
    .form-container .form-group textarea {
        font-size: 13px;
    }
    .form-container .form-group textarea {
        height: 50px;
    }
    .form-container h1 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 12px;
        color: #000;
    }
    .modal-content {
        padding: 0px;
    }
    .service_modal p {
        padding: 0px 10px;
    }
    .section_heading {
        font-size: 23px;
    }
    .call-icon {
        width: 50px;
        height: 50px;
    }
    .footer_content {
        text-align: center;
    }
    .footer_content p {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .form-container-middle .form-row input,
    .form-container-middle .form-row textarea {
        min-width: 100%;
    }
    .contact_section .box {
        width: 100%;
        padding: 0px;
    }
    .work_section .item .content .image img {
        padding: 25px;
        width: 110px;
        height: 110px;
        object-fit: contain;
    }
    .work_section .item .content .bg-transparent img {
        width: 100px;
        height: 100px;
        padding: 0px;
    }
}
/* Media Query End */

#aboutus,
#our-services,
#gallery {
    scroll-margin-top: 7rem;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url("../images/loader.gif") no-repeat center
        center;
    z-index: 99999;
}
