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

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

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

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'poppins-regular';
    color: #000;
}


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

@font-face {
    font-family: 'creatoDisplay-medium';
    src: url(../font/CreatoDisplay-Medium.otf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'poppins-regular';
    src: url(../font/Poppins-Regular.ttf);
    font-weight: 400;
    font-style: normal
}


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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 5px 5px 5px 22px;
    border: unset;
    color: #ffffff;
    z-index: 1;
    background: #00dbff;
    position: relative;
    font-size: 16px;
    box-shadow: 0px 0px 8px 0px #00000021;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 50px;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 50px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #00dbff;
}

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

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'creatoDisplay-medium';
    font-size: 70px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0 0 8px;
}

h2 {
    font-family: 'creatoDisplay-medium';
    font-size: 55px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

h3 {
    font-family: 'creatoDisplay-medium';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'creatoDisplay-medium';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

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

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

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

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

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

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

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


/*header css start */

.menuSec {
    padding: 0px 0px 20px;
}

.menuSec img {
    margin: 0;
}

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

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 23px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'poppins-regular';
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
} */

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

.menuSec ul li:last-child a:after {
    display: none;
}

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

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

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

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

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

.droopdwon {
    float: left;
}

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


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

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

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


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

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

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

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

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

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


/* Tabs  */

.dis-block{
    display: block;
}
.container-fluid {
    padding: 0px 70px;
}
.banner_text {
    padding: 30px 30px;
    border-width: 0px;
    border-color: #000;
    border-radius: 20px;
    background-color: #fff;
    height: 500px;
    position: relative;
}


.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.side-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.side-btn-img img {
    width: 14px;
}

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

.banner_text p {
    width: 90%;
}

.banner_text:before {
    position: absolute;
    content: '';
    bottom: 20px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #e7e7e7;
}
.banner-icon-sd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 40px;
}

.banner-icon-sd ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-icon-sd ul li {
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'poppins-regular';
    font-size: 14px;
}
.professional-img img {
    width: 100%;
}

.professional-line {
    width: 100%;
    height: 1px;
    background: #ebebeb;
    margin: 30px 0px;
}

.professional-ul ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.professional-ul ul {
    margin-bottom: 0px;
}
section.professional-sec {
    margin: 100px 0px;
}
.our-service-top-heading {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.service-sldier-box {
    padding: 14px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    margin: 20px 0px;
}

.service-sldier-box > img {
    margin-bottom: 20px;
    width: 100%;
}



.service-sldier-box:hover {
    background: #fff;
    border: unset;
    box-shadow: 0px 0px 6px 0px #0000001c;
}
.service-sldier .slick-active {
    opacity: 1;
}
.service-sldier .slick-prev,
.service-sldier .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid #00dbff;
    outline: none;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-sldier .slick-prev {
    left: -42px;
}
.service-sldier .slick-next {
    right: -50px;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}
.slick-prev:before {
    content: '\f060';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    opacity: 1;
    color: #00dbff;
}

.slick-next:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    opacity: 1;
    color: #00dbff;
}
section.our-service-sec {
    margin-bottom: 100px;
}
section.simple-process-sec {
    margin-bottom: 100px;
}

