@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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: 'ample';
    src: url(../fonts/amplesoftpro-bold.otf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding: 0 0 100px;
}

.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: 'ample';
    font-size: 78px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 10px;
    padding-bottom: 20px;
    position: relative;
    width: fit-content;
}

h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100vw;
    background: #9dadb5b3;
    z-index: 1;
}

h2 {
    font-family: 'ample';
    font-size: 68px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
}

h3 {
    font-family: 'ample';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'ample';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'ample';
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
    margin: 0px 0 40px;
}

h6 {
    font-family: 'ample';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #5c5c5c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0 20px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-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;
    color: #fff;
    text-decoration: none;
    padding: 35px 15px;
    font-size: 14px;
    text-transform: capitalize;
    transition: color 0.3s ease;
    z-index: 1;
}

.menuSec ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    transition: height 0.4s ease-in;
    z-index: -1;
}

.menuSec ul li a:hover::before,
.menuSec ul li a:active::before {
    height: 100%;
}

.menuSec ul li a:hover,
.menuSec ul li a:active {
    color: #20719f;
}



.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;
    display: none;
}

.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;
    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-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*/

.menuSection {
    padding: 0px 5%;
    border: 1px solid #ffffff69;
    border-radius: 10px;
    position: absolute;
    width: 90%;
    z-index: 99;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
}

.main_slider {
    position: relative;
}

.header_btn {
    text-align: end;
}

.header-logo {
    text-align: center;
    position: relative;
    z-index: 2;
}

.header-logo::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* theme btn */

.thembtn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #20719f;
    border-radius: 50px;
    border: 1px solid #ffffff8a;
    overflow: hidden;
    transition: all .4s ease-in;
}

.btn_txt {
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    transition: all .4s ease-in;
}

.btn_img {
    width: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffff;
    transition: all .4s ease-in;
}

span.btn_img img {
    object-fit: contain;
    width: 13px;
    height: auto;
    transition: all .4s ease-in;
}

.thembtn:hover {
    background: #ffffff;
    border: 1px solid #20719f;
}

.thembtn:hover .btn_txt {
    color: #20719f;
}

.thembtn:hover .btn_img {
    background: #20719f;
}

.thembtn:hover .btn_img img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(8%) saturate(266%) hue-rotate(304deg) brightness(114%) contrast(100%);
}

/* theme btn */

.container-fluid {
    padding: 0 5%;
}

/* banner */

.banner_text p {
    color: #d2dade;
    width: 95%;
    margin: 20px 0;
}

.bnr_bg img {
    width: 100%;
    object-fit: cover;
    height: 1070px;
}

h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    background: #9babb4;
    z-index: 2;
}

.banner-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 5%;
    border-top: 1px solid #ffffff80;
}

.banner-progress-bar {
    width: 250px;
    height: 1px;
    background: #305161;
    position: relative;
    overflow: hidden;
}

.banner-progress-bar-fill {
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 0%;
    transition: width 0.4s ease-in-out;
}

.span-p {
    font-family: 'ample';
    font-size: 20px;
    line-height: 25px;
    color: #536e7b;
    padding: 0px 20px;
    transition: color 0.3s;
}

.span-p.active {
    font-size: 34px;
    color: rgb(255, 255, 255);
}

.banner_text {
    position: relative;
    z-index: 1;
}

.bnr_slid_left:hover,
.bnr_slid_right:hover {
    opacity: 0.5;
}

.bnr_slid_left {
    background: linear-gradient(rgb(15 46 62), rgb(16 46 62)) padding-box padding-box, linear-gradient(to left, rgb(15 46 62), rgb(255 255 255)) border-box border-box;
}

.bnr_slid_right {
    background: linear-gradient(rgb(16 47 63), rgb(17 48 63)) padding-box padding-box, linear-gradient(to left, rgb(255, 255, 255), rgb(15 46 62)) border-box border-box;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.bnr_slid_left img {
    transform: rotate(180deg);
}

.bnr_slid_left img,
.bnr_slid_right img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(110deg) brightness(104%) contrast(102%);
}

.bnr_slid_left,
.bnr_slid_right {
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
}

.bnr_slider .slick-list {
    overflow: visible;
}

.bnr_slider .slick-slide {
    opacity: 0;
}

.bnr_slider .slick-active {
    opacity: 1;
}

.bnr_socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    height: 100%;
    padding-left: 80px;
    position: relative;
    z-index: 3;
}

.bnr_socials ul {
    display: flex;
    gap: 10px;
}

.bnr_socials h6 {
    font-size: 17px;
    color: #ffffff;
}

.bnr_socials ul li a {
    background-color: #20719f;
    color: #ffffff;
    border: 1px solid #ffff;
    font-size: 14px;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 3;
}

.bnr_btnsss {
    display: flex;
    justify-content: space-around;
    width: 10%;
}

.bnr_control_mid {
    display: flex;
    align-items: center;
    width: 45%;
}

.bnr_btnsss {
    display: flex;
    justify-content: space-around;
    width: 10%;
}

.bnr_control_mid {
    display: flex;
    align-items: center;
    width: 45%;
}

