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

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

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

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
    font-family: 'GothamLight';
}

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: 'TrajanPro-Bold';
    src: url(../fonts/TrajanPro-Bold.otf);
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham\ Bold.otf);
}

@font-face {
    font-family: 'GothamLight';
    src: url(../fonts/Gotham\ Light.otf);
}


/***** 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 {
    color: #000;
    font-size: 65px;
    margin: 0 0 0px;
    line-height: 80px;
    font-weight: 500;
    font-family: 'TrajanPro-Bold';
}

h2 {
    font-family: 'TrajanPro-Bold';
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'TrajanPro-Bold';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'TrajanPro-Bold';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

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

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

p {
    margin: 0px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'GothamLight';
}

.theme-1 {
    color: #fff;
    padding: 12px 12px;
    background: #08adc0;
    font-family: 'Montserrat';
}


.add-padding {
    margin: auto;
    padding: 0 5%;
    max-width: 1800px;
}

.theme-2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 17px 25px;
    transition: ease-out;
    font-family: 'Montserrat';
    transition-duration: 0.5s;
    background-color: #08adc0;
}

.theme-1:hover,
.theme-2:hover {
    color: #fff;
    background-color: #838584;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

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

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat';
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #08adc0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.menuSection {
    padding: 15px 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.19);
}

.menuSec ul li ul {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    list-style: none;
    margin: 0;
    width: max-content;
    z-index: 1000;
    border: 1px solid #ddd;
}

.menuSec ul li:hover>ul {
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.menuSec ul li:hover>ul li {
    padding: 5px 25px;
    line-height: 30px;
    text-align: left !important;
}

/*header css start */


/*banner css start */

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.banner-img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

.main_slider {
    position: relative;
}

.main_slider::before {
    content: '';
    background-image: url(../images/banner-befoer.png);
    position: absolute;
    bottom: 5%;
    left: 44%;
    z-index: 1;
    background-size: contain;
    width: 170px;
    background-repeat: no-repeat;
    height: 100px;
}

.main_slider::after {
    content: '';
    background-image: url(../images/banner-after.png);
    position: absolute;
    bottom: 5%;
    left: 0%;
    z-index: 1;
    background-size: contain;
    width: 50px;
    background-repeat: no-repeat;
    height: 100px;
}

.main_slider .banner-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(99%) sepia(60%) saturate(2%) hue-rotate(161deg) brightness(109%) contrast(101%);
}

.banner_text h1 span {
    color: #08adc0;
}

.banner_text p {
    color: #0f1010;
    margin-top: 15px;
    margin-bottom: 15px;
}

.banner_text a {
    font-size: 20px;
    font-weight: 500;
    padding: 12px 25px;
    transition: ease-out;
    font-family: 'Montserrat';
    background-color: #838584;
    transition-duration: 0.5s;
}

.banner_text a:hover {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #08adc0;
}

.inner-banner-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/*banner css end*/

/* about-sec */

.about-sec {
    padding: 100px 0px;
    position: relative;
    background-color: #ffffff6e;
}

