 @import url(https://db.onlinewebfonts.com/c/edc378fa3251080c5b508b220462efca?family=Gotham-Thin);
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 @import url(https://db.onlinewebfonts.com/c/fc74760c72164d5321ac886797ce62eb?family=Gotham-Light);
@import url(https://db.onlinewebfonts.com/c/a9db6cd9116ff56da3875b35444f0c45?family=GothamBook);
@import url(https://db.onlinewebfonts.com/c/db33e70bc9dee9fa9ae9737ad83d77ba?family=Gotham-Bold);
@import url(https://db.onlinewebfonts.com/c/51296ff9eb1e16185eb6a1000de5d345?family=Gotham-Black);
@import url(https://db.onlinewebfonts.com/c/5d6f50ed2dde0e4ad455448f896c09f0?family=Gotham+Bold);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: "GothamPro";
    src: url('../fonts/GothamPro/GothamPro.woff') format('woff2'),
         url('../fonts/GothamPro/GothamPro.woff2') format('woff');
    font-weight: 300;
    font-style: normal; 
}

@font-face {
    font-family: 'Montserrat';
    src: url('path-to-montserrat-font.woff2') format('woff2'),
         url('path-to-montserrat-font.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.fancybox-infobar {
    display: none !important;
}
body {
    font-family: 'Gotham', sans-serif;
    font-weight: 300; background-color:#fff;
}
.desk{display:block;}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: rgba(32, 59, 91, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
h2{
    font-family: "GothamPro" !important;
    color: #b9968e;
}
a.book-now.enquiry-btn, .enquiry-btn {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    border-radius: 16px;
}
.form_pp input{
    width: 100%;
    padding: 5px 6px;
    outline: none !important;
    margin-top: 15px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.gldesk2 {
    width: 482px;
}

.gldesk1{
   width: 640px;
}

.gldesk3 {
       width: 640px;
}

.menu-toggle {
    font-size: 24px;
    cursor: pointer;
    z-index: 1100;
    color: white;
}
.sidebar {
    position: fixed;
    left: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #203B5B;
    color: white;
    padding-top: 20px;
    transition: left 0.3s ease;
    z-index: 1050;
}

.sidebar.active {
    left: 0;
    width: 25% !important;
}

.close-btn {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 24px;
    cursor: pointer;
    color: white;
    z-index: 500000;
}
.close-btn img{
    width: 70px;
}

.sidebar  sup{
    font-size: 12px !important;
    top: -27px !important;
    left: -5px !important;
}

.gallery {
    display: flex;
    max-width: 800px;
    gap: 10px;
}
.column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.middle {
    display: flex;
    align-items: center;
}
img {
    width: 100%;
    border-radius: 5px;
}
.banner-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.slider {
    position: relative;
    width: 100%;
    height: 100vh;
}
.slide {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.slide.active {
    opacity: 1;
}
.banner-contentsvc {
    position: absolute;
    top: 13%;
    left: 0px;
    transform: translateY(-0%);
    color: white;
    width: 100%;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    color: white;
}
.banner-content h1 {
    font-size: 60px;
    margin-bottom: 15px;
       font-family: "Gotham Bold" !Important;





}
.enquiry-btn {
    background-color: #203B5B;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
}
.about-section {
    padding: 50px;

    text-align: center;
}
.about-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  font-family: "Gotham-Light" !important;
    font-weight: 400;
    color: #B9968E;
    text-transform: uppercase;
}
.accordion-heade{position:relative;}
.accordion-header.active::after {
    background-image: url(Ellipse-2527.webp);
    height: 20px !important;
    width: 20px !important;
    border-radius: 100% !important;
    background: #303B5B !important;

    position: absolute;
    content: "";
    /* bottom: 0; */
    /* margin: 0px auto; */
    margin-top: 40px;
    margin-left: 20px;
}
.about-section p {
    font-size: 18px;
    color: #252525;
    max-width: 800px;
    margin: 0 auto 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
    font-weight:300 !important;
}
   .container {
    display: flex;
}
.accordion {
    width: 40%;
    max-width: 600px;
    text-align: left;
    float: left;
}
.accordion-item {
    border-bottom: none;
}
.accordion-header {
    padding: 15px;
    cursor: pointer;
    font-weight: 500;
    font-size: 56px;
    text-align: left;
    color: rgba(185, 150, 142, 0.7);
}
.accordion-header.active {
    color: rgba(185, 150, 142, 1);
}
.accordion-content {
    display: none;
    padding: 15px;
        font-family: 'Montserrat', sans-serif;
    text-align: left;
        font-weight: 300;

}
.active + .accordion-content {
    display: block;
}
.image-container {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.image-container img {
    max-width: 100%;
    display: none;
}
.image-overlay {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 10px 20px;
    font-size: 56px;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    display: none;
}
.container {
    display: flex;
}
.accordion {
    width: 40%;
    max-width: 600px;
    text-align: left;
    float: left;
}
.accordion-item {
    border-bottom: none;
}
.accordion-header {
    padding: 15px;
    cursor: pointer;
    font-weight: 500;
    font-size: 56px;
    text-align: left;
    color: rgba(185, 150, 142, 0.7);
        font-family: "GothamBook" !important;


    
}
.accordion-header.active {
    color: rgba(185, 150, 142, 1);
}
.accordion-content {
    display: none;
    padding: 15px;
    text-align: left;
}
.active + .accordion-content {
    display: block;
}
.image-container {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.image-container img {
    max-width: 100%;
    display: none;
}
.image-overlay {
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 10px 20px;
    font-size: 45px;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    display: none;
}
.container {
    display: flex;
    width: 80%;
    align-items: flex-end; margin:0px auto;
}
.column-60 {
    width: 55%;
}
.column-60 img {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
}
.text-content {
    background-color: lightblue;
    padding: 20px;
    margin-top: 10px;
}
.column-40 {
    width: 45%;
    background-color: #EBEBEB;
    padding: 55px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.column-40 h2 {
    margin: 0 0 10px;
    font-size: 32px;
    color: #B9968E;
    font-family: "Gotham-Light" !important;
    font-weight: 300;
}
.column-40 p {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    color: black;  font-family: "Montserrat", sans-serif !important;
}
.button {
    display: inline-block;
    color: #B9968E;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #203B5B;
    border-radius: 1px;
    transition: 0.3s;
    width: 250px;
    text-align: center;
    background-color: transparent;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.button:hover {
    background-color: #203B5B;
    color: white;
}
.sec {
    margin-top: 50px;
}
@font-face {
font-family: 'Gotham';
src: url('path-to-your-font/Gotham-Light.woff2') format('woff2'),
 url('path-to-your-font/Gotham-Light.woff') format('woff'); 
font-weight: 300;
font-style: normal;
}

.cl h1 {
display: inline-block;
position: relative;
font-size: 32px; /* Adjust as needed */
/* font-family: 'Gotham', sans-serif; */
 /* Set font to Gotham */
font-weight: 300; /* Light font weight */
color: #B9968E; /* Heading color */
text-transform: uppercase; /* Convert text to uppercase */
margin-top:70px;
    font-family: "Gotham-Light" !important;
}

.cl h1::after {
content: "";
display: block;
width: 2px; /* Width of the vertical line */
height: 60px; /* Height of the vertical line */
background-color: #000000; /* Black line color */
position: absolute;
left: 50%;
bottom: -65px; /* Adjust spacing */
transform: translateX(-50%);
display: none  !important;
}
@font-face {
font-family: 'Gotham';
src: url('path-to-your-font/Gotham-Light.woff2') format('woff2'),
 url('path-to-your-font/Gotham-Light.woff') format('woff'); 
font-weight: 300;
font-style: normal;
}

.cl h1 {
text-align: center;
font-size: 32px;
font-family: 'Gotham', sans-serif; /* Set font to Gotham */
font-weight: 300; /* Light font weight */
color: #B9968E; /* Heading color */
text-transform: uppercase; /* Convert text to uppercase */
}

.bottom-line {
width: 1px; /* Width of the vertical line */
height: 50px; /* Height of the vertical line */
background-color: #000000; /* Black line color */
margin: 10px auto 0; /* Adjust spacing */
}
.mobile{display:none;}
h1, h2{    font-family: "Gotham-Light" !important;}
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    .column-60, .column-40 {
        width: 100%;
    }
    .desk{display:none;}
    .mobile{display:block;}
}
.gallery {
    display: flex;
    max-width: 80%;
    gap: 10px; margin:0px auto;
}
.column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.middle {
    display: flex;
    align-items: center;
}
img {
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
  right:0; margin:0px auto;
}
.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 5px;
}
@media (max-width: 600px) {
    .gallery {
        flex-direction: column;
        align-items: center;
    }
    .column, .middle {
        width: 100%;
    }
}
.testimonial-slider {
    width: 80%;
    margin: auto;
    position: relative;
    padding-bottom: 50px; /* Space for arrows at bottom */
}
.testimonial {
    background: white;
    padding: 20px 10px;
    border-radius: 0;
    border: solid #0000003b 1px;
    text-align: center;
    margin: 0; /* Remove gaps between columns */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 330px !important;
    border-bottom: 1px solid #00000003 b !important;
    margin: 0px 4px !important;
}

.testimonial p {
    flex-grow: 1; 
     font-family: "Montserrat", sans-serif !important; font-size:16px !important; font-weight:300 !important;
}
.stars {
    color: #B9968E;
    font-size: 20px;
    margin-bottom: 10px;
}
.slick-slide {
    margin: 0; /* Remove spacing between slides */
    display: flex;
    align-items: stretch;
}
.testimonial-footer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-grow: 1;     font-family: "Montserrat", sans-serif;
    color: #B9968E;
}
h4 {
    color: #B9968E;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    position: absolute;
    bottom: 50px;
}
.slick-prev, .slick-next {
    position: absolute;
    bottom: -40px;
    top: auto;
    transform: translateY(0);
    z-index: 10;
    background-color: #D9D9D9;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-prev:hover, .slick-next:hover {
    background-color: #B9968E;
}
.slick-prev {
    left: 40%;
}
.slick-next {
    right: 40%;
}
@media screen and (max-width: 768px) {
    .testimonial-slider {
        width: 100%;
    }
    .slick-prev {
        left: 30%;
    }
    .slick-next {
        right: 30%;
    }
}
 

/* project page */

.earthvibeholdy h2{

    color: #b9968e;
}

.earth_vibeholdyleftmain{
 
}

.earth_vibeholdyleft img{
    width: 70%;
}

.earth_vibeholdyright{
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 20px 0 auto;
}

.earth_vibeholdy img{
    width: 100%;
}

.earth_vibeholdyleft{
    margin-top: -202px;
}


.earth_vibeholdyrightbox {
    text-align: center;
}

.earth_vibeholdyrightbox img{
    width: 35px;
}

.earth_vibeholdyrightbox p{
    font-size: 15px;
    margin-top: 12px;
}

.sliderprojectheading h2{

    color: #b9968e;
    margin-bottom: 30px;
}
.earthvibeholdy h2{

    color: #b9968e;
}
.testimonial12345{
    padding: 0px 10px;
}

.testimonial_sldtext{
    margin-top: -145px;
    padding: 12px;
}

.testimonial_sldtext h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.testimonial_sldtext p{
    color: #fff;
    font-size: 14px;
}

.sliderproject{
    position: relative;
    padding-top: 50px;
    margin: 50px 0px;
    overflow: hidden;
}

.sliderproject::after{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #EBEBEB;
    width: 75%;
    height: 330px;
    content: '';
    z-index: -9;
}

.prjctsldmain{
    margin-right: 0px;
}
.prjctsldmain .slick-next {
    left: 8% !important;
    right: auto !important;
    top: inherit !important;
    bottom: 0%;
    background: #00000000 !important;
    width: 30px;
    height: 30px;
    background-image: url(../images/rightcom.webp) !important;
    background-size: cover;
    background-size: cover !important;
    background-position: center;
}

.prjctsldmain .slick-prev {
    left: 2% !important;
    right: auto !important;
    background: #00000000 !important;
    top: auto !important;
    bottom: -2px !important;
    width: 32px;
    height: 32px;
    background-image: url(../images/leftcom.webp) !important;
    background-size: cover;
    background-size: cover !important;
    background-position: center;
    display: block;
    z-index: 9;
}

.prjourlocations{
    text-align: center;
}

.prjourlocations h2{
    font-size: 33px;
    color: #b9968e;
}

.prjourlocationsmain iframe{
    width: 100%;
    margin: 0px 0px 0px 0px;
    height: 450px;
    display: flex;
    border: none !important;
 }


 /* startplninghold */
.startplninghold{
    margin: 80px 0px 50px 0px;
}


.startplningholdpic{
    position: relative;
}

.startplningholdpic::after{
    position: absolute;
    top: 0px;
    right: -57px;
    background-color: #203B5B;
    width: 85%;
    height: 500px;
    content: '';
    z-index: -1;
}

 .startplningholdpic img{
    width: 90%;
    margin: 0 0 0 auto;
    display: flex;
    /* padding-top: 60px; */
 }

 .startplningholdtext {
    background-color: #203B5B;
    padding: 50px 30px 50px 0px;
    height: 500px;
    display: flex;
    align-items: center;
 }

 .startplningholdtext h2{
    color: #B9968E;
    font-size: 26px;
    margin-bottom: 16px;
 }

 .startplningholdtext p{
    color: #fff;
    font-weight: 100;
    margin-bottom: 17px;
 }

 .startplningholdtext a{

 }

 .btn_strt {

 }

 .btn_strt1{
    background-color: #fff;
    text-decoration: none;
    color: #000000;
    padding: 10px 25px;
    border-radius: 2px;
    margin: 0 auto;
    display: flex;
    width: 134px;
    text-align: center;
    justify-content: center;
 }

 .btn_strt1:hover{
    text-decoration: none;
    color: #000000;
 }

 .btn_strt2{
    background-color: #ffffff00;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
     padding: 10px 3px;
    border-radius: 2px;
    margin: 0 auto;
    display: flex;
    width: 185px;
    text-align: center;
    justify-content: center;
 }
 .btn_strt2:hover{
    text-decoration: none;
    color: #fff;
 }

 .stardemo{
    text-align: center;
 }

 .troundimages{
     position: absolute;
    top: 8px;
    left: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 120px !important;
    height: 120px !important;
    animation: svc_ani 5s linear infinite;
    transform: rotate(255deg);
    z-index: -1;
}

@keyframes svc_ani {
    50% {
        transform: rotate(125deg);
    }
    50% {
        transform: rotate(15deg);
    }
}

.troundimagespicmain{
    padding-top: 70px;
}

.footersection{
    background-color:#231F20;
    padding-top: 50px;

}

.footersectionleft{
    width: 800px;  
}
.footersectionleft img{
    width: 150px;
    margin-bottom: 20px;
}
 .footersectionleft ul{
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

 .footersectionleft ul li{
    list-style-type: none;
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px;
    font-weight: 300;
 }

 .footersectionleft ul li a{
    color: #fff !important;
 }

 .footfstfm{
    display: flex  !important;
    width: 100%;
 }

 .footrow{
    border-bottom: 1px solid #ffffffb5;
 }
.footrow2{
    padding: 30px 0px;
    width: 100% !important;
    text-align: center;
    border-bottom: 1px solid #ffffffb3;
}
 .footadress h3{
    font-size: 20px;
    font-weight: 100;
    color: #ffffff;
    margin-bottom: 3px;
    font-family: "Gotham-Light" !important;

 }

 .footadress a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300;
 }

.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slide {
  display: none;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
}

.slide.active {
  display: block;
  opacity: 1;
}

.banner-content {
  position: absolute;
  bottom: 50px;
  left: 109px;
  color: white;
}

/* Dots on the left middle */
.slider-dots {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.slider-dots .dot {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  background: white;

  cursor: pointer;
  transition: all 0.3s;
}

.slider-dots .dot.active {
  opacity: 1;
  background:none;
  background-image:url('Group-1000004181.webp');
    height: 40px;
  width: 40px;
  background-size:100% 100%;
}


 .footadress p{
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300;
 }

 .footrow123{
    width: 100%  !important;
    margin-top: 20px;
 }

 .footadress a:hover{
    color: #fff;
    text-decoration: none !important;
 }

 .footadressright{
    float: right;
 }

 .project_fmbx{
    /* font-family: Arial, sans-serif;
    background-color: #fdf8f6;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0; */
    float: right;
}

.booking-form {
    display: flex
;
    margin-bottom: -220px;
    flex-direction: column;
    gap: 10px;
    background-color: #fdf8f6;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    width: 293px;
}

.input-field {
    width: 250px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
    color: #555;
    appearance: none;
}

.input-field:focus {
    outline: none;
    border-color: #aaa;
}

.enquire-btn {
    padding: 12px;
    background: #1d3557;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.enquire-btn:hover {
    background: #152a45;
}
.booking-form ul {
    margin: 0px !important;
}
.booking-form ul li{
    list-style-type: none;
    margin-bottom: 20px;
}

.earthvibeholdymain{
    position: relative;
    margin-top: 90px;
}

.earthvibeholdymain::after{
    position: absolute;
    top: -123px;
    left: 0px;
    background-image: url(../images/lifs2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 165px;
    height: 199px;
    content: '';
    transform: rotate(5deg);
}

.earthvibeholdymain::before{
    position: absolute;
    bottom: -25%;
    right: 23px;
    background-image: url(../images/lifs1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 143px;
    height: 190px;
    content: '';
    transform: rotate(14deg);
}
.footadressdm{
    float: right;
}

.earthvibeholdy{
    padding: 20px 40px;
}

.logo{
    margin-left: 83px;
}

.sidebar  ul{
    margin-top: 120px;
}

.sidebar  ul li{
    margin: 65px 20px;
    list-style-type: none !important;
    text-align: center;
}

.sidebar ul li a{
   color: #fff;
    transition: 0.5s ease;
    text-decoration: none !important;
    font-family: 'Gotham', sans-serif;
    font-size: 22px;
    font-weight: 200;

}

.sidebar ul li a:hover {
    color: #bc9a91;
}

.menu-toggle img{
    width: 75px;
}

header a:hover{
    color: #fff;
    text-decoration: none !important;
}

.gallery123 img{
    width: 100%;
}
header a:hover{
    color: #fff !important;
}


h2{

    color: #b9968e;
}

h1{

    color: #b9968e;
}
 .earthvibeholdy p { 
    font-family: "Montserrat", sans-serif !important;
    color: #252525 !important;
    font-weight: 300;
}
.contactfm p{ font-family: "Montserrat", sans-serif !important; }
.earth_vibeholdyrightbox p{ font-family: "Montserrat", sans-serif !important;}
.slidercontact{
    position: relative;
}

.startplningholdtext p{ font-family: "Montserrat", sans-serif !Important;}

.testimonial_sldtext h3{    font-family: "Gotham-Light" !important; color:#B9968E !important;}

.testimonial_sldtext p{ font-family: "Montserrat", sans-serif !important; font-size:15px !Important; font-weight: 300;}

.banner-contentsvcmain{
    width: 50%;
    top: -124px;
    position: relative;
    position: absolute;
}

.contactfm{
    width: 85%;
    margin: 0 auto;
}


.form_pp button{
  text-align: center;
    margin: 15px auto 7px auto;
    display: flex;
    border: 1px solid #fff !important;
    padding: 3px 15px 6px 14px;
    color: #fff;
    font-size: 17px;
    border-radius: 4px;
    outline: none !important;
    background-color: #203b5b;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin: 0 0 0 auto;
    color: #203b5b;
}

.troundimagesdesk{

}
.troundimagesmble{
    display: none !important;
}

.testisliderhome  .slick-next {
    right: 30%;
    bottom: -40px !important;
    top: auto !important;
    background-image: url(../images/rightcom.webp) !important;
    background-size: cover;
    background-size: cover !important;
    background-position: center;
    width: 29px;
    height: 29px;
    display: none !important;
}
 
.testisliderhome .slick-prev {
    left: 30% !important;
    bottom: -40px !important;
    top: auto !important;
    width: 31px;
    height: 31px;
    background-image: url(../images/leftcom.webp) !important;
    background-size: cover;
    background-size: cover !important;
    background-position: center;
    display: none !important;
}
.testisliderhome 
.slick-next:before{
    display: none !important;
}
.testisliderhome  .slick-prev:before{
    display: none !important;
}

.tabmblpic12{
    display: none;
    margin-top: 12px;
}
.glsectioninmbl{
    display: none  !important;
}

.glsectioninmbl img{
 
}

.glsectioninmbl .slick-next{
    display: none !important;
} 

.glsectioninmbl .slick-prev{
    display: none !important;
}
.glsectioninmbl .slick-dots li {
    position: relative;
    display: inline-block;
    width: 45px !important;
    height: 20px;
    margin: 0px 5px 0px 5px;
}
.glsectioninmbl .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 45px !important;
}
.glsectioninmbl  .slick-dots li button:before {
    width: 45px !important;
    background: #000 !important;
    content: '' !important; 
    height: 3px !important;
    border-radius: 12px !important;
}

.glsectioninmbl .slick-dots {
    bottom: -41px !important;
}
.mblview{
    display: none !important;
}
.mblviewmain{
    display: none !important;
}
.mblbtnsbannerbtm{
  background-color: #152a45;
    padding: 7px 0px;
    display: none !important;
    position: relative;
    position: fixed;
    bottom: 0px;
    z-index: 11;
    width: 100%;
    
}

.mblbtnsbannerbtm::after{
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1px;
    height: 38px;
    content: '';
    background-color: #fff;
}


.mblbtnsbannerbtmleft{
    width: 50%;
    text-align: center;

}
.mblbtnsbannerbtmleft img{
    width: 20px;
    margin-right: 12px;
}
.mblbtnsbannerbtmleft a{
    color: #fff !important;
    text-decoration: none !important;
    font-size: 17px;
}
.bannersectionprogec{
    position: relative;
}

.bannersectionprogec img{
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.bannercntprj{
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    margin-top: -125px;
    padding-bottom: 13px;
}

.bannercntprj h1 {
    font-size: 40px;
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.bannercntprj p{
    font-size: 17px;
    color: #fff;
}

.page-scroll {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    animation: slide-down 0.7s;
    background-color: #526f9c;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.contactfm input{
        width: 100%;
    padding: 2px 8px;
    margin-bottom: 12px;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    height: 24px;
    margin-top: 0px !important;
    margin-bottom: 15px;
}
.modal {
     z-index: 1150 !important;
}
   

    .scrologopart{
        width:80px;
    }

@media screen and (max-width: 768px){
   .banner-content h1{font-size:23px;}
      .banner-content p{color:#fff !important;}
    .earthvibeholdymain::after {
         height: 180px;
    }
    #gb-widget-5268{
        bottom: 54px !important;
    }
       .close-btn {
     left: inherit !important;
    right: 9% !important;
   }
.banner-content{left: 65px; top: 61%;}
    .mblbtnsbannerbtm{
         display: flex !important;
         width:80%;
    }
    .earthvibeholdy img{
        margin-bottom: 12px;
    }
    .project_fmbx {
        float: inherit;
    }
    .desckview{
        display: none !important;
    }
    .Moinabad_section .container{
        padding: 0px !important;
    }
    .earth_vibeholdyleft {
        margin-top: 0px;
        text-align: center;
        margin-bottom: 20px;
    }
    .earth_vibeholdyleft img {
        width: 100%;
    }
    .banner-contentsvc .row{
        margin: 0px !important;
    }
    .earth_vibeholdyright {
        display: block;
        justify-content: space-between;
        width: 100%;
        margin: 10px 0px 10px auto;
        float: left;
    }
    .earth_vibeholdyrightbox {
        text-align: center;
        width: 50%;
        float: right;
    }
    .sec {
        margin-top: 1px;
    }
    .gallerydesk{
        display: none !important;
    }
    .tabmblpic12{
        display: block !important;
    }
    .testisliderhome 
    .slick-next {
        display: block !important;
        width: 44px;
        height: 44px;
        bottom: -65px !important;
    }
    .testisliderhome  .slick-prev{
        display: block !important;
        width: 44px;
        height: 44px;
        bottom: -65px !important;
    }
    .troundimagesdesk{
        display: block !important;
    }
    .column-40 h2 {
        margin: 0 0 10px;
        font-size: 22px; 
            font-family: "Gotham-Light" !important;
    }
    .troundimagesmble{
        display: block !important;
    }
    .accordion {
        width: 100%;
    }
    .enquiry-btn{
        display: none;
    }
    .header {
        z-index: 1000;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .mblview{
        display: block  !important;
        display: block !important;
        width: 100%;
        height: 100vh;
    }
    .mblviewmain{
        display: block  !important;
    }
    .dexkviewmain{
        display: none ;
    }
    .banner-contentsvcmain {
        width: 100%;
        top: 0px;
        position: relative;
    }
    .banner-contentsvc {
        width: 100%;
        top: -0px;
      
    }
    .contactfm {
        width: 100%;
        margin-top: 16px;
    }

    .banner-contentsvc{
        height: auto !important;
        position: relative;
    }

    .earthvibeholdymain{
        text-align: center;
    }
    .bannerprojectcontent{
        display: none !important;
    }
    .logo {
        margin-left: 0px;
    }
    .about-section {
        padding: 20px 10px;
        text-align: center;
    }
    .about-section h2 {
        font-size: 22px;
    }
    .sidebar ul li {
        margin: 36px 7px;
        list-style-type: none !important;
        text-align: center;
        padding: 0px;
    }
    .sidebar ul li a {
        font-size: 22px;
    }
    .column-60 img {
        width: 100%;
        height: auto;
    }
    .earthvbhldyleft a{
        border-radius: 8px;
    }
    .earthvbhldyleft{
        padding: 16px 10px !important;
        border-radius: 0px !important;
    }
    p{  font-family: "Montserrat", sans-serif !important; font-weight:300 !important;  }
    .testimonial{
        height: auto !important;
    }
    .testimonial { 
        border: solid #ffffff3b 1px !important;
        padding: 0px 10px;
    }
    .bottom-line {
        width: 1px;
        height: 23px;
        margin: -1px auto 0;
    }
    .testimonial-footer h4{
        position: absolute;
        bottom: 0px;
    }
    .testimonial p{
        height: auto !important;  font-family: "Montserrat", sans-serif !Important;
    }
    .testimonial-footer {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-grow: 1;
        height: 50px;
    }
    .startplninghold {
        margin: 75px 0px 35px 0px;
        background: #203b5b;
        padding-top: 20px;
        overflow: hidden;
    }
    .startplningholdpic::after {
        position: absolute;
        top: -20px;
        left: -17px;
        right: inherit;
        background-color: #ffffff;
        width: 12px;

        z-index: 1;
        height: 700px;
    }
    .footrow{
        margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    }
    .startplningholdtext {
        background-color: #203B5B  !important;
        padding: 30px 0px 25px 0px !important;
        height: auto !important;
    }
    .startplningholdpic img {
        width: 97%;
        margin: 0px 0px 0px auto;
     }
    .troundimages {
         top: 8px;
        left: 28%;
        z-index: 9;
    }
    .troundimagespicmain{
        position: relative;
        z-index: 9;
    }
    .footersectionleft{
        width: auto !important;
    }
    .footersectionleft ul {
        display: block;
        margin-top: 15px;
    }
    .footersectionleft ul li {
        list-style-type: none;
        text-align: center;
        margin-bottom: 30px;
    }
    .footersectionleft img {
        width: 125px;
        margin-bottom: 20px;
        margin: 0 auto;
        display: flex;
    }
    .footersection {
         padding-top: 30px;
                 padding-bottom: 40px;
    }
    .footadress{
        margin-top: 25px;
    }
    .footadress h3 {
        font-size: 18px;
        margin-bottom: 1px;
    }
    .footrow2{
        margin: 0px !important;
    }
    .footrow123 {
        padding: 0px !important;
        margin: 0px !important;
    }
    .footadress {
        margin-top: 20px !important;
        text-align: center;
               margin-bottom: 12px;
    }
    .footadressdm {
        margin: -9px 0px 15px 0px !important;
        padding: 0px !important;
        text-align: center;
        justify-content: center;
        float: inherit;
    }
    .footrow2 {
        padding: 5px 0px 5px 0px;
    }
    .testimonial-slider {
       
        margin: auto;
        position: relative;
        padding-bottom: 60px;
    }
    .prjctsldmain .slick-next {
        left: 22% !important;
    }
    .prjctsldmain .slick-prev {
        left: 6% !important;
    }
    .prjourlocationsmain iframe {
        width: 100%;
        margin: 0px 0px 0px auto;
        height: 350px;
    }
    .booking-form {
         width: 100%;
    }
    .booking-form {
        margin-bottom: 34px;
    }
    .project_fmbx {
        margin-top: 20px;
    }
    .prjourlocations .row{
        margin: 0px !important;
        padding: 0px !important;
    }
    .sliderprojectheading{
        text-align: center;
    }
    .sliderproject::after {
         width: 100%;
        height: 425px;
    }
    .sidebar ul {
        margin-top: 115px;
    }
    .sidebar sup {
        font-size: 12px !important;
        top: 0px !important;
        left: -8px !important;
    }
    .sidebar ul li {
        margin: 36px 26px;
        list-style-type: none !important;
        text-align: left;
        padding: 0px;
    }
    .image-container {
         display: none;
    }
    .glsectioninmbl{
        display: block  !important;
    }
    .bannersectionprogec img{
    height: auto;
}    .stardemo {
        text-align: center;
        margin: 0 auto;
    }
    
    .logo img {
        width: 108px;
    }
    .sidebar.active {
    left: 0;
    width: 100% !important;
}
}