@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

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

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

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

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

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

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Montserrat';
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", serif;
}

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

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", serif;
    color: #000;
}

h1 {
    font-family: "Playfair Display", serif;
    font-size: 76px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

h2 {
    font-family: "Playfair Display", serif;
    font-size: 50px;
    line-height: 1.2;
    color: #042536;
    font-weight: 600;
    margin: 0;
}

h3 {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1.2;
    color: #095360;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin: 0;
}

h5 {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    line-height: 1.2;
    color: #393939;
    font-weight: 600;
    margin: 0;
}

h6 {
    font-family: "Playfair Display", serif;
    font-size: 15px;
    line-height: 1.2;
    color: #393939;
    font-weight: 600;
    margin: 0;
}

select {
    background: #fff url('../images/select.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

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

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

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

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

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

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

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

.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 Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.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;
    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: end;
    background: rgba(0, 0, 0, 0.1);
    padding-bottom: 60px;
}

.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 Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    border-radius: 45px;
    background-image: -webkit-linear-gradient(-3deg, rgb(15, 124, 133) 0%, rgb(13, 108, 116) 24%, rgb(10, 92, 99) 52%, rgb(21, 67, 75) 79%, rgb(31, 41, 51) 100%);
    padding: 0px 7px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    height: 55px;
    color: #fff;
    width: max-content;
    border: unset;
}

.theme_btn img {
    transition: 0.6s;
}

.theme_btn:hover img {
    transform: rotate(360deg);
}

.theme_btn:hover {
    background-color: #4e364e;
}

.theme_btn:hover span {
    color: #FFF;
}

.theme_btn:hover .btn-img {
    background: #fff;
}

.theme_btn:hover .btn-img img {
    filter: brightness(0.1);
}

.theme_btn span {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
    font-size: 14px;
}

.btn-img img {
    width: min-content !important;
    height: min-content !important;
    object-position: unset !important;
}

.btn-img {
    background: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec img {
    margin: 0;
}

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

.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;
    padding: 10px 23px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

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

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

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

.slick-slide {
    opacity: 1;
}

.main_slider {
    margin-bottom: 100px;
}

.container-fluid {
    padding: 0 4%;
}

.menuSec .container-fluid {
    padding-right: 0;
}

.site-header-buttns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}

a.quote-hedr {
    background-image: -webkit-linear-gradient(-3deg, rgb(15, 124, 133) 0%, rgb(13, 108, 116) 24%, rgb(10, 92, 99) 52%, rgb(21, 67, 75) 79%, rgb(31, 41, 51) 100%);
    height: 100%;
    padding: 34px 52px !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-header-buttns a {
    font-size: 30px;
    padding: 10px 15px;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    position: relative;
    z-index: 0;
}

section.baner-iner-sec {
    position: relative;
    height: 60vh;
    margin-bottom: 100px;
    z-index: 0;
    align-content: center;
    text-align: center;
}

.baner-iner-txt h2 {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
}

section.baner-iner-sec img {
    position: absolute;
    top: 0;
    left: 0;
    background: #0c2c3d;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 -110px;
}

.nike-zoom-silder-number {
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 0%;
    width: 100%;
}

.prgrs-barbanr {
    position: absolute;
    right: 8.7%;
    bottom: 24.5%;
    width: 36%;
}

button.carousel-control-next, button.carousel-control-prev {
    right: 30px;
    top: 71%;
    height: max-content;
    opacity: 1;
}

button.carousel-control-prev {
    right: unset;
    left: 81.5%;
}

.slide_counter h2 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #ffffff;
    height: 100%;
}

span.start_number {
    font-size: 30px;
    position: absolute;
    left: 0%;
    bottom: 0;
    font-weight: 600;
    font-family: "Montserrat", serif;
}

span.end_number {
    position: absolute;
    bottom: 0;
    font-size: 30px;
    right: 0%;
    color: #fff;
}