.bnr_socials::before {
    content: '';
    background: #2f729e;
    position: absolute;
    right: 0;
    left: 0;
    width: 100vw;
    z-index: -1;
    height: 101%;
}

.bnr_socials::after {
    content: '';
    background: #fdfdfd;
    position: absolute;
    right: 50%;
    left: 47%;
    width: 35%;
    transform: translate(-50%, -50%);
    z-index: -1;
    height: 2px;
}

/* banner */

/* about */

.yrsofexp ul li {
    color: #5c5c5c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 20px;
}

.yrsofexp ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../images/about-checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    z-index: 1;
}

.yrsofexp h3 {
    padding: 40px 20px;
    background: #20719f;
    color: #ffffff;
    font-size: 70px;
    border-radius: 10px;
    font-weight: 100;
    text-align: center;
    width: 40%;
}

.yrsofexp h3 span {
    font-size: 20px;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.abt_img1 {
    width: 55%;
}

.yrsofexp {
    border-radius: 10px;
    display: flex;
    border: 1px solid #ffffff;
    align-items: center;
    margin-top: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    width: 115%;
    padding-right: 0;
    margin-left: -16%;
}

.abt_img1 img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.abt_img2 img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.abt_left {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-right: 50px;
}

/* about */

/* service */

.heading p {
    width: 55%;
    margin: 0 auto;
}

.heading {
    text-align: center;
    margin-bottom: 30px;
}

.service .heading p {
    color: #d2dade;
}

.service .heading h2 {
    color: #ffffff;
}

.service .heading {
    margin-bottom: 30px;
}

.service {
    padding: 110px 0 110px;
    background: url(../images/ser_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.service::before {
    content: '';
    position: absolute;
    z-index: 0;
    background: #093145eb;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.service .container-fluid,
.contact .container-fluid,
.footerSec .container-fluid,
.about_page .container-fluid {
    position: relative;
    z-index: 99;
}

.ser_img img {
    border-radius: 10px;
    height: 335px;
    width: 100%;
    object-fit: cover;
}

.ser_txt {
    position: relative;
    padding: 50px 30px 30px;
    transition: all .3s ease-in;
    height: 130px;
}

.ser_txt h3 {
    transition: all .3s ease-in;
    font-size: 28px;
}

.ser_txt p {
    margin-bottom: 0;
    font-size: 13px;
    width: 90%;
    transition: all .3s ease-in;
}

.ser_txt ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 1px solid #90b8cf;
    text-transform: uppercase;
    display: inline-block;
    transition: all .3s ease-in;
}

.ser_txt ul li h4 {
    font-size: 60px;
    color: #ffffff;
    line-height: 50px;
}

.ser_txt ul {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.service_cards {
    background: #20719f;
    border-radius: 10px;
    transition: all .3s ease-in;
    width: 95%;
}

.serv_white {
    background: #ffff;
    position: absolute;
    top: -80px;
    left: 0;
    width: 70%;
    padding: 20px 20px 20px 30px;
    border-radius: 10px;
}

/* service */

/* Contact Us */

.contact {
    padding: 100px 0 120px;
    background: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    z-index: 0;
    background: #093145eb;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.contact::after {
    content: '';
    position: absolute;
    z-index: 0;
    background: #f3f3f3;
    height: 100%;
    width: 67%;
    top: 0;
    left: 0;
    border-bottom-right-radius: 130px 150%;
    border-top-right-radius: 820px 200%;
}

.contact_right h2 {
    font-size: 63px;
}

.contact_right form input,
.contact_right form textarea {
    width: 100%;
    font-size: 15px;
    padding: 15px 20px;
    border: 1px solid #0000003b;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    border-radius: 10px;
    font-family: 'montserrat';
}

.contact_right form input::placeholder,
.contact_right form textarea::placeholder {
    color: #00000075;
}

.contact_right form textarea {
    resize: none;
    height: 140px;
}

button.thembtn {
    padding: 0;
}

.contact_left img {
    height: 690px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.contact .contact_white {
    background: #ffffff;
    border-radius: 20px;
    margin: 0 auto;
    width: 98%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.contact_right {
    padding: 0px 70px;
}

/* Contact Us */

/* testimonial */


.client_txt h6 {
    font-size: 22px;
    color: #000;
    margin-bottom: 50px;
}

.client_txt h6 span {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    font-family: 'montserrat';
    color: #000000b0;
    font-weight: 400;
}

li.avatar img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

li.avatar img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

.testi_main ul {
    display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    align-items: flex-start;
    padding: 50px 30px;
    position: relative;
    z-index: 2;
}

li.avatar {
    width: 15%;
    text-align: center;
}

li.client_txt {
    width: 85%;
    padding: 0 70px 0 20px;
}

.testi_main ul::before {
    position: absolute;
    content: '';
    background: #20719f;
    height: 100%;
    width: 12%;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
}

.client_txt p {
    font-weight: 500px;
    font-size: 15px;
}

.testi_slider .slick-active {
    opacity: 1;
}

.testi_slider .slick-track {
    margin: 10px 0 40px;
}

/* testimonial */

/* gallery */

.gallery img {
    border-radius: 30px;
}

.gallery_left img {
    height: 590px;
    width: 100%;
    object-fit: cover;
}

.gallery_right a img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.gallery_btm a img {
    height: 290px;
    width: 100%;
    object-fit: cover;
}

.gallery_right>a {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease .3s;
    width: 100%;
}

.gallery_right>a::after {
    position: absolute;
    content: "+";
    background: #20719fad;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    font-size: 40px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_right>a:hover::after {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
    border-radius: 30px;
}

.gallery_txt h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
}

.gallery_txt {
    text-align: center;
    background: #20719fcb;
    border-radius: 30px;
    height: 85%;
    width: 85%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gallery_left {
    position: relative;
}

.gallery_txt p {
    color: #fff;
    font-size: 15px;
    width: 70%;
    margin: 0 auto;
}

/* gallery */

/* footer */

.footerSec {
    padding: 100px 0 0px;
    background: url(../images/ftr-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.footerSec::before {
    content: '';
    position: absolute;
    z-index: 0;
    background: #093145eb;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.footerSec p {
    color: #9fafb7;
    width: 80%;
    margin-bottom: 40px;
}

.ftr_socials a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    align-items: center;
    color: #fff;
}

.ftr_socials {
    display: flex;
    gap: 10px;
}

.ftr_links a {
    color: #9fafb7;
    font-size: 15px;
    transition: all .3s ease-in;
}

.ftr_links ul li a:hover {
    color: #ffffff;
    transform: translateX(10px);
}

.ftr_links ul li {
    margin-bottom: 5px;
}

.ftr_contact ul li a {
    color: #9fafb7;
    font-size: 15px;
    transition: all .3s ease-in;
}

.ftr_contact ul li a:hover {
    color: #ffffff;
    transform: translateX(10px);
}

.ftr_contact ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #365767;
    width: 80%;
}

.ftr_contact ul li i {
    font-size: 20px;
    margin-right: 10px;
    color: #ffffff;
}

.ftr_contact ul li {
    display: flex;
    align-items: center;
}

.news-letter form input {
    padding: 15px 20px;
    width: 100%;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #000;
}

.news-letter form input::placeholder {
    color: #0000009e;
    text-transform: capitalize;
}

.news-letter form button {
    background: #20719f;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.copy-txt {
    text-align: center;
    padding: 20px 0;
}

.copy-txt p {
    margin-bottom: 0;
    color: #78858e;
    width: 100%;
}

.ftr_links {
    padding-left: 50px;
}

.footer-btm {
    border-top: 1px solid #ffffff36;
    margin-top: 100px;
    position: relative;
    z-index: 99;
}

/* footer */

/* why choose us */

.wcu_right img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 660px;
}

.wcu_left h2 {
    font-size: 59px;
    margin-bottom: 10px;
}

.wcu_left h3 {
    font-size: 28px;
    color: #20719f;
    margin-bottom: 20px;
}

.wcu_txt h6 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
}

.wcu_left ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.d_block {
    display: block;
}

.wcu_txt img {
    padding: 30px 0 20px;
    border-top: 4px solid #2f79b4;
}

.wcu_txt p {
    margin: 20px 0;
    font-size: 13px;
    line-height: 20px;
}

.wcu_txt {
    padding: 30px 10px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    text-align: center;
    transition: all .3s ease-in;
}

.wcu_txt:hover {
    padding: 30px;
    border: 2px solid #2f79b4;
    text-align: start;
}

.wcu_right {
    margin-left: -10%;
}

.wcu_left {
    background: #ffffff;
    border-radius: 20px;
    width: 125%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    padding: 50px 30px;
    position: relative;
    z-index: 99;
    margin-top: 20%;
}

/* why choose us */

/* inner banner */

.inr_bnr_bg img {
    height: 650px;
    width: 100%;
    object-fit: cover;
}

.inr_bnr_txt {
    margin-top: 10%;
    text-align: center;
}

.inr_bnr_txt h6,
.inr_bnr_txt h6 a {
    font-size: 20px;
    color: #ffffff;
}

.inr_bnr_txt h2 {
    font-size: 78px;
    color: #ffffff;
    padding-bottom: 20px;
    position: relative;
    width: 40%;
    margin: 0 auto 30px;
    border-bottom: 1px solid #9dadb5b3;
}

.inr_bnr_txt h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    background: #9babb4;
    z-index: 2;
}

.inr_bnr_txt h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    background: #9babb4;
    z-index: 2;
}

.inr_bnr_txt p {
    color: #ffffff;
    width: 56%;
    margin: 0 auto;
}

/* inner banner */

/* Contact Us Start*/

.cntct-head h4 {
    font-size: 60px;
    margin: 0 0 10px;
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-input {
    position: relative;
}

.contact-input::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 45px;
    top: 5px;
    left: 55px;
    background: url(../images/contact-input-bef.png) no-repeat;
    background-size: contain;
}

.contact-input.contact-select:before {
    left: unset;
    right: 50px;
    transform: rotate(-180deg);
}

.contact-input input,
.contact-input select {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
    padding: 0 20px 0 80px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
    border-radius: 10px;
    border: 1px solid #bdbdbdbd;
    appearance: auto;
}

.contact-input select option {
    padding: 0;
}

.contact-input textarea {
    width: 100%;
    border-radius: 10px;
    height: 200px;
    border: 1px solid #bdbdbdbd;
    margin-bottom: 20px;
    padding: 12px 20px 12px 80px;
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
    resize: none;
    background-color: unset;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #909091;
}

.contact-input i {
    position: absolute;
    top: 17px;
    left: 18px;
    color: #20719f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.send-btn {
    background-color: var(--golden);
    padding: 15px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    background: #3d64d1;
    font-family: 'Montserrat';
    border: none;
}

button.send-btn:hover {
    background: transparent;
    color: var(--golden);
    border: 1px solid var(--golden);
    transition: 0.5s all ease-in-out;
}


.contact-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    padding: 34px 30px;
    margin: 15px 0;
    transition: 0.8s all ease-in-out;
    background-color: #20719f;
}

.contact-input-btn button {
    border: none;
    background-color: transparent;
}

.cntct-info-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.8s all ease-in-out;
}

