@font-face {
    font-family: "Italianno";
   src: url(../font/Italianno-Regular.ttf);
}
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(--m30);
}
.head-sec h2{
    margin-bottom: var(--m15);
}
.head-sec p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--btn-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
.container.search {
    position: absolute;
    width: 100%;
    max-width: 100%;
    margin: auto;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index:1;
}
.search-bar .container{
    position:relative;
}
.search-bar form{
       position: relative;
       margin: auto;
       justify-content: center;
       width: 85%;
       left: 0;
       right: 0;
       bottom: 0px;
       background: var(--white-color);
       padding: 0 0;
       border-radius: 0px;
       z-index: 2;
       box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
       margin-top: 0;
}

.search-bar select{
    font-size: var(--f14);
    color: var(--black-color);
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p12) var(--p22) var(--p11) var(--p10);
    background: #0000008c;
    background: var(--white-color);
    text-indent: 28px;
    border: 1px solid var(--white-color);
    height: 59px;
    width: 100%;
}

.search-bar input{
    font-size: var(--f14);
    color: var(--black-color);
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: var(--p12) var(--p22) var(--p11) var(--p48);
    background: var(--white-color);
    border: 1px solid var(--white-color);
}
.search-bar input:hover{
     background: #f8f8f8;
}
.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--black-color);
    opacity: 1; /* Firefox */
  }

  .search-bar i{
    color: var(--black-color);
    position: absolute;
    left: 1.7rem;
    top: 1.3rem;
    font-size: var(--f18);
  }

  .search-bar .col-3{
   position: relative;
    width: 22.5%;
    padding-left: var(--p6);
    padding-right: var(--p6);
  }
.search-bar .col-3.srch-btn{
    width: 10%;
    padding:0px;
}
  .search-bar button.main-btn {
    width: 100%;
    height: 59px;
}
.search-bar button.main-btn.close111 {
    height: 38px;
    padding: var(--p5) var(--p15);
    font-size: var(--f13);
}
.search-bar button i{
    position: relative;
    top: 0;
    left: 0;
    color: var(--white-color);
}
.search-bar button:hover i{
    color: var(--black-color);
}
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;
}

#guestsss .close1 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--btn-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;
    text-transform: capitalize;
    font-size: var(--f13);
    text-align: left;
    margin-top: 0;
    padding: 0px;
    margin: 0;
    font-weight:400;
}

#guestsss button.button1 {
   background: transparent;
    height: 27px;
    width: 27px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f18);
    line-height: 27px;
    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);
}

.form-control:focus {
    background-color: var(--white-color) !important;
}
.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    bottom: 20px;
    text-align:center;
    background: rgba(0,0,0,0.25);
}
.video-cont h1 {
       max-width: 1266px;
    margin: auto;
    margin-bottom: var(--m10);
    color: var(--white-color);
    text-shadow: 1px 1px 3px #000;
    text-transform: capitalize;
    font-size: var(--f60);
    letter-spacing: 4px;
    font-family: 'Alice', serif;
    font-weight: 600;
    line-height: 1.2;
    margin-top: var(--m50);
}
.video-cont p{
    max-width: 1266px;
    margin: auto;
    color: var(--white-color);
    text-shadow: 0px 0px 3px #000;
    font-size: var(--f14);
    font-weight: 600;
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
.video-cont .scroll {
    position: absolute;
    bottom: 10px;
}
/*About company css*/
section.about-us-home .abt-cont{
    position:relative;
}
section.about-us-home{
    background-color: var(--lt-bg-color);
    padding-top: var(--p90);
}
.serv-heading h2{
   transform: rotate(270deg);
   position: absolute;
   left: -120px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 3px;
   color: var(--heading-color);
   font-size: var(--f60);
   top: 130px;
}

.serv-content {
    padding-left: var(--p97);
    padding-top: 0;
}

section.about-us-home h3{
    font-size: var(--f32);
}
section.about-us-home .abt-co-img-left {
    border-radius: 0px 0px 0px 80px;
    position: relative;
    left: 0px;
    top: 0;
    text-align: center;
    width: 100%;
    height: 408px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.abt-co-img-left {}

section.about-us-home .abt-co-img-left img, section.about-us-home .abt-co-img-right img{
    border-radius: 0px;
}
section.about-us-home .abt-co-img-left img{
    width: 450px;
    height: 450px;
    object-fit: cover;
    border: 0px solid var(--black-color);
    /* animation: blobEffect 5s linear infinite; */
}
section.about-us-home  .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}
section.about-us-home .abt-co-img {
    position: relative;
    padding-right: 0;
}
section.about-us-home .abt-co-img-center {
    position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1;
}
section.about-us-home .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}
section.about-us-home ul.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.about-us-home li{
    width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}

