@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;
}

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;
}

img {
    max-width: 100%;
}

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;
}

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

p {
    font-weight: 500;
    line-height: 25px;
    font-size: 14px;
    color: #cccccc;
}


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

@font-face {
    font-family: 'blender-font-one';
    src: url(../font/Blender_Pro_Medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-font-two';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}


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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 5px 5px;
    border: unset;
    border-radius: 10px;
    color: #ffffff;
    z-index: 7;
    background: #c5ae8700;
    position: relative;
    font-size: 12px;
    /* transition: all 250ms; */
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'montserrat-font-two';
    transition: 1s;
}
.bnt-text {}

.btn-inner:hover .bnt-text {
    background: #ffffff;
    color: #000;
    transition: 1s;
}

.btn-inner:hover .btn-inner-img {
    background:#000;
    transition: 1s;
}
.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 2px;
    background-color: #000000;
    z-index: -1;
    transition: 1s;
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'blender-font-one';
    font-size: 54px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 4px;
    text-transform: uppercase;
}

h2 {
    font-family: 'blender-font-one';
    font-size: 54px;
    line-height: 1.1;
    color: #162e48;
    font-weight: 500;
    margin: 0 0 6px;
    text-transform: uppercase;
}

h3 {
    font-family: 'blender-font-one';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 4px;
}

h4 {
    font-family: 'blender-font-one';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'blender-font-one';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'blender-font-one';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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

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

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

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

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


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: end;
    text-transform: capitalize;
    padding-right: 40px;
}

.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: #ffffff;
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'montserrat-font-two';
}

/* .menuSec ul li:last-child a {
    padding-right: 0px;
}
 */
.menuSec ul li:last-child a:after {
    display: none;
}

.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: #c5ae87;
}

.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;
}

.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;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.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;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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: 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);
}

.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;
}


/*banner css end*/

.blog_sec {
    padding: 6% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */



/* Banner Section Start */


.testimonial-sec {
    position: relative;
}

span.tesi-icon-right.inner-tesi-icon-right i {
    font-size: 20px;
    position: absolute;
    right: 46%;
    bottom: 16%;
}
span.tesi-icon-left.inner-tesi-icon i {
    font-size: 20px;
    position: absolute;
    left: 14%;
    top: 50%;
}
.testimonial-sec .sec-head h2 {
    font-size: 65px;
}

.test-box-text {
    background-image: url(../images/testi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 40px 40px 40px 80px;
    position: relative;
}
span.tesi-icon-right i {
    font-size: 20px;
    position: absolute;
    right: 32%;
    bottom: 14%;
}
span.tesi-icon-left i {
    font-size: 20px;
    position: absolute;
   left: 18%;
    top: 45%;
}

.testi-img img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.testi-box {
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0 10px 0 #fff; */
}

.authr-box {
    display: flex;
    align-items: end;
}

.authr-box>div {
    margin-left: 10px;
}

.test-box-text h4 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0px;
    padding-top: 0;
    color: #000000;
    font-family: 'IvyMode-Thin';
}

.test-box-text span {
    font-size: 16px;
    color: #666;
    font-family: 'Montserrat';
    line-height: 20px;
    margin: 0;
}

.authr-box img {
    margin-bottom: 30px;
}

.testi-box {
    margin: 0;
}

.authr-box>img {
    width: auto;
}

.testi-slider .slick-list {
    padding: 0px 0;
}

/* .testi-slider button.slick-arrow {
    transition: 2s all;
    height: calc(84% - 40px);
    width: 27%;
    background-color: #00000075 !important;
    border-radius: 0;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0;
} */
.testi-slider .slick-prev, .testi-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 94.5%;
    display: block;
    width: 20px;
    height: 22px;
    padding: 0;
    /* -webkit-transform: translate(0, -50%); */
    -ms-transform: translate(0, -50%);
    /* transform: translate(0, -50%); */
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 2;
    right: unset;
    left: 647px;
}

.testi-slider button.slick-prev.slick-arrow {
    left: 0px;
}


/* .testi-slider button.slick-next.slick-arrow {
    right: 0px;
}
 */
.testi-slider button.slick-prev.slick-arrow:before {
    position: absolute;
    content: '';
    left: 84px;
    bottom: 15px;
    background-image: url('../images/testi-arrow-left.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    /* background: orangered; */
    z-index: 1;
}

.testi-slider button.slick-next.slick-arrow:before {
    content: '';
    position: absolute;
    margin: 0;
    right: 0;
    left: 0;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-radius: 0px;
    background-image: url('../images/testi-arrow-right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 42px;
    height: 43px;
    z-index: 999;
    bottom: 17px;
}


.testi-slider button.slick-arrow:before {
    color: #fff;
    font-size: 30px;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 65px;
}

.testi-slider button.slick-arrow:hover:before {
    color: #fff;
    transition: 0.5s ease-in-out;
}



.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0c7f7d;
    font-size: 16px;
}

.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-slider-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 20px;
    border-radius: 0;
    position: relative;
    z-index: 2;
    transition: 1s ease-in-out;
    background: #fff;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.09);
    margin: 30px auto;
    width: 91%;
    position: relative;
    border-bottom: 2px solid #264a5c;
    border-radius: none !important;
}




