/*video section*/
section.video-banner {
    padding: 0px;
    width: 100%;
    height: 92vh;
    position: relative;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-sec {
    width: 100%;
    height: 100%;
    position: relative;
}
.video-sec button#play, .video-sec button#pause{
    display:none;
}
.head-sec {
    text-align: left;
    margin-bottom: var(--m60);
}
.head-sec h2{
    margin-bottom: var(--m15);
}

.search-bar{
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0px;
    padding: 15px 15px 15px 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.search-bar form{
    position: relative;
 margin: auto;
 justify-content: center;
 width: 95%;
 left: 0;
 right: 0;
 bottom: 0px;
 background: transparent;
 padding: 0 0;
 border-radius: 0px;
 z-index: 2;
 box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}

.search-bar select{
 font-size: var(--f14);
 color: var(--white-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0 var(--p15) 0 var(--p10);
 background: transparent;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 32px;
 width: 100%;
}
.search-bar select option{
    color: var(--black-color);
}
.search-bar input{
 font-size: var(--f14);
 color: var(--white-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0;
 padding-left:var(--p10);
 background: transparent !important;
 border: 0px solid #e0e0e0;
}
.search-bar input#end_date {
 padding-left: 20px;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: var(--white-color);
 opacity: 1; /* Firefox */
}

.search-bar i{
 color: var(--white-color);
 position: absolute;
 top: 1.5rem;
 font-size: var(--f16);
 right: 20px;
}

.search-bar .col-3{
position: relative;
 width: 25%;
 padding-left: var(--p10);
 padding-right: 0;
 padding-top: var(--p17);
 padding-bottom: var(--p17);
 border: 1px solid var(--white-color);
}
.search-bar .col-3:before{
 position: absolute;
 content: '';
 top: 24px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
 display: none;
}
.search-bar .check:before {
  position: absolute;
 content: '';
 top: 9px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
}
.search-bar .check i{
 top: 0.5rem;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
 display:none;
}
.search-bar .col-3.srch-btn{
 padding-top:0px;
 padding-bottom:0px;
 padding-left:0px;
}
.search-bar button.main-btn {
 width: 100%;
 height: 66px;
 letter-spacing: 2px;
 display: block !important;
 color: var(--white-color);
 background: var(--secondary-color);

}
.search-bar button.main-btn.close111 {
 height: 43px;
 padding: var(--p5) var(--p15);
 font-size: var(--f14);
 border: none;
}
.search-bar .datepicker-common-2 {
 padding: 0;
 width: 50%;
}
.search-bar .main-check{
 padding-left: var(--p10);
 padding-right: 0;
 padding-top: var(--p17);
 padding-bottom: var(--p17);
border: 1px solid var(--white-color);
}
.check.right.icns.mb-lg-0.position-relative.datepicker-common-2.check-out::before{
    display: none;
}
.search-bar .main-check .row{
 position:relative;
 justify-content: center;
}
div#guestsss {
 width: 100%;
 min-width: 250px;
 /* background: var(--white-color); */
 padding: var(--p20);
 position: absolute;
 z-index: 9;
 left: 0;
 border-radius: 10px;
 display: none;
 /* box-shadow: 0px 0px 3px 0px #888888; */
 background-color: #fff;
    border-radius: 0px;
   
}

#guestsss .close1 {
 position: absolute;
 right: 10px;
 left: auto;
 top: 0.3rem;
 font-size: var(--f18);
 color: var(--black-color);
 cursor: pointer;
}

#guestsss .adult-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: var(--m20);
}

#guestsss .adult-box p{
 letter-spacing: 0px;
 color: var(--black-color);
 text-shadow: 0px 0px 0px #000;
 font-size: var(--f14);
 text-align: left;
 margin: 0px;
}

#guestsss button.button1 {
background: transparent;
 height: 30px;
 width: 30px;
 text-align: center;
 border-radius: 50%;
 font-size: var(--f19);
 line-height: 30px;
 margin-left: 0;
 border: 1px solid var(--black-color);
 color: var(--black-color);
 transition: all .3s;
 cursor: pointer;
}
#guestsss button.button11.button1 {
 margin-left: var(--m14);
}
.datepicker-section{
                         position: relative;
                     }
                     .datepicker-common-2{
                         padding:0;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                         height: 32px !important;
                         z-index: 9;
                     }