.simple-process-row {
    background-image: url(../images/simple-process-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 50px;
    position: relative;
    height: 678px;
}
.simple-process-box {
    text-align: center;
}

.simple-process-img {
    margin-bottom: 20px;
}

.simple-process-number {
    height: 40px;
    width: 40px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.simple-process-number p {
    color: #fff;
    line-height: 40px;
}

.simple-process-text h4 {
    color: #fff;
}

.simple-process-text p {
    color: #fff;
}

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

.simple-process-top-text p {
    color: #fff;
}
.simple-process-box.simple-processtwo {
    margin-top: 80px;
}
.simple-process-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: end;
    justify-content: center;
}

.businesses-choose-top-heading {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.businesses-choose-box {
    padding: 20px 20px;
    background: #f2f2f2;
    border-radius: 10px;
}

.businesses-choose-box-img {
    height: 50px;
    width: 50px;
    background: #00dbff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 14px;
}

section.businesses-choose-sec {
    margin-bottom: 100px;
}
.banner_text.inner-banner-text {
    height: 200px;
    display: flex;
    align-items: center;
}

.banner-img.inner-banner-img img {
    height: 50vh;
}
section.our-service-sec.inner-ser-pg {
    margin: 100px 0px;
}
.services-detail-img img {
    width: 100%;
}
.area-serve-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #000;
}

.area-serve-img img {
    width: 100%;
}

.area-serve-text {
    padding-right: 30px;
}


/* contact page */

.cont_page {
    padding: 120px 0;
}

.cont_page_left h2 {
    margin-bottom: 30px;
    text-align: start;
}

.cont_page_left form input,
.cont_page_left form textarea {
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    /* border: none; */
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-left: 10px;
    border-radius: 6px;
    background: #fff;
}

.cont_page_left form input::placeholder,
.cont_page_left form textarea::placeholder {
    color: #8d8d8d;
}

.cont_page_left form textarea {
    height: 140px;
    resize: none;
}

.cont_page_left form button {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 10px 10px 10px 0px;
    padding: 15px 40px;
    width: 100%;
    background: #00dbff;
}

.cont_page_right h2 {
    /* color: #fff; */
    margin-bottom: 20px;
}

.cont_page_right > p {
    /* color: #abcadd; */
    margin-bottom: 40px;
}

.cont_page_right ul li {
    margin-bottom: 20px;
}

.cont_page_right ul li a {
    color: #000000;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.cont_page_right ul li a i {
    font-size: 20px;
    margin-right: 15px;
}

.cont_page_right {
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
    border-radius: 10px;
    /* background: linear-gradient(90deg, rgba(42, 119, 166, 1) 0%, rgba(47, 124, 170, 1) 15%, rgba(57, 133, 179, 1) 28%, rgba(60, 136, 182, 1) 42%, rgba(65, 140, 185, 1) 59%, rgba(67, 143, 188, 1) 74%, rgba(69, 144, 189, 1) 90%); */
    padding: 0px 50px 0px 0px;
}

.cont_page_left {
    border-radius: 10px;
    padding: 30px 50px;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
    background: #f5f5f5;
}
.cont_page_right ul li a i {
    color: #00dbff;
}
.contact-tetx-heading h5 {
    color: #000;
    margin-bottom: 7px;
}

/* contact page */



/*contact */

.contact-form form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
}

.contact-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-form form input.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 20px;
    border: 1px solid #c6c6c6;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    font-family: 'Montserrat';
    display: flex;
    border-radius: 10;
}

.contact-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 8px;
    height: 47px;
    background-repeat: no-repeat;
    left: 40px;
    top: 5px;
}

.contact-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 50px;
    height: 50px;
}

.contact-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-form form textarea.form-control {
    font-size: 15px;
    padding-left: 20px;
    padding-top: 13px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
    border-radius: 0;
}

.contact-form .email {
    padding: 0;
}

.contact-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    color: #a85d39;
    background: #fff;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    background: #a85d39;
    width: 100%;
    padding: 35px 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0;
}

.contact-main-sec h4 {
    font-size: 44px;
    color: #000000;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;
    color: #000;
    margin-bottom: -5%;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.contact_text {
    /* padding-top: 0px; */
}

.contact_text p {
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    padding-top: 0px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 1;
}

.contact_text p a {
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-top: 3px;
    display: block;
    opacity: 1;
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #ffffff;
}

.contact_text p a.email-text {
    font-size: 20px;
    color: #ffffff;
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-us {
    padding: 6% 0;
}

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

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 18px;
}

.contact-main-sec {
    padding: 100px 0px 0px;
}

.contact-main-sec .them-btn-1 {
    margin-top: 20px;
    border: none;
    padding: 12px 20px;
    background-color: #ff0000;
    color: white;
    border-radius: 25px;
}

.b-img img {
    border-radius: 20px;
}

.contact-form .form-group i {
    position: absolute;
    top: 20px;
    left: 13px;
    font-size: 20px;
    color: #008fdd;
}

.contact-form {
    margin-top: 0;
}

.contact-form button {margin-top: 20px;}

button.theme_btn img {
    width: 30%;
}


/*contact end*/


/*Book Now Page Css Starts */

.book-form-input input,
.book-form-input textarea,
.book-form-input select {
    width: 100%;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    appearance: auto;
    border-radius: 50px;
    border: 1px solid #6c757d63;
    background-color: #f8f8f800;
}

.book-form-input textarea {
    height: 200px;
    resize: none;
}

.book-form-btn {
    width: fit-content;
    margin: 0 auto;
}

.contact-sec-h p a {
    color: #6c757d;
    font-weight: 600;
    position: relative;
    transition: ease-in;
    transition-duration: 0.2s;
}
section.contact_page.all-section {
    padding: 80px 0  0px 0;
}

/* section.contact_form {
    padding: 0 0 00px 0;
} */
.contact-sec-h p a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.contact-sec-h p a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.2s;
}


