@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
    font-family: 'montserrat-regular';
}

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: "rajdhani-bold";
    src: url(../fonts/rajdhani-bold.ttf);
}

@font-face {
    font-family: "montserrat-regular";
    src: url(../fonts/montserrat-regular.ttf);
}

@font-face {
    font-family: "rajdhani-semibold";
    src: url(../fonts/rajdhani-semibold.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: 0 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-family: "rajdhani-bold";
    font-size: 70px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "rajdhani-bold";
    font-size: 50px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 13px;
    font-family: montserrat-regular;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.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: center;
    gap: 47px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fffdfd;
    padding: 0;
    font-size: 13px;
    font-weight: 200;
}

.menuSec ul li a:hover:before,
.menuSec ul li a.active::before {
    width: 100%;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a::before {
    position: absolute;
    content: '';
    /* width: 0; */
    /* height: 3px; */
    /* background-color: #d4af37; */
    bottom: 0;
    left: 0;
    /* transition: 0.5s; */
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.header-logo a img {
    .header-logo {
        text-align: center;
    }
    width: 100px;
    height: 100px;
}

.header-logo {
    text-align: center;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

ul#menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30%;
}

.btn-1 .btn-arrow {
    /* box-shadow: 72.172px 36.773px 30px 0px rgba(77, 77, 77, 0.31) !important; */
    width: 56px;
    height: 53px;
    object-fit: none;
    border: 0;
    transition: .3s all;
    border-left: 1px solid #e1e1e1;
    background: #fff;
}

.btn-1 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0px 0px 0px 30px !important;
    border: 1px solid #fff;
    font-size: 11px !important;
    color: #fff;
    text-transform: uppercase;
    position: relative !important;
    z-index: 1;
    background: #000000e3;
}

.btn-1:hover {
    color: #fff;
}

.btn-1::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .3s all;
    z-index: -1;
    background: #ffa224;
}

.btn-1:hover::before {
    width: 100%;
    right: 0;
}

.btn-1:hover::before {
    width: 100%;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-item img {
    width: 100%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 70%;
    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: rgb(0 0 0 / 80%);
    z-index: 1;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 90vh;
}

.banner_text h1 {
    color: #fff;
}

.banner_text h2 {
    color: #fff;
}

.banner_text p {
    color: #fff;
    padding: 16px 0;
}

section.main_slider {
    position: relative;
    z-index: 1;
}

section.main_slider::before {
    position: absolute;
    content: '';
    height: 75vh;
    width: 552px;
    top: 0;
    z-index: 99;
    left: -461px;
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
}

section.main_slider::after {
    position: absolute;
    content: '';
    width: 91px;
    height: 90vh;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9;
}


/*banner css end*/


/* footer */

footer.footer-sec {
    position: relative;
    padding-bottom: 0;
    padding-top: 80px;
    overflow: hidden;
    background-image: url(../images/footer-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

footer.footer-sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000f0;
}

.footer-box h4 {
    font-size: 18px;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    line-height: 24px;
    margin-bottom: 29px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: rajdhani-semibold;
}

.footer-box p {
    font-size: 14px;
    color: rgb(255 255 255 / 49%);
    line-height: 23px;
}

ul.footer-link-list li a {
    font-size: 12px;
    color: rgb(210 210 210 / 66%);
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'montserrat-regular';
}

ul.footer-link-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-transform: capitalize;
    position: relative;
}

ul.footer-link-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 0px 0px 8px;
}

ul.footer-link-list li a::before {
    position: absolute;
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 10px;
    background: #ffffffab;
    top: 14px;
    left: -13px;
}

ul.social-icons li {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    background: #232323;
    justify-content: center;
    border: 1px solid #fff;
}

ul.social-icons li:hover {
    background: #c5a2fe;
    transition: .5s ease-in-out;
}

ul.social-icons li:hover a {
    color: #fff;
}

ul.social-icons li a {
    color: #fff;
    font-size: 18px;
}

.col2 ul.footer-link-list {
    columns: 2;
    margin-bottom: 35px;
    /* position: relative; */
}

ul.footer-link-list li a {
    transition: .5s ease-in-out;
}

ul.footer-link-list li a:hover {
    padding-left: 5px;
    color: #ab8669;
}

ul.footer-link-list i {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
}

.footer-box::before {
    position: absolute;
    /* content: ""; */
    /* width: 2px; */
    /* height: 0; */
    /* right: -5px; */
    /* top: 0px; */
    /* bottom: auto; */
    /* transition: .5s ease-in-out; */
    z-index: 1;
}

.footer-box:hover::before {
    height: 295px;
    background: #ff7200;
    z-index: 1;
}

.bottom-text p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    margin: 0;
    text-align: center;
}