section.about-us-home i{
    font-size: var(--f18);
    margin-right: var(--m10);
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
}
section.about-us-home p {
    color: var(--primary-color);
    max-height: 280px;
    overflow: hidden;
}
section.about-us-home .abt-co-img-right img{
    height: 300px;
    width: 230px;
    object-fit: cover;
    border: 1px solid var(--black-color);
}
section.about-us-home a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
/*Properties css*/
section.featured-pro .head-sec {
    text-align: left;
}
section.featured-pro {
    background: var(--white-color);
}
section.featured-pro .row{
    justify-content:space-between;
}
section.featured-pro .det {
    margin-bottom: var(--m30);
}
section.featured-pro .pro-box {
    padding: var(--p40) var(--p40);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    background: var(--white-color);
    width: 85%;
    margin: auto;
    position: relative;
    z-index: 1;
    min-height:288px;
}
section.featured-pro img.img-fluid {
    width: 100%;
    height: 465px;
    object-fit: cover;border-radius: 10px;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .pro-img:hover img{
    transform: scale(1.14);
}
section.featured-pro .pro-img a:before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
    display:none;
}
section.featured-pro .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px;
    display: block;
}
section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    border-radius: 0px 0px 10px 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
}
section.featured-pro h3.title {
    font-size: var(--f28);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m20);
    height: 36px;
    overflow: hidden;
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
   font-size: var(--f13);
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height: auto;
    overflow: hidden;
}
section.featured-pro ul {
    margin: 0 0 0;
    padding: 0;
    background-color: transparent;
    font-size: var(--f15);
    align-items: center;
    display: flex;
    /* justify-content: space-between; */
    gap: 25px;
    margin-bottom: var(--m20);
}
section.featured-pro i {
    margin-right: var(--m6);
    font-size: var(--f16);
    color: var(--secondary-color);
}
section.featured-pro ul li{
    font-size: var(--f14);
    color: var(--btn-color);
}
section.featured-pro h5{
   font-size: var(--f14);
    color: var(--btn-color);
    font-family: var(--primary-font);
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 1;
    margin-bottom: var(--m5);
}
section.featured-pro .pro-img {
    position: relative;
    margin-bottom: -100px;
}


section.featured-pro .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}
section.featured-pro .featured{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .sticky-pro {
    position: sticky;
    top: 120px;
}
/*About owner css*/
section.about-owner {
    background: var(--white-color);
}
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;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    padding-left: var(--p60);
    padding-right: var(--p60);
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section.about-owner img{
    width: 100%;
    height: 589px;
    object-fit: contain;
}
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 p{
    color: var(--primary-color);
}
section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about-owner .call-us, section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.about-owner .call-area {
    display: block;
}
section.about-owner .call-area a{
    display: block;
}
section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: var(--m30);
}
section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
/*Counter css*/
section.counter {
   background: #1E1D85;
}
section.counter .counter-box {
    text-align: center;
    padding: var(--p40);
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 15px;
}
section.counter img.img-fluid {
    width: 80px;
    margin-bottom: var(--m20);
}
section.counter h3 {
    font-size: var(--f48);
    color: var(--white-color);
    margin-bottom: var(--m5);
    line-height: 1.2;
}
section.counter h5 {
    font-size: var(--f18);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
}
section.counter .counter-box:hover{
    background:var(--btn-color);
}
/*Testimonial css*/
section.testimonial {
    background-color: var(--lt-bg-color);
    position: relative;
}
section.testimonial .testy {
   width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}
section.testimonial .item {
    padding-left: var(--p5);
    padding-right: var(--p5);
    padding-bottom: var(--p5);
}
section.testimonial .top-text {
    position: relative;
    height: 100px;
}
section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
section.testimonial .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
section.testimonial .test-pro img {
    position: absolute;
    top: -35%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}
section.testimonial .user-icon {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -10px, 0);
    -moz-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
section.testimonial .user-icon img{
    width:124px;
    height:124px;
    object-fit:cover;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}
section.testimonial .container{
    z-index: 1;
    position: relative;
}
section.testimonial .head-sec h2 {
 color: var(--heading-color);
}

section.testimonial .test-card {
    text-align: center;
    background: var(--white-color);
    border-radius: 0px;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    padding-bottom: var(--p30);
    height: 419px;
}
section.testimonial .test-card p{
    color: var(--primary-color);
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: var(--m10);
}