.pro_bar.testi-bar {
    bottom: 0;
    width: 32%;
    /* margin: 0 auto; */
    left: 0;
    right: 0;
    margin-left: 260px;
    margin-top: 57px;
}

.progress4,
.progress3 {
    display: block;
    width: 42%;
    height: 3px;
    border-radius: 10px !important;
    overflow: hidden;
    background-image: linear-gradient(to right, #264a5c, #264a5c);
    background: linear-gradient(190deg, #c5ae87 0%, #c5ae87 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}

.progress4,
.progress3 {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #2e435b;
    border-radius: 0;
    width: 100%;
}

.testi-slider-number span.end_number,
.testi-slider-number span.start_number1 {
    right: 0;
    font-size: 22px;
    line-height: 20px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 0px;
}

.testi-slider-number .nike-zoom-silder-number {
    top: auto;
    bottom: -48%;
    left: 5%;
}

.testi-slider-number {
    /* bottom: -56%; */
    /* top: auto; */
    /* left: 4%; */
    /* margin-top: 30px; */
    position: absolute;
    top: 44px;
    left: 123px;
}

.testi-slider-number span.start_number1 {
    font-size: 22px;
    line-height: 20px;
    bottom: 0;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 299px;
}

.slide_counter h2 span.mid {
    font-size: 41px;
    line-height: 25px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide_counter h2 {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
    gap: 10px;
    /* margin-left: 67px; */
}



/* 
section.our-services-sec .container-fluid {
    width: 96%;
} */
/* .our-ser-box-text {
    margin-top: 30px;
    text-align: center;
    padding: 0px 64px;
}

.our-ser-box-text h4 {
    position: relative;
    color: #fff;
} */





/* section.our-services-sec {
    position: relative;
    z-index:1;
    padding: 80px 0px;
    margin-bottom: 100px;
    height: 100%;
    width: 100%;
    z-index: 1;
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/services-bg-img.png);
    background-attachment: fixed;
} */
/* section.our-services-sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 250px;
    width: 70px;
    background: #fe4504;
    z-index: 1;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
} */
/* section.our-services-sec::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background: #fe4504;
    height: 250px;
    width: 70px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
} */

/* .our-ser-box-text > p {
    color: #fff;
    opacity: 1;
   
} */
/* .our-services-top-heading {
    text-align: center;
    
    
} */
/* .our-services-top-heading h2 {
    color: #fff;
} */

/* .our-services-top-heading p {
    color: #fff;
     width: 50%;
    margin: 0 auto;
} */

/* .our-ser-box {
    clip-path: polygon(15% 0%, 100% 0%, 82% 100%, 0% 100%);
    background: #000;
    border-top: 3px solid #fe4504;
} */

.dis-block{
    display: block;
}

section.banner-sec {
    background: #162e48;
    position: relative;
    z-index: 1;
    height: 98vh;
    width: 100%;
}

.banner-img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    /* height: 100vh; */
    width: 100%;
}

.banner-img img {
    width: 94%;
    height: 86vh;
    object-fit: cover;
    object-position: 285px -80px;
}

.banner-box-slider {
    height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.testi-slider .slick-slide {
    margin: 0px 0px;
}
.banner-slider-line {
    position: absolute;
    bottom: 100px;
    left: 0;
    background: #162e48;
    width: 50%;
    height: 90px;
    z-index: 1;
    border-radius: 0px 12px 0px 0px;
}

header {
    position: absolute;
    z-index: 2;
    width: 100%;
    border-bottom: 2px solid #3d444c;
    padding: 6px 0px;
}
.header-logo {
    height: auto;
    width: 50%;
    background: #fff;
    text-align: center;
    padding: 4px 2px;
    border-radius: 4px;
    /* position: absolute; */
    top: 0;
    left: 52px;
}

.header-logo img {
    width: 64%;
}
.container-fluid {
    padding: 0px 60px;
}
.btn-inner {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4px;
}

.bnt-text {
    padding: 10px 18px;
    background: #c5ae87;
    color: #ffffff;
    border-radius: 6px;
    transition: 1s;
}


.btn-inner-img {
    background: #fff;
    /* padding: 10px 10px; */
    border-radius: 6px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbcbcb;
}
.btn-inner-img img {
    width: auto;
}

.header-btn {
    display: flex;
}

section.banner-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg,rgba(6, 15, 25, 1) 60%, rgba(95, 3, 204, 0) 100%);
    content: '';
}

li.banner-ul-heading {
    /* padding-top: 170px; */
    position: relative;
    transform: rotate(90deg);
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 280px;
    letter-spacing: 0px;
    font-family: 'blender-font-one';
}



section.banner-sec:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 100px;
    width: 50%;
    background: #ffffff;
}

li.banner-ul-heading:before {
    position: absolute;
    content: '';
    top: 11px;
    right: 135px;
    height: 2px;
    width: 220px;
    background: #2e435b;
}

.banner-text p {
    color: #8d8d8d;
    width: 70%;
}
.down-line a {
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    font-family: 'montserrat-font-two';
}

.down-line {
    position: absolute;
    z-index: 1;
    right: 20%;
    bottom: 30px;
}

.down-line a:before {
    position: absolute;
    content: '';
    top: -120px;
    right: -30px;
    height: 140px;
    width: 1px;
    background: #585958;
}

.down-line:before {
    position: absolute;
    content: '';
    top: -127px;
    right: -32px;
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
}
.down-line:after {
    position: absolute;
    content: '';
    bottom:0px;
    right: -33px;
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
}


/* Banner Section End */



.row.about-row-sd {
    background: #162e48;
    padding: 16px 5px;
    border-radius: 12px;
    width: 92%;
    margin: 0 auto;
}

.about-img img {
    width: 100%;
}

section.about-sec {
    margin: 100px 0px 80px !important;
}

.about-text h2 {
    color: #fff;
}

.about-text p {
    /* color: #6b6b6b; */
}

ul.about-ul {
    align-items: center;
    gap: 34px;
    column-count: 2;
}

ul.about-ul li img {width: 8%;filter: invert(1);}
ul.about-ul li {
    display: flex;
    align-items: center;
    gap: 21px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-family: 'blender-font-one';
    margin-bottom: 10px;
}
ul.about-ul li:before {
    position: absolute;
    content: '';
    height: 80%;
    width: 1px;
    top: 9px;
    left: 30px;
    background: #474747;
}


/* Service Section Start */

.service-sec {
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
}

.service-sec .sec-head {
    position: relative;
    margin-left: 20px;
    margin-bottom: 40px;
}

.service-sec .sec-head h2 {
    font-size: 65px;
    color: #ffffff;
}

.service-sec .sec-head p {
    font-size: 18px;
    color: #ffffff;
}

.service-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
}
.service-text h3 {
    font-size: 22px;
}