.bottom-imag {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bottom-nav-box .row {
    align-items: center;
}

.bottom-nav-box {
    /* border: 1px solid rgb(167, 167, 167); */
    padding: 10px 20px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
}

.footer-box.box-center {
    margin-left: 20%;
}

.footer-box.box-center {
    margin-left: 20px;
}

ul.bottom-list i:hover {
    transform: scale(1.1) rotate(945deg);
    background: #ff7200;
    border-color: #ff7200;
}

.footer-box {
    position: relative;
}

.footer-box::after {
    /* position: absolute; */
    /* content: ""; */
    width: 2px;
    height: 300px;
    right: -5px;
    top: 0px;
    bottom: auto;
    background: rgb(167, 167, 167);
}

.noborder::after {
    display: none;
}

.noborder::before {
    display: none;
}

.bottom-nav-box:after {
    position: absolute;
    content: '';
}

.footer-img-icon {
    gap: 15px;
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: flex-start;
}

ul.footer-social-list {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 30px;
    gap: 20px;
}

ul.footer-social-list li i {
    font-size: 19px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffa224;
    color: #ffffff;
    border-radius: 3px;
}


/* Footer End */

.gallery-sec {
    padding: 100px 0;
}

.sec-head {
    text-align: center;
    margin-bottom: 50px;
}

.sec-head h2 {
    font-size: 71px;
    color: #000000;
    text-transform: capitalize;
}

.sec-head p {
    font-size: 15px;
    color: #000000;
}

.maiun_banner_slider .flipster.flipster-active.flipster-coverflow {
    overflow-y: hidden !important;
    padding: 0px 200px;
}

.flipster .flipto-prev {
    left: 0;
    background: #ffffff;
    border: transparent;
    border-radius: 55px;
}

.flipster .flipto-next {
    right: 0;
    background: #ffffff;
    border: transparent;
    border-radius: 51px;
}

.flipster .flipto-prev:hover,
.flipster .flipto-next:hover {
    background-color: transparent;
}

.flip-content img,
.flip-content a {
    width: 400px !important;
}

.maiun_banner_slider ul li img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}


/* gallery Section End */


/* <!---about start --- > */

.about_Sec {
    padding: 100px 0;
}

a.btn-1-about {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0px 0px 0px 30px !important;
    font-size: 15px !important;
    color: #ffa224;
    text-transform: uppercase;
    position: relative !important;
    z-index: 1;
    background: #ffffff;
    border: 1px solid;
}

a.btn-1-about::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .3s all;
    z-index: -1;
    background: #ffa224;
}

a.btn-1-about .btn-arrow-about {
    width: 56px;
    height: 53px;
    object-fit: none;
    border: 0;
    transition: .3s all;
    border-left: 1px solid #e1e1e1;
    background: #ffa224;
    border: 1px solid #ffa224;
}

.about_text p {
    padding: 10px 0px;
    font-size: 13px;
    font-weight: 300;
}

.about_img img {
    height: 524px;
    width: 100%;
    object-fit: cover;
}

.about-img img {
    width: 100%;
    height: 304px;
}

.about_box {
    display: flex;
    position: absolute;
    left: -92px;
    bottom: -215px;
}

.about_num {
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
    height: 188px;
    padding: 34px 24px;
    width: 129px;
}

.about_list {
    box-shadow: 0 0 6px 0 #7c7c7c;
    width: 289px;
    padding: 28px;
    height: 187px;
    background: #fff;
}