.cntct-info-icon i {
    font-size: 28px;
    transition: 0.8s all ease-in-out;
    border-radius: 50%;
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffff;
}

.cntct-info-icon i::before {
    color: #20719f;
}

.contact-info-item:hover i {
    transform: rotate(360deg);
    transition: 0.8s all ease-in-out;
}

.contact-info-item-details h5 {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    font-family: 'ample';
    margin-bottom: 3px;
}

.contact-info-item-details a,
.contact-info-item-details p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin: 0;
}

.contact-info-item-details p span {
    display: block;
}


.contact_page h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.get-in-touch.cntct-head {
    padding-right: 30px;
}

section.map {
    height: 520px;
}

/* Contact Us End */

/* gallery page */

.gallery_page .gallery_left>a {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease .3s;
    width: 100%;
}

.gallery_page .gallery_left>a::after {
    position: absolute;
    content: "+";
    background: #20719fad;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    font-size: 40px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_page .gallery_left>a:hover::after {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
    border-radius: 30px;
}

/* gallery page */

.testi_main {
    margin-bottom: 30px;
}

/* service page */

.serv_pg_txt h2 {
    font-size: 48px;
    position: relative;
    width: 60%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.serv_pg_txt h2::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgba(54, 127, 168, 1) 0%, rgba(127, 174, 200, 1) 50%, rgba(197, 218, 230, 0.17) 100%);
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.serv_pg_img {
    position: relative;
    padding: 30px;
    border-radius: 20px;
}