.progress {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-linear-gradient(-3deg, rgb(15, 124, 133) 0%, rgb(13, 108, 116) 24%, rgb(10, 92, 99) 52%, rgb(21, 67, 75) 79%, rgb(31, 41, 51) 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}

.carousel-item img {
    height: 800px;
    object-position: 0 -102px;
    object-fit: cover;
    width: 100%;
}

.carousel-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #61758073;
    border-top: 1px solid #fff;
    width: 100%;
    height: 42%;
    z-index: 0;
}

.safeguard-stats {
    padding: 45px 0 60px;
    background-image: -webkit-linear-gradient(-3deg, rgb(15, 124, 133) 0%, rgb(13, 108, 116) 24%, rgb(10, 92, 99) 52%, rgb(21, 67, 75) 79%, rgb(31, 41, 51) 100%);
    margin-bottom: 100px;
}

.baner-headings h1 span {
    font-size: 44px;
}

.baner-headings h1 {
    margin-bottom: 20px;
}

.stats-counter span {
    font-size: 32px;
    font-family: "Playfair Display", serif;
    position: relative;
    top: 12px;
    left: -8px;
    font-weight: 600;
}

.stats-safeguard-main h3 {
    font-size: 24px;
    margin-bottom: 27px;
}

.stats-safeguard-main * {
    color: #fff;
}

.stats-counter {
    font-size: 56px;
    font-family: "Playfair Display", serif;
    line-height: 0.6;
}

.text-baner p {
    color: #fff;
    opacity: 80%;
    margin-top: 110px;
    width: 86%;
}

.text-baner {
    position: relative;
    left: 10%;
}

.stats-safeguard-main {
    position: relative;
}

.stats-safeguard-main:before {
    content: '';
    position: absolute;
    top: 42px;
    left: 0;
    background: #fff;
    width: 82%;
    height: 2px;
}

.stats-safeguard-main.lst:before {
    width: 100%;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

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

.about-image {
    margin-right: 20px;
}

.about-text p {
    margin-bottom: 18px;
    opacity: 70%;
}

.about-text h3 {
    margin-bottom: 10px;
}

.about-text h2 {
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 13px;
}

.about-sec {
    margin-bottom: 100px;
}

.about-text h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 2px;
    background: #095360;
}