.about-sec::after {
    right: -50px;
    z-index: 1;
    content: '';
    width: 150px;
    height: 100px;
    bottom: 100px;
    position: absolute;
    background-image: url(../images/banner-befoer.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.about-sec::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.08;
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-img {
    width: 100%;
    display: flex;
    height: 700px;
    position: relative;
    align-items: flex-end;
    justify-content: flex-end;
}

.about-img::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    width: 90%;
    height: 90%;
    border-radius: 50px;
    background-color: rgb(8, 173, 192);
    opacity: 0.22;

}

.about-img img {
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 50px;
    box-shadow: 0px 2px 46px 0px rgba(0, 0, 0, 0.5);
}

.about-text h5 {
    font-size: 35px;
    color: #08adc0;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    max-width: fit-content;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
}

.about-text h2 {
    font-size: 60px;
    margin-bottom: 25px;
}

.about-text p {
    font-size: 18px;
    margin-bottom: 15px;
}

.about-text h6 {
    font-size: 35px;
    color: #08adc0;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    max-width: fit-content;
    background-color: #f4f4f4;
}

.about-text-bottom {
    margin-top: 50px;
}

.about-text-bottom p {
    font-size: 18px;
    margin-bottom: 15px;
}

.about-img-box {
    width: 100%;
    height: auto;
    margin: 15px 0px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    border: 25px solid #bce9ee;
}

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

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

/* about-sec */

/* service-sec */

.service-sec {
    padding: 200px 0px 100px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.service-sec::before {
    right: 0;
    content: '';
    bottom: 50px;
    width: 170px;
    height: 70px;
    z-index: 1;
    position: absolute;
    background: url(../images/banner-befoer.png) no-repeat;
    background-size: contain;
}

.serboetg {
    right: 0;
    content: '';
    top: 25%;
    width: 126px;
    height: 57px;
    z-index: 1;
    position: absolute;
    object-fit: contain;
}

.serboetgwe3tg {
    left: 0;
    content: '';
    top: 30%;
    width: 126px;
    height: 57px;
    z-index: 1;
    position: absolute;
    object-fit: contain;
}

.ser-head h5 {
    font-size: 30px;
    color: #08adc0;
    padding: 5px 10px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 15px;
    max-width: fit-content;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
}

.ser-head {
    position: relative;
}

.service-sec .ser-head h2 {
    color: #000;
    font-size: 60px;
}

.service-sec .ser-head {
    margin-bottom: 50px;
}

.service-box {
    gap: 15px;
    padding: 25px 40px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 25px;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.45);
}

.service-box img {
    width: 70%;
    height: auto;
    margin: 15px 0px;
    object-fit: cover;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    border: 15px solid #bce9ee;
}

.service-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
    height: auto;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.service-box p {
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.custom-mt {
    margin-top: 100px;
}

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

.serviceSlider .slick-slide {
    opacity: 0;
}

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

.serviceSlider .slick-prev {
    left: -55px;
    position: absolute;
    z-index: 1;
}

.serviceSlider .slick-prev:before,
.serviceSlider .slick-next:before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    display: flex;
    z-index: 1;
    align-items: center;
    color: white;
    position: absolute;
    border-radius: 50%;
    height: 50px;
    content: '\f053';
    width: 50px;
    background: #838584;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.serviceSlider .slick-next:before {
    content: '\f054';
}

.inner-service-sec {
    padding: 100px 0px;
}

/* service-sec */

/* .why-choose-sec */

.why-choose-sec {
    padding: 100px 0px 250px;
    background: url(../images/why-choose-bg.png)no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.why-choose-sec::before {
    content: '';
    background-image: url(../images/banner-after.png);
    position: absolute;
    bottom: 25%;
    left: 0%;
    z-index: 1;
    background-size: contain;
    width: 50px;
    background-repeat: no-repeat;
    height: 100px;
}

.why-choose-sec::after {
    content: '';
    background-image: url(../images/banner-befoer.png);
    position: absolute;
    top: 20%;
    right: 7%;
    z-index: 1;
    background-size: contain;
    width: 171px;
    background-repeat: no-repeat;
    height: 100px;
}

/* .why-choose-sec */

/* referral-sec */

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

/* referral-sec */

/* gallery-sec */

.gallery {
    padding-top: 10px;
    position: relative;
    padding-bottom: 100px;
    background-color: #08adc0;
}

.gallery::before {
    width: 100%;
    content: '';
    left: 0;
    bottom: 100%;
    height: 150px;
    position: absolute;
    background-image: url(../images/gallery-before.png);
    background-repeat: no-repeat;
    background-size: cover;
}

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

.ser-head h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin-bottom: 5px;
}

.ser-head p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 50%;
    padding-bottom: 50px;
    margin: 0 auto;
}

.gall-img {
    position: relative;
    margin-bottom: 7%;
}

.gall-img:hover .hover-btn {
    opacity: 1;
}

.hover-btn {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    background: #08adc07c;
    border-radius: 20px;
}

a.hoverbtn.btn10 {
    position: absolute;
    top: 40%;
    width: 100%;
    right: 100%;
}

.hover-btn1 {
    /* border: solid 5px white; */
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    /* transform: translate(-50%, -51%); */
    background: #08adc07c;
    border-radius: 20px;
}

a.hoverbtn1.btn10 {
    position: absolute;
    top: 40%;
    width: 31%;
    right: 35%;
}