.serv_pg_img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.serv_pg_img::before {
    position: absolute;
    content: '';
    background: #20719f;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: -1;
}

.serv_pg_txt p {
    width: 80%;
}

.serv_pg_img2 {
    position: relative;
    padding: 30px;
    border-radius: 20px;
}

.serv_pg_img2 img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.serv_pg_img2::before {
    position: absolute;
    content: '';
    background: #20719f;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    border-radius: 20px;
    z-index: -1;
}

.pagination_btns {
    text-align: center;
    margin-top: 50px;
}

.custom-pagination {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 10px;
}

.custom-pagination li a {
    font-family: 'ample';
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    color: #7f7f7f;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.2s ease;
    border: 1px solid #7f7f7f;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-pagination li a:hover {
    background-color: #007c9b;
    color: rgb(255, 255, 255);
    border-color: #007c9b;
}

.custom-pagination li a.active {
    background-color: #007c9b;
    color: rgb(255, 255, 255);
    border-color: #007c9b;
}

/* service page  */

/* Service Detail */

.ser_det_page_top img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

.ser_det_page_txt h2 {
    font-size: 55px;
}

.ser_det_page_left img {
    height: 430px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.ser_det_page_right ul li {
    color: #5c5c5c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.ser_det_page_right ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    z-index: 1;
}

.ser_det_page_right h2 {
    font-size: 36px;
}

.ser_det_page_left {
    padding-right: 60px;
}

/* Service Detail */

/* Book Section start */

.booking form input,
.booking form textarea {
    width: 100%;
    font-size: 14px;
    padding: 15px 20px;
    border: 1px solid #0000003b;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    border-radius: 10px;
    font-family: 'montserrat';
}

.booking form input::placeholder,
.booking form textarea::placeholder {
    color: #000000a8;
    text-transform: uppercase;
}

.booking form textarea {
    resize: none;
    height: 270px;
}

.input-icon-right {
    position: relative;
    overflow: hidden;
}

.input-icon-right input,
.input-icon-right select {
    width: 100%;
    font-size: 14px;
    padding: 15px 45px 15px 20px;
    border: 1px solid #0000003b;
    color: #000000a8;
    font-weight: 400;
    margin-bottom: 30px;
    border-radius: 10px;
    font-family: 'montserrat';
}

.input-icon-right i {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 58px;
    width: 60px;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    font-size: 20px;
    color: #ffffff;
    background: #20719f;
}

/* Book Section end */

/* about page  */

.about_page_txt h2 {
    font-size: 58px;
    color: #ffffff;
}

.about_page_txt p {
    color: #d2dade;
    width: 90%;
}

.about_page_img img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 300px;
}