.slick-slide {
    opacity: 1;
}

.service-text {
    padding-left: 40px;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.service-arrows {
    width: 50%;
    margin: 0 auto;
    padding: 30px;
    /* background: #000; */
    /* box-shadow: 0 0 10px 0 #989898; */
    text-align: center;
}

.service-arrows .sld-counts span {
    font-size: 30px;
    font-family: 'blender-font-one';
    color: #000000;
}

.service-arrows .sld-counts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 0 auto;
}

.service-arrows .sld-counts::after {
    position: absolute;
    content: '';
    width: 60%;
    height: 2px;
    background: #cbcbcb;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.service-arrows .sld-counts::before {
    position: absolute;
    content: '';
    width: 30%;
    height: 2px;
    background: #162e48;
    left: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.service-slider .slick-prev,
.service-slider .slick-next {
    top: auto;
    bottom: -40px;
}

.service-slider .slick-prev {
    left: 28%;
}

.service-slider .slick-next {
    right: 30%;
}

.service-slider .slick-prev:before,
.service-slider .slick-next:before {
    position: absolute;
    content: '\f061';
    cursor: pointer;
    font-size: 20px;
    color: #aeb7c8;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50em;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
    font-family: "Font Awesome 6 Pro";
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #00008b00, #aeb7c8) border-box;
    font-family: 'FontAwesome';
}

.service-slider .slick-prev:before {
    content: '\f060';
    background: linear-gradient(white, white) padding-box, linear-gradient(to left, #00008b00, #abb4c6) border-box;
}
.service-slider .slick-slide {
    margin: 36px 20px;
}
.service-box {
    box-shadow: 0px 0px 60px 0px #f3f3f3;
    padding: 20px 30px 20px 0px;
    border-radius: 6px;
    margin-top: 10px !important;
    margin-bottom: 25px !important;
    transition: 0.5s ease-in-out;
    position: relative;
}
.service-box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #c5ae87;
    z-index: -1;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
}

.service-box:hover::before {
    height: 100%;
      transition: 0.5s ease-in-out;

}
.service-text:before {
    position: absolute;
    content: '';
    top: 0;
    left: 24px;
    height: 100%;
    width: 2px;
    background: #e7eaec;
}
.service-text:after {
    position: absolute;
    content: '';
    top: 0;
    left: 24px;
    height: 28%;
    width: 2px;
    background: #162e48;
}
.services-top-heading {text-align: center;background: #162e48;padding: 25px 0px;margin-bottom: 50px;}

.services-top-heading h2 {
    color: #fff;
}


/* Service Section End  */


.why-choose-img {
    position: relative;
    z-index: 1;
}

.why-choose-img img {
    width: 100%;
}

.why-choose-img:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 21px;
    height: 240px;
    width: 100%;
    background: #162e48;
    z-index: -1;
    border-radius: 10px;
}

.why-choose-text p {
    padding-left: 33px;
}

.why-choose-text-icon {
    padding-left: 20px;
}

.why-choose-text-icon ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
    /* text-transform: uppercase; */
    display: inline-block;
    /* font-family: 'blender-font-one'; */
}
.why-choose-text-icon ul li img {
    margin-right: 11px;
}