.gall-img:hover .hover-btn1 {
    opacity: 1;
}

.gall-img img {
    border-radius: 20px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

/* gallery-sec */

/* testimonial */

.testimonials-sec {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
}

.testimonials-secimg {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: top;
}


.testimonials-sec::before {
    right: 0;
    content: '';
    bottom: 50px;
    width: 170px;
    height: 70px;
    z-index: 1;
    position: absolute;
    filter: brightness(0) saturate(100%) invert(99%) sepia(89%) saturate(0%) hue-rotate(184deg) brightness(104%) contrast(100%);
    background: url(../images/banner-befoer.png)no-repeat;
    background-size: contain;
}

.testimonials-sec::after {
    right: 0;
    content: '';
    width: 50px;
    bottom: 30px;
    height: 100px;
    position: absolute;
    background: url(../images/teaxt-after.png)no-repeat;
}


.testimonials-heading h2 {
    color: #fff;
    font-size: 50px;
    position: relative;
    margin-bottom: 25px;
}

.testimonials-heading p {
    position: relative;
    color: #fff;
    font-size: 17px;
}

.testimonials-slider {
    width: 100%;
}

.testimonial-box p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'GothamLight';
}

.testimonial-box {
    padding: 40px 30px 40px 30px;
    margin-top: 30px;
    background: transparent;
    position: relative;
    margin-bottom: 5%;
    background: white;
    border-radius: 25px;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.16);
}

.testimonial-box::before {
    content: '';
    width: 45px;
    right: 46px;
    bottom: 40px;
    height: 35px;
    position: absolute;
    background-size: contain !important;
    background: url(../images/test-a.png) no-repeat;
}

.testimonials-slider .slick-dots li.slick-active button:before {
    opacity: 7 !important;
    color: black;
    background: #ffffff;
    content: '' !important;
    top: -3px;
    border-radius: 20px;
    width: 15px;
    height: 15px;
}

.testimonials-slider .slick-active,
.testimonials-slider .slick-slide {
    opacity: 1;
}

.testimonials-slider .slick-slide {
    margin: 0px 10px;
}

.testimonials-slider .slick-dots li button:before {
    font-family: '' !important;
    font-size: 0px;
    line-height: 20px;
    position: absolute;
    top: 0;
    background: #ffffff;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.flex-shrink-0 img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.flex-grow-1.ms-3 h6 {
    font-size: 16px;
    color: #08adc0;
}

.flex-grow-1.ms-3 h5 {
    font-size: 20px;
    font-weight: 700;
    color: #090808;
}

/* testimonial */


.contact-sec {
    background: #dbeef0;
    padding: 100px 0px;
    width: 100%;
}

.contact-frm {
    padding: 50px 40px;
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1)
}

.contact-frm span {
    font-size: 30px;
    font-family: 'Montserrat';
    text-transform: capitalize
}

.contact-frm h4 {
    color: #231f20;
    font-size: 40px;
    text-align: justify;
    font-weight: 300;
    line-height: 30px;
    font-family: 'Montserrat';
}

.contact-input input,
.contact-input select::placeholder {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500
}

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

.contact-input input,
.contact-input select {
    font-size: 18px;
    width: 100%;
    border-bottom: 1px solid #c2c2c2 !important;
    border: 0;
    height: 60px;
    padding: 0;
    color: #000;
    margin-top: 50px
}

.contact-input {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    position: relative
}

.contact-input textarea {
    font-size: 18px;
    color: #000;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #c2c2c2 !important;
    padding: 40px 20px 20px 10px;
    height: 170px;
    margin-top: 30px
}

.contact-input-btn button {
    position: absolute;
    right: -10px;
    bottom: -15px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 0;
    color: #fff;
    background: #838584;
}


.contact-input-btn {
    position: relative;
    z-index: 1;
    animation: blink-1 2.5s infinite both
}

@-webkit-keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.contact-input-btn i:after {
    position: absolute;
    content: '';
    border: 2px solid #474546;
    width: 120%;
    height: 120%;
    right: -10%;
    bottom: -10%;
    background: #fff;
    z-index: -1;
    border-radius: 50px;
    transition: .5s ease-in-out
}