.about_page {
    padding: 110px 0 110px;
    background: url(../images/abtpage-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.about_page::before {
    content: '';
    position: absolute;
    z-index: 0;
    background: #093145eb;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* about page  */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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: 'ample';
    src: url(../fonts/amplesoftpro-bold.otf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding: 0 0 100px;
}

.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: 'ample';
    font-size: 78px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 10px;
    padding-bottom: 20px;
    position: relative;
    width: fit-content;
}

h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100vw;
    background: #9dadb5b3;
    z-index: 1;
}

h2 {
    font-family: 'ample';
    font-size: 68px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
}

h3 {
    font-family: 'ample';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'ample';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'ample';
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
    margin: 0px 0 40px;
}

h6 {
    font-family: 'ample';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #5c5c5c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0 20px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-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;
    color: #fff;
    text-decoration: none;
    padding: 35px 15px;
    font-size: 14px;
    text-transform: capitalize;
    transition: color 0.3s ease;
    z-index: 1;
}

.menuSec ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    transition: height 0.4s ease-in;
    z-index: -1;
}

.menuSec ul li a:hover::before,
.menuSec ul li a:active::before {
    height: 100%;
}

.menuSec ul li a:hover,
.menuSec ul li a:active {
    color: #20719f;
}

.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;
    display: none;
}

.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;
    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-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*/

.menuSection {
    padding: 0px 5%;
    border: 1px solid #ffffff69;
    border-radius: 10px;
    position: absolute;
    width: 90%;
    z-index: 99;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
}

.main_slider {
    position: relative;
}

.header_btn {
    text-align: end;
}

.header-logo {
    text-align: center;
    position: relative;
    z-index: 2;
}

.header-logo::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* theme btn */

.thembtn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #20719f;
    border-radius: 50px;
    border: 1px solid #ffffff8a;
    overflow: hidden;
    transition: all .4s ease-in;
}

.btn_txt {
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    transition: all .4s ease-in;
}

.btn_img {
    width: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffff;
    transition: all .4s ease-in;
}

span.btn_img img {
    object-fit: contain;
    width: 13px;
    height: auto;
    transition: all .4s ease-in;
}

.thembtn:hover {
    background: #ffffff;
    border: 1px solid #20719f;
}

.thembtn:hover .btn_txt {
    color: #20719f;
}

.thembtn:hover .btn_img {
    background: #20719f;
}

.thembtn:hover .btn_img img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(8%) saturate(266%) hue-rotate(304deg) brightness(114%) contrast(100%);
}

/* theme btn */

.container-fluid {
    padding: 0 5%;
}

/* banner */

.banner_text p {
    color: #d2dade;
    width: 95%;
    margin: 20px 0;
}

.bnr_bg img {
    width: 100%;
    object-fit: cover;
    height: 1070px;
}

h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    background: #9babb4;
    z-index: 2;
}

.banner-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 5%;
    border-top: 1px solid #ffffff80;
}

.banner-progress-bar {
    width: 250px;
    height: 1px;
    background: #305161;
    position: relative;
    overflow: hidden;
}

.banner-progress-bar-fill {
    height: 100%;
    background-color: rgb(255, 255, 255);
    width: 0%;
    transition: width 0.4s ease-in-out;
}

.span-p {
    font-family: 'ample';
    font-size: 20px;
    line-height: 25px;
    color: #536e7b;
    padding: 0px 20px;
    transition: color 0.3s;
}

.span-p.active {
    font-size: 34px;
    color: rgb(255, 255, 255);
}

.banner_text {
    position: relative;
    z-index: 1;
}

.bnr_slid_left:hover,
.bnr_slid_right:hover {
    opacity: 0.5;
}

.bnr_slid_left {
    background: linear-gradient(rgb(15 46 62), rgb(16 46 62)) padding-box padding-box, linear-gradient(to left, rgb(15 46 62), rgb(255 255 255)) border-box border-box;
}

.bnr_slid_right {
    background: linear-gradient(rgb(16 47 63), rgb(17 48 63)) padding-box padding-box, linear-gradient(to left, rgb(255, 255, 255), rgb(15 46 62)) border-box border-box;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.bnr_slid_left img {
    transform: rotate(180deg);
}

.bnr_slid_left img,
.bnr_slid_right img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(110deg) brightness(104%) contrast(102%);
}

.bnr_slid_left,
.bnr_slid_right {
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    transition: 0.3s;
}

.bnr_slider .slick-list {
    overflow: visible;
}

.bnr_slider .slick-slide {
    opacity: 0;
}

.bnr_slider .slick-active {
    opacity: 1;
}

.bnr_socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    height: 100%;
    padding-left: 80px;
    position: relative;
    z-index: 3;
}

.bnr_socials ul {
    display: flex;
    gap: 10px;
}

.bnr_socials h6 {
    font-size: 17px;
    color: #ffffff;
}

.bnr_socials ul li a {
    background-color: #20719f;
    color: #ffffff;
    border: 1px solid #ffff;
    font-size: 14px;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 3;
}

.bnr_socials ul li a:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #20719f;
}

.bnr_btnsss {
    display: flex;
    justify-content: space-around;
    width: 10%;
}