.why-choose-text-icon ul {
    padding: 20px 0px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: start;
}
section.why-choose-sec {
    margin-bottom: 100px;
}
section.where-ever-sec {
    background-image: url(../images/were-ever-bg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 170px 0px;
    margin-bottom: 100px;
}
.where-ever-text h2 {
    color: #fff;
}

.where-ever-text p {
    color: #818181;
}

.where-ever-text {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

/* testimonials */

section.testimonials-secc {
    margin-bottom: 80px;
}
.text-black {
    color: #000;
    font-size: 65px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.testi_box {
    /* background-color: #fbfbfb; */
    padding: 30px;
    position: relative;
    /* transition: 0.3s ease-in-out; */
    z-index: 1;
    position: relative;
    border-top: unset;
}

.testi_box>ul {
    display: flex;
    align-items: center;
    gap: 20px;
    /* margin-bottom: 20px; */
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #989898; */
    transition: 0.3s ease-in-out;
}

.testi_box>ul>li>img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.testi_box>ul>li>h3 {
    line-height: 1;
    margin-bottom: 3px;
    font-size: 21.6px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}

.testi_box>ul>li>span {
    color: #0a0a0a;
    font-size: 16.39px;
    transition: 0.3s ease-in-out;
}

.testi_box>p {
    font-size: 14px;
    line-height: 33px;
    margin: 0;
    color: #361d32;
    transition: 0.3s ease-in-out;
}

.testimonials-secc .theme-heading {
    margin-bottom: 50px;
}
.slide_counter.gallery-counter {
    width: 100%;
}

.slide_counter.gallery-counter h2 {
    justify-content: space-between;
    gap: 0;
}

.testi_box:after {
    position: absolute;
    content: "";
    /* background: #f477af; */
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
    border: 1px solid #f4f4f4;
    box-shadow: 0px 0px 15px 0px #b4b4b4;
}

.slick-current .testi_box:after {
    height: 100%;
    top: -3%;
}

.slick-current .testi_box ul {
    /* border-color: #fff; */
}

.slick-current .testi_box ul>li>h3 {
    /* background: var(--gradient); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: #fff; */
    /* transition: 0.3s ease-in-out; */
    font-size: 23px;
    color: #000;
}

.slick-current .testi_box>ul>li>span {
    color: #5b5b5b;
    font-size: 18px;
}
ul.testi-box-icon {
    justify-content: start;
    gap: 0px;
}

ul.testi-box-icon li i {
    color: #fd8f00;
}

.testi-icon {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 20px;
    border: 1px solid #f4f4f4;
}

.slick-current .testi_box p {
    /* color: #fff; */
    /* opacity: .6; */
    font-size: 16px;
}

.testi_slider .slick-slide {
    opacity: 1;
}

.testi_slider .slick-list {
    padding: 40px 0px;
}

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

.testi_slider .slick-current .testi_box {
    transition: 0.3s ease-in-out;
    padding: 40px 30px;
    height: 370px;
    width: 460px;
}


.testi_slider .slick-prev {
    left: -3%;
}

.testi_slider .slick-next {
    right: auto;
    left: -3%;
    top: 35%;
}

.testi_slider .slick-prev:before,
.testi_slider .slick-next:before {
    position: absolute;
    content: '\f061';
    cursor: pointer;
    font-size: 20px;
    color: #aeb7c8;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50em;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
    font-family: "Font Awesome 6 Pro";
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #00008b00, #aeb7c8) border-box;
}

.testi_slider .slick-prev:before {
    content: '\f060';
    background: linear-gradient(white, white) padding-box, linear-gradient(to left, #00008b00, #abb4c6) border-box;
}

.theme-heading {
    text-align: center;
}
.testi-icon img {
    width: auto;
}


/* testimonials end */

.footer-top {
    background: url(../images/footer-top-bg.png) no-repeat center center;
    background-size: cover;
    padding: 100px 0px 0px;
    margin: 0 0%;
    border-radius: 0px 20px 0px 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    width: 90%;
}
.appointment-form {
    position: relative;
    z-index: 2;
    padding: 40px 40px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: -60px !important;
}
.app-input input, .app-input select {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 0;
    border: 1px solid #d0d5da;
    margin: 10px 0 !important;
    /* color: #000; */
    border-radius: 7px;
    color: #d0d5da;
}
.app-input input::placeholder{
   
    color: #d0d5da;
}
.app-input textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    border: 0;
    border: 1px solid #d0d5da;
    margin: 10px 0 !important;
    color: #000;
    resize: unset;
    background: transparent;
    border-radius: 10px;
    color: #d0d5da;
}
.app-input textarea::placeholder {
   
    color: #d0d5da;
}


/* footer start */
footer {
  background-color: #162e48;
  padding-top: 6%;
}

.footer-logo-wraper p {
  color: white;
}

.footer-logo > p {
  color: #a9a8a8;
  padding: 20px 0px 0px;
  margin-bottom: 0;
  font-family: 'montserrat-font-two';
}

.quick-links > p {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'blender-font-one';
}
.footer-services > p {
  color: white;
  text-transform: uppercase;
}

.contanct-info-footer > p {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'blender-font-one';
}

ul.quick-links-list {
  display: flex;
  gap: 100px;
}

ul.quick-links-list div li {
  padding: 30px 0 0px;
}

ul.footer-services-list li {
  padding: 20px 0;
}

ul.contanct-info-footer-list a {
  padding: 30px 0;
  display: flex;
  align-items: center;
  color: #939393;
}
ul.contanct-info-footer-list a i {
  padding-right: 20px;
}

ul.quick-links-list div li a {
  color: #939393;
}
ul.quick-links-list div li a {
  color: #a9a8a8;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display: inline-flex;
  text-transform: uppercase;
  font-family: 'montserrat-font-two';
}

ul.quick-links-list div li a:hover {
  /* color: #c5ae87; */
  transform: translateY(-2px) scale(1.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
ul.quick-links-list div li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #c5ae87;
  transition: width 0.3s ease-in-out;
}
ul.quick-links-list div li a:hover::after {
  width: 100%;
}
.footer-services-list a {
  color: #939393;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display: inline-flex;
  position: relative;
  text-decoration: none;
}

.footer-services-list a:hover {
  color: #e01729;
  transform: translateY(-2px) scale(1.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.footer-services-list a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #e01729;
  transition: width 0.3s ease-in-out;
}

.footer-services-list a:hover::after {
  width: 100%;
}
ul.contanct-info-footer-list a {
  padding: 30px 0 0px;
  display: flex;
  align-items: center;
  color: #a9a8a8;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}

ul.contanct-info-footer-list a:hover {
  color: #c5ae87;
  transform: translateY(-2px) scale(1.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

ul.contanct-info-footer-list a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #c5ae87;
  transition: width 0.3s ease-in-out;
}

ul.contanct-info-footer-list a:hover::after {
  width: 70%;
}
.footer-logo .social-icon a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #939393 !important ;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  position: relative;
  overflow: hidden;
}
.footer-logo .social-icon i {
  font-size: 18px;
  color: #939393 !important;
}
.footer-logo .social-icon a:hover {
  border: 1px solid transparent !important;
}
.footer-logo .social-icon a:hover i {
  color: white !important;
}
.copy-right-row p {
  color: #a9a8a8;
  font-family: 'montserrat-font-two';
  font-weight: 500;
  font-size: 14px;
}

.copy-right-row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 0px 0px;
  border-top: 1px solid #4f4f4f;
  margin: 20px 0 0 0;
}
.footer-logo-wraper img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.footer-logo-wraper img:hover {
  transform: scale(1.1) translateY(-2px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  cursor: pointer;
  filter: brightness(1.1);
}
.quick-links {
    position: relative;
    padding-left: 60px;
    margin-left: 30px;
}

.quick-links:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: #4f4f4f;
    padding-left: 0px;
}
.quick-links:after{
    position: absolute;
    content: '';
    top: 0;
    right: 30px;
    height: 100%;
    width: 1px;
    background: #4f4f4f;
    padding-left: 0px;
}
.footer-logo-wraper {
    width: 40%;
    background: #fff;
    padding: 8px 6px;
    height: auto;
    border-radius: 10px;
}

.footer-logo-wraper a img {
    height: 130px;
    width: 100%;
    object-fit: contain;
}
/* footer end */

/* ==================================================  */
/* Gallery Slidder Starts  */
.gallery-card img {
  height: 565px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.banner .banner_bottom {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
}
.banner-social-icon {
  position: absolute;
  bottom: 210px;
  right: 0px;
  text-align: center;
}
.banner-social-icon ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-social-icon ul li a i {
    height: 45px;
    width: 45px;
    border: 1px solid #c5ae87;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px !important;
    color: #c5ae87;
}
.banner-social-icon ul li a i:hover {
    background: #c5ae87;
    color: #fff;
}

.banner .banner_bottom > .slide_arrows {
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 10;
  margin: 0;
  width: 10%;
  justify-content: right;
  padding-right: 20px;
}

ul.slide_arrows li img:hover {
  cursor: pointer;
}

.ban-wrap {
  position: relative;
}

.banner-slider-line .slide_counter {
  width: 100%;
  /* padding: 11px 9% 0; */
  margin-left: 26px;
}

.banner .slick-slide {
  margin: 20px 20px 20px 0;
}

.social-links ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin: 0;
  margin-left: 23%;
}

.social-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: transparent;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #dedede;
  transition: 0.5s;
}

.social-links ul li a:hover {
  color: #000;
  border-color: #000;
}

.baner-slider {
  margin: 51px 0 80px 0;
}

.ban-text {
  background: #fff;
  padding: 100px 30px;
  width: 80%;
  margin: 0;
}

.ban-text h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat";
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  width: fit-content;
}

.social-links {
  width: 30%;
  display: block;
  background-image: linear-gradient(
    105deg,
    #1a3a5a 0%,
    #122b47 50%,
    #0a1d35 100%
  );
  padding: 10px 0;
}

ul.slide_arrows li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: 0.5s;
}

ul.slide_arrows li:hover {
  background-image: linear-gradient(
    105deg,
    #1a3a5a 0%,
    #122b47 50%,
    #0a1d35 100%
  );
}

.ban-side-content ul {
  display: flex;
  align-items: center;
  width: 430px;
  margin: 0;
}

.ban-side-content ul li:first-child {
  padding: 10px;
}

.ban-side-content ul li h3 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.ban-side-content ul li p {
  color: #fff;
  margin: 0;
  line-height: 20px;
}

.ban-side-content {
  background-image: linear-gradient(
    105deg,
    #1a3a5a 0%,
    #122b47 50%,
    #0a1d35 100%
  );
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 10%;
}

.progress {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  overflow: hidden;
  background-color: gray;
  background-image: linear-gradient(
    105deg,
    #ffffff 0%,
    #ffffff 50%,
    #ffffff 100%
  );
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
}
.slide_counter span {
  color: #ffffff;
  font-size: 23px;
}
.progress {
  position: absolute;
  width: 72%;
  left: 50%;
  transform: translateX(-50%);
}
section.about-us {
  padding: 80px 0 140px;
  background: #f7f5f5;
}
.banner_bottom {
  background-color: #162e48;
  position: absolute;
  width: 49%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 18px;
  z-index: 1;
  left: 8%;
  border-radius: 10px;
}
section.gallery-sec {
  position: relative;
  margin-bottom: 100px;
}
.gallery-top-heading {
    text-align: center;
    width: 48%;
    margin: 0 auto;
    margin-bottom: 40px;
}
ul.slide_arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  padding: 20px 20px 0;
}


.gallery-slidder .slick-slide.slick-current.slick-active {
    width: 7% !important;
}

.gallery-slidder .slick-slide.slick-active {
    width: 3.72% !important;
}

.gallery-slidder.slick-initialized.slick-slider {
    height: 565px;
}

/*.gallery-slidder.slick-initialized.slick-slider {*/
/*  margin: 0 0 0 -30px !important;*/
/*}*/
.gallery-slidder .slick-slide.slick-current.slick-center {
  opacity: 1 !important;
}
/*.gallery-slidder  .slick-current {*/
/*     width: 950px !important; */
/*}*/


/*.gallery-slidder  .slick-slide {*/
/*     width: 454px; */
/*}*/

/* .gallery-slidder .slick-active {
  opacity: 1 !important;
  width: 1230px !important;
} */
/* Gallery Slidder ENds */
/* ==================================================  */



/* Testimonials St  */

section.testimonials {
  position: relative;
  overflow: hidden;
  margin: 0px 0px 100px 0px;
}

section.testimonials .box-card {
  padding: 20px 20px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px #0000001f;
  border-radius: 16px;
  position: relative;
  margin: 30px 10px;
}
.auth-img img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}