.contact-input-btn i:hover:after {
    box-shadow: 0 0 10px 0 #85c75d;
    transition: .5s ease-in-out
}

.ctct-detl {
    background: #08adc0;
    position: relative;
    padding: 50px 50px 70px 50px;
}

.ctct-detl h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 70px;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

.ctct-detl h4:after {
    position: absolute;
    content: '';
    background: #c1bdbd6b;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -30px
}

.ctct-detl h4:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 30%;
    height: 2px;
    left: 0;
    bottom: -30px;
    z-index: 1;
    transition: 1s ease-in-out
}

.ctct-detl h4:hover:before {
    width: 100%;
    transition: 1s ease-in-out;
    background: #fff
}

.ctct-detl UL {
    display: flex;
    gap: 40px;
    margin: 50px 0
}

.ctct-detl ul i {
    font-size: 50px;
    color: #fff
}

.ctct-detl ul a {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 26px;
    text-align: justify
}

.ctct-detl ul li {
    display: grid;
    align-items: center;
    justify-content: flex-start
}

.ctct-detl ul li span {
    line-height: 0;
    font-weight: 400
}

.conte-head h4 {
    color: #000;
    font-size: 60px;
    text-align: center;
}

ul.cont-border {
    border: 0;
    border-top: 1px solid #ffffff40;
    padding: 30px 0 0;
    margin-bottom: -20px;
    transition: 1s ease-in-out
}

ul.cont-border:hover {
    border-color: #fff;
    transition: 1s ease-in-out;
    transform: translateX(10px)
}

.conte-head p {
    margin: 0 auto;
    text-align: center;
    color: #000;
    width: 49%;
    font-size: 17px;
    padding-bottom: 30px;
}

.footer-logo-box {
    text-align: center
}

.footer-main {
    padding: 80px 0 50px;
    background: #263642;
    position: relative;
}

.footer-logo-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    font-family: 'Montserrat';
    text-align: center;
    margin-top: 20px
}

.footer-logo-box a img {
    margin-bottom: 35px
}

.footer-logo-box ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 20px;
    justify-content: center;
    margin-top: 40px
}

.foot-social ul li a:hover {
    color: #fff;
    background: #838584;
}

.foot-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #010002;
    transition: .5s;
    background: #f7f7f7;
}

.quick-link {
    padding-left: 40px;
}

.contact-info {
    padding-left: 30px;
    height: 100%;
}

.new-letter {
    padding-left: 20px
}

.copy-right {
    padding: 18px 0;
    text-align: center;
    background: #1a252e
}

.new-letter-input-icon {
    position: absolute;
    left: 15px;
    color: #1a252e;
}

.new-letter input {
    width: 100%;
    height: 55px;
    border: none;
    background: #ffff;
    border-radius: 0px;
    padding: 0 55px;
    box-shadow: 0 0 2px 0 #00000063;
}

.new-letter-input-icon i {
    font-size: 18px;
    color: #838584;
    margin-top: 6px;
}

.copy-right p {
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 0
}

.new-letter-input input::placeholder {
    font-size: 16px;
    color: #000;
    font-weight: 600
}

.new-letter-input {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.new-letter-button button {
    width: 100%;
    height: 55px;
    font-size: 19px;
    border: none;
    color: #000;
    border-radius: 10px
}

.footer-main h4 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}

.footer-main h5::before {
    content: '';
    width: 30px;
    height: 2px;
    bottom: -10px;
    left: 0;
    background: #1a252e;
    position: absolute;
}

.quick-link ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.quick-link ul {
    columns: 2;
    line-height: 45px;
}

.contact-info ul li a i {
    font-size: 22px;
    color: #fff
}

.contact-info ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
}

.contact-info ul li:last-child a {
    margin-bottom: 0
}

.new-letter form {
    margin-top: 35px;
}

a.footbtn.btn10 {
    width: 100%;
    background: #08adc0;
    height: 55px;
    border-radius: 0px;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    color: #ffff;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.4);
}

