@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/***** General CSS *****/

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    scroll-behavior: smooth;
    font: 15px/25px 'Montserrat', sans-serif;
}

:root {
    --black: #000;
    --white: #fff;
    --btnColor: #09090d;
    --textColor: #888888;
    --themeColor: #204282;
    --themeColor2: #123069;
    --headingColor: #1f2025;
    --headingColor2: #131212;
}

a {
    white-space: initial;
    text-decoration: none;
    display: inline-block;
    color: var(--headingColor);
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Cutmark-Medium';
    src: url(../fonts/Cutmark-Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-size: 75px;
    margin: 0 0 0px;
    font-weight: 500;
    line-height: 75px;
    text-transform: uppercase;
    color: var(--headingColor2);
    font-family: 'Cutmark-Medium';
}

h2 {
    font-size: 65px;
    margin: 0 0 0px;
    font-weight: 500;
    line-height: 65px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-family: 'Cutmark-Medium';
}

h3 {
    font-size: 40px;
    margin: 0 0 0px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

h4 {
    color: #000;
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

h5 {
    color: #000;
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Cutmark-Medium';
}

h6 {
    color: #000;
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Montserrat';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--textColor);
    font-family: 'Montserrat';
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}


.theme-btn-1 {
    gap: 15px;
    height: 56px;
    display: flex;
    border-width: 1px;
    width: fit-content;
    position: relative;
    border-radius: 5px;
    border-style: solid;
    align-items: center;
    justify-content: center;
    color: var(--themeColor);
    transition: ease-in-out;
    transition-duration: 0.5s;
    text-transform: uppercase;
    padding: 3px 75px 3px 30px;
    font-family: 'Cutmark-Medium';
    background-color: var(--white);
    border-color: var(--themeColor2);
    box-shadow: 0px 3px 8px 0px rgba(100, 100, 100, 0.19);
}

.theme-btn-1:hover span {
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.theme-btn-1 span {
    top: 0;
    bottom: 1px;
    right: 3px;
    width: 50px;
    margin: auto;
    height: 50px;
    display: flex;
    position: absolute;
    border-radius: 5px;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.theme-btn-1 span img {
    width: 20px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(138deg) brightness(103%) contrast(101%);
}

.section-heading {
    text-align: center;
    margin-bottom: 25px !important;
}

.section-heading h2 {
    margin-bottom: 5px !important;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 750px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    gap: 2%;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    font-size: 14px;
    overflow: hidden;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    color: var(--white);
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

.menuSec ul li a::before {
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    height: 100%;
    margin: auto;
    position: absolute;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.menuSec ul li a:hover::before,
.menuSec ul li a.active::before {
    width: 100%;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--white);
}

.menuSection {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0px 5%;
    position: absolute;
}

.menuSection .row {
    align-items: center;
}

.haeder-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.haeder-btn .theme-btn-1 {
    z-index: 1;
    color: var(--white);
    border: 1px solid var(--white);
    background-color: var(--themeColor);
}

.haeder-btn .theme-btn-1 span {
    background-color: var(--white);
}

.haeder-btn .theme-btn-1 span img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(20%) saturate(4667%) hue-rotate(200deg) brightness(85%) contrast(91%);
}

.header-logo {
    width: 100%;
    height: 90px;
    display: flex;
    padding-right: 25%;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
}

.header-logo::before {
    top: 0;
    right: 100%;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-color: var(--white);
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/*header css start */

/*banner css start */


.main_slider {
    display: flex;
    overflow: hidden;
    min-height: 850px;
    position: relative;
    align-items: flex-end;
    padding: 120px 5% 0px;
    justify-content: center;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_slider::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0.8;
    height: 100%;
    position: absolute;
    background-color: var(--themeColor);
}

.main_slider .add-padding {
    position: relative;
}

.main_slider .add-padding::before {
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: #f0f0f0;
}

.main_slider .add-padding .follow-box {
    top: 0;
    width: 5%;
    right: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    padding: 25px 10px;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--themeColor);
}

.main_slider .add-padding .follow-box::after {
    right: 0;
    content: '';
    width: 100vw;
    bottom: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--white);
}

.main_slider .add-padding .follow-box h5 {
    z-index: 2;
    position: relative;
    color: #ffffff8c;
    padding: 0px 0px 5px 0px;
    writing-mode: sideways-lr;
    text-transform: uppercase;
    background-color: var(--themeColor);
}

.main_slider .add-padding .follow-box ul {
    gap: 10px;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.main_slider .add-padding .follow-box ul::after {
    left: 0;
    right: 0;
    width: 1px;
    content: '';
    bottom: 100%;
    opacity: 0.5;
    height: 100%;
    margin: auto;
    position: absolute;
    background-color: var(--white);
}

.main_slider .add-padding .follow-box ul::before {
    left: 0;
    right: 0;
    top: 100%;
    width: 1px;
    content: '';
    opacity: 0.5;
    height: 100%;
    margin: auto;
    position: absolute;
    background-color: var(--white);
}

.main_slider .add-padding .follow-box ul li a {
    width: 45px;
    opacity: 0.5;
    height: 45px;
    display: flex;
    font-size: 18px;
    border-radius: 50%;
    color: var(--white);
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    background-color: var(--themeColor);
}

.main_slider .add-padding .follow-box ul li a:hover {
    opacity: 1;
    color: var(--themeColor);
    background-color: var(--white);
}

.main_slider .add-padding .follow-box::before {
    top: 0;
    right: 100%;
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: var(--themeColor);
}

.banner_img {
    height: 450px;
}

.banner_img img {
    bottom: 0;
    width: 840px;
    height: 650px;
    max-width: 100%;
    position: absolute;
    object-fit: contain;
    object-position: right;
}

.bannerSlider .slick-list {
    overflow: visible;
}

.bannerSlider .slick-slide {
    opacity: 0;
    margin: 0px;
}

.bannerSlider .slick-active {
    opacity: 1;
}

.bannerSlider .slick-dots {
    left: 0;
    right: 0;
    gap: 5px;
    bottom: 40px;
    display: flex;
    margin: 0px auto;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.bannerSlider .slick-dots li {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.bannerSlider .slick-dots li.slick-active {
    border: 1px solid var(--textColor);
}

.bannerSlider .slick-dots li.slick-active::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    border: 1px solid var(--themeColor);
    clip-path: polygon(0 0, 70% 0, 70% 100%, 0% 100%);
    animation: rotateBorder 2s linear infinite;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.bannerSlider .slick-dots li.slick-active button::before {
    font-size: 10px;
    color: var(--themeColor);
}

.bannerSlider .slick-dots li button,
.bannerSlider .slick-dots li button:before {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 7px;
    align-items: center;
    color: var(--textColor);
    justify-content: center;
}

.banner_text h1 span {
    color: var(--themeColor);
}

.banner_text {
    padding: 90px 0px;
}

.banner_text h1 {
    width: fit-content;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadadb;
}

.banner_text h1::before {
    width: 15%;
    content: '';
    height: 6px;
    bottom: -3.5px;
    position: absolute;
    background-color: var(--themeColor);
    animation: slideLeftRight 5s linear infinite;
}

@keyframes slideLeftRight {
    0% {
        left: 0;
    }

    50% {
        left: 85%;
    }

    100% {
        left: 0;
    }
}

.banner_text p {
    margin: 20px 0px;
    max-width: 710px;
}


.banner-slider_text .banner-slider-number {
    bottom: 75%;
    line-height: 1;
    color: #f0f0f0;
    font-size: 375px;
    position: absolute;
    font-family: 'Cutmark-Medium';
}

.banner-slider_text .theme-btn-1 {
    z-index: 1;
    color: var(--white);
    background-color: var(--themeColor);
}

.banner-slider_text .theme-btn-1 span {
    background-color: var(--white);
}

.banner-slider_text .theme-btn-1 span img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(20%) saturate(4667%) hue-rotate(200deg) brightness(85%) contrast(91%);
}

/*banner css end*/

/* about-sec */

.about-sec {
    padding: 100px 4%;
}

.about-img {
    width: 100%;
    height: 450px;
    min-height: 100%;
    position: relative;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.about-img .about-img-call {
    left: 0;
    gap: 20px;
    display: flex;
    bottom: -50px;
    max-width: 360px;
    position: absolute;
    padding: 35px 25px;
    width: fit-content;
    align-items: center;
    justify-content: flex-start;
    border-bottom-left-radius: 5px;
    background-color: var(--themeColor);
    border-right: 5px solid var(--themeColor2);
}

.about-img .about-img-call i {
    /* font-size: 40px;
    width: fit-content;
    color: var(--white); */
}

.about-img .about-img-call h4 {
    color: var(--white);
}

.about-img .about-img-call h4 span {
    opacity: 0.8;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Montserrat';
    text-transform: lowercase;
}

.about-text {
    padding: 25px 0px;
}

.about-text h2 {
    margin-bottom: 5px;
}

.about-text h3 {
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--themeColor);
}

.about-text p {
    margin-bottom: 25px;
}

.about-text a.theme-btn-1 {
    color: var(--btnColor);
}

/* about-sec */

/* service-sec */

.service-sec {
    padding: 100px 4%;
}

.service-sec .section-heading {
    margin-bottom: 80px !important;
}

.service-main-box h5 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-main-box {
    margin: 30px 0px;
    transform: scale(1);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.service-main-box:hover {
    z-index: 1;
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
    transform: scaleX(1) scaleY(1.2);
}

.service-main-box:hover .service-box {
    border-radius: 5px;
    transition: ease-in;
    transition-duration: 0.5s;
    box-shadow: 0px 18px 40.02px 5.98px rgba(0, 0, 0, 0.17);
}

.service-box {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

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

.service-main-box:hover .service-box .service-hover-box {
    height: 100%;
    padding: 25px;
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.service-hover-box {
    left: 0;
    gap: 15px;
    bottom: 0;
    z-index: 1;
    height: 0%;
    padding: 0px;
    display: flex;
    overflow: hidden;
    position: absolute;
    transition: ease-in;
    flex-direction: column;
    align-items: flex-start;
    transition-duration: 0.5s;
    justify-content: flex-end;
}

.service-hover-box::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    content: '';
    margin: auto;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    background-color: var(--themeColor);
}

.service-hover-box p {
    opacity: 0.8;
    color: var(--white);
}

.service-hover-box ul {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.service-hover-box ul li i {
    font-size: 7px;
    margin-right: 4px;
    color: var(--white);
}

.service-hover-box ul li h6 {
    font-size: 13px;
    color: var(--white);
}

/* service-sec */

/* one-stop-sec */

.one-stop-sec {
    padding: 100px 0;
    position: relative;
    background-image: url(../images/one-you-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.one-stop-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.95;
    position: absolute;
    background-color: var(--themeColor);
}

.one-stop-text {
    z-index: 1;
    position: relative;
    text-align: center;
}

.one-stop-text h2 {
    color: var(--white);
}

.one-stop-text p {
    margin: 20px 0px 20px 0px !important;
    color: var(--white);
}

.one-stop-btn {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.one-stop-btn .one-stop-btn-tel {
    gap: 15px;
    display: flex;
    text-align: left;
    align-items: center;
    color: var(--white);
    text-transform: uppercase;
    justify-content: flex-start;
    font-family: 'Cutmark-Medium';
}

.one-stop-btn .one-stop-btn-tel i {
    font-size: 40px;
    width: fit-content;
    padding: 10px 20px;
    border-right: 1px solid #fff;
}

/* one-stop-sec */

/*testimonial sec*/

.test-detail {
    padding: 20px;
    position: relative;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

ul.clients li img.testi-quo {
    width: 50px;
    right: 40px;
    height: 50px;
    bottom: 110px;
    position: absolute;
    object-fit: contain;
}

ul.clients {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -75px;
}

.clinetdetail h5 {
    margin: 0;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.clinetdetail p {
    margin: 0 0 10px;
    font-weight: 500;
    letter-spacing: 0px;
    width: 100% !important;
    text-transform: uppercase;
}

.test-detail p {
    width: 94%;
    color: #7c7c7c;
    font-size: 14px;
}

.testi_slider .slick-slide {
    opacity: 1;
    margin: 100px 10px 0px 10px;
}

.testi_slider .slick-list {
    overflow: visible;
}

.test-cont {
    margin-top: 20px;
    margin-bottom: 18px;
    padding-bottom: 30px;
    border-bottom: solid 1px #80808059;
}

.ic {
    color: #f4a600;
    margin-bottom: 13px;
}

.test-heading {
    margin-top: 35px;
}

section.testimonials {
    z-index: 0;
    position: relative;
    padding: 0 0 100px;
}

ul.cd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px !important;
    margin-bottom: 0;
}

.testimonials-heading h2 {
    font-size: 50px;
    font-weight: 400;
    color: #05193d;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.testimonials-heading p {
    color: #878787;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}

.testimonials-heading a {
    font-size: 17px;
    font-weight: 500;
    color: #1f459d;
    text-transform: capitalize;
    text-decoration: underline;
}

.clients li:first-child img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.testi_slider .slick-slide.slick-current.slick-active .test-detail {
    background-color: var(--themeColor);
}

.testi_slider .slick-slide.slick-current.slick-active .test-detail * {
    color: var(--white);
}

/* end  */


/* why-choose-sec */

.why-choose-sec {
    padding: 100px 0px;
}

.why-choose-text ul {
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.why-choose-text ul li {
    gap: 20px;
    display: flex;
    width: 33.33%;
    align-items: center;
    justify-content: flex-start;
}

.why-choose-text ul li span {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background-color: #f1f1f1;
}

.why-choose-text ul li span i {
    font-size: 20px;
    color: #204282;
}

.why-choose-text ul li span img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.why-choose-text ul li h5 {
    text-transform: uppercase;
}

/* why-choose-sec */

/* contact-sec */

.contact-sec {
    padding: 0px 4% 100px;
}

.contact-map {
    width: 100%;
    height: 450px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

.contact-text {
    top: -180px;
    padding: 20px;
    overflow: hidden;
    max-width: 390px;
    margin-left: 25px;
    position: relative;
    border-radius: 5px;
    background-color: var(--themeColor);
}

.contact-text h2 {
    color: var(--white);
}

.contact-text h2 span {
    display: block;
    width: fit-content;
    position: relative;
}

.contact-text h2 span::after {
    top: 0;
    left: 115%;
    width: 50%;
    bottom: 1px;
    height: 6px;
    content: '';
    margin: auto;
    position: absolute;
    background-color: var(--white);
}

.contact-text h2 span::before {
    top: 0;
    bottom: 0;
    left: 115%;
    height: 1px;
    content: '';
    margin: auto;
    width: 400px;
    position: absolute;
    background-color: var(--white);
}

.contact-text p {
    opacity: 0.6;
    color: var(--white);
    margin-bottom: 15px;
}

.contact-text ul {
    gap: 25px;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.contact-text ul li a {
    gap: 10px;
    opacity: 0.5;
    display: flex;
    font-size: 14px;
    align-items: center;
    color: var(--white);
    justify-content: flex-start;
}

.contact-text ul li a i {
    opacity: 1;
    font-size: 20px;
}

.contact-text ul li a:hover {
    opacity: 1;
}

.contact-form {
    margin-top: 25px;
}

.contact-form input {
    width: 100%;
    height: 50px;
    border: none;
    font-weight: 500;
    padding: 10px 0px;
    margin-bottom: 25px !important;
    color: var(--btnColor);
    font-family: 'Montserrat';
    border-bottom: 1px solid var(--textColor);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #757575;
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

.contact-form textarea {
    width: 100%;
    border: none;
    height: 150px;
    display: block;
    font-weight: 500;
    padding: 10px 0px;
    align-content: end;
    margin-bottom: 30px;
    color: var(--btnColor);
    font-family: 'Montserrat';
    border-bottom: 1px solid var(--textColor);
}

.contact-form button.theme-btn-1 {
    color: var(--white);
    background-color: var(--themeColor);
}

.contact-form button.theme-btn-1 span {
    background-color: var(--white);
}

.contact-form button.theme-btn-1 span img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(20%) saturate(4667%) hue-rotate(200deg) brightness(85%) contrast(91%);
}

/* contact-sec */

/* footer */

footer {
    z-index: 0;
    position: relative;
    padding: 100px 4% 0;
    background-color: var(--themeColor);
}


.foot-bottom {
    padding: 0px 0px 25px;
    background: var(--themeColor);
}

.foot-bottom::before {
    right: 0;
    width: 100%;
    content: '';
    height: 1px;
    opacity: 0.3;
    position: absolute;
    border-top: 1px solid var(--white);
}

.footer-line-border {
    min-height: 100%;
    padding-top: 25px;
    padding-left: 50px;
    position: relative;
    padding-bottom: 50px;
}

.footer-line-border::after {
    bottom: 0;
    left: -1px;
    width: 1px;
    content: '';
    height: 75%;
    opacity: 0.3;
    position: absolute;
    background-color: var(--white);
}

footer h5 {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    color: var(--white);
    margin-bottom: 20px;
    padding: 10px 0px 20px;
    text-transform: uppercase;
}

footer h5::before {
    left: 0;
    bottom: 0;
    width: 60%;
    height: 1px;
    content: '';
    opacity: 0.3;
    position: absolute;
    background-color: var(--white);
}

footer p {
    font-size: 14px;
    color: #a8a8a8;
    line-height: 24px;
}

.social-links a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 50%;
    align-items: center;
    transition: ease-in;
    display: inline-flex;
    justify-content: center;
    color: var(--themeColor);
    background: var(--white);
    transition-duration: 0.2s;
    transform: translatey(0px);
    border: 1px solid var(--white);
}

.social-links a:hover {
    color: var(--white);
    transition: ease-out;
    transition-duration: 0.2s;
    border-color: var(--themeColor);
    background-color: var(--themeColor2);
}

.quick-links {
    columns: 1;
}

.custom-flex {
    display: flex;
    gap: 20%;
}

.footer-logo {
    padding-top: 25px;
    padding-bottom: 40px;
}

.footer-logo h6 {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    margin: 35px 0px 15px;
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

.footer-logo a.log-ag {
    top: 0px;
    width: 180px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.footer-logo a.log-ag::before {
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0.3;
    position: absolute;
    background-color: var(--white);
}

.footer-logo a img {
    width: 100%;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(138deg) brightness(103%) contrast(101%);
}

.quick-links a {
    font-size: 14px;
    color: #ffffffa8;
    line-height: 40px;
    font-family: 'Montserrat';
}

.quick-links a:hover {
    color: var(--white);
    text-decoration: underline;
}

.foot-number {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    font-family: 'Roboto';
    display: block;
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.2s;
}

.foot-timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.foot-timing li span {
    font-size: 15px;
    font-family: 'Roboto';
    color: #a8a8a8;
}

.foot-bottom p {
    margin-top: 25px;
    text-align: center;
    color: #ffffff96;
}

/*top-seller-sec*/

.footer-last-ul {
    gap: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.footer-last-ul li a {
    gap: 10px;
    display: flex;
    opacity: 0.5;
    color: var(--white);
    align-items: center;
    justify-content: center;
}

.footer-last-ul li a:hover {
    opacity: 1;
}

.footer-last-ul li a i {
    width: 35px;
    font-size: 20px;
    text-align: center;
}

/* footer */





/* INNER PAGES */

.inner_banner_page .banner_text h1::before {
    display: none
}

.inner_banner_page .banner_text h1 {
    border-bottom: 0;
}

.main_slider.inner_banner_page {
    min-height: 750px;
}

.about-img-call img {
    width: 50px;
}

/* service-detail-sec */

.service-detail-sec {
    padding: 100px 4%;
}

.service-detail-box img {
    height: 610px !important;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 25px;
    box-shadow: 0px 18px 40.02px 5.98px rgba(0, 0, 0, 0.17);
}

.service-detail-box h4 {
    margin-bottom: 10px;
}

.service-detail-box p {
    margin-bottom: 25px;
}

.service-detail-box ul {
    margin-top: 30px;
}

.service-detail-box ul li {
    gap: 20px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.service-detail-box ul li h6 {
    flex-shrink: 0;
    width: fit-content;
    min-width: 350px;
    padding-right: 50px;
    border-right: 1px solid var(--textColor);
}

.service-detail-box ul li h6 i {
    font-size: 16px;
    color: var(--themeColor);
}



/* service-detail-sec */







/* InnerPage Contact Us start */
.contact-pag-form form {
    position: relative;
}

.contact-pag-form .form-group {
    position: relative;
}

.contact-pag-form .form-group::after {
    top: 5px;
    content: "";
    width: 10px;
    left: 50px;
    height: 53px;
    position: absolute;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form .form-group1::after {
    top: 5px;
    right: 50px;
    content: "";
    width: 10px;
    left: unset;
    height: 53px;
    position: absolute;
    transform: rotate(180deg);
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
    height: 60px;
    display: flex;
    line-height: 0;
    font-size: 15px;
    box-shadow: none;
    font-weight: 400;
    padding-left: 75px;
    color: var(--black);
    border: 1px solid #bdbdbd;
    margin-top: 26px;
    border-radius: 8px;
    background-color: transparent;
}

.contact-pag-form form select.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 25px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    display: flex;
    border-radius: 5px;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 8px;
    height: 47px;
    background-repeat: no-repeat;
    left: 40px;
    top: 5px;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 50px;
    height: 50px;
}

.contact-pag-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
    resize: unset;
    height: 150px;
    box-shadow: none;
    font-size: 15px;
    margin-top: 20px;
    padding-top: 20px;
    letter-spacing: 0;
    padding-left: 75px;
    border-radius: 6px;
    color: var(--black);
    position: relative;
    border-radius: inherit;
    scroll-behavior: unset;
    border: 1px solid #c6c6c6;
    background-color: transparent;
}

.contact-pag-form .detailss {
    position: relative;
}

.contact-pag-form .detailss i {
    position: absolute;
    top: 20px;
    color: #7e7e7e;
    left: 13px;
    font-size: 20px;
}

.contact-pag-form .email {
    padding: 0;
}

.contact-pag-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-pag-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-pag-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-pag-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    width: 70px;
    height: 70px;
    display: flex;
    font-size: 30px;
    align-items: center;
    border: transparent;
    border-radius: 50px;
    justify-content: center;
    background: var(--white);
    color: var(--themeColor);
    border: 1px solid var(--themeColor);
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    width: 100%;
    padding: 30px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    border-radius: 10px;
    background: var(--white);
    justify-content: flex-start;
    border: 1px solid #c6c6c6;
}

.contact-main-sec h4 {
    font-size: 70px;
    color: #000000;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 0px;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-family: "Oswald";
    text-transform: capitalize;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 23px;
    color: black;
    /* font-family: 'Brunson'; */
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
}

.contact_text p {
    font-size: 22px;
    line-height: 25px;
    color: #8b8b8b;
    padding-top: 0px;
    font-weight: 400;
    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    display: block;
    font-family: 'Montserrat';
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 0;
    margin-left: 20px;
}

.contact-main-sec {
    padding: 100px 4%;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    color: #7e7e7e;
    left: 13px;
    font-size: 20px;
}

.contact-pag-form .form-group1 i {
    right: 13px;
    left: unset;
    color: #7f7f7f;
    pointer-events: none;
}

.contact-pag-form {
    margin-top: 0;
}

.contact-pag-form button {
    margin-top: 30px;
    color: var(--white);
    background-color: var(--themeColor2);
}

.contact-pag-form button span {
    background-color: var(--white);
}

.contact-pag-form button span img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(20%) saturate(4667%) hue-rotate(200deg) brightness(85%) contrast(91%);
}

.contact-pag-form .detailss::after {
    top: 5px;
    content: "";
    left: 50px;
    width: 10px;
    height: 53px;
    position: absolute;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.cicle-icon {
    margin: 0 17px 0 0;
}

.contact-side-bar h4 {
    padding: 0 0 30px 0;
}

/* InnerPage Contact Us end */


/* gallery sec */

.gallery-sec {
    padding: 100px 0px;
}

.gallery-img-centers {
    width: 100%;
    height: 500px;
    min-height: 100%;
}

.gallery-img {
    gap: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.gallery-img a {
    width: 100%;
    height: 260px;
}

.gallery-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.gallery-img-centers img,
.gallery-img-centers a {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}


.inner-gallery-sec .gallery-img-centers {
    height: 550px;
    min-height: auto;
    margin-bottom: 25px;
}

.inner-gallery-sec .gallery-img .gallery-img-centers {
    margin: 0;
    height: 465px;
}

.inner-gallery-sec a.gallery-img-5 {
    height: 250px;
}

.inner-gallery-sec a.gallery-img-6 {
    height: 225px;
}

.inner-gallery-sec a.gallery-img-1 {
    height: 300px;
}

.inner-gallery-sec a.gallery-img-7 {
    height: 420px;
}

.inner-gallery-sec a.gallery-img-8 {
    height: 400px;
}

.inner-gallery-sec a.gallery-img-9 {
    height: 205px;
}

/* gallery sec */




.booking-form-heading {
    text-align: center;
    margin-bottom: 25px !important;
}

.booking-form-heading p {
    color: #8d8d8d;
    font-weight: 500;
    width: 60%;
    margin: 0 auto;
    margin-top: 5px;
}

.booking-form-box select {
    width: 100%;
    height: 60px;
    color: #000;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #bdbdbd;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

/* For IE/Edge */
.booking-form-box input::-ms-expand,
.booking-form-box select::-ms-expand {
    display: none;
}


.booking-form-box input {
    width: 100%;
    height: 60px;
    color: #000;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px !important;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}


.booking-form-box input::placeholder {
    color: #9f9fa0;
    font-weight: 500;
    font-size: 14px;
}

.booking-form-box textarea::placeholder {
    font-size: 14px;
    color: #909091;
    font-weight: 500;
}

.booking-form-box textarea {
    width: 100%;
    resize: none;
    height: 140px;
    display: block;
    font-size: 12px;
    color: #9f9fa0;
    font-weight: 500;
    align-content: end;
    padding: 20px 20px;
    border-radius: 5px;
    margin-bottom: 20px !important;
    border: 1px solid #bdbdbd;
}

.booking-form-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-form-button button {
    color: var(--white);
    background-color: var(--themeColor);
}

.booking-form-button button span {
    background-color: var(--white);
}

.booking-form-button button span img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(20%) saturate(4667%) hue-rotate(200deg) brightness(85%) contrast(91%);
}

.booking-form-sec {
    padding: 100px 0;
}

.date-wrapper input {
    margin-bottom: 0;
}

.date-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

span.icon {
    position: absolute;
    right: 23px;
    background: #ffffff;
    pointer-events: none;
}

.service-select {
    position: relative;
}

.service-select::before {
    top: 0;
    bottom: 0;
    right: 50px;
    width: 15px;
    content: '';
    margin: auto;
    height: 50px;
    position: absolute;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}






























/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    
}


/*Media Query End*/