.bnr_control_mid {
    display: flex;
    align-items: center;
    width: 45%;
}

.bnr_btnsss {
    display: flex;
    justify-content: space-around;
    width: 10%;
}

.bnr_control_mid {
    display: flex;
    align-items: center;
    width: 45%;
}

.bnr_socials::before {
    content: '';
    background: #2f729e;
    position: absolute;
    right: 0;
    left: 0;
    width: 100vw;
    z-index: -1;
    height: 101%;
}

.bnr_socials::after {
    content: '';
    background: #fdfdfd;
    position: absolute;
    right: 50%;
    left: 47%;
    width: 35%;
    transform: translate(-50%, -50%);
    z-index: -1;
    height: 2px;
}

/* banner */

/* about */

.ser_det_page_right ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    z-index: 1;
}


/* about */

/* service */

.heading p {
    width: 55%;
    margin: 0 auto;
}

.heading {
    text-align: center;
    margin-bottom: 30px;
}

.service .heading p {
    color: #d2dade;
}

.service .heading h2 {
    color: #ffffff;
}

.service .heading {
    margin-bottom: 30px;
}

.service {
    padding: 110px 0 110px;
    background: url(../images/ser_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.service::before {
    content: '';
    position: absolute;
    z-index: 0;
    background: #093145eb;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.service .container-fluid,
.contact .container-fluid,
.footerSec .container-fluid,
.about_page .container-fluid {
    position: relative;
    z-index: 99;
}

.ser_img img {
    border-radius: 10px;
    height: 335px;
    width: 100%;
    object-fit: cover;
}

.ser_txt {
    position: relative;
    padding: 50px 30px 30px;
    transition: all .3s ease-in;
    height: 130px;
}

.ser_txt h3 {
    transition: all .3s ease-in;
    font-size: 28px;
}

.ser_txt p {
    margin-bottom: 0;
    font-size: 13px;
    width: 90%;
    transition: all .3s ease-in;
}

.ser_txt ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 1px solid #90b8cf;
    text-transform: uppercase;
    display: inline-block;
    transition: all .3s ease-in;
}

.ser_txt ul li h4 {
    font-size: 60px;
    color: #ffffff;
    line-height: 50px;
}

.ser_txt ul {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.service_cards {
    background: #20719f;
    border-radius: 10px;
    transition: all .3s ease-in;
    width: 95%;
}

.serv_white {
    background: #ffff;
    position: absolute;
    top: -80px;
    left: 0;
    width: 70%;
    padding: 20px 20px 20px 30px;
    border-radius: 10px;
}

/* service */

/* Contact Us */

.contact {
    padding: 100px 0 120px;
    background: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    z-index: 0;
    background: #093145eb;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.contact::after {
    content: '';
    position: absolute;
    z-index: 0;
    background: #f3f3f3;
    height: 100%;
    width: 67%;
    top: 0;
    left: 0;
    border-bottom-right-radius: 130px 150%;
    border-top-right-radius: 820px 200%;
}

.contact_right h2 {
    font-size: 63px;
}

.contact_right form input,
.contact_right form textarea {
    width: 100%;
    font-size: 15px;
    padding: 15px 20px;
    border: 1px solid #0000003b;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    border-radius: 10px;
    font-family: 'montserrat';
}

.contact_right form input::placeholder,
.contact_right form textarea::placeholder {
    color: #00000075;
}

.contact_right form textarea {
    resize: none;
    height: 140px;
}

button.thembtn {
    padding: 0;
}

.contact_left img {
    height: 690px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.contact .contact_white {
    background: #ffffff;
    border-radius: 20px;
    margin: 0 auto;
    width: 98%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.contact_right {
    padding: 0px 70px;
}

/* Contact Us */

/* testimonial */


.client_txt h6 {
    font-size: 22px;
    color: #000;
    margin-bottom: 50px;
}

.client_txt h6 span {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    font-family: 'montserrat';
    color: #000000b0;
    font-weight: 400;
}

li.avatar img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

li.avatar img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

.testi_main ul {
    display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    align-items: flex-start;
    padding: 50px 30px;
    position: relative;
    z-index: 2;
}

li.avatar {
    width: 15%;
    text-align: center;
}

li.client_txt {
    width: 85%;
    padding: 0 70px 0 20px;
}

.testi_main ul::before {
    position: absolute;
    content: '';
    background: #20719f;
    height: 100%;
    width: 12%;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
}

.client_txt p {
    font-weight: 500px;
    font-size: 15px;
}

.testi_slider .slick-active {
    opacity: 1;
}

.testi_slider .slick-track {
    margin: 10px 0 40px;
}

/* testimonial */

/* gallery */

.gallery img {
    border-radius: 30px;
}

.gallery_left img {
    height: 590px;
    width: 100%;
    object-fit: cover;
}

.gallery_right a img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.gallery_btm a img {
    height: 290px;
    width: 100%;
    object-fit: cover;
}

.gallery_right>a {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease .3s;
    width: 100%;
}

.gallery_right>a::after {
    position: absolute;
    content: "+";
    background: #20719fad;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    font-size: 40px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_right>a:hover::after {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
    border-radius: 30px;
}

.gallery_txt h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
}

.gallery_txt {
    text-align: center;
    background: #20719fcb;
    border-radius: 30px;
    height: 85%;
    width: 85%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gallery_left {
    position: relative;
}

.gallery_txt p {
    color: #fff;
    font-size: 15px;
    width: 70%;
    margin: 0 auto;
}

/* gallery */

/* footer */

.footerSec {
    padding: 100px 0 0px;
    background: url(../images/ftr-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.footerSec::before {
    content: '';
    position: absolute;
    z-index: 0;
    background: #093145eb;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.footerSec p {
    color: #9fafb7;
    width: 80%;
    margin-bottom: 40px;
}

.ftr_socials a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    align-items: center;
    color: #fff;
    transition: all .3s ease-in;
}

.ftr_socials a:hover {
    background: #20719f;
    border: 1px solid #20719f;
    color: #ffffff;
}

.ftr_socials {
    display: flex;
    gap: 10px;
}

.ftr_links a {
    color: #9fafb7;
    font-size: 15px;
    transition: all .3s ease-in;
}

.ftr_links ul li a:hover {
    color: #ffffff;
    transform: translateX(10px);
}

.ftr_links ul li {
    margin-bottom: 5px;
}

.ftr_contact ul li a {
    color: #9fafb7;
    font-size: 15px;
    transition: all .3s ease-in;
}

.ftr_contact ul li a:hover {
    color: #ffffff;
    transform: translateX(10px);
}

.ftr_contact ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #365767;
    width: 80%;
}

.ftr_contact ul li i {
    font-size: 20px;
    margin-right: 10px;
    color: #ffffff;
}

.ftr_contact ul li {
    display: flex;
    align-items: center;
}

.news-letter form input {
    padding: 15px 20px;
    width: 100%;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #000;
}

.news-letter form input::placeholder {
    color: #0000009e;
    text-transform: capitalize;
}

.news-letter form button {
    background: #20719f;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.copy-txt {
    text-align: center;
    padding: 20px 0;
}

.copy-txt p {
    margin-bottom: 0;
    color: #78858e;
    width: 100%;
}

.ftr_links {
    padding-left: 50px;
}

.footer-btm {
    border-top: 1px solid #ffffff36;
    margin-top: 100px;
    position: relative;
    z-index: 99;
}

/* footer */

/* why choose us */

.wcu_right img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 660px;
}

.wcu_left h2 {
    font-size: 59px;
    margin-bottom: 10px;
}

.wcu_left h3 {
    font-size: 28px;
    color: #20719f;
    margin-bottom: 20px;
}

.wcu_txt h6 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
}

.wcu_left ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.d_block {
    display: block;
}

.wcu_txt img {
    padding: 30px 0 20px;
    border-top: 4px solid #2f79b4;
}

.wcu_txt p {
    margin: 20px 0;
    font-size: 13px;
    line-height: 20px;
}

.wcu_txt {
    padding: 30px 10px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    text-align: center;
    transition: all .3s ease-in;
}

.wcu_txt:hover {
    padding: 30px;
    border: 2px solid #2f79b4;
    text-align: start;
    width: 320px;
}

.wcu_right {
    margin-left: -10%;
}

.wcu_left {
    background: #ffffff;
    border-radius: 20px;
    width: 125%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    padding: 50px 30px;
    position: relative;
    z-index: 99;
    margin-top: 20%;
}

/* why choose us */

/* inner banner */

.inr_bnr_bg img {
    height: 650px;
    width: 100%;
    object-fit: cover;
}

.inr_bnr_txt {
    margin-top: 10%;
    text-align: center;
}

.inr_bnr_txt h6,
.inr_bnr_txt h6 a {
    font-size: 20px;
    color: #ffffff;
}

.inr_bnr_txt h2 {
    font-size: 78px;
    color: #ffffff;
    padding-bottom: 20px;
    position: relative;
    width: 40%;
    margin: 0 auto 30px;
    border-bottom: 1px solid #9dadb5b3;
}

.inr_bnr_txt h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    background: #9babb4;
    z-index: 2;
}

.inr_bnr_txt h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    background: #9babb4;
    z-index: 2;
}

.inr_bnr_txt p {
    color: #ffffff;
    width: 56%;
    margin: 0 auto;
}

/* inner banner */

/* Contact Us Start*/

.cntct-head h4 {
    font-size: 60px;
    margin: 0 0 10px;
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-input {
    position: relative;
}

.contact-input::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 45px;
    top: 5px;
    left: 55px;
    background: url(../images/contact-input-bef.png) no-repeat;
    background-size: contain;
}

.contact-input.contact-select:before {
    left: unset;
    right: 50px;
    transform: rotate(-180deg);
}

.contact-input input,
.contact-input select {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
    padding: 0 20px 0 80px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
    border-radius: 10px;
    border: 1px solid #bdbdbdbd;
    appearance: auto;
}

.contact-input select option {
    padding: 0;
}

.contact-input textarea {
    width: 100%;
    border-radius: 10px;
    height: 200px;
    border: 1px solid #bdbdbdbd;
    margin-bottom: 20px;
    padding: 12px 20px 12px 80px;
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
    resize: none;
    background-color: unset;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #909091;
}

.contact-input i {
    position: absolute;
    top: 17px;
    left: 18px;
    color: #20719f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.send-btn {
    background-color: var(--golden);
    padding: 15px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    background: #3d64d1;
    font-family: 'Montserrat';
    border: none;
}

button.send-btn:hover {
    background: transparent;
    color: var(--golden);
    border: 1px solid var(--golden);
    transition: 0.5s all ease-in-out;
}


.contact-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    padding: 34px 30px;
    margin: 15px 0;
    transition: 0.8s all ease-in-out;
    background-color: #20719f;
}