.about-text h2 span {
    color: #095360;
    display: block;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */

.service-sec {
    padding: 60px 0 100px;
    margin-bottom: 100px;
    background-color: #042536;
    background-image: url(../images/serv-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.howwork-sec.inner {
    margin-bottom: 40px;
}

.service-sec.inner {
    background: unset;
    padding: unset;
}

.service-head {
    margin-bottom: 20px;
}

.service-head h2 {
    color: #fff;
}

.service-main {
    overflow: hidden;
    border-radius: 20px;
    background-color: #095360;
    transition: 0.7s all;
}

.serv-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 0.5s all;
}

.service-main.inr {
    margin-bottom: 50px;
}

.service-main:hover .serv-image img {
    transform: scale(1.3);
    filter: brightness(0.5);
}

.serv-image {
    overflow: hidden;
}

.service-main:hover {
    background-image: -webkit-linear-gradient(-3deg, rgb(15, 124, 133) 0%, rgb(13, 108, 116) 24%, rgb(10, 92, 99) 52%, rgb(21, 67, 75) 79%, rgb(31, 41, 51) 100%);
}

.serv-text {
    padding: 25px 25px 40px;
}

.slick-current .service-main {
    background-image: -webkit-linear-gradient(-3deg, rgb(15, 124, 133) 0%, rgb(13, 108, 116) 24%, rgb(10, 92, 99) 52%, rgb(21, 67, 75) 79%, rgb(31, 41, 51) 100%);
}

.service-main * {
    color: #fff;
}

.serv-text p {
    margin: 10px 0 18px;
    opacity: 50%;
    width: 91%;
}

.serv-text a {
    border: 1px solid #fff;
}

.serv-text h4 {
    font-size: 25px;
}

.slick-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid #909ea5;
    border-radius: 50%;
    transition: 0.7s all;
    top: -48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-arrow:hover {
    background: #fff;
    border-color: #fff;
}

.slick-arrow:before {
    content: '';
    background-image: url(../images/btn-img.png);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    transform: rotate(33deg);
    top: 2px;
    position: relative;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(226%) hue-rotate(155deg) brightness(95%) contrast(85%);
}

.service-sec button.slick-prev {
    left: 92.6%;
}

.service-sec button.slick-next {
    right: 10px;
}

button.slick-prev:before {
    transform: rotate(213deg);
    top: -1px;
}

.slick-arrow:hover:before {
    filter: unset;
}

/*---------------------------------------------------- Services Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Why Choose Section Start ------------------------------------------------------------- */

.whychoose-sec {
    margin-bottom: 100px;
}

.whychse-pointimage {
    width: 80px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #095360;
}

.whychse-pointimage img {
    object-fit: scale-down;
}

.whychose-text ul li {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 22px;
}

.whychose-text h2 span {
    color: #095360;
}

.whychose-text h2 {
    margin-bottom: 6px;
}

.whychose-text p {
    margin-bottom: 22px;
    opacity: 60%;
    width: 96%;
}

.whychose-text ul li p {
    width: 95%;
    margin: unset;
    line-height: 23px;
}

.whchsepoint-txt {
    width: 100%;
}

.whchsepoint-txt h4 {
    margin-bottom: 6px;
}

.whychose-image {
    position: relative;
}

.whychose-image img {
    width: 100%;
    height: 580px;
    border-radius: 20px;
    object-fit: cover;
}

.whychose-img-txt {
    background: #fff;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 90%;
    margin: 0 auto;
    right: 0;
    border-radius: 30px;
    padding: 20px 40px;
}

.whychose-img-txt p {
    font-size: 18px;
    opacity: 50%;
    line-height: 29px;
    margin-bottom: 10px;
}

.whyimgusr {
    display: flex;
    align-items: center;
    gap: 20px;
}

.whyimgusr h6 {
    color: #095360;
    text-transform: uppercase;
}

.whyimgusr h4 {
    text-transform: uppercase;
}

.whyimgusr img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    object-fit: cover;
}


/*---------------------------------------------------- Why Choose Section End ------------------------------------------------------------- */

/*---------------------------------------------------- How Work Section Start ------------------------------------------------------------- */

.howwork-sec {
    background-image: url(../images/how-work-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #042536;
    padding: 60px 0px 80px;
    margin-bottom: 100px;
}

.whowrk-head {
    text-align: center;
    margin-bottom: 20px;
}

.howwork-sec * {
    color: #fff;
}

.whowrk-head p {
    width: 48%;
    margin: 5px auto 0;
}

.how-work-main {
    padding: 40px 30px;
    border-radius: 27px;
    background-color: rgb(9, 83, 96);
    transition: 0.5s all;
}

.howwork-sec p {
    opacity: 60%;
}

.how-work-main h5 {
    margin-bottom: 8px;
    line-height: 1.3;
}

.how-work-main p {
    margin-bottom: 60px;
}

.how-work-main h6 {
    font-size: 22px;
}

.how-work-main:hover {
    background-image: -webkit-linear-gradient(-3deg, rgb(15, 124, 133) 0%, rgb(13, 108, 116) 24%, rgb(10, 92, 99) 52%, rgb(21, 67, 75) 79%, rgb(31, 41, 51) 100%);
}

/*---------------------------------------------------- How Work Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Portfolio Section Start ------------------------------------------------------------- */

.porfolio-sec {
    margin-bottom: 100px;
}

.portfolio-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.portfolio-smallbox img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.7s all;
}

.portfolio-smallbox {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio-largebox img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: 0.7s all;
}

.portfolio-largebox {
    overflow: hidden;
}

.portfolio-smallbox.rigt {
    margin: unset;
}

.portfolio-largebox.rigt {
    margin-bottom: 30px;
}

.portfolio-head p {
    width: 44%;
    opacity: 59%;
}

.portfolio-largebox, .portfolio-smallbox {
    border-radius: 12px;
    overflow: hidden;
}

.portfolio-largebox:hover img, .portfolio-smallbox:hover img {
    filter: brightness(0.5);
    transform: scale(1.3);
}

/*---------------------------------------------------- Portfolio Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonials Section Start ------------------------------------------------------------- */

.testimonial-sec {
    padding: 50px 0;
    background-color: #042536;
    width: 100%;
    background-image: url(../images/testi-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

section.testimonial-sec.innr {
    background: unset;
    padding: unset;
}

.testimonial-head {
    text-align: center;
    margin-bottom: 25px;
}

.testimonial-head p {
    width: 48%;
    margin: 3px auto 0;
    opacity: 50%;
}

.testi-main.iner {
    border: 1px solid #0d757e;
    margin-bottom: 70px;
}

.testi-main img {
    width: 40px;
    margin-bottom: 15px;
}

.testi-main p {
    margin-bottom: 18px;
    opacity: 50%;
    line-height: 24px;
}

.testi-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-user ul {
    display: flex;
    align-items: center;
    gap: 1px;
}

.testi-img {
    border: 1px solid #9d9d9d;
    width: max-content;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -40px;
    right: 80px;
}

.testi-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin: unset;
    border: 8px solid #fff;
    border-radius: 50%;
}

.testi-main {
    background: #fff;
    padding: 30px 37px 60px;
    border-radius: 20px;
    position: relative;
    transition: 0.5s all;
}

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

.testimonial-head * {
    color: #fff;
}

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

.testi-slider button.slick-next {
    right: -42px;
}

.testi-slider button.slick-arrow {
    top: 43%;
}

.testi-user ul i {
    color: #000000;
    font-size: 17px;
}

.testi-user h5 {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.testi-user h6 {
    color: #095360;
    text-transform: uppercase;
}

.testi-main * {
    transition: 0.5s all;
}

.testi-main:hover * {
    color: #fff;
}

.testi-main:hover {
    background-image: -webkit-linear-gradient(-3deg, rgb(15, 124, 133) 0%, rgb(13, 108, 116) 24%, rgb(10, 92, 99) 52%, rgb(21, 67, 75) 79%, rgb(31, 41, 51) 100%);
}

.testi-main:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(168deg) brightness(103%) contrast(102%);
}

.testi-main:hover .testi-img img {
    filter: unset;
}



/*---------------------------------------------------- Testimonials Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-image img {
    width: 100%;
    height: 551px;
    object-fit: cover;
    border-radius: 12px;
}

.contact-sec {
    margin-bottom: 100px;
}

.contact-image {
    margin-right: 20px;
}

.contact-text input, .contact-text textarea {
    width: 100%;
    margin-bottom: 21px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
    padding: 10px 22px;
    color: #000;
}

.contact-text textarea {
    height: 180px;
    align-content: end;
    resize: none;
}

.contact-text h2 span {
    color: #095360;
}

.contact-text h2 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.contact-text h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #095360;
    width: 80%;
    height: 2px;
}

.contact-text p {
    opacity: 50%;
    margin-bottom: 20px;
}

.contact-text textarea::placeholder, .contact-text input::placeholder {
    color: #000;
    font-family: "Montserrat", serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
    background: #042536;
    padding: 55px 0 0;
    position: relative;
}

.foter-lastline {
    border-top: 1px solid #6f828c;
    padding: 18px 0;
    text-align: center;
    margin: unset;
    background: #042536;
    position: relative;
    z-index: 2;
}

footer * {
    color: #fff;
}

.container-fluid.lastftr {
    padding: 0;
}

footer h4 {
    position: relative;
    border-bottom: 2px solid #173545;
    width: 96%;
    padding-bottom: 23px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer h4:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #fff;
    width: 40%;
    height: 2px;
    border-radius: 10px;
}

.foter-links ul li {
    margin-bottom: 4px;
}

.foter-links a {
    font-weight: 600;
    font-size: 14px;
}

.foter-links {
    margin-bottom: 63px;
}

.newsletter-main {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    position: relative;
    padding: 0px 0px 0px 30px;
    background: #113040;
    border-radius: 50px;
    justify-content: space-between;
}

.footer-info p {
    margin-bottom: 20px;
    width: 80%;
    margin-top: 10px;
}

.footer-info ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", serif;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 70px;
}

.social-links a {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: 0.7s all;
}

.social-links a:hover {
    border-color: transparent;
    background-image: -webkit-linear-gradient(-3deg, rgb(15, 124, 133) 0%, rgb(13, 108, 116) 24%, rgb(10, 92, 99) 52%, rgb(21, 67, 75) 79%, rgb(31, 41, 51) 100%);
}

.newsletter-main h5 {
    text-transform: uppercase;
}

.newsletr-field input {
    width: 100%;
    height: 60px;
    border: unset;
    border-radius: 40px;
    padding: 10px 30px;
    color: #000;
}

.newsletr-field {
    position: relative;
    width: 452px;
}

.newsletr-field button {
    position: absolute;
    right: -2px;
    bottom: 0;
    border: unset;
    height: 100%;
    border-radius: 40px;
    padding: 7px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-image: -webkit-linear-gradient(-3deg, rgb(15, 124, 133) 0%, rgb(13, 108, 116) 24%, rgb(10, 92, 99) 52%, rgb(21, 67, 75) 79%, rgb(31, 41, 51) 100%);
}

.newsletr-field input::placeholder {
    color: #000;
    font-family: "Montserrat", serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 31%;
    background: #6f828c;
    width: 1px;
    height: 100%;
}

.foter-links.navs ul li {
    margin-bottom: 10px;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */





/* Book Start */

section.bookSec {
    position: relative;
    z-index: 12;
    margin-bottom: 100px;
}

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,
section.bookSec .contact-input select,
section.bookSec .contact-input textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #bdbdbd;
    margin-bottom: 20px;
    padding: 5px 20px 5px 20px;
    border-radius: 0px;
    font-weight: 500;
    color: #000;
    appearance: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border-radius: 5px;
    -webkit-appearance: none;
}

section.bookSec .contact-input textarea {
    height: 180px;
    resize: none;
    align-content: end;
}

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

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: 22px;
    left: unset !important;
    top: 16px;
    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 .formWraper {
    width: 88%;
    margin: 0px auto;
}

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

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

section.bookSec .contact-input select {
    color: #000000a8 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #000000a8;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
}

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

section.bookSec .heading {
    width: 60%;
    margin: 0px auto 40px;
}

section.bookSec .heading p {
    opacity: 60%;
}

img.book-pankh-img {
    position: absolute;
    right: 10px;
    top: 40%;
}

img.book-kite-img {
    position: absolute;
    bottom: 5%;
    left: 210px;
}

.heading.text-center h2 {
    margin-bottom: 10px;
}

.sitebtn button {
    margin: 0 auto;
}

.contact-input select {
    color: #9f9fa0 !important;
}

img.select-img {
    position: absolute;
    top: 3px;
    right: 45px;
}

.sitebtn-quote {
    text-align: center;
}

.sitebtn-quote button {
    margin: 0 auto;
}

/* Book  Start */



.serv-detail-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 30px;
    object-position: 0 -100px;
}

section.service-detail-sec {
    margin-bottom: 100px;
}

.serv-detail-text p {
    margin-bottom: 30px;
    opacity: 60%;
}

.serv-detail-text h2 {
    margin-bottom: 13px;
}