
#myBtn {
    display: none;
    position: fixed;
    bottom: 110px;
    right: 58px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #15423b;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 30px;
}

#myBtn:hover {
  background-color: #555;
}
a p{
  color:#000000;
}
a span{
  color:#000000;
}
a span:hover{
  color:#15423b;
}
a p:hover{
  color:#15423b;
}
.services-section{
    background-image: url('../images/service-bg-green-grande.jpg');
    background-size: cover;
    background-repeat: no-repeat;
     display: flex;
    flex-direction: column;
    justify-content: center;
}
.services-section2 {
    background-image: url(../images/Leaf-bg-grande2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sub-title{
    font-size: 53px;
    color: #000;
    font-weight: 400;
    font-family: 'Marcellus', serif;
}
.title{
    font-size: 32px;
    line-height: 50px;
    font-family: 'Marcellus', serif;
    font-weight: 600;
}
.about-right-section{

    font-family: 'Marcellus', serif;
}
.why-choose-us-right-section{

    font-family: 'Marcellus', serif;
}
.project-right-section{

    font-family: 'Marcellus', serif;
}
.services-title{
    font-size: 20px;
    font-weight: 700;
    color:#fff;
    padding: 5px 0px;
    font-family: 'Marcellus', serif;
}
.services-info-div{
    border: none;
    font-family: 'Marcellus', serif;
    padding: unset;
    height: 100%;
    transition: 0.3s;

}
.text-sec {
  color: #15423b !important;
}
.dropbtn {
    background: none;
    color: #fff;
    padding: 9px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: none;
    color: #15423b;
}
.services-info-div:hover{
    border: unset !important;
    transition: 0.3s;

}
.services-info-div:hover .plus-icon{

    background: #fff;
    transition: 0.3s;
    color:#15423b !important;

}
.why-choose-us-services-desc{
    padding: 0px 20px 0px 20px;
}
.why-choose-us-info-div{
    padding: 54px 15px 32px 15px;
    border-radius: 22px;
    font-family: 'Marcellus', serif;
    height: 100%;
    box-shadow: 7px -13px 23px -8px #00000030;
    transition: 0.5s !important;

}
.why-choose-us-info-div:hover{
    padding: 54px 15px 32px 15px;
    border-radius: 22px;
    font-family: 'Marcellus', serif;
    height: 100%;
    box-shadow: 0px 0px 11px -5px #000;
    /* background: rgb(175,141,104);
    background: linear-gradient(180deg, rgba(175,141,104,0.4150910364145658) 2%, rgba(255,255,255,1) 100%); */
    color:#000;
    transition: 0.5s !important;
}
.whatsapp{
	position:fixed;
	width:75px;
	height:60px;
	bottom:40px;
	right:40px;
 	border-radius:50px;
	text-align:center;
    z-index:100;
}
.top-nav-bar{
    background: #000000d1;
}
.my-whatsapp{
	margin-top:16px;
}

.why-choose-us-title{
    font-size: 30px;
    color:#15423b;
    font-weight: 700;
    padding: 5px 0px;
    font-family: 'Marcellus', serif;
}
.services-read-more{
    background: #15423b;
    color: #fff;
    padding: 8px 30px 8px 30px;
    border-radius: 25px;
    border: 1px solid #15423b;
    transition: 0.4s;
}
.font-22{
    font-size: 22px;
}
.services-read-more:hover{
    background: #fff;
    transition: 0.4s;

    color: #15423b;
    padding: 8px 30px 8px 30px;
    border-radius: 25px;
    border: 1px solid #15423b;
}
.download-btn{
    background: #15423b;
    color: #fff;
    padding: 17px 60px 19px 60px;
    border-radius: 25px;
    border: 1px  solid#15423b;
    transition: 0.4s;
}
.download-btn:hover{
    background: #fff;
    transition: 0.4s;

    color: #15423b;
    padding: 17px 60px 19px 60px;
    border-radius: 25px;
    border: 1px solid #15423b;
}
.plus-icon{
background: #15423b;
padding: 5%;
border-radius: 50%;
transition: 0.3s;
color:#fff !important;

}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gallery-overlay-div{
    position: absolute;
    height: 100% !important;
    width: 100%;
    opacity: 0.7;
    padding: 50px;
    z-index: 1;
    transition: 0.3s;

  }
  .gallery-overlay-div:hover{
    opacity: 0;
    transition: 0.3s;
  }
  .gallery-overlay-div:hover .gallery-overlay-inner-div{
    color:#fff;
    z-index: 1 !important;
  }
  .gallery-overlay-inner-div{
    bottom: 100px;
    position: absolute;
    color:#fff;
  }
  .gallery-sweper-next:after, .gallery-sweper-prev:after{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background: #0000008c;
    padding: 25px;
    border-radius: 65px;
  }
  .gallery-sweper-next:after{
    margin-right: 70px;
  }
.gallery-sweper-prev:after{
    margin-left: 70px;
}
.faq-section{
    background: url('../images/bg-parallax-1-update.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.year-title{
    position: absolute;
      left: 52px;
    margin-top: 35px;
     transform: translate(0,-50%)rotate(-90deg);
    font-size: 17px;
}
.counter-innser-div{
    border: 4px solid #fff;
    padding: 60px;
}
.counter-innser-div::before{
    width: 51px;
    height: 2px;
    left: -2px;
    top: -2px;
    position: absolute;
    content: '';
    background-color: #15423b;
}
.counter-innser-div::after{
    width: 2px;
    height: 18px;
    left: -2px;
    top: -2px;
    position: absolute;
    content: '';
    background-color: #15423b;
}
.count{
    font-size: 100px;
    text-align: right;
}
.count-title{
    font-size: 27px;
    text-align: right;
}
.counter-div{
    display: flex;
    justify-content: center;
}
footer{
    background-color: #000;
    font-family: 'Marcellus', serif;
}
.footer-div{
background-image: url('../images/bg-footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px 32px 0px !important;

}
.footer-subscribe{

}
.footer-submit-btn{
    color: #fff !important;
    border: 1px solid #fff !important;
}
.footer-submit-btn:hover{
    color: #000 !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
}
.footer-address{
    color:gray;
}
.footer-btn{
    display: inline-block;
    border: 2px solid #fff;
    padding: 0 37px;
    position: relative;
}
.footer-bottom{
    bottom: 0;
}
/* MENU */
.menu-div{
    position: absolute;
     z-index: 1;
    top: 10px;

    width:100%;
}
.navbar{
    box-shadow: 0px 0px 0px 0px #000 !important;
}
.nav-link{
    color: #fff !important;
    /* font-family: 'Marcellus', serif !important; */
    font-size: 17px !important;
    /* font-weight: bold !important; */
}
.nav-link:hover{
color: #15423b !important;
}

.body ,.nav, .menu {
    display: flex;

    align-items: center;
}

.nav {
    position: relative;
    background-color: #1c1c1c;
    color: #fff;
    padding: 8px 25px 8px 35px !important;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0 8px 15px rgba(0,0,0,.2);
}

.menu {
    margin: 0;
    padding: 0;
    width: 0;
    overflow: hidden;
    transition: 0.5s;
}

.nav input:checked ~ .menu {
    width: 450px;
}

.menu li {
    list-style: none;
    margin: 0 10px;
}

.menu li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.5s;
}

.menu li a:hover {
    color: #15423b;
}

.nav input {
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
}

.nav span {
    position: absolute;
    left: 30px;
    width: 30px;
    height: 4px;
    border-radius: 50px;
    background-color: #fff;
    pointer-events: none;
    transition: 0.5s;
}

.nav input:checked ~ span {
    background-color: #fff;
}
.nav input:checked ~ .bar-hide{
    display: none;
}

.nav span:nth-child(2) {
    transform: translateY(-8px);
}

.nav input:checked ~ span:nth-child(2) {
    transform: translateY(0) rotate(-45deg);
}
.nav span:nth-child(3) {
    transform: translateY(8px);
}

.nav input:checked ~ span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
}




/* slider */
header .item {
    min-height: 100vh;
    height: 100%;
    position: relative;
  }
  header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .item .cover {
    padding: 120px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 17%);
    display: flex;
    align-items: center;
  }
  header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
  }
  .banner-sub-h{
    background: #ffffffa8;
    color: #000;
    font-weight: 600;
    padding: 7px 20px 7px 20px;
}

  header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    /* border: 9px solid #fff; */
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  header .item .cover .header-content h2 {
    font-weight: 900;
    font-size: 70px;
    color: #fff;
  }
  header .item .cover .header-content h1 {
    font-size: 87px;
    font-weight: 700;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
  header .item .cover .header-content h4 {
    font-size: 31px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  }
  header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
  header .owl-nav .owl-prev:focus {
    outline: 0;
  }
  header .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
  header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
  header .owl-nav .owl-next:focus {
    outline: 0;
  }
  header .owl-nav .owl-next:hover {
    background: #000 !important;
  }
  header:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
  header:hover .owl-next {
    right: 0px;
    opacity: 1;
  }
  .clickable{
    cursor:pointer;
  }
@media screen and (max-width: 480px) {
.row {
    --mdb-gutter-x: 0px !important;
}
.item video {
    width: 120% !important;
}
.navbar-toggler {
   
    color: rgb(225 222 222 / 55%);
    background-color: #a1a1a1 !important;
}
}
  @media screen and (max-width: 720px) {
    .dropbtn{
        padding: 0% !important;
    }
    header .item{
        min-height: auto !important;
    }
    .footer-div{
        padding: 10px 1px 32px 1px !important;
    }
    .navbar-brand{
        width: 80% !important;
    }
    .banner-title-div{
        margin-top: 60% !important;
    }
    .banner-title{
        font-size: 34px !important;
    }
    .project-banner-title {
        font-size: 36px !important;
     }
     .project-banner-title-div {
        margin-top: 100% !important;
    }
    header .item .cover .header-content h1 {
        font-size: 38px;
    }
    .coun-padding-div{
        padding-top: 5px !important;
    }

    .nav input:checked ~ .menu {
        width: 80px;
        display: block !important;
    }
    .nav input:checked{
        display: block !important;
    }
    header .item .cover .header-content h2 {
         font-size: 30px !important;
       }
       header .item .cover {
        height: 122% !important;
       }
}



.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
  }
  .accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  .accordion-item-header.active::after {
    content: "\2212";
  }
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  }

  .inner-page-banner{
box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 46%);
        height: 60vh;
        background-size: cover;
        background-position: center;
            display: flex;
              flex-direction: column;
              justify-content: center;

  }
  .inner-page-banner-blog{

        height: 80vh;
        background-size: cover;
        background-position: center;
            display: flex;
              flex-direction: column;
              justify-content: center;

  }
    .project-page-banner{

        height: 100vh;
        min-height: 100%;;
        background-size: cover;
        background-position: center;

  }

  .banner-title-div{

    margin-top:12%;
  }
  .project-banner-title-div{

    margin-top:25%;
  }
  .banner-title{
    font-size: 50px;
    font-weight: 700;
  }
  .project-banner-title{
    font-size: 50px;
    font-weight: 700;
  }
  .project-banner-title span{
    background: #00000096;
    padding: 20px;
  }

  button.btn.btn-default.submit-btn {
    background: #15423b;
    color: #fff;
}

.footer-ul{
    list-style: none;
    padding: 0;

}
.footer-ul a{
    color: gray;

}
.footer-ul a:hover{
    color: #fff;

}




/*  */


.img-wrapper {

    overflow: hidden;
  }

  .inner-img {
    transition: 0.3s;
  }

  .inner-img:hover {
    transform: scale(1.1);
  }

  /* Other styling elements, that are not necessary for the example */

  .img-wrapper {
    display: inline-block;
    box-sizing: border-box;

  }
  .upp {
      display: none;
  }
.ddd:hover + .upp {
    display: block;
}

.nearby-main .why-choose-us-info-div.text-center {
    background: #09302b;
}

.nearby-main .why-choose-us-title {
    color: #ffffff;
}
.nearby-main .why-choose-us-services-desc{
    color: #ffffff;
}

.text-centerg {
    text-align: left !important;
}

.pt-3 {
 
    padding-left: 20px;
}