section.testimonial .test-card h4 {
    font-size: var(--f20);
    margin-bottom: var(--m7);
    font-weight: 600;
    color: var(--heading-color);
}
section.testimonial .cont-sec{
    margin-top: var(--m90);
    text-align: center;
}
section.testimonial i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f10);
    margin-right: var(--m3);
}
section.testimonial hr {
    width: 200px;
    opacity: 1;
    border-top: 3px solid;
    color: var(--white-color);
}
section.testimonial h3 {
  padding-left: 0;
    font-size: var(--f20);
    font-weight: 700;
    text-align: center;
    color: var(--heading-color);
    margin-bottom: 0;
}
section.testimonial .para p{
   text-align: center;
   width: 90%;
   margin: auto;
   padding-left: 0;
   padding-right: 0;
   position: relative;
   color: var(--black-color);
   height: auto;
   max-height: 139px;
   margin-top: var(--m10);
   overflow: hidden;
}
section.testimonial .para i{
    font-size:var(--f30);
}
section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}
section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}
section.testimonial p.clt-name{
    color: var(--heading-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: var(--m15);
    margin-bottom: 0px;
}

section.testimonial span {
    height: auto;
    overflow: hidden;
    display: block;
}
section.testimonial .test-card:hover .test-pro {
    height: 180px;
}
section.testimonial .test-card:hover .test-pro img {
    top: 0;
}
section.testimonial .test-card:hover .user-icon {
    -webkit-transform: translate3d(-50%, -20px, 0);
    -moz-transform: translate3d(-50%, -20px, 0);
    transform: translate3d(-50%, -20px, 0);
}
section.testimonial .owl-nav {
    position: absolute;
    top: -68px;
    right: 0;
    /* text-align: right; */
    width: auto;
    z-index: 2;
}
section.testimonial .owl-nav button {
    background: var(--secondary-color);
    padding: var(--p10);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
section.testimonial .owl-nav button.owl-prev {
    margin-right: var(--m15);
    background: var(--secondary-color);
}
section.testimonial .owl-nav button.owl-next {
    background: var(--secondary-color);
}
section.testimonial .owl-nav button.owl-prev:hover, section.testimonial .owl-nav button.owl-next:hover{
    background: var(--btn-color);
}
section.testimonial .owl-nav button i {
    font-size: var(--f20);
    line-height: 35px;
    color: var(--white-color);
}
section.testimonial .owl-carousel .owl-stage-outer{
    padding:0px;
}
/*Attraction css*/
section.attraction img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
section.attraction .row{
    gap: 20px 1.5%;
}
section.attraction .row.bttn{
    gap: 0px 0px;
}
.row.bttn .col-6{
    padding:0px;
    display: flex;
    align-items: center;
}
.row.bttn .col-6.right{
    justify-content:flex-end;
}
.head-sec .row.bttn h2 {
    margin-bottom: 0 !important;
}
section.attraction .col-8.col-md-8.col-sm-12 {
    padding: 0px;
    width: 66%;
    position: relative;
}
section.attraction .col-md-4{
    position:relative;
    padding: 0px;
    width: 32.3%;
}
section.attraction .img-card {
   border-radius: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}
section.attraction .img-card:hover img{
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
}
section.attraction .atr-cont{
   background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.3)30%,rgba(0,0,0,.7)60%,rgba(0,0,0,1) 100%);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.40);
    margin: 0;
    padding: var(--p20) var(--p20);
    padding-top: var(--p70);
    border-radius: 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    flex-direction:column;
}
section.attraction .atr-cont p{
    color: var(--white-color);
}
section.attraction .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: var(--f20);
    max-height: 54px;
    overflow: hidden;
}
section.attraction .atr-cont h4 a {
   color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    height: 28px;
    display: block;
    width: 100%;
    overflow: hidden;
}
section.attraction .arrow{
    width: 58px;
    height: 38px;
    border-radius: 0%;
    color: var(--black-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid transparent;
}
section.attraction .arrow i{
    font-size: var(--f18);
}
section.attraction a.main-btn {
    display: block;
    width: 180px;
    text-align: center;
    margin: auto;
}
section.attraction .pro-btn{
    text-align: center;
    margin-top: var(--m30);
}
/*Agent css*/
section.agent {
    background-color: #1E1D85;
    background-image: url(../images/agent.png), url(../images/agent-bg-01.png);
    background-repeat: no-repeat;
    background-position: right bottom, left bottom;
    background-size: contain;
    position: relative;
}
section.agent h2{
    color: var(--white-color);
}
section.agent p {
    color: #f2f2f2;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0px;
}
section.agent .col-4.col-md-4.col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.agent a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
/*faq css*/
section.faq{
    background:var(--white-color);
}
section.faq .accordion-flush .accordion-item{
    border: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    background: var(--white-color);
    margin-bottom: var(--m20);
}
section.faq .accordion-flush .accordion-item .accordion-button, section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    padding: var(--p20);
    font-size: var(--f18);
    font-weight: 500;
    color: var(--heading-color);
}
section.faq .accordion-button:not(.collapsed){
    background: var(--white-color);
}
section.faq p {
    color: var(--primary-color);
    font-size: var(--f14);
    font-weight: 500;
}

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
section.faq img{
    border-radius: 10px;
}
section.faq .accordion-body {
    color: var(--primary-color);
    font-size: var(--f14);
}
section.faq a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}
/*Newsletter css*/
section.news-letter {
    background: var(--lt-bg-color);
}