.video-slide .slick-slide.slick-active img {
    width: 271px;
    height: 250px;
    object-fit: cover;
    margin: 0 auto;
    object-position: top;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.video-slide .slick-track {
    display: flex;
    align-items: center;
}

.vido-img img:not(a img) {
    border: 5px solid #fff;
}

.vido-img {
    position: relative;
}

.vido-img a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    margin: auto;
    height: 60px;
    display: flex;
    color: #08adc0;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.vido-img a img {
    width: 52px !important;
    height: 56px !important;
    object-fit: cover;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center .vido-img:after {
    content: '';
    position: absolute;
    width: 92%;
    height: 19px;
    background: url(../images/activ-ply.png);
    background-size: cover;
    bottom: 7%;
    left: 4%;
    background-repeat: no-repeat;
}

.video-slide .slick-slide.slick-active .vido-img:after {
    content: '';
    position: absolute;
    width: 62%;
    height: 19px;
    background: url(../images/activ-ply.png);
    background-size: cover;
    bottom: 7%;
    left: 19%;
    background-repeat: no-repeat;
}

.video-slide .slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #6785ff;
    font-size: 25px;
}

.video-slide .slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    color: #6785ff;

}

.video-slide .slick-next:hover:before,
.video-slide .slick-prev:hover:before {
    color: #0062a6;
}

.video-slide .slick-slide {
    margin: 62px 20px;
}

.video-slide .slick-active {
    opacity: 1;
}

.watch-heading {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.watch-heading h2 {
    color: #eff0f0;
    font-size: 60px;
}

.watch-heading p {
    font-size: 18px;
    width: 50%;
    color: #eff0f0;
    line-height: 25px;
    margin: 0 auto;
}

/* FAQS */
section.faqs {
    background: url(../images/about-bg.png);
    height: 1307px;
    background-size: cover;
    display: flex;
    align-items: center;
}

button.accordion-button.collapsed {
    color: #ffffff;
    font-size: 37px;
    font-weight: 500;
    background: #08adc0;
    border-radius: 0px !important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-radius: 0px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0px;
}

.accordion-button::after {
    right: 9px;
    height: 44px;
    width: 51px;
    font-size: 30px;
    background-size: contain;
    position: absolute;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(310deg) brightness(102%) contrast(105%);
}

.accordion-item {
    border: 0;

}

.accordion-button:not(.collapsed)::after {
    height: 44px;
    width: 51px;
    background-size: cover;
    position: absolute;
    object-fit: cover;
    top: 10px;
    right: 15px;
    background-size: cover;
    filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(7500%) hue-rotate(166deg) brightness(105%) contrast(105%);
    transform: rotate(-360deg);
}

.accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: unset;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border-radius: 00px;
    background: #fff;
}

.accordion-header {
    margin-bottom: 0;
    background: #fff;
    border-radius: 0px;
}

.accordion-body {
    padding: 0;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    margin: 0% 0% 2% 0%;
    padding: 3% 2% 2% 2%;
}


button.accordion-button span {
    margin-left: 2%;
    color: #ffffff;
    font-weight: 400;
    font-size: 45px;
    font-family: 'Raleway';
}

.accordion-button:not(.collapsed) span {
    color: #072366;
    font-size: 45px;
    font-weight: 400;
    font-family: 'Raleway';
}

section.video.faq {
    background: url(../images/sec-back.jpg);
    width: 100%;
    background-size: cover;
    padding: 82px 0 80px 0;
}

.accordion-item:first-of-type {}

.accordion-item {
    border: none !important;
    border-radius: 50px;
    margin-bottom: 2%;
    border-radius: 7px;
    background: none !important;
}

.accordion-item:not(:first-of-type) {
    border-top: 2px solid;
}

/* FAQS */


/* faq page css */

.faq-h {
    width: 60%;
    margin: 0 auto 30px;
}

.faq-h h2 {
    margin-bottom: 20px;
}

.faq-h p {
    color: #494949;
    font-size: 16px;
    text-align: center;
}

.gorrila-page-sec {
    padding: 80px 0;
}

.gorilla-content .accordion-button.collapsed {
    padding: 20px 30px;
    background-color: #ffffff;
    color: #000000;
    font-size: 40px;
    line-height: 30px;
    border-radius: 54px;
    /* text-transform: uppercase; */
}

.gorilla-content .accordion-button {
    /* color: #000000 !important; */
    font-size: 24px;
    padding: 20px 20px;
    line-height: 45px;
    background-color: transparent;
    font-size: 45px;
}