.about_list li {
    list-style-type: none;
    font-size: 15px;
    padding-bottom: 9px;
}

.about_list li i {
    padding-right: 11px;
}

.about_num h3 {
    font-family: 'rajdhani-bold';
    font-size: 57px;
    color: #fff;
}

.about_num h6 {
    font-family: 'rajdhani-bold';
    color: #fff;
    font-size: 18px;
}

.about_text {
    padding: 0 0 0 36px;
}

.Services_sec {
    background-image: url(../images/services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.Services_sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background: #000000e8;
    height: 100%;
    z-index: -1;
}

.services_text h2 {
    color: #fff;
}

.services_text p {
    color: #bfbfbf;
}

.services_btn a {
    font-size: 10px !important;
    padding-left: 10px !important;
    gap: 20px !important;
}

.services_card_content {
    background: #0d72ec;
    display: flex;
    padding: 30px 17px 5px;
    justify-content: space-between;
    align-items: center;
}

.services_card_content a {
    color: #fff;
    text-decoration: underline;
}

.services_card_content h4 {
    font-family: 'rajdhani-bold';
    color: #fff;
    font-size: 52px;
}

.services_card img {
    height: 329px;
    width: 100%;
    object-fit: cover;
}

.services_card {
    padding-top: 50px;
    position: relative;
}

.services_card_txt {
    background: #fff;
    height: 127px;
    width: 80%;
    position: absolute;
    bottom: -29px;
    padding: 20px;
}

.services_card_txt h5 {
    font-family: 'rajdhani-bold';
    font-size: 28px;
    background: -webkit-linear-gradient(#0d72ec, #04a8d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.Choose_Us {
    padding: 100px 0;
}

.Choose_Us_content p {
    padding-bottom: 21px;
}

.Choose_Us_content ul {
    column-count: 3;
    padding-bottom: 27px;
}

.Choose_Us_content ul li i {
    border: 1px solid;
    border-radius: 22px;
    height: 17px;
    width: 17px;
    font-size: 11px;
    text-align: center;
    padding-top: 4px;
    align-items: center;
    margin-right: 11px;
}

a.btn-1-about.services {
    text-transform: unset;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #141414;
    padding: 13px 0px;
    width: 660px;
    position: absolute;
    height: 161px;
    left: 0;
    bottom: -172px;
}

#counter .item {
    /* background: #fff; */
    /* width: 200px; */
    padding: 30px 21px;
    /* margin: 10px; */
    text-align: center;
    /* border-radius: 20px; */
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

#counter .item .count {
    margin-bottom: 5px;
    font-size: 57px;
    background: -webkit-linear-gradient(#0d72ec, #04a8d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#counter .item h3 {
    color: #7c7c7c;
    text-transform: capitalize;
    font-size: 12px;
    font-family: 'montserrat-regular';
}

.Choose_Us_content {
    padding-bottom: 50px;
    position: relative;
}

.item h1 {
    background: -webkit-linear-gradient(#0d72ec, #04a8d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
}

.Our_Mission {
    text-align: end;
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
    padding: 31px 35px;
}

.Our_Mission p {
    color: #fff;
}

.Our_Mission h3 {
    font-family: 'rajdhani-bold';
    color: #fff;
}

.Choose_Us_img img {
    height: 380px;
    width: 100%;
}

.drop-form input,
.drop-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    margin: 20px 0 0;
}

.drop-form input::placeholder,
.drop-form textarea::placeholder {
    color: #b6b6b6;
}

.drop-form textarea {
    height: 140px;
    padding: 10px;
}

.drop-form button {
    background: transparent;
    margin-top: 20px;
    text-transform: unset;
}

.Get_Touch {
    background-image: url(../images/get.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.Get_Touch::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background: #000000e8;
    height: 100%;
    z-index: -1;
}

a.btn-1-about:hover::before {
    width: 100%;
    color: #fff;
}

.get_touch_text {
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
    padding: 20px 21px;
    width: 367px;
}

.get_touch_text h1 {
    color: #fff;
    font-size: 59px;
}

.get_touch_text p {
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}

.Our_Reviews {
    padding: 100px 0;
}

.Our_Reviews_content {
    background: #efefef;
    padding: 29px;
    height: 355px;
    width: 395px;
}

.Our_Reviews_content p {
    padding: 17px 0;
}

.Our_Reviews_content h5 {
    font-family: 'rajdhani-bold';
    padding-bottom: 8px;
}

.Our_Reviews_content h6 {
    background: -webkit-linear-gradient(#0d72ec, #04a8d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
    font-family: 'montserrat-regular';
}

.Our_Reviews_content img {
    padding-top: 22px;
}

.Our_Reviews_content.slides {
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
}

.Our_Reviews_content img {
    width: 33px;
}

.Our_Reviews_slider .slick-active {
    opacity: 2.5;
}

.Our_Reviews_slider {
    padding-top: 33px;
}

.Our_Reviews_content.slides h6 {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #fff;
    font-family: 'montserrat-regular';
}

.Our_Reviews_content.slides h5 {
    color: #fff;
}

a.btn-1-about:hover {
    color: #fff;
}

.contact_sec {
    padding: 100px 0;
}

.location {
    padding: 50px 20px;
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
}

.phone {
    padding: 50px 20px;
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
}

.email {
    padding: 50px 20px;
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
}

.time {
    padding: 50px 20px;
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
}

.location a i {
    height: 50px;
    width: 50px;
    background-color: #ffa224;
    border-radius: 50px;
    font-size: 26px;
    color: #fff;
    padding-top: 12px;
}

.phone a i {
    height: 50px;
    width: 50px;
    background-color: #ffa224;
    border-radius: 50px;
    font-size: 26px;
    color: #fff;
    padding-top: 12px;
}

.email a i {
    height: 50px;
    width: 50px;
    background-color: #ffa224;
    border-radius: 50px;
    font-size: 26px;
    color: #fff;
    padding-top: 12px;
}

.time a i {
    height: 50px;
    width: 50px;
    background-color: #ffa224;
    border-radius: 50px;
    font-size: 26px;
    color: #fff;
    padding-top: 12px;
}

.location h3 {
    font-size: 16px;
    font-family: 'montserrat-regular';
    color: #ffffff;
    font-weight: 100;
    padding-top: 16px;
}

.phone h3 {
    font-size: 16px;
    font-family: 'montserrat-regular';
    color: #ffffff;
    font-weight: 100;
    padding-top: 16px;
}

.email h3 {
    font-size: 16px;
    font-family: 'montserrat-regular';
    color: #ffffff;
    font-weight: 100;
    padding-top: 16px;
}

.time h3 {
    font-size: 16px;
    font-family: 'montserrat-regular';
    color: #ffffff;
    font-weight: 100;
    padding-top: 16px;
}

.location p {
    font-size: 10px;
    font-family: 'montserrat-regular';
    color: #ffffff;
    font-weight: 100;
    padding-top: 5px;
}

.phone p a {
    font-size: 13px;
    font-family: 'montserrat-regular';
    color: #ffffff;
    font-weight: 100;
    padding-top: 5px;
}

.email p a {
    font-size: 15px;
    font-family: 'montserrat-regular';
    color: #ffffff;
    font-weight: 100;
    padding-top: 5px;
}

.time p {
    font-size: 15px;
    font-family: 'montserrat-regular';
    color: #ffffff;
    font-weight: 100;
    padding-top: 5px;
}

.contact_form {
    padding: 97px 27px;
    margin-top: 50px;
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
}

.contact_form form input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid #ffffff;
    padding-left: 20px;
    font-size: 15px;
    font-family: 'montserrat-regular';
    color: #ffffff;
    font-weight: 100;
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
}

.contact_form form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 15px;
    font-family: "Roboto-Regular";
    color: #ffffff;
    font-weight: 100;
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
    border: 1px solid #fff;
}

.contact_form form button {
    font-size: 12px !important;
    color: #fff;
    font-weight: 300;
}

.contact_form form label {
    font-size: 12px;
    font-family: 'montserrat-regular';
    color: #fffefe;
    font-weight: 100;
}

.map iframe {
    width: 87%;
    height: 636px;
    margin-top: 50px;
    border: 2px solid #05a8d4 !important;
    border-radius: 0;
    margin-left: 67px;
}

.contact_form form input::placeholder {
    color: #fff;
    font-family: 'montserrat-regular';
}

.contact_form form textarea::placeholder {
    color: #fff;
    font-family: 'montserrat-regular';
}

.Our_Reviews_content.inner-reviews {
    width: 100%;
    height: 283px;
}

.banner_text.inner-banner p {
    padding: 0;
}

.services_sec {
    padding: 100px 0;
    /* position: relative; */
}

.services_img img {
    width: 100%;
    height: 430px;
}

.services_boxs {
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
    height: 368px;
    width: 502px;
    padding: 34px;
    position: absolute;
    right: 98px;
    bottom: 79px;
}

.services_img {
    position: relative;
}

.services_boxs h2 {
    font-size: 30px;
    color: #fff;
    padding-top: 30px;
}

.services_boxs p {
    color: #fff;
    padding: 11px 0;
}

a.btn-1.services {
    padding: 0 0 0 14px !important;
    height: 42px;
}

a.btn-1.services .btn-arrow {
    height: 41px;
    width: 44px;
}

.boxs {
    position: relative;
}

.boxs1 {
    position: relative;
}

.services_boxs.left {
    left: 95px;
    z-index: 1;
}

.about-img {
    position: relative;
}

.service_detail {
    padding: 100px 0;
}

.service_detail_img img {
    width: 100%;
    height: 662px;
    object-fit: cover;
}

.service_detail_img h1 {
    padding-top: 15px;
}

.service_detail_img p {
    padding-bottom: 25px;
}

.detail_text ul li i {
    height: 16px;
    width: 16px;
    border: 1px solid;
    border-radius: 15px;
    font-size: 10px;
    text-align: center;
    padding-top: 2px;
    margin-right: 14px;
}

.detail_text ul li {
    padding-bottom: 8px;
}

.detail_text p {
    padding-bottom: 12px;
}

p.para {
    padding-top: 25px;
    font-size: 14px;
}

.detail_text h2 {
    font-size: 30px;
}

.detail_img img {
    width: 570px;
    height: 398px;
}

.headphone img {
    width: 51px;
}

.headphone-btn {
    display: flex;
    gap: 12px;
    align-items: center;
    position: absolute;
    right: 214px;
    bottom: 0;
}

.tel h6 {
    color: #fff;
    font-size: 19px;
    font-family: 'montserrat-regular';
}

.tel a {
    color: #fff;
}

.banner_text {
    position: relative;
}

.socal ul {
    display: flex;
    justify-content: space-around;
    gap: 71px;
}

.socal ul li a {
    color: #fff;
    font-size: 10px;
}

.socal {
    transform: rotate(-90deg);
    position: absolute;
    z-index: 999;
    left: -156px;
    top: 248px;
}

.get_a_quote {
    padding-bottom: 32px;
}

img.btn-arrow.quote {
    box-shadow: unset;
    border-left: 1px solid #ffa224;
}

.our_mission_vission {
    background-image: url(../images/services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.our_mission_vission::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000e3;
    z-index: -1;
}

.Our_Mission1 h3 {
    color: #fff;
    font-family: 'rajdhani-bold';
    font-size: 51px;
}

.Our_Mission1 p {
    color: #fff;
    width: 85%;
}

.Our_Mission1 {
    padding-top: 31px;
}

.our_mission_img img {
    height: 250px;
    width: 523px;
}


/* quote-sec */

form.quote-form {
    margin-top: 50px;
}

.quote-form input,
.quote-form select {
    width: 100%;
    height: 50px;
    text-indent: 10px;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
    background: transparent;
}

.quote-form .position-relative select {
    margin-bottom: 0px;
    padding: 0px;
    color: #5c5757;
}

.quote-form textarea {
    padding: 10px;
    text-indent: 0px;
    height: 200px;
    width: 100%;
    resize: none;
    border: 1px solid #d4d4d4;
}

.quote-form i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #ffffff;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-family: 'Font Awesome 5 Free';
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
    font-weight: 900;
    pointer-events: none;
}

.quote-form .position-relative {
    margin-bottom: 20px;
    z-index: 2;
}

.quote-form .position-relative input {
    margin-bottom: 0;
}

.quote-form div input[type="date"]::-webkit-calendar-picker-indicator,
.quote-form div input[type="time"]::-webkit-calendar-picker-indicator {
    position: relative;
    z-index: 2;
    width: 60%;
    margin-left: auto;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.clubj-buttn button {
    border: 1px solid #ffa224;
    background: unset;
    color: #ffa224;
}

.clubj-buttn button img {
    border-left: 1px solid #ffa224 !important;
    background: #ffa224 !important;
}

.makeappointment_form {
    padding: 100px 0;
}

.clubj-buttn {
    padding-top: 40px;
}

.footer-box.abt-text a img {
    margin-top: -37px;
    padding-bottom: 17px;
}

ul.footer-link-list1 li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 25px;
}

ul.footer-link-list1 li a i {
    background: #ffa224;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 9px;
    color: #fff;
    border-radius: 3px;
}

.form-group button {
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
}

.services_boxs a {
    background-image: linear-gradient(to top, #0f6bef, #04aad3);
}


/* Flip Slider Styles */

.fli-slider-sec {
    padding: 60px 0;
    background: #fff;
}

.flip-slider-bx {
    position: relative;
    overflow: hidden;
}

.flip-slider-bx .flip-slider .slick-slide {
    transition: all 0.3s ease;
}

.flip-slider-bx .flip-slider-image {
    position: relative;
    /* overflow: hidden; */
    /* border-radius: 8px; */
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}

.flip-slider-bx .flip-slide {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transform: rotateY(26deg);
}


/* Center Slide Effect */

.flip-slider-bx .flip-slider .slick-center .flip-slider-image {
    transform: scale(1.2);
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    /* height: 500px; */
    display: block;
    align-content: center;
}


/* Side Slides */

.flip-slider-bx .flip-slider .slick-slide:not(.slick-center) {
    opacity: 0.8;
    transform: scale(0.95) translate(0px, 0px);
    /* transition: 1s all; */
    /* height: 550px; */
}


/* Arrows Styling */

.flip-slider-bx .slick-prev,
.flip-slider-bx .slick-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.flip-slider-bx .slick-prev {
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.flip-slider-bx .slick-next {
    background-image: url(../images/nxt.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.flip-slider-bx .slick-prev {
    left: 20px;
}

.flip-slider-bx .slick-next {
    right: 20px;
}

.flip-slider-bx .slick-prev:before {
    color: #00b7ff;
    font-size: 24px;
    content: '';
    font-family: 'FontAwesome';
}

.flip-slider-bx .slick-next:before {
    content: '';
    color: #00b7ff;
    font-family: 'FontAwesome';
}

.flip-slider-bx .flip-slider .slick-center .flip-slider-image .flip-slide {
    transform: rotateY(0deg);
    transition: 1s all;
}

.flip-slider-bx .flip-slider .slick-center {
    /* height: 630px; */
}

.flip-slider-bx .slick-track {
    display: flex;
    align-items: center;
    /* height: 600px; */
}

.slick-center+.slick-active .flip-slide,
.slick-center+.slick-active+.slick-active .flip-slide {
    transform: rotateY(-26deg);
}

.flip-slider-bx .flip-slider-image {
    perspective: 600px;
    transform-style: preserve-3d;
}

.flip-slider-bx .flip-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
}

.flip-slider-bx .flip-slider-image:hover .flip-inner {
    transform: rotateY(40deg);
}

.flip-slider-bx .flip-front,
.flip-slider-bx .flip-back {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

.flip-slider-bx .flip-back {
    transform: rotateY(180deg);
}

.flip-slider-bx .slick-slide {
    margin: 50px 10px;
}