.contact-input-btn button {
    border: none;
    background-color: transparent;
}

.cntct-info-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.8s all ease-in-out;
}

.cntct-info-icon i {
    font-size: 28px;
    transition: 0.8s all ease-in-out;
    border-radius: 50%;
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffff;
}

.cntct-info-icon i::before {
    color: #20719f;
}

.contact-info-item:hover i {
    transform: rotate(360deg);
    transition: 0.8s all ease-in-out;
}

.contact-info-item-details h5 {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    font-family: 'ample';
    margin-bottom: 3px;
}

.contact-info-item-details a,
.contact-info-item-details p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin: 0;
}

.contact-info-item-details p span {
    display: block;
}


.contact_page h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.get-in-touch.cntct-head {
    padding-right: 30px;
}

section.map {
    height: 520px;
}

/* Contact Us End */

/* gallery page */

.gallery_page .gallery_left>a {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease .3s;
    width: 100%;
}

.gallery_page .gallery_left>a::after {
    position: absolute;
    content: "+";
    background: #20719fad;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    font-size: 40px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_page .gallery_left>a:hover::after {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
    border-radius: 30px;
}

/* gallery page */

.testi_main {
    margin-bottom: 30px;
}

/* service page */

.serv_pg_txt h2 {
    font-size: 48px;
    position: relative;
    width: 60%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.serv_pg_txt h2::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgba(54, 127, 168, 1) 0%, rgba(127, 174, 200, 1) 50%, rgba(197, 218, 230, 0.17) 100%);
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.serv_pg_img {
    position: relative;
    padding: 30px;
    border-radius: 20px;
}