section.testimonials .mainSlider {
  position: relative;
}

section.testimonials .mainSlider .item {
  margin: 0px;
}

section.testimonials .slick-list.draggable {
  padding: 0px !important;
}

section.testimonials .item {
  opacity: 1;
}

section.testimonials .box-card .quote {
  display: inline-block;
  position: absolute;
  top: -20px;
}

section.testimonials .box-card .quote i {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c5ae87;
  box-shadow: 0px 0px 18px 7px #2222221c;
  transition: 0.9s;
}

section.testimonials .box-card ul.rating {
  justify-content: flex-start;
  align-items: center;
  margin: 35px 0 20px;
  gap: 5px;
  display: flex;
}

section.testimonials .box-card ul.rating li a i {
  color: #fd8f00;
  font-size: 16px;
}

section.testimonials .box-card .descrp {
  margin-bottom: 20px;
}

section.testimonials .box-card .descrp p {
  opacity: 50%;
  font-size: 14px;
  line-height: 25px;
}

section.testimonials .box-card .authr-det {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.testimonials .box-card .authr-det h5 {
  margin: 0px;
  font-size: 19px;
  color: #000;
  line-height: 21px;
}

section.testimonials .box-card .authr-det p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  opacity: 60%;
}

section.testimonials .mainSlider .box-card {
  padding: 20px 20px 30px 30px;
}

