@font-face {
    font-family: "exo-bold";
    src: url(../fonts/Exo-Bold.woff);
}

@font-face {
    font-family: "exo-regular";
    src: url(../fonts/Exo-Regular.woff);
}

@font-face {
    font-family: "lato-regular";
    src: url(../fonts/Lato-Regular.woff);
}

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

:root {
    --primary-color: #0c1f38;
    --secondary-color: #ff8a00;
    --text-color: #666666;
    --white-color: #ffffff;
    --black-color: #000000;
    --theme-black: #303030;
    --lato: 'Lato', sans-serif;
    --exo-regular: 'exo-regular', sans-serif;
    --exo-bold: 'exo-bold', sans-serif;
}

body {
    font-family: var(--lato);
}

img {
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4 {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--exo-bold);
    color: var(--black-color);
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

p {
    color: var(--text-color);
    line-height: 28px;
    font-size: 0.98rem;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

ul li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

/* -----header---- */

.top-header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 5rem;
    padding: 0.5rem 0;
}

.header-contact {
    width: 100%;
}

.header-contact ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header i {
    color: var(--secondary-color);
    font-size: 2rem;
}

.logo-area img {
    max-width: 220px;
}

.header-contact li a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-contact li p {
    color: var(--text-color);
    font-size: 0.9rem;
    text-transform: capitalize;
}

.header-contact li strong {
    font-family: var(--exo-regular);
    color: var(--theme-black);
    font-size: 1.1rem;
}

.navigation-header {
    background-color: var(--primary-color);
}

.navigation-header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation-header .wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation-header a {
    font-family: var(--exo-regular);
    text-transform: uppercase;
    color: var(--white-color);
    padding: 8px 25px;
    display: inline-block;
}

.cta a {
    padding: 0;
}

.navigation-header li {
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.navigation-header li.current-menu-item {
    background-color: var(--secondary-color);
}

.navigation-header .wrapper .cta img {
    max-width: 330px;
}

.hero-section {
    position: relative;
}

.hero-section .slick-prev,
.client-slider .slick-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    background-color: transparent;
    color: var(--white-color);
    width: 60px;
    height: 60px;
    transition: all 0.3s ease-in-out;
}

.hero-section .slick-next,
.client-slider .slick-next {
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    background-color: transparent;
    color: var(--white-color);
    width: 60px;
    height: 60px;
    transition: all 0.3s ease-in-out;
}

.hero-section .slick-prev:hover,
.hero-section .slick-next:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.cta1 {
    background-image: url(../images/banner-btm-book-bg-img.png);
    background-repeat: no-repeat;
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 4rem 1rem 12rem;
}

.cta1 p {
    font-family: var(--exo-regular);
    color: var(--white-color);
    font-size: 1.4rem;
}

.cta1 a {
    min-width: max-content;
}

.button-style1 {
    display: inline-block;
    background: var(--primary-color);
    padding: 12px 20px;
    font-size: 22px;
    color: #fff;
    width: max-content;
    border-radius: 100px;
    font-family: var(--exo-regular);
}

.subheading {
    color: var(--secondary-color);
    font-size: 25px;
    font-family: var(--lato);
}

.heading {
    color: var(--primary-color);
    font-size: 45px;
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.link {
    font-weight: 600;
    color: #ff8a00;
    font-style: italic;
    transition: all 0.3s ease-in-out;
}

.link:hover {
    color: var(--primary-color);
}

.secondary-color {
    color: var(--secondary-color);
}

.about-cta p {
    line-height: 15px;
}

.section-padding {
    padding: 4rem 0;
}

.why-choose {
    background-image: url(../images/why-bg-image.jpg);
    position: relative;
}

.why-choose .container {
    z-index: 2;
    position: relative;
}

.cs-bullets {
    position: relative;
}

.cs-bullets:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    border-left: 2px solid #ff8a00;
    border-bottom: 2px solid #ff8a00;
}

.cs-bullets li {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.cs-bullets:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    border-right: 2px solid #ff8a00;
    border-top: 2px solid #ff8a00;
}

.why-choose-box {
    background-image: url(../images/why-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.why-choose::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 265px;
    background-color: #fff;
}

.why-choose .box-area {
    columns: 2;
    column-gap: 30px;
}

.why-choose .box-area .why-choose-box:nth-of-type(odd) {
    margin-top: 100px;
}

.why-choose .box-area .why-choose-box {
    margin-bottom: 30px;
}

.ser-head-sec.heading {
    position: relative;
}

.ser-head-sec.heading:before {
    content: "";
    background-image: url('../images/ser-sepa-bef-sec.png');

    display: inline-block;
    width: 315px;
    right: 0;
    top: 10px;
    position: absolute;
    height: 34px;
}

.ser-head-sec.heading:after {
    content: "";
    background-image: url('../images/ser-sepa-af-sec.png');
    display: inline-block;
    width: 315px;
    left: 0;
    top: 6px;
    position: absolute;
    height: 34px;
}

.service-slider {
    width: calc(100% - 270px);
}

.service-slider .item {
    background-image: url(https://famousindianastro.com/wp-content/uploads/2021/04/service-bg-image.png);
    text-align: center;
    background-repeat: no-repeat;
    padding: 30px;
    background-position: bottom;
    margin: 5px;
    min-height: 389px;
    background-size: cover;
}

.service-slider .item h4 {
    font-size: 1.2rem;
    color: var(--secondary-color);
}

.static-poster {
    margin-top: 8px;
    background-image: url(../images/slid-right-red-bg-image.jpg);
    background-repeat: round;
    width: 270px;
    padding-top: 20px;
}

.static-poster h4,
.static-poster p {
    padding: 0 25px;
}

.static-poster a {
    color: var(--white-color);
    font-family: var(--exo-regular);
    font-size: 17px;
    text-align: center;
    background-image: linear-gradient(to right, #ecaa0d, #de7e05);
    padding: 20px 25px;
    width: 100%;
    display: inline-block;
}

.service-section-top {
    display: flex;
    gap: 20px;
}

.form1 {
    text-align: center;
    background: #0d1e38 url(../images/counter_bg7.png);
    padding: 30px 25px 30px;
    background-size: cover;
    background-position: center;

}

.input-wrapper {
    margin-bottom: 20px;
}

.form-control {
    border: 1px solid #eeeeee;
    border-radius: 0;
    color: #666666;
    padding: 12px;
}

.button-style2 {
    background-color: #e36d03;
    border-width: 0px;
    color: var(--white-color);
    font-size: 15px;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.service-links {
    position: relative;
    z-index: 5;
    color: var(--white-color);
    background-image: url(../images/quick-bg-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.service-links h4 {
    position: relative;
    z-index: 5;
    padding-top: 20px;
}

.service-links::before {
    position: absolute;
    background-image: url(../images/quick-after-img.png);
    width: 100%;
    height: 100px;
    content: '';
    top: 0;
    z-index: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.service-links li a {
    color: var(--white-color);
}

.service-links ul {
    margin-top: 20px;
    padding: 20px 20px 0px 20px;
}

.service-links ul li {
    margin-bottom: 12px;
}

.home-contact .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    justify-content: space-between;
}

.home-contact .wrapper .form1 {
    width: 30%;
}

.home-contact .wrapper .service-links {
    width: 25%;
}

.home-contact .wrapper .image-area {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.home-contact .image-area img {
    width: 100%;
    height: 100%;
}

.testimonial-slider-wrapper {
    background: #0d1e38 url(../images/counter_bg7.png);
    padding: 25px 15px 5px;
    background-size: cover;
    text-align: center;
}

.happy-client .image-area {
    padding: 30px 40px 20px 40px;
    background-image: url(../images/testi-lft-col-bg-img.png);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.happy-client .image-area::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    content: '';
    background-image: url(../images/customer-call-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.happy-client .image-area .title {
    font-size: 3rem;
    margin-top: 25px;
}

.client-slider .item {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 25px;
    min-height: 240px;
    position: relative;
    border-radius: 7px;
    margin: 10px 10px 20px 10px;
}


.client-slider .slick-prev,
.client-slider .slick-next {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 5px;
    width: 40px;
    height: 40px;
}

.client-slider .slick-prev {
    left: -10px;
}

.client-slider .slick-next {
    right: -10px;
}

.footer {
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 20px;
    background-position: 0 0;
}

.footer .contact-box {
    background: #00000042;
    padding: 14px 20px;
}

.footer .contact-box a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer .contact-box a i {
    color: var(--white-color);
    font-size: 1.5rem;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    padding: 20px;
    aspect-ratio: 1/1;
    width: 62px;
}

.copyright {
    background-color: #0a0a0a;
    text-align: center;
    padding: 10px 0;
}

.copyright a {
    color: var(--secondary-color);
}

#goToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    cursor: pointer;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 16px;
}

.form1 .wpcf7-response-output {
    color: var(--white-color);
}

.form1 textarea {
    height: 80px;
}


#goToTopBtn:hover {
    background-color: var(--primary-color);
}

.sticky-social {
    position: fixed;
    top: 50%;
    z-index: 9999;
    left: 0px;
    padding: 0px;
    margin: 0px;
}

.social {
    list-style: none;
}

.social li {
    padding: 10px 20px;
    font-size: 33px;
    transition: all 0.8s ease-in-out;
    border-radius: 0px 40px 40px 0px;
    margin-bottom: 5px;
}

.social li:hover {
    margin-right: -30px;
    box-shadow: 2px 5px 10px grey;
}

.social li:hover .fa {
    margin-left: 10px;

}

.sticky-social i {
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.call {
    background-color: #ff4136;
}

li.whatsapp {
    background: #47c756;
}

.section-title {
    background-image: url(../images/title-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.page-title {
    font-size: 40px;
    text-align: center;
    font-family: var(--exo-bold);
    color: var(--secondary-color);
}

.home-contact .wrapper .text-area {
    width: 40%;
}

.inter-app-sec {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 15px;
    box-shadow: 0 0 20px 0 rgb(6 22 58 / 11%);
    text-transform: capitalize;
}

.featured-content {
    position: relative;
    z-index: 2;
    padding: 25px 30px 25px;
}

.inter-app-sec .featured-content:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 108px;
    height: 88px;
    right: 0;
    text-align: center;
    background-color: #f61f1845;
    z-index: 1;
    margin: 0px auto;
    background-repeat: no-repeat;
    -webkit-mask-box-image: url(../images/pattern-1.svg);
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.inter-app-sec .featured-content:after {
    position: absolute;
    content: "";
    top: 0;
    width: 108px;
    height: 88px;
    left: 0;
    text-align: center;
    transform: rotate(180deg);
    background-color: #f61f1845;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-mask-box-image: url(../images/pattern-1.svg);
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.whatsapp-cta {
    background: #00e777;
    padding: 8px 8px;
    text-align: center;
    border-radius: 5px;
}

.whatsapp-cta .wrapper {
    border: 1px dashed #fff;
    padding: 18px 10px;
}

.whatsapp-cta .wrapper p,
.whatsapp-cta .wrapper a {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    font-family: var(--exo-regular);
    color: var(--white-color);
    text-transform: uppercase;
}

.text-area h4 {
    font-size: 1.5rem;
    color: var(--secondary-color);
}


.image-area img {
    margin-bottom: 20px;
}

.service-box {
    position: relative;
    align-items: center;
    display: flex;
    box-shadow: 0px 0px 13.5px 1.5px rgb(0 0 0 / 5%);
    z-index: 1;
    min-height: 212px;
    overflow: hidden;
    margin-bottom: 20px;
}

.service-box .content {
    padding: 30px;
    flex: 3;
    position: relative;
}

.service-box .image-area {
    height: -webkit-fill-available;
    flex: 2;
}

.service-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-box:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    filter: brightness(0.8);
}

.service-box h4 {
    color: var(--primary-color);
}

.service-box p {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.link-button2 {
    position: relative;
    display: block;
    color: var(--primary-color);
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #dee1ed;
}

.service-box .content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to right, #0b293c, #0b293c);
    background-color: #f61f19;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: -1;
}

.service-box:hover .content:after {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}

.service-box:hover p,
.service-box:hover h4,
.service-box:hover .link-button2 {
    color: var(--white-color);
}

.contact-page-section .details .box {
    position: relative;
    align-content: center;
    list-style-type: none;
    padding: 25px 75px 25px 20px;
    border: 2px solid rgba(0, 0, 0, .01);
    border-radius: 4px;
    background-color: #fafafa;
}

.contact-page-section .details .box i {
    left: auto;
    top: auto;
    bottom: 20%;
    position: absolute;
    right: 10px;
    font-size: 70px;
    background: #fafafa;
    line-height: 70px;
    color: #ff4136;
    opacity: .2;
}

.contact-page-section .details .box a {
    font-size: 1.4rem;
    color: var(--theme-black);
}

.contact-page-section .heading {
    color: var(--primary-color);
    font-size: 45px;
    text-transform: capitalize;
}

.form-section-wrapper .form-area {
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    overflow: hidden;
    padding: 30px 30px;
}

.sticky-header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    animation: slideIn .5s ease-in-out;
    background-color: var(--white-color);
}

.navigation-header.sticky-header .wrapper ul {
    gap: 0;
}

@keyframes slideIn {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0%)
    }
}

.navigation-header .logo-area {
    display: none;
}

.sticky-header .logo-area {
    display: block;
}

.sticky-header .logo-area img {
    width: 110px;
    max-width: 100%;
}

.navigation-header .menu-bar {
    display: none;
}

.top-bar {
    display: none;
}

.sticky-header a {
    color: var(--black-color) !important;
}

.offcanvas {
    background-color: #0b1f3a;
}

.btn-close {
    opacity: 1;
    filter: invert(1);
}

.btn-close:hover {
    transform: rotate(180deg);
}

/* =========== Responsive ============ */

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }

    .ser-head-sec.heading:before,
    .ser-head-sec.heading:after {
        display: none;
    }
}

@media (max-width: 1150px) {
    .navigation-header .wrapper .cta img {
        max-width: 250px;
    }
}

@media (max-width: 1100px) {
    .home-contact .wrapper .image-area {
        width: 100%;
        flex-direction: row;
        margin-top: 20px;
        gap: 20px;
        align-items: center;
        overflow: hidden;
    }

    .home-contact .wrapper .image-area img {
        margin: 0 !important;
        border-radius: 10px;
        max-width: 100%;
    }

    .home-contact .image-area img {
        width: auto;
        height: auto;
    }

    .home-contact .wrapper .service-links,
    .home-contact .wrapper .form1 {
        flex: 1;
    }

    .service-links::before {
        height: 68px;
        background-size: cover;
        border-radius: 0;
    }

    .home-contact .wrapper .text-area {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .header-contact ul li:not(:first-child) {
        display: none;
    }

    .home-contact .wrapper .image-area img {
        max-width: 440px;
    }

    .contact-page-section .details .box {
        margin-top: 20px;
    }

    .header-contact ul {
        justify-content: end;
    }

    .logo-area img {
        max-width: 170px;
    }

    .header i {
        font-size: 3rem;
    }

    .header-contact li strong {
        font-size: 1.8rem;
    }

    .navigation-header .menu-bar {
        display: block;
        color: var(--white-color);
        font-size: 1.3rem;
        padding: 10px 20px;
        background-color: var(--secondary-color);
        border-radius: 5px;
    }

    .happy-client .image-area {

        height: auto;
        max-width: 500px;
        margin: 0 auto 20px auto;
    }

    .menu-bar i {
        color: var(--white-color);
        font-size: 1.3rem;
    }

    .navigation-header .wrapper ul {
        display: none;
    }

    .cta1 {
        clip-path: unset;
        width: 100%;
        padding: 1rem 2rem;
    }

    .about-area .image-area {
        text-align: center;
    }

    .why-choose .box-area .why-choose-box:nth-of-type(odd) {
        margin-top: 0;
    }

    .why-choose a {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .ser-head-sec.heading:before {
        width: 200px;
    }
}

@media (max-width: 850px) {
    .cta1 {
        flex-direction: column;
        text-align: center;
    }

    .home-contact .wrapper .image-area {
        flex-direction: column;
    }

    .static-poster {
        width: 100%;
        text-align: center;
    }

    .cta1 a {
        margin-top: 10px;
    }

    .button-style1 {
        font-size: 18px;
    }

    .service-slider {
        width: 100%;
    }

    .service-section-top {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .header .cta {
        display: none;
    }

    .top-header .logo-area {
        display: none;
    }

    .home-contact .wrapper .service-links,
    .home-contact .wrapper .form1 {
        flex: unset;
        width: 100%
    }

    .whatsapp-cta .wrapper p,
    .whatsapp-cta .wrapper a {
        font-size: 28px;
        font-weight: 600;
        line-height: 30px;
    }

    .social li {
        padding: 10px;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .home-contact .wrapper .service-links,
    .home-contact .wrapper .form1 {
        flex: unset;
        width: 100%;
    }

    .home-contact .wrapper .form1 {
        margin-bottom: 30px;
    }

    .top-bar {
        display: block;
    }

    .offcanvas nav ul li a {
        color: #fff;
        font-size: 20px;
        line-height: 1.9;
        font-weight: 400;
    }

    .offcanvas nav ul li {
        border: 1px 0 1px 0 solid white;

        padding: 8px 12px;
        margin-bottom: 5px;


    }


    .navigation-header a {
        color: var(--white-color) !important;
    }

    .logo-area img {
        max-width: 140px;
    }

    .top-bar i {
        color: var(--black-color);
        font-size: 2rem;
    }



    .header-contact ul {
        justify-content: center;
    }

    .navigation-header .logo-area {
        display: block;
    }

    .hero-section .slick-next,
    .client-slider .slick-next,
    .hero-section .slick-prev,
    .client-slider .slick-prev {
        width: 30px;
        height: 30px;
    }


    .header i {
        font-size: 2rem;
    }

    .header-contact li p {
        display: none;
    }

    .menu-bar i {
        font-size: 1.3rem !important;

    }


    .navigation-header {
        border-bottom: 2px solid var(--white-color);
    }

    .heading {
        font-size: 38px;
    }

    .navigation-header a {
        padding: 10px 0;
    }

    .subheading {
        font-size: 20px;
    }

    .section-padding {
        padding: 3rem 0;
    }

    .why-choose .box-area {
        column-gap: 20px;
    }

    .why-choose .box-area .why-choose-box {
        margin-bottom: 20px;
    }

    .heading {
        font-size: 30px;
    }

    .service-slider .item img {
        margin: 0 auto;
    }
}

@media (max-width: 500px) {

    .hero-section .slick-next,
    .client-slider .slick-next,
    .hero-section .slick-prev,
    .client-slider .slick-prev {
        width: 25px;
        height: 25px;
    }

    .footer .contact-box,
    .whatsapp-cta .wrapper {
        padding: 10px;
    }

    .hero-section .slick-next i,
    .client-slider .slick-next i,
    .hero-section .slick-prev i,
    .client-slider .slick-prev i {
        font-size: 1.2rem;
    }

    .cta1 {
        padding: 1rem;
    }

    .cta1 p {
        font-size: 1.2rem;
    }

    .why-choose .box-area {
        columns: 1;
    }
}

@media (max-width: 450px) {
    .footer .contact-box a i {
        font-size: 1rem;
        padding: 10px;
        aspect-ratio: 1/1;
        width: 44px;
        line-height: inherit;
    }
	.form-section-wrapper .form-area {
    padding: 10px;
}

    .section-padding {
        padding: 2rem 0;
    }

    .whatsapp-cta .wrapper p,
    .whatsapp-cta .wrapper a {
        font-size: 23px;
    }
}