.bor a {
    color: white;
    text-transform: capitalize;
}
.section_head {
    width: 68%;
    margin: 0 auto;
    text-align: center;
}
.book-form-input textarea {
    border-radius: 10px;
}
/*Book Now Page Css End */



/* reviews */

.reviews_heading {
    text-align: center;
    margin-bottom: 30px;
}

.reviews_heading h2 {
    margin-bottom: 10px;
}

.reviews_heading p {
    width: 60%;
    margin: 0 auto;
}

.avatar ul li h3 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 2px;
}

.avatar ul li p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
}

.stars i {
    color: #fe8900;
    transition: color 0.3s ease-in;
}

.avatar ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 0 10px;
}

.avatar {
    margin-top: 20px;
}

.stars {
    margin-top: 20px;
    margin-bottom: 20px;
}

.review_txt {
    padding: 10px 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    transition: background-color 0.3s ease-in;
    box-shadow: 0 0 4px 0 #7c7c7c;
}

.review_txt::before {
    content: "";
    position: absolute;
    top: -10%;
    width: 65px;
    height: 45px;
    left: 9%;
    background-image: url(../images/shape.PNG);
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.3s ease-in;
}

.review_txt::after {
    content: "";
    position: absolute;
    bottom: 40%;
    width: 30%;
    height: 20%;
    left: 30%;
    background-image: url(../images/commas.png);
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.1s ease-in;
}

.review_txt p {
    transition: color 0.3s ease-in;
}

.box {
    transition: all ease-in 0.3s;
}

.box:hover .review_txt::after {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(66%) sepia(46%) saturate(5481%) hue-rotate(185deg) brightness(99%) contrast(90%);
}

.box:hover .review_txt::before {
    opacity: 1;
}

.box:hover .review_txt {
    box-shadow: 0px 0px 6px 0px #0000005c;
    background: #00dbff;
}

.box:hover .review_txt p {
}

.box:hover .stars i {
    color: #fff;
}

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

.avatar ul li img {
    border: 3px solid #50e2fd;
    border-radius: 50%;
    height: 85px;
    width: 85px;
    object-fit: none;
    transition: border 0.3s ease-in;
}

.review_slider .slick-track {
    margin-top: 50px;
}

.reviews {
    padding-bottom: 100px;
}

/* reviews */
footer {
    background: #161616;
    padding: 90px 0px 0px;
    margin: 0px 50px 0;
    border-radius: 27px;
}

footer h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
}

footer h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    border-bottom: 1px solid #fff;
    padding-bottom: 11px;
    width: 66%;
}

.footer-logo ul {
    display: flex;
    align-items: center;
    gap: 18px;
}
.footer-logo p {
    color: #fff;
    width: 66%;
    padding-top: 16px;
}

.footer-logo ul li a i:hover {
    background: #45ddfd;
    color: #fff;
    border: 0;
    
}
.footer-logo ul li a i {
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid;
}

.quick-links ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.quick-links ul li {
    margin-bottom: 18px;
}

.footer-info ul li {
    margin-bottom: 18px;
}

.footer-info ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-btm-text {
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    border-top: 1px solid #fff;
    margin-top: 20px;
}

.footer-btm-text p {
    margin-bottom: 0px;
    color: #fff;
}




.counter-section{margin-top: -50px;position: relative;z-index: 1;margin-bottom: 100px;}

.counter-box{
border-right:1px solid rgba(0,0,0,0.2);
}

.border-none{
border-right:none;
}

.counter-box h2{font-size: 71px;color:#000;margin-bottom:5px;}
/* 
.counter-box h2::after{
content:"+";
} */

.counter-box p{font-size:16px;color:#222;margin:0;opacity: 1;}
section.counter-section .row {
    background: #fbcd0e00;
    padding: 10px 0px;
    border-radius: 20px;
}
footer .quick-links ul li a:hover {
    color: #00dbff;
}

.footer-info ul li a:hover {
    color: #00dbff;
}