section.testimonials .simSlidDs .item {
  margin: 0px;
}

section.testimonials .simSlidDs .item .box-card {
  box-shadow: unset;
  padding: 20px 10px;
}

section.testimonials .simSlidDs .item .box-card p {
  font-size: 13px;
}

section.testimonials .simSlidDs .item .box-card ul.rating {
  margin: 50px 0 24px;
}

section.testimonials .simSlidDs .item .box-card ul.rating li a i {
  font-size: 13px;
}

section.testimonials .simSlidDs .item .box-card .quote i {
  box-shadow: unset;
}

section.testimonials .coright {
  position: relative;
}

/* section.testimonials .coright:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  right: 51%;
  top: 55px;
  background: #e7e7e7d9;
} */

section.testimonials .simSlidDs .slider-nav {
  margin: 0px;
}

section.testimonials .simSlidDs .slider-nav {
  margin: 0px;
}

section.testimonials .simSlidDs .item .box-card h5 {
  opacity: 40%;
  font-weight: 300;
  font-size: 16px;
}

section.testimonials .simSlidDs .item .box-card {
  font-size: 11px;
}
section.testimonials .mainSlider .item {
    margin: 10px 0 0;
}

/* Testimonials ed */

.banner-img.inner-banner-img img {
    height: 73vh;
    object-position: -210px 0px;
}