.scroll .chevron {
position: absolute;
width: 28px;
height: 8px;
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
content: ' ';
position: absolute;
top: 0;
height: 100%;
width: 51%;
background: var(--white-color);
}

.scroll .chevron:before {
left: 0;
transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
right: 0;
width: 50%;
transform: skew(0deg, -30deg);
}

@keyframes move {
25% {
 opacity: 1;

}
33% {
 opacity: 1;
 transform: translateY(30px);
}
67% {
 opacity: 1;
 transform: translateY(40px);
}
100% {
 opacity: 0;
 transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}

.scroll .text {
display: block;
margin-top: 75px;
margin-left: -30px;
font-family: var(--primary-font);
font-size: var(--f12);
color: var(--white-color);
text-transform: uppercase;
white-space: nowrap;
opacity: .25;
animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
to {
 opacity: 1;
}
}
.form-control:focus {
 background-color: transparent !important;
 border-color: var(--white-color) !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    background: rgba(0,0,0,0.32);
    padding-top: 0;
    flex-direction: column;
}
.video-cont h6{
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--white-color);
    font-family: var(--other-font);
    text-transform: uppercase;
    line-height: 1.25em;
    letter-spacing: 2px;
}
.video-cont .container{
    margin-bottom: 0px;
    text-align: center;
    margin-top: 250px;
}
.video-cont .scroll{
    position: absolute;
    bottom: 50px;
    /* display: none; */
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--btn-color);
    border-radius: 4px;
    transform: rotate(45deg);
}
.video-cont .scroll i{
    color: var(--white-color);
    transform: rotate(313deg);
}
.video-cont .scroll:hover i{
    color: var(--white-color);
}
.video-cont h1 {
     max-width: 100%;
     margin: auto;
     margin-bottom: 40px;
     color: #ffffff;
     text-shadow: 0px 0px 2px #000;
     letter-spacing: 0px;
     font-family: var(--secondary-font);
     font-weight: 400;
     text-align: center;
     position: relative;
     font-size: 38px;
     text-transform: capitalize;
     line-height: 1em;
}
.video-cont a.main-btn {
    display: inline-block;
    /* margin: auto; */
    padding: 20px 40px;
}
.video-cont .video-btn{
    display:flex;
    align-items:center;
    justify-content: center;
    gap: 30px;
}
.video-cont h1:before {
    position: absolute;
    content: '';
    top: -90px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #be9a78;
    transform: translateX(-50%);
    display: none;
}
.video-cont p{
    max-width: 1266px;
    margin: auto;
    margin-bottom: var(--m50);
    color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    text-transform: capitalize;
    font-size: var(--f16);
    text-align: center;
    color: var(--white-color);
    margin-top: 20px;
}
.video-cont .features-video{
    display: flex;
    gap: 60px;
    display: none;
}
.video-cont .features-video li{
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.video-cont .features-video i{
    font-size: var(--f25);
    color: var(--white-color);
}
.video-cont .features-video span{
    color: var(--white-color);
    font-size: var(--f15);
}
.video-cont .features-video li .active-hotel{
    background: #297cbb;
    padding: var(--p13);
    border-radius: 50%;
}
section.video-banner{
    height: 100vh;
    padding: 0;
    position: relative;
    z-index: 3;
    border: 0px solid #F8F7F2;
}
section.video-banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.video-banner button#play{
    display: none;
} 
section.video-banner button#pause{
    display: none;
}
section.video-banner .video-sec {
width: 100%;
height: 100%;
}