.serv_pg_img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.serv_pg_img::before {
    position: absolute;
    content: '';
    background: #20719f;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: -1;
}

.serv_pg_txt p {
    width: 80%;
}

.serv_pg_img2 {
    position: relative;
    padding: 30px;
    border-radius: 20px;
}

.serv_pg_img2 img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.serv_pg_img2::before {
    position: absolute;
    content: '';
    background: #20719f;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    border-radius: 20px;
    z-index: -1;
}

.pagination_btns {
    text-align: center;
    margin-top: 50px;
}

.custom-pagination {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 10px;
}

.custom-pagination li a {
    font-family: 'ample';
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    color: #7f7f7f;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.2s ease;
    border: 1px solid #7f7f7f;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-pagination li a:hover {
    background-color: #2f729e;
    color: rgb(255, 255, 255);
    border-color: #2f729e;
}

.custom-pagination li a.active {
    background-color: #2f729e;
    color: rgb(255, 255, 255);
    border-color: #2f729e;
}

/* service page  */

/* Service Detail */

.ser_det_page_top img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

.ser_det_page_txt h2 {
    font-size: 55px;
}

.ser_det_page_left img {
    height: 430px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.ser_det_page_right ul li {
    color: #5c5c5c;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.ser_det_page_right ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 15px;
    z-index: 1;
}

.ser_det_page_right h2 {
    font-size: 36px;
}

.ser_det_page_left {
    padding-right: 60px;
}

/* Service Detail */

/* Book Section start */

.booking form input,
.booking form textarea {
    width: 100%;
    font-size: 14px;
    padding: 15px 20px;
    border: 1px solid #0000003b;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    border-radius: 10px;
    font-family: 'montserrat';
}

.booking form input::placeholder,
.booking form textarea::placeholder {
    color: #000000a8;
    text-transform: uppercase;
}

.booking form textarea {
    resize: none;
    height: 270px;
}

.input-icon-right {
    position: relative;
    overflow: hidden;
}

.input-icon-right input,
.input-icon-right select {
    width: 100%;
    font-size: 14px;
    padding: 15px 45px 15px 20px;
    border: 1px solid #0000003b;
    color: #000000a8;
    font-weight: 400;
    margin-bottom: 30px;
    border-radius: 10px;
    font-family: 'montserrat';
}

.input-icon-right i {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 58px;
    width: 60px;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    font-size: 20px;
    color: #ffffff;
    background: #20719f;
}

/* Book Section end */

/* about page  */

.about_page_txt h2 {
    font-size: 58px;
    color: #ffffff;
}

.about_page_txt p {
    color: #d2dade;
    width: 90%;
}

.about_page_img img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 300px;
}

.about_page {
    padding: 110px 0 110px;
    background: url(../images/abtpage-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.about_page::before {
    content: '';
    position: absolute;
    z-index: 0;
    background: #093145eb;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* about page  */