.gorilla-content .gorrila-page-txt .color-red {
    color: #A60000;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 30px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 54px;
    border-bottom-left-radius: 54px;
}

.gorrila-page-txt ul {
    list-style: auto;
}

.gorrila-page-txt ul li {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
    color: #A60000;
}

.accordion-body.gorrila-page-txt {
    padding: 20px 30px;
}

.gorilla-content .accordion-item {
    margin: 20px 0;
    border-radius: 60px;
    border: 0;
    background: #ffffff;
}

.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    /* border: 2px solid #00edff;*/
    border-bottom: 0;
    border-top-left-radius: 67px;
    border-top-right-radius: 65px;
    color: white;
    /*text-transform: uppercase;*/
    /* background: blue; */
    border-radius: 77px;
    font-size: 40px;
}

.accordion-collapse.collapse {
    /* border: 2px solid #00edff; */
    border-top: 0;
    border-radius: 0px;
    /* margin-bottom: 30px; */
    background: white;
    position: relative;
    top: -25px;
}

.gorilla-content button:focus:not(:focus-visible) {
    /* box-shadow: none; */
    /* background: red; */
}

.accordion-body p {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    line-height: 31px;
}

.gorilla-content .accordion-button::after {
    /*   content: '\2b';
    font-weight: 700;
    font-family: 'Font Awesome 6 Pro';
    background-image: none;
    transform: rotate(0deg);*/

    background: #a21719;
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-weight: 600;

    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: absolute;
    right: 0;
    border-radius: 31px;
}

/*.accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-weight: 700;
     font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-size: 32px;
}*/
.faq-pg-sec {
    padding: 80px 0;
}

.faq-h h3 {
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
}

section.faq.pt-8.pb-8 {
    /* background: url(../images/gallery.png); */
    background-size: cover !important;
    /* box-shadow: inset 0 0 0 2000px #367de2d6; */
    background: url(../images/video-bg.png)no-repeat;
    border-bottom-left-radius: 10%;
}

.gall-txt h6 {
    font-size: 66px;
    color: white;
}