/* About css */
section.about_wrapper {
    padding: 0;
    margin-top: -100px;
    position: relative;
    z-index: 3;
}
section.about_wrapper .col-lg-6{
    padding: 0;
}
section.about_wrapper .about-img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.about_wrapper .about-img1{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px 0px 0px 5px;
}
section.about_wrapper .abt-content{
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 32px;
    padding: 45px;
    border-radius: 0px 5px 5px 0px;
    background: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.about_wrapper .abt-content h3{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #303030;
    text-transform: capitalize;
}
section.about_wrapper .abt-content .heading-divider {
    border-color: var(--secondary-color);
    border-width: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 40px;
    height: 4px;
    background: var(--secondary-color);
    margin-bottom: 30px;
}
section.about_wrapper .abt-content p{
    color: #6d6d6d;
    font-size: 16px;
    margin-bottom: 0;
}
section.about_wrapper .sign-sec img{
    margin-bottom: 10px;
}
section.about_wrapper .sign-sec p{
    letter-spacing: 3px;
    font-size: 11px;
}

/* Practice area css */
section.practice-area {
    padding: 105px 12px;
}
section.practice-area .heading-divider {
    background: var(--secondary-color);
    width: 30px;
    height: 3px;
    margin: auto;
}
section.practice-area .head-sec{
    margin-bottom: 65px;
}
section.practice-area .practice-cards{
    padding-left: 20px;
    padding-right: 20px;
}
section.practice-area .practice-details {
    box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
    -webkit-box-shadow: 0px 10px 30px rgba(10, 10, 10, 0.1);
    padding-top: 50px;
    padding-bottom: 40px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 3px solid transparent;
}
section.practice-area .practice-details:hover{border-color: var(--secondary-color);}
section.practice-area .practice-details img{
    margin-bottom: 28px;
}
section.practice-area .practice-details h3{
    color: #383838;
    font-size: 20px;
}
section.practice-area .practice-details p{
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
section.practice-area .practice-details a.practice-btn {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--secondary-color);
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
}
section.practice-area .row{
    gap:40px 0;
}
/* Expertise css */
section.expertise-section {
    padding: 0px;
}
section.expertise-section .container-fluid{
    padding: 0px;
}
section.expertise-section .col-6{
    padding: 0px;
}
section.expertise-section .expertise-img img{
    width: 100%;
    height: 690px;
    object-fit: cover;
}
section.expertise-section .expertise-content {
    background: url(../images/law-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
section.expertise-section .expertise-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(143 70 70 / 86%);
}
section.expertise-section .expertise-content .expertise-info {
    position: relative;
    padding-left: 165px;
    padding-right: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
section.expertise-section .expertise-content .expertise-info h2{
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 0px;
    color: var(--white-color);
    margin-bottom: 20px;
}
section.expertise-section .expertise-content .expertise-info .heading-divider{
    background: #e5e5e5;
    width: 30px;
    height: 3px;
    margin-bottom: 40px;
}
section.expertise-section .expertise-content .expertise-info .expertise-list {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
section.expertise-section .expertise-content .expertise-info .expertise-list img{
    width: 57px;
    /* margin-top: 20px; */
    margin-right: 15px;
}
section.expertise-section .expertise-content .expertise-info .expertise-list h3{
    font-size: var(--f26);
    color: var(--white-color);
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 0;
}
section.expertise-section .expertise-content .expertise-info .expertise-list p{
    color: #e9c4c4;
}
/* Counters css */
section.counters-section {
    background: #151515;
    padding: 120px 12px;
}
section.counters-section .counter-list{
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
section.counters-section .counter-list h3{
    font-size: 52px;
    font-weight: 800;
    color: var(--white-color);
    line-height: 1;
    margin-bottom: 25px;
}
section.counters-section .counter-list p{
    color: #ababab;
    text-align: center;
    font-size: 17px;
    margin-bottom: 0;
}

/* Partner css */
section.partners-section {
    padding: 90px 12px 90px;
    position: relative;
}
section.partners-section .background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #f2f2f2;
}
section.partners-section .background-image-sed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 506px;
    left: 0;
    overflow: hidden;
    background-image: url(../images/partners-bg.png);
    background-repeat: repeat;
    background-position: center;
}
section.partners-section .container{
    position: relative;
}
section.partners-section .head-sec{
    text-align: center;
    margin-bottom: 70px;
}
section.partners-section .head-sec h3{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
    margin-bottom: 7px;
}
section.partners-section .head-sec a{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--white-color);
    margin-bottom: 25px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap:10px;
}
section.partners-section .heading-divider {
    background: #fff;
    width: 30px;
    height: 3px;
    margin: auto;
}
section.partners-section .partner-details {
    box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}
section.partners-section .partner-img{
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
}
section.partners-section .partner-img img{

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
    -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
    object-position: top;
}
section.partners-section .partner-img .partner-overlay {
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}
section.partners-section .partner-img:hover img{
 
    transform: scale(1.1);
}
section.partners-section .partner-img:hover .partner-overlay{
    /* opacity: 1; */
}
section.partners-section .partner-content {
    padding: 35px 32px 25px;
    background: var(--white-color);
    text-align: center;
}
section.partners-section .partner-content h3{
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 5px;
}
section.partners-section .partner-content h3 a{
    color: #383838;
    font-family: var(--heading-font);
}
section.partners-section .partner-content p{
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
    color: #9d9d9d;
}
section.partners-section .owl-nav {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    display: none;

}
section.partners-section .owl-prev {
    width: 65px;
    height: 64px;
    background: var(--white-color) !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
section.partners-section .owl-next {
    width: 65px;
    height: 64px;
    background: var(--white-color) !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
section.partners-section .owl-prev i, section.partners-section .owl-next i{
    color: var(--secondary-color);
    font-size: 18px;
}
section.partners-section #partner-slider {
    padding: 0 20px 0px;
}
section.partners-section .logo-image {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Expert css */
section.expert-section {
    background-image: url(../images/expert-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px;
}
section.expert-section .expert-inner {
    border-width: 1px;
    border-style: solid;
    border-color: white;
    padding-top: 110px;
    padding-bottom: 60px;
}
section.expert-section .head-sec p.title {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 10px;
}
section.expert-section .head-sec h2{
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 20px;
}
section.expert-section .heading-divider {
    background: var(--secondary-color);
    width: 30px;
    height: 3px;
    margin: auto;
    margin-bottom: 50px;
}
section.expert-section .expert-content p{
    color: var(--white-color);
    font-size: 17px;
    margin-bottom: 20px;
}
section.expert-section .expert-content{
    padding: 0 20px 20px;
}

/* Case study css */
section.case-study {
    padding: var(--p80) 0 80px;
}
section.case-study  .container-fluid{
    padding: 0px;
}
section.case-study .head-sec h2{
    color: #1d1d1d;
    margin-bottom: 20px;
}
section.case-study .heading-divider {
    background: #bd6f6f;
    width: 30px;
    height: 3px;
    margin: auto;
    margin-bottom: 65px;
}
section.case-study .case-img {
    width: 100%;
    height: 317px;
    overflow: hidden;
}
section.case-study .case-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
    -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}
section.case-study .case-study-list {
    position: relative;
}
section.case-study .case-study-list .case-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    overflow: hidden;
    transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    -webkit-transition: opacity 500ms ease-out;
    background: rgba(94, 48, 48, 0.8);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.case-study .case-study-list .case-content p{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #cecece;
}
section.case-study .case-study-list .case-content p a{
    color: #cecece;
}
section.case-study .case-study-list .case-content h5{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.4;
    margin-bottom: 0px;
    text-align: center;
}
section.case-study .case-study-list .case-content h5 a{
    color:var(--white-color);
    font-family: var(--heading-font);
}
section.case-study .case-study-list:hover .case-content{
    opacity: 1;
}
section.case-study .case-study-list:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
section.case-study .owl-nav {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
}
section.case-study .owl-prev {
    width: 65px;
    height: 64px;
    background: #efefef !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
section.case-study .owl-next {
    width: 65px;
    height: 64px;
    background: #efefef !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
section.case-study .owl-prev i, section.case-study .owl-next i{
    color: #8f4646;
    font-size: 18px;
}

/* Consultation css */
section.consultation-section {
    padding: 0;
    padding-bottom: 100px;
}
section.consultation-section .container {
    max-width: 845px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
section.consultation-section .consultation-inner {
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.08);
    padding: 80px 60px 45px 60px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background-image: url(../images/consultation.jfif);
    background-size: cover;
    background-position: center center;
}
section.consultation-section .head-sec h2{
    letter-spacing: 0px;
    font-size: 41px;
    color: var(--white-color);
    margin-bottom: 15px;
}
section.consultation-section .head-sec p{
    color: #bbbbbb;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: inherit;
    font-weight: 400;
}
section.consultation-section .head-sec{
    margin-bottom: 55px;
}
section.consultation-section form {
    padding: 0 20px 30px;
}
section.consultation-section form .col-6, section.consultation-section form .col-12{
    padding: 0 7px;
}
section.consultation-section form input, section.consultation-section form select{
    width: 100%;
    font-size: 15px;
    padding: 20px 22px;
    border: 0px;
    color: #4e4e4e;
    margin-bottom: 20px;
}
section.consultation-section form textarea{
    width: 100%;
    font-size: 15px;
    padding: 18px 22px;
    border: 0px;
    color: #4e4e4e;
    margin-bottom: 20px;
    height: 155px;
}
section.consultation-section form button{
    background-color: var(--secondary-color);
    width: 100%;
    border: 0px solid;
    padding: 20px 33px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--white-color);
}

/* Review css */
section.review-section {
    background-image: url(../images/home-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px;
}
section.review-section .review-inner {
    border-width: 1px;
    border-style: solid;
    border-color: white;
    padding-top: 85px;
    padding-bottom: 90px;
}
section.review-section .head-sec p{
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 0px;
}
section.review-section .head-sec h2{
    font-size: 53px;
    /* font-weight: 700; */
    text-transform: none;
    color: #ffffff;
    margin-bottom: 35px;
}
section.review-section .review-details {
    max-width: 830px;
    margin: auto;
}
section.review-section .review-details p.review-icon{
    font-size: 207px;
    color: #ffffff;
    height: 95px;
    line-height: 160px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
section.review-section .review-para p{
    /* font-family: "Merriweather", serif; */
    font-size: 19px;
    font-style: italic;
    font-weight: 400;
    color: var(--white-color);
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 20px;
    height: 200px;
    overflow: hidden;
}
section.review-section .author-image img{
    width: 62px;
    height: 62px;
    border-radius: 100%;
}
section.review-section .review-author {
    display: flex;
    gap: 25px;
    justify-content: center;
}
section.review-section p.author-name {
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: var(--heading-font);
}
section.review-section p.author-post {
    color: var(--secondary-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
}
section.review-section .owl-dots {
    margin-top: 30px;
}
section.review-section .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    background: transparent;
    display: block;
    border: 1px solid #fff;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
section.review-section .owl-theme .owl-dots .owl-dot.active span, section.review-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

/*Contact Info css*/
section.contact-info {
    padding: 0px;
}
section.contact-info .container-fluid{
    padding: 0px;
}
section.contact-info .col-6{
    padding: 0px;
}
section.contact-info .info-content {
    padding: 120px 170px 70px 90px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
}
section.contact-info img{
    width: 100%;
    height: 740px;
    object-fit: cover;
}
section.contact-info .info-content h2{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #272727;
    margin-bottom: 20px;
}
section.contact-info .heading-divider {
    width: 52px;
    height: 4px;
    background: var(--secondary-color);
    margin-bottom: 35px;
}
section.contact-info p{
    color: #a3a3a3;
    font-size: 16px;
    margin-bottom: 35px;
}
section.contact-info p.call-now {
    font-size: 26px;
    font-weight: 400;
    text-transform: none;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

section.contact-info p.call-now a{
    color: var(--secondary-color);
}
section.contact-info .info-list li{
    color: #6c6c6c;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
section.contact-info .info-list li a{
    color: #6c6c6c;
}
section.contact-info .info-list li i{
    color: var(--secondary-color);
    font-size: 18px;
    margin-top: 7px;
}
section.contact-info .info-list {
    margin-bottom: 35px;
}
section.contact-info form {
    box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.08);
    display: flex;
    align-items: center;
}
section.contact-info form input{
    width: 70%;
    color: #969696;
    background-color: #fff;
    border-color: #fff;
    padding: 16px 20px 20px;
    height: 63px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid #fff;
}
section.contact-info form button{
    min-width: 30%;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
    padding: 17px 0 20px;
    height: 63px;
    border-radius: 0;
    text-transform: uppercase;
}

.main-btn:hover {
    background-color: var(--white-color);
    color: var(--secondary-color);
}

section.consultation-section form button:hover{
    background-color: var(--white-color);
    color: var(--black-color);
}

.modal-content {
    background-color: #f2f2f2;
}

.review-section{
    position: relative;
}
.review-section .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000006b;
    z-index: 0;
}

.expert-section{
    position: relative;
}

.expert-section .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000006b;
    z-index: 0;
}


.abt-para{
      /* height: 115px; */
      overflow: hidden;
}


section.about-owner h2 {
    /* font-size: 36px; */
    margin-bottom: 15px;
    /* color: var(--black-color); */
    /* font-family: var(--heading-font); */
}

section.about-owner .col-6.col-md-6.col-sm-12.cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.about-owner .rhea_mask {
    fill: var(--white-color);
}

section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

section.about-owner .col-6.col-md-6.col-sm-12.img {
    position: relative;
    height: 500px;
}

section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}

section.about-owner .abt-img {
    position: relative;
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img {
    width: 100%;
    height: 500px;
    /* object-fit: cover; */
    border-radius: 50px;
    transition: 0.5s all;
    /* border-radius: 50px; */
    object-fit: cover;
    max-height: 550px;
}

section.about-owner img:hover {
    transform: scale(1.14);
}

section.about-owner svg {
    height: 588px;
    width: 100%;
}

section.about-owner .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}

section.about-owner h4 {
    font-size: var(--f21);
    font-weight: 500;
}

section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid var(--secondary-color);
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
}

section.about-owner .call-us,
section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.about-owner .call-area {
    display: block;
    color: var(--black-color);
}

section.about-owner .call-area a {
    display: block;
    color: var(--black-color);
}

section.about-owner .call-area a:hover {
    color: var(--secondary-color);
}

section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

section.about-owner .abt-btn a.button {
    width: 150px;
}

section.commitment-section {
    padding: 100px 0;
}
section.commitment-section .heading_sec h2{
    margin-bottom: 40px;
}
section.commitment-section .heading_sec .divider{
    margin-bottom: 45px;
}
section.commitment-section .heading_sec{
    margin-bottom: 0px;
    text-align: center;
}
section.commitment-section .heading_sec a.main-btn {
    width: 174px;
    height: 48px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
section.commitment-section .heading_sec a.main-btn:hover{
 border: 1px solid #dee2e6
}

section.commitment-section p{
  text-align:center;
}

.divider {
    background-image: linear-gradient(84deg, #1d3c3c 30%, #c4c4c4 41%);
    height: 4px;
    width: 185px;
    display: flex;
    margin: auto;
}

ection.packages-section {
    background: #f4f6f9;
    padding: var(--p90) 0;
    padding-top: 120px;
}
section.packages-section .container{
    padding: var(--p10);
}
section.packages-section .col-6, section.packages-section .col-4{
    padding: 0px;
}
section.packages-section .packages-upper-content h5{
    font-size: 32px;
    color: var(--secondary-color);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}
section.packages-section .packages-upper-content h2{
    font-size: 3em;
    line-height: 1;
    margin-bottom: 25px;
}
section.packages-section .packages-upper-content p{
    font-size: 21px;
    font-weight: 400;
}
section.packages-section .packages-upper-img {
    padding: 10px;
    text-align: right;
}
section.packages-section .packages-upper-img img{
    width: 440px;
}
section.packages-section .package-bottom-content {
    padding-top: var(--p60);
    padding-right: var(--p25);
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
section.packages-section .package-bottom-content img{
    width: 104px;
}
section.packages-section .package-bottom-content .package-detail h3{
font-size: 1.2em;
    font-weight: 500;
    line-height: 1.38;
    margin-bottom: 8px;
}
section.packages-section .package-bottom-content .package-detail p{
    margin-bottom: 0px;
}

section.cta-section {
    background: url(../images/management-cta.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 145px 0;
    text-align: center;
}
section.cta-section .cta-info {
    max-width: 700px;
    margin: auto;
}
section.cta-section .cta-info h2{
    font-size: var(--f45);
    color: var(--white-color);
    line-height: 1;
    margin-bottom: var(--m35);
}
section.cta-section .cta-info p{
    color: var(--white-color);
    margin-bottom: 30px;
}

/*Cta form css*/
section.cta-form {
    background: var(--secondary-color);
    padding-left: 0px;
    padding-right: 0px;
}
section.cta-form h3{
    color: #fff;
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
section.cta-form input{
    width: 100%;
    background: transparent;
    border: 1px solid #bbb;
    padding: 5px 14px;
    font-size: 16px;
    color: #bbb;
    min-height: 40px;
    border-radius: 10px;
    line-height: 35px;
}
section.cta-form input::placeholder{
    color: #bbb;
}
section.cta-form form{
    display: flex;
    gap: 0 60px;
}
section.cta-form .form-field, section.cta-form .form-btn{
    min-width: 21%;
}
section.cta-form .form-btn button{
    background: #fff;
    border: 0px solid;
    padding: 13px 15px;
    width: 100%;
    min-height: 40px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: var(--secondary-color);
}



section.reviews-section{
    background-image: url("../images/review-bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 40px 0px 60px 0px; */
}
section.reviews-section img{
    width:100%;
    height:400px;
    object-fit:cover;
}
section.reviews-section .head-sec h6{
    letter-spacing: 2.4px;
    font-weight: 400;
    line-height: 1;
    /* text-transform: uppercase; */
    margin-bottom: 22px;
    text-align: center;
    /* font-size: var(--f24); */
}
section.reviews-section .head-sec h2{
    /* font-size: 42px; */
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 1px;
}
section.reviews-section .head-sec img{
margin-bottom: 80px;
}
section.reviews-section .reviews-list {
        background-color: #FFFFFF;
        /* margin: 50px 15px 40px 15px; */
        border-radius: 10px;
        box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
        padding: 40px 20px;
        text-align: center;
        padding-bottom: 0px;
        height: 458px;
}
section.reviews-section .item {
    padding: 0px 5px 0px;
    height: 100%;
}
section.reviews-section .reviews-list img{
    width: 80px;
    border-radius: 10px;
    height: 80px;
    margin: auto;
    margin-bottom: 10px;
    object-fit: cover;
}
section.reviews-section .reviews-list p.name {
    font-size: var(--f20);
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: center;
}
section.reviews-section .reviews-list p.addr {
    margin-top: -5px;
    margin-bottom: 15px;
}
section.reviews-section .review-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8px;
    margin-bottom: 10px;
}
section.reviews-section .review-star i{
    color: var(--other-color);
}
section.reviews-section p.desc {
    width: 100%;
    margin: auto;
    padding-bottom: 0px;
    height: 250px;
    overflow: hidden;
}
section.reviews-section button.owl-dot span{
width: 13px;
    height: 13px;
    position: relative;
    display: inline-block;
    background: #999999;
    border-radius: 100%;
}
section.reviews-section button.owl-dot.active span{
    background: var(--secondary-color);
}
section.reviews-section .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.divider {
    background-image: linear-gradient(84deg, #1d3c3c 30%, #c4c4c4 41%);
    height: 4px;
    width: 185px;
    display: flex;
}
section.reviews-section .divider{
    margin: auto;
}
/*Premier section css*/
section.premier-section {
    /* background-image: url(../images/premier.svg); */
    background-position: center center;
    background-size: auto;
    /* padding-bottom: 100px; */
    background: var(--lt-bg-color);
}
.premier-head-section {
    padding: 0 10%;
    margin-bottom: 60px;
    text-align: center;
}
.premier-head-section h2{
    /* font-size: 25px; */
    text-align: center;
    margin-bottom: 15px;
    /* font-weight: 400; */
    /* line-height: 1em; */
}
.premier-head-section p{
    text-align: center;
    margin-bottom: 27px;
}
.premier-head-section a.main-btn {
    display: inline-block;
}
.premier-head-section a.main-btn span.split-inner {
    display: flex;
}
:root{
    --chars-last-index: 17;
}
.premier-head-section a.main-btn:hover span.txt{
    animation: btnHoverTxtLiquidXAlt .6s calc(var(--chars-last-index, 0s)* .03s) cubic-bezier(.23,1,.32,1) both alternate;
}
.premier-head-section .main-btn:hover span.text {
   transition: transform .5s;
   transform: translateX(0);
    display: inline-block;
    transition-timing-function: cubic-bezier(0,.71,.4,1);
}
.premier-head-section .main-btn .split-unit {
    display: inline-block;
}
section.premier-section .premier-content {
    padding: 25px 35px;
    text-align: center;
    border-right: 1px solid #70707059;
}
section.premier-section .premier-content:last-child{
    border-right: 0px solid;
}
section.premier-section .premier-content img{
    width: 70px;
    margin-bottom: 26px;
}
section.premier-section .premier-content h3{
    letter-spacing: 0.5px;
    font-size: var(--f16);
    /* text-transform: uppercase; */
    /* line-height: 1em; */
    font-weight: 600;
    font-family: var(--primary-font);
    margin-bottom: 16px;
}
section.premier-section .premier-content p{
    /* font-size: 16px; */
    text-align: center;
    /* line-height: 1.25em; */
}
@keyframes btnHoverTxtLiquidXAlt {
    50% {
        opacity: 0;
        transform: translateX(.3em)
    }

    51% {
        opacity: 0;
        transform: translateX(-.3em)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}
#counter{background: rgba(black, .05);padding: 0;/* width: 800px; */max-width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}#counter li{flex: 1;text-align: center;font-size: 50px;font-weight: 500;}span.percent:after {
content: "+";display: none;
}

.counter_section ul li p{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}


#section {
    width: auto;
    height: auto;
    word-wrap: break-word;
    text-align: center;
  }
  .moretext {
    display: none;
  }

  .article{
    width: 90%;
    text-align: center;
    margin: auto;
  }

.featired-info img{
  width:64px;
}
section.about-section h2{
    /* font-size: 42px; */
    margin-bottom: 15px;
    line-height: 1em;
}
section.about-section .about-content {
    padding: 0% 11% 0% 0%;
}
section.about-section .abt-para p{
    margin-bottom: 10px;
}
section.owner_section {
    background: var(--lt-bg-color);
}
.about_owner_content h2{
    margin-bottom:15px;
}
section.about-section .first-image img{
    border-radius: 6px;
    width: 420px;
    height: 354px;
    object-fit: cover;
}
section.about-section .second-image img{
    border-radius: 6px;
    width: 400px;
    height: 250px;
    object-fit: cover;
}
section.about-section .second-image {
    position: absolute;
    right: 0;
    bottom: 3.26%;
    left: auto;
}
section.about-section .about-image{
    position:relative;
}
section.about-section {
    /* background: var(--lt-bg-color); */
}
.faq-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.faq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.faq-sec .accordion-button::after {
  transition: all 0.5s;
}
section.faq-sec {
    background: var(--lt-bg-color);
}
section.faq-sec .faq-img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 10px;
}
section.faq-sec .head-sec {
    text-align: center;
    /* margin-bottom: var(--m30); */
}
section.faq-sec .head-sec p{
    text-align: center;
    margin-bottom: var(--m10);
}
section.faq-sec .accordion-button{
  padding: 12px 12px 22px 0;
  background: transparent;
  border-radius: 0 !important;
  font-size: 20px;
  color: var(--black-color);
  border: 0px solid !important;!i;!;
  box-shadow: 0 0 0;
  font-family: var(--secondary-font);
  font-weight: bold;
}
section.faq-sec .accordion-body{
    padding:0 30px 30px 0;
}
section.faq-sec .accordion-item{
  border: 0px solid;
  border-bottom: 1px solid #12121250;
  border-radius: 0 !important;
  background: transparent;
  /* padding: 12px 12px 22px 0; */
}
section.faq-sec .faq-img {
    padding-right: 5%;
}
section.contact-us .head-sec{
    text-align: center;
    margin-bottom: var(--m40);
}
section.contact-us .head-sec p{
    font-size:15px;
    font-weight:400;
    text-align:center;
}
section.contact-us .head-sec h2 {
    margin-bottom: var(--m20);
    line-height: 1em;
    font-size: 42px;
}
section.contact-us .head-sec h4{
    color: #484036;
    font-size: 25px;
    line-height: 1em;
    margin-bottom: 25px;
}
section.contact-us label{
    font-size: 14px;
    margin-bottom: 5px;
}
section.contact-us input, section.contact-us textarea{
    border: 1px solid #dadbdd;
    border-radius: 7px;
    color: #606266;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: 12px 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
    margin-bottom: 20px;
}
section.contact-us textarea{
    height: 90px;
}
section.contact-us {
    background: var(--btn-color);
}

section.reviews-section .owl-nav{
    display: flex;
    justify-content: space-between;
    /* gap: 20px; */
}

section.reviews-section .owl-nav .owl-prev{
   background: var(--btn-color);
   height: 40px;
   width: 40px;
   position: absolute;
   top: 44%;
   left: -40px;
   color: white;
}
section.reviews-section .owl-nav .owl-next {
    background: var(--btn-color);
    height: 40px;
    width: 40px;
    position: absolute;
    top: 44%;
    right: -40px;
    color: white;
}
section.reviews-section .owl-nav .owl-next{
   background: var(--btn-color);
    height: 40px;
    width: 40px;
    color: white;
}


.review_sec_para {
    height: auto;
    overflow: hidden;
}


section.owner_section img{
        height: 480px;
    object-fit: cover;
}


.button-form{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.about_img {
  text-align:center;
  min-width: 200px;
}
section.about_section .col-lg-8.col-md-8.col-12{
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 30px;
    align-items: center;
}
.about_img img{
  width: 200px;
  text-align:center;
}

section.contact-us .main-btn{
  border:1px solid #fff !important;
  
}

.about_img h6{
  margin-top:20px;
  margin-bottom: 0;
  font-size: 17px;
}

.about_para h2{
  /* font-size:20px; */
}