section.news-letter h2 {
    margin-bottom: var(--m20);
}
section.news-letter p {
    font-size: 18px;
    font-weight: 500;
    max-width: 480px;
    color: var(--primary-color);
    line-height: 1.5;
}
section.news-letter  input.form-control {
    padding: var(--p5) var(--p5);
    background: transparent;
    border: none;
    min-height: 41px;
    color: var(--primary-color);
    font-size: var(--f14);
}

section.news-letter form {
    background: var(--white-color);
    padding: var(--p15);
    border-radius: 10px;
    display: flex;
}
section.contact-page-map {
    padding: 0px;
    height: auto;
}
section.contact-page-map h2{
    padding-left: var(--p10);
    margin-bottom: var(--m20);
    padding-right: var(--p10);
}
section.contact-page-map.second {
    padding-top: var(--p60);
}
#model-form .modal-content {
    background-color: var(--lt-bg-color);
    border: 0px;
    border-radius: 0px;
}
#model-form img{
    width: 100%;
    height: 480px;
    object-fit: cover;
}
#model-form .col-6.cont-left {
    padding: var(--p30) var(--p50);
}
#model-form .modal-header {
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: 0px;
}
#model-form .col-6{
    padding:0px;
}
#model-form h2 {
    margin-bottom: var(--m30);
}
#model-form label {
    display: inline-block;
    font-size: var(--f14);
    margin-bottom: var(--m10);
}
#model-form img.logo {
    width: 220px;
    margin-bottom: var(--m10);
}
#model-form .modal-body {
    padding-top: 0px;
    padding: 0px;
}
#model-form .captcha img{
    width: 150px;
    height: 39px;
}
#model-form .modal-header i{
    color: var(--white-color);
    font-size: var(--f19);
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}
#model-form p.call-us, p.call-us a{
    color: var(--white-color);
    font-size: var(--f14);
    margin-bottom: var(--m10);
}
#model-form .modal-dialog{
    max-width: 820px;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#model-form p.or {
    color: var(--white-color);
    margin-bottom: var(--m10);
}

#model-form .modal-header p{
    color: var(--white-color);
    line-height: 1.5;
    text-align: center;
    font-size: var(--f12);
}
#model-form .form-group {
    padding: 0px;
}
#model-form .form-control {
    margin-bottom: var(--m15);
    padding: 8px 10px;
    border: 0px solid;
    border-bottom: 2px solid var(--btn-color);
    border-radius: 0px;
    font-family: var(--primary-font);
    font-size: var(--f14);
    background: transparent;
}
#model-form form {
    margin-top: var(--m40);
}
#model-form button.main-btn {
    padding: var(--p10) var(--p15);
    font-size: var(--f14);
    width: 100%;
}
#model-form  .form-control:focus {
    background-color: transparent !important;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
#model-form .captcha-main {
    padding: 0px;
    display: flex;
    gap: 10px;
}
#model-form button#reload {
    height: 39px;
    border-radius: 0px;
}
#model-form .captcha {
    display: flex;
}
.mouse {
	width: 25px;
    height: 50px;
    border: 2px solid var(--white-color);
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}
.mouse::before{
    content: '';
		width: 9px;
		height: 9px;
		position: absolute;
		top: 5px;
		left: 50%;
		transform: translateX(-50%);
		background-color: var(--white-color);
		border-radius: 50%;
		opacity: 1;
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 40px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 40px;
	}
}
@keyframes blobEffect{
	0%, 100%{
		border-radius: 64% 36% 27% 73% / 55% 58% 45% 42%;
	}
	25%{
		border-radius: 73% 27% 26% 38% / 73% 36% 64% 27%;
	}
	50%{
		border-radius: 28% 72% 44% 56% / 49% 40% 60% 51%;
	}
	25%{
		border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
	}
}
.row.bttn.mob{
    display:none;
}