section.banner-sec.inner-banner-sec {
    height: 85vh;
}
.banner-box-slider.inner-banner-box-slider {
    height: 73vh;
}

.banner-social-icon.innerbanner-social {bottom: 60px;right: 0px;}

.about-text-btm {
    width: 92%;
    margin: 0 auto;
}
section.service-inner-page {
    margin: 80px 0px;
}
section.testimonials.innertesti-page {
    margin: 100px 0px;
}



/* Book Start */

section.bookSec {
  padding: 80px 0;
}

section.bookSec .contact-input {
  position: relative;
}

section.bookSec .contact-input::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 45px;
  top: 5px;
  right: 55px;
  background: url(../images/contact-input-bef.png) no-repeat;
}

section.bookSec input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

section.bookSec .contact-input input {
  width: 100%;
  height: 55px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0 80px 0 20px;
  background: transparent;
  border-radius: 4px;
  font-weight: 500;
}

section.bookSec .contact-input textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 12px 20px 12px 21px;
  font-weight: 500;
  color: #3d3d3d;
  resize: none;
  border-radius: 4px;
}

section.bookSec .contact-input i {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #b49f7b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  /* filter: drop-shadow(2px 4px 12px #a647c7); */
}

section.bookSec .contact-input.selectbox select {
  width: 100%;
  height: 55px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0 80px 0 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  position: relative;
  border-radius: 4px;
  color: #909091;
}

section.bookSec .contact-input.selectbox:before {
  left: unset !important;
  right: 60px;
  transform: rotateY(156deg);
}

section.bookSec .contact-input.selectbox i.fa-solid.fa-angle-down {
  position: absolute;
  right: 12px;
  left: unset !important;
  top: 24px;
  cursor: pointer;
}

section.bookSec .contact-input.selectbox i.fa-solid.fa-angle-down::before {
  content: url(../images/down-img.png);
}

section.bookSec .contact-input.textaryea:before {
  display: none;
}

section.bookSec .contact-input.textaryea textarea::placeholder {
  position: absolute;
  bottom: 20px;
}

section.bookSec .formWraper {
  width: 88%;
  margin: 0px auto;
}

section.bookSec h1 {
  margin: 0px;
}

section.bookSec .contact-input.nostyle:before {
  display: none;
}

section.bookSec .contact-input.nostyle input {
  padding-left: 20px;
}

section.bookSec button.p-btn {
  border: 0px;
}

section.bookSec .siteBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

section.bookSec .contact-input input::placeholder {
  color: #909091;
}