.gall-txt p {
    color: white;
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

/* Faqs Page End */


.testimonials-sec .about-text,
.testimonials-sec .about-img-box,
.testimonials-sec .about-text-bottom {
    position: relative;
}

.testimonials-sec .about-text p,
.testimonials-sec .about-text h2,
.testimonials-sec .about-text-bottom {
    color: #fff;
}

.testimonials-sec .about-img-box {
    padding: 25px;
    width: 80%;
    margin: auto;
    border: 3px solid #fff;
}

.companies-img-box {
    width: 90%;
    margin: 0px auto 25px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.179px -3.355px 24.84px 2.16px rgba(0, 0, 0, 0.14);
}

/* Inner Contact Start*/

.contact1 p,
.contact2>p {
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.contact2 ul {
    margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.contact1 .theme_btn {
    width: 100%;
    border: 0;
    background: #f01414;
    color: #fff;
    padding: 10px;
    font-size: 23.64px;
    font-family: "Nunito";
    font-weight: 500;
    border-radius: 0;
    height: 60px;
}

.contact1 textarea {
    height: 200px;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 25px;
}

.contact2 ul li h4 {
    text-transform: capitalize;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact2 ul li h4 span {
    color: #08adc0;
}

.contact2 ul li p {
    color: #000;
    font-size: 18px;
    width: 100%;
    margin-bottom: 0;
    font-weight: 500;
}

.contact1 button {
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 70px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    background: #08adc0;
}

.contact2 .icon i {
    height: 90px;
    width: 90px;
    border-radius: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background: #838584;
}

.contact2 .icon i::after {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    border: 2px;
    border-color: #fff;
    border-style: dashed;
    border-radius: 50%;
}

.contact2 .icon i {
    font-size: 40px;
    color: #fff;
}

section.contact_us {
    padding: 80px 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
}

.contact-before-after {
    position: relative;
}


.contact-left-right-img {
    position: relative;
}

.map {
    margin-top: 50px;
}



.contact1 textarea {
    resize: none;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;

    font-weight: 500;
}

.contact1 {
    position: relative;
    width: 95%;
}

i.far.fa-phone-alt {
    transform: rotate(98deg);
}

.map iframe {
    box-shadow: 0 0 20px 0 #0000003d;
}

img.contact_img_1 {
    position: absolute;
    left: 0;
    top: -30px;
}

img.contact_img_2 {
    position: absolute;
    right: -20px;
    top: 30px;
}

.contact1 h2 {
    color: #08adc0;
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact2 h2 {
    color: #000;
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact2 h2 span {
    color: #08adc0;
}

/* Inner Contact End*/


.order-form .input-group>.form-control,
.order-form .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding: 15px;
    margin-bottom: 0;
}

.order-form .form-select {
    background-image: url(../images/arrow-icon.png);
    background-size: unset;
}

.input-group-text.plane {
    align-items: start;
}

.order-form textarea.form-control {
    resize: none;
}

.submit-btn {
    text-align: center;
    position: relative;
}

.submit-btn button::after {
    content: url(../images/btn-bottom.png);
    position: absolute;
    bottom: 1px;
    left: 48%;
}

.submit-btn span.text {
    margin-left: 19px;
}

form.order-form {
    margin-top: 7%;
}

form.order-form :is(input,
    select,
    textarea) {
    border: 1px solid #1e1e1e;
    border-radius: 0px;
}


section.work-together.bg-effect:before {
    background-position: bottom;
}

.submit-btn button {
    background: #08adc0;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    border: none;
    width: 100%;
    padding: 15px 25px;
}

.work-together {
    margin-bottom: 100px;
    margin-top: 100px;
}


/*referral start*/

.referral-text h2 {
    font-size: 50px;
    line-height: 60px;
    color: #000000;
}

.referral-text p {
    font-size: 18px;
    color: #000000;
    line-height: 31px;
    width: 88%;
}

.referral-text ul {
    display: flex;
    gap: 20px;
    margin: 30px 0px;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
    width: 95%;
}

.referral-text ul li span {
    font-size: 35px;
    color: #fff;
    background-color: #08adc0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.referral-text ul li h5 {
    color: #000000;
    font-size: 44px;
    line-height: 50px;
    font-family: 'GothamLight';
    font-weight: 300;
}

.referral-text ul li p {
    font-size: 17px;
    color: #0a0a0a;
}

.referral-text ul:last-child {
    border: unset;
}

.referral-img.on img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 15px #000000a6;
}

img.referral-img-1 {
    width: 80%;
    border-radius: 20px;
    display: block;
    margin: 0 0 0 auto;
    box-shadow: 0 0 15px #000000a6;
}

img.img-ref-2 {
    margin-top: 20px;
    width: 100%;
    height: 303px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 15px #000000a6;
}

.referral-text a {
    background: #000;
}

/*referral end*/
/*why-chose us start*/
.chose-txt h6 {
    font-size: 35px;
    line-height: 35px;
    color: #08adc0;
    font-weight: 300;
    margin-bottom: 20px;
    box-shadow: 0 0 7px #00000059;
    width: fit-content;
    padding: 3px 12px;
    border-radius: 5px;
    background-color: #fff;
}

.chose-txt h3 {
    font-size: 58px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 15px;
}

.chose-txt p {
    font-size: 18px;
    line-height: 30px;
    color: #111010;
}

.chose-txt ul {
    display: flex;
    gap: 15px;
    margin: 25px 0px;
}

.chose-txt ul li img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #838584;
    padding: 15px;
    display: block;
    object-fit: contain;
}

.chose-txt ul li h5 {
    font-size: 40px;
    line-height: 40px;
    color: #2b292a;
    font-family: 'TrajanPro-Bold';
    margin-bottom: 10px;
}

.chose-txt ul li p {
    width: 90%;
}

.chose-img img {
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}

.chose-img {
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 4px solid #999b9a;
    padding: 25px;
}

.chose-txt ul li:first-child {
    width: 10%;
}

.chose-txt ul li:last-child {
    width: 90%;
}

.testimonials-sec .about-img {
    position: relative;
    z-index: 1;
}

.testimonials-sec .about-img::before {
    background-color: #eaebec;
    opacity: 1;
}

.inner-refeal-sec {
    padding-top: 200px;
}

/*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*/