section.bookSec .contact-input textarea::placeholder {
  color: #909091;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Contact Us Start */
/* Contact Us End */

/* Contact Us Start*/

.cntct-head h4 {
  font-size: 29px;
  font-weight: 500;
  margin: 0 0 30px;
  color: #000;
  line-height: 35px;
  text-transform: uppercase;
}

section.contact-us .contact-input {
  position: relative;
}

section.contact-us .contact-input::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 45px;
  top: 5px;
  left: 55px;
  background: url(../images/contact-input-bef.png) no-repeat;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

section.contact-us .contact-input input {
  width: 100%;
  height: 60px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0 20px 0 80px;
  background: transparent;
  font-weight: 400;
  border-radius: 10px;
  /* font-family: "roboto"; */
}

section.contact-us .contact-input textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 12px 20px 12px 80px;
  font-weight: 400;
  color: #3d3d3d;
  resize: none;
  background: transparent;
  border-radius: 7px;
  /* font-family: "Roboto"; */
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #909091;
}

section.contact-us .contact-input i {
  position: absolute;
  top: 19px;
  left: 18px;
  color: #7e7e7e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

section.contact-us .contact-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 30px;
  border: 1px solid #c1c1c1b3;
  margin: 8px 0;
  transition: 0.8s all ease-in-out;
  border-radius: 10px;
}

section.contact-us .cntct-info-icon {
  width: 65px;
  height: 65px;
  border: 1px solid #c1c1c1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.8s all ease-in-out;
}

section.contact-us .cntct-info-icon i {
  font-size: 31px;
  transition: 0.8s all ease-in-out;
  border: 1px solid;
  border-radius: 50%;
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #8d888800;
  color: #c5ae87;
}

section.contact-us .contact-info-item:hover i {
  transform: rotate(360deg);
  transition: 0.8s all ease-in-out;
}

section.contact-us .contact-info-item-details h5 {
  margin: 0;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 35px;
  color: #000;
}

.contact-info-item-details a,
.contact-info-item-details p {
  font-size: 16px;
  line-height: 30px;
  color: #8b8b8b;
  font-weight: 400;
}

section.contact-us .contact-input.selectbox select {
  width: 100%;
  height: 55px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0 80px 0 20px;
  background: transparent;
  font-weight: 500;
  color: #7e7e7e;
  font-family: "Montserrat";
  border-radius: 7px;
  z-index: 1;
  position: relative;
}

section.contact-us .get-in-touch.cntct-head {
  padding-right: 30px;
}

section.contact-us .contact-input.selectbox:before {
  left: unset !important;
  right: 60px;
  transform: rotateY(156deg);
}

section.contact-us .contact-input.selectbox i.fa-solid.fa-angle-down {
  position: absolute;
  right: 20px;
  left: unset !important;
  top: 19px;
  color: #000;
  opacity: 40%;
  cursor: pointer;
}

section.contact-us .formWraper {
  width: 88%;
  margin: 0px auto;
}

section.contact-us .heading {
  margin-bottom: 50px;
}

section.contact-us .heading p {
  font-weight: 500;
  opacity: 60%;
  line-height: 26px;
  width: 60%;
  margin: 0px auto;
}

section.contact-us {
  padding: 100px 0;
}

section.contact-us .contact-info-item-details.telphone a {
  font-size: 18px;
}

section.contact-us .contact-input.textaryea i.fa-solid.fa-paper-plane:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/sort-message.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotateY(175deg);
  opacity: 60%;
}

/* Contact Us End */


section.testimonials .box-card .descrp p {
    margin-bottom: 20px;
    color: #000;
}
.heading.text-center {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.banner-slider-line .testi-slider-number {
    position: absolute;
    top: 44px;
    left: 123px;
    width: 77%;
}
section.what-every-detail {
    margin: 100px 0px;
}

.what-every-detail-text p {
    color: #000;
}

ul.what-every-ul {
    column-count: 5;
    width: 100%;
    /* position: relative; */
}

ul.what-every-ul li {
    position: relative;
    margin-left: 12px;
}

ul.what-every-ul li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: -14px;
    height: 6px;
    width: 6px;
    background: #000000;
    border-radius: 50%;
}

.what-every-detail-text h2 {text-align: center;}

.what-every-detail-text p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}


.services-tab .nav-tabs {
    border-bottom: unset;
    gap: 10px;
    margin-bottom: 20px;
}

.services-tab .nav-tabs .nav-link {
    border: unset;
    background: #c5ae87;
    color: #191313;
    padding: 20px 20px;
    border: 10px 10px 0px 0px;
}

.services-tab .nav-link.active {
    background: #162e48 !important;
    color:#fff !important;
}
.gallery-box img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 6px;
}
section.gallery-inner-sec {
    margin: 100px 0px;
}