*{margin: 0px; padding: 0px; box-sizing: border-box;}
img{max-width: 100%;}
a,a:hover,a:visited,a:active,a:focus{text-decoration: none;}
ul{margin: 0px; padding: 0px;}
p{margin: 0px;}

.owl-carousel .owl-item img {
    border: 5px solid #000;
}
#gallery img {
    border: 5px solid #000;
}
#gallery .wow.ZoomIn.animated {
    margin-bottom: 20px;
}


/* gallery */

#gallery{padding: 60px 0px;}

  #gallery h2{text-align: center; margin-bottom: 25px;}

  @media screen and (max-width: 991px) {
    #gallery {
      padding: 60px 30px 25px 30px;
    }
  }
  
  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  .img-wrapper img {
    width: 100%;
  }
  
  .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  
  #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    #overlay img {
      width: 50%;
    }
  }
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #nextButton {
      font-size: 3em;
    }
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #prevButton {
      font-size: 3em;
    }
  }
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #exitButton {
      font-size: 3em;
    }
  }


/* whatapp */
    .quickcontact {
      width: 40px;
      position: fixed;
      bottom: 10px;
      left: 5px;
      z-index: 102;
    }
    .quickcontacta li:first-child a{
      line-height: 20px;
      text-align: center;
      background-color:#305891; color: #fff;
      width:42px;
      height:42px;
      display: inline-block;
      padding:10px ; font-size: 17px; transition: .5s;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);  
    }
    .quickcontacta li:nth-child(2) a{
      line-height: 20px;
      text-align: center;
      background-color:#82d6cc; color: #fff;
      width:42px;
      height:42px;
      display: inline-block;
      padding:10px ; font-size: 17px; transition: .5s;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      
    }
    .quickcontacta li:last-child a{
      line-height: 20px;
      text-align: center;
      background-color:#007BB6; color: #fff;
      width:42px;
      height:42px;
      display: inline-block;
      padding:10px ; font-size: 17px; transition: .5s;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      
    }
    .quickcontacta li a:hover { width: 60px;}

/* topbar */    
    header .navbar-expand-lg{padding: 0;}
    header .header-top ul{margin: 0;list-style: none;}
    header .header-top {padding: 2px 0px;background: #ffd600;}
    header .header-top ul li{color: #fff; font-size: 14px;}
    header .header-top ul li a {color: #000; font-size: 15px;gap: 10px;}
    header .header-top ul.topno li a {display: flex; align-items: center;}
    header .toprightcontact {display: flex; gap: 20px;}
    header .toprightcontact ul {display: flex; gap:10px;}
    header .toprightcontact ul li {list-style: none;}
    header .topleft {display: flex; gap: 20px;}
    header .topleft ul {display: flex; gap:10px;}
    header .topleft ul li {list-style: none;}
    header .header-topin {display: flex;justify-content: space-between;padding: 5px 0px;}

/*  */

/* topbar */
.topbar {text-align: center; padding: 8px 0px; background-color: #bf9343; color: #fff;font-size: 14px;}
.topbarin {display: flex;justify-content: space-between;}
.topbar a {color: #fff;}
.top-acc {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.header a {color: #fff;}
.header .top-acc {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #000;
  margin-right: 0px;
  background: #ffd600;
  padding: 7px 13px;
  border-radius: 5px;
}
.header .top-acc p a {color: #000;}
.callrequest {position: fixed;
  right: -53px;
  top: 300px;
  transform: rotate(-90deg);
  z-index: 999;
}
.callrequest a:hover {color: #fff;background-color: #0e5a01;}
.callrequest a {color: #000;background-color: #ffd600; border-radius: 6px 6px 0px 0px; padding: 7px 13px; 
  display: block; font-weight: bold;transition: 1s;}

/* end */


/* header dropdown  */
.navbar-nav{--bs-nav-link-padding-x: none;}
header .header-bottem .offcanvas .offcanvas-body .navbar-nav  .down{position: relative;}
header .header-bottem .offcanvas .offcanvas-body .navbar-nav  .down .dropdown{transform: scale(0); position: absolute; top: 100%; z-index: 99; padding: 2px 15px; width: 280px; background-color: #ffffff; border-top: 2px solid; transition: .5s;}
header .header-bottem .offcanvas .offcanvas-body .navbar-nav  .down a i{transition: .3s;font-size: 14px;}
header .header-bottem .offcanvas .offcanvas-body .navbar-nav  .down:hover a i{transform: rotate(180deg);}
header .header-bottem .offcanvas .offcanvas-body .navbar-nav  .down:hover .dropdown{transform: scale(1);}
header .header-bottem .offcanvas .offcanvas-body .navbar-nav  .down:hover .dropdown li:first-child{margin-top: 6px;}
header .header-bottem .offcanvas .offcanvas-body .navbar-nav  .down:hover .dropdown li {margin-bottom: 6px;  padding-bottom: 4px;}
header .header-bottem .offcanvas .offcanvas-body .navbar-nav  .down:hover .dropdown li:last-child{border: none;}
header .header-bottem .offcanvas .offcanvas-body .navbar-nav  .down:hover .dropdown li a{color: #000; }
header .header-bottem .offcanvas .offcanvas-body .navbar-nav  .down:hover .dropdown li a:hover{color: #4e6858; }
header .header-bottem .offcanvas .offcanvas-body .navbar-nav  .down .menu{columns: 2; width: 300px;}
header .offcanvas-body{height: 100%;}
.header {position: static; width: 100%; z-index: 201; background: #fff;}
.stickyheader {display: none;}
.mlogo {width: 250px; display: block; margin: auto;}
.logoarea-sticky .mlogo {width: 150px;}
.sticky {position: fixed; display: block; top: 0; width: 100%; background: #fff; animation: slideDown 1s ease-out;}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
header .headrtop{padding: 10px 0px; background-color: #189f00;border-bottom: 1px solid #e5e5e5;}
header .headrtop .header-info{align-items: center; list-style: none; justify-content: space-between;}
header .headrtop .header-info .header-infoo{display: flex; gap: 30px; list-style: none; align-items: center;}
header .headrtop .header-info  .header-infoo li a{color: #fff; transition: .5s;}
header .headrtop .header-info .header-infoo li .linee{position: relative;}
header .headrtop .header-info .header-infoo li a:hover{color: #000;}
header .headrtop .header-info .account-area .header-sosiyal{display: flex; gap: 20px; list-style: none; align-items: center;justify-content: end; height: 100%;}
header .headrtop .header-info .header-sosiyal li a{color: #000; transition:.5s; font-size: 18px;}
header .sticky .headrtop .header-info .header-sosiyal li a {color: #000;}
header .headrtop .header-info .header-sosiyal li a:hover{color: #81a18c;}
header .headrtop .header-info .header-sosiyal .nail-info{display: none;}
/* .header:hover .headrtop .header-info .header-sosiyal li a {color: #000;} */

header .navbar .navbar-toggler {color: #fff; border-radius: 0px; box-shadow: none;border: none;}
header .header-bottem{ background: #00000000;}
header .navbar{padding: 0px;}
  header .navbar .navbar-nav {align-items: center;justify-content: center;}
  header .navbar .navbar-brand img {width: 140px;}
  header .navbar .navbar-nav .nav-link {padding: 15px 20px; transition: .5s; color: #fff;}
  header .sticky .navbar .navbar-nav .nav-link {color: #fff;}
  header .navbar .navbar-nav .acctive.nav-link {padding: 36px 20px; transition: .5s; background-color: #81a18c; color:#fff;}
  header .navbar .navbar-nav .nav-link:hover{background-color: #81a18c00;}

  header .navbar .navbar-nav .nav-link {
    padding: 15px 20px;font-size: 20px;
  }

/*  */



section {
  padding: 50px 0;
  overflow: hidden;
}


/* slider */
.hero_bg {
  background-color: #fffec3;
  padding-top: 60px;
  padding-bottom: 80px
}
.slider {
  padding-top: 40px;
  padding-bottom: 150px;
}
.slider .slide {
  padding-top: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.slider .slide .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (max-width: 991.98px) {
  .slider .slide .slide-content {
      -webkit-box-align:center;
      -ms-flex-align: center;
      align-items: center
  }
}

.slider .slide .slide-content .slide-subheadline {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: var(--global--color-gray);
  margin-bottom: 20px;
  text-transform: capitalize
}

@media screen and (max-width: 991.98px) {
  .slider .slide .slide-content .slide-subheadline {
      text-align:center;
      line-height: 1.5;
  }
}

.slider .slide .slide-content .slide-headline-tow {
  font-family: var(--global--font-heading);
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  color: var(--global--color-white);
  margin-bottom: 0;
  text-transform: capitalize;
}

@media(min-width: 992px) and (max-width:1200px) {
  .slider .slide .slide-content .slide-headline-tow {
      font-size:26px;
      line-height: 1.3;
  }
}

@media screen and (max-width: 767.98px) {
  .slider .slide .slide-content .slide-headline-tow {
      font-size:1.4rem;
      line-height: 1.4;
      font-weight: 400;
      margin-bottom: 10px;
  }
}

@media screen and (max-width: 991.98px) {
  .slider .slide .slide-content .slide-headline-tow {
      text-align:center;
  }
}

.slider .slide .slide-content .slide-headline {
  font-family: var(--global--font-heading);
  font-weight: 700;
  font-size: 30px;
  line-height: 52px;
  color: #189f00;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media(min-width: 992px) and (max-width:1200px) {
  .slider .slide .slide-content .slide-headline {
      font-size:34px;
      line-height: 1.3
  }
}

@media screen and (max-width: 767.98px) {
  .slider .slide .slide-content .slide-headline {
      font-size:30px;
      line-height: 1.2
  }
}

@media screen and (max-width: 991.98px) {
  .slider .slide .slide-content .slide-headline {
      text-align:center
  }
}

.slider .slide .slide-content .usps-list {
  text-align: left;
  margin: 0 0 20px;
  padding: 0;
  list-style: none
}

.slider .slide .slide-content .usps-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: var(--global--color-white);
}

@media(min-width: 992px) and (max-width:1200px) {
  .slider .slide .slide-content .usps-list li {
      font-size:14px
  }
}

@media screen and (max-width: 991.98px) {
  .slider .slide .slide-content .usps-list li {
      display:-webkit-inline-box;
      display: -ms-inline-flexbox;
      display: block;
      margin-right: 20px;
  }
}

@media screen and (max-width: 767.98px) {
  .slider .slide .slide-content .usps-list li {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 0
  }
}

.slider .slide .slide-content .usps-list li::before {
  content: '\f00c';
  font-family: "font awesome 5 free";
  font-weight: 700;
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #189f00;
  color: #fff;
  margin-right: 15px;
  border-radius: 50%;
  font-size: 10px
}

@media(min-width: 992px) and (max-width:1200px) {
  .slider .slide .slide-content .usps-list li::before {
      margin-right:8px
  }
}

.slider .slide .slide-content .slide-desc {
  font-family: var(--global--font-body);
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  color: var(--global--color-gray);
  margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
  .slider .slide .slide-content .slide-desc {
      text-align:center;
      font-size: 18px;
      line-height: 26px;
      font-weight: 500
  }
}




/* breadcrumbs */
.breadcrumbs {
  background-color: #fff;
  padding: 30px 0px;
  text-align: left;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.breadcrumbs ul {
  margin: 0px;
  padding: 0px;
}
.breadcrumbs ul li {
  list-style-type: none;
  display: inline;  
  font-size: 16px;
}
.breadcrumbs a {
  color: #000;
  font-weight: normal;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 5px 0 5px;
  color: #000;
  font-size: 16px;
}
/*  */


/* about */

#about {padding: 30px 0px; background:linear-gradient(rgb(24 159 0 / 0%), rgb(24 159 0 / 0%)), url(../images/aboutbg.jpg); background-repeat: no-repeat; background-size: cover; padding: 60px 0px; margin-top: 0px; }
#about h5 {font-size: 18px;letter-spacing: 0px;padding-top: 0em;padding-bottom: 0em;}
.subhpart {display: flex;gap:10px;}
#about h2{text-align: center;font-size: 32px; line-height: 1.2em; color: #189f00; font-weight: 600; letter-spacing: 1px;}
#about .about-tex {padding-top: 1em; padding-bottom: 1em; font-size: 16px; line-height: 29px; color: #626060;}
#about .btnnf .btnng{padding: 10px 20px; display: inline-block; background-color:#81a18c; transition: .5s; color: #fff;}
#about .btnnf .btnng:hover {background-color: #000;}
#about .imgs{overflow: hidden;}
#about .room-inf .imgs img {transition: .5s; margin: auto;display: block;}
#about .imgsc:hover img{transform: scale(1.2);}
#about h6{font-size: 12px; letter-spacing: 3px; padding-top: 1em; padding-bottom: 1em;}
#about .btnn-h {margin-top: 30px;} 
#about .btnn-i {padding: 10px 40px;background-color: #ffd600;display: inline-block;color: #000;transition:.5s;
  border-bottom: 3px solid #bfa000;}
#about .abimg img {width: 100%;border-radius: 0px 150px 0px 0px;}
#about p {text-align: justify;}
.subhpart {margin: 20px 0px;}
#about .aboutin {background-color:#ffffffe0; padding: 30px; border: 5px solid #ddd;}

/*  */



#clients {background-repeat: no-repeat; background-size: cover; padding: 30px 0px; margin-top: 0px; background-attachment: fixed;}
#clients h2{text-align: center; color: #189f00; font-size: 36px; font-weight: bold;}
#clients .imgs{text-align: center; margin-bottom: 30px;}

/* marble shop */

#shop-look {background-repeat: no-repeat; background-size: cover; padding: 30px 0px; margin-top: 0px; background-attachment: fixed;}
#shop-look h2{text-align: center; color: #189f00; font-size: 36px; font-weight: bold;}
#shop-look .imgs{text-align: center; margin-bottom: 30px;}
#shop-look .room-text{max-width: 635px; margin: 10px auto 20px; font-size: 15px; text-align: center;}
#shop-look .row{row-gap: 30px;}
#shop-look .imgsc{position: relative; overflow: hidden; height: 100%;}
#shop-look .shopstatue .imgsc img{transition: 2s;width: 100%; height: 400px;}
#shop-look .imgsc:hover img {transform: scale(1.2);transition: 3s;}
#shop-look .room-inf {left: 0px;
  right: 0px;
  bottom: -80px;
  transition: .5s;
  padding: 30px 18px;
}
#shop-look .shopone img {width: 100%;height: inherit;}
.shopstatue {
  text-align: center;
  display: table;
  text-align: center;
  margin: auto;
  margin-top: 40px;
}
.shopstatue p {text-align: center;}
#shop-look .imgsc:hover .room-inf {bottom: -10px;}
#shop-look .room-inf li .rom-info {
  transition: .5s;
  color: #000;
  font-size: 24px;
  text-shadow: 0px 1px 3px #fff;
}
#shop-look .room-inf li .rom-info:hover{color: #fff;text-shadow: 0px 1px 3px #000;}
#shop-look .room-inf li:last-child{font-size: 18px;}
#shop-look .room-inf li:last-child .romtex {
  font-size: 15px;
  color: #000;
  border: 1px solid #000;
  padding: 8px 15px;
  display: inline-block;
  background: #fff;
  margin-top: 20px;
  width: 100%;
}
#shop-look .room-inf li:last-child .romtex:hover {background:#000; color: #fff; transition: color 1s cubic-bezier(.785,.135,.15,.86),border 1s cubic-bezier(.785,.135,.15,.86);}
#shop-look .btnn-h{text-align: center; margin: 30px 0px;}
#shop-look .btnn-h .btnn-i{padding: 10px 40px; background-color: #81a18c; display: inline-block; color: #fff; transition: .5s;}
#shop-look .btnn-h .btnn-i:hover{background-color: #000;}
#shop-look .overlays {bottom:10px;width:100%;text-align:center;}
#shop-look .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {margin: 0px;line-height: 0px;}
#shop-look .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {line-height: 0px;}
#shop-look .carousel-inner {position:relative; overflow:hidden; margin:auto;}
#shop-look .owl-carousel .owl-nav button.owl-next {right: -20px;position:relative;}
#shop-look .owl-carousel .owl-nav button.owl-prev {left: -20px;position:relative;}
#shop-look .owl-carousel h4 {margin-top: 20px;}
/*  */



/* .slidebox */
#slide-boxes {text-align: center;margin-top:-110px;padding: 0px;margin-bottom: 50px;}
#slide-boxes img {margin: auto; width: 60px; margin: 20px 0px;filter: brightness(11);}
#slide-boxes h4 a {text-align: center;display: block;color: #fff900;}
#slide-boxes .slidebox {height: 100%;background-color: #189f00;border-radius: 0px 40px 0px 0px;color: #fff;padding: 20px 10px;font-weight: 500;transition: 1s;}
#slide-boxes .slidebox:hover {background-color: #117000;}

/* footer */

footer .footermed{background-color: #189f00; padding: 40px 0px;}
footer .footermed .icon-logo img {width: 130px;}
footer .footermed .foter-info{margin-top: 25px;}
footer .footermed .sosiyal-info {margin-top: 25px;}
footer .footermed .foter-info li, .btnd{color: #fff; margin-bottom: 20px; font-size:14px;}
footer .footermed .foter-info li:hover, .btnd:hover {color: #fff;}
footer .footermed h4{color: #fff; text-transform: uppercase; font-size: 16px; margin-top: 0; margin-bottom: 10px;}
footer .footermed .sosiyal-info li, .btnd {color:#fff; font-size: 14px; transition: .5s;}
footer .footermed .sosiyal-info li:hover, .btnd:hover {color:#eaffbd;margin-left:5px;}
footer .footermed .sosiyal-info li {margin-bottom: 8px;}
footer .footermed .fotr-text {color:#fff; margin-top: 16px;}
footer .footermed .footer-icon li .btn-a {display: inline-block; height: 35px; width: 35px; border-radius: 50px; border: 1px solid #fff; line-height: 35px; text-align: center; color: #fff;}
footer .footermed .footer-icon li .btn-a:hover {color: #eaffbd; border-color: #eaffbd;}
.copyright {text-align: center; color: #fff;}
.copyright a {color: #fff;}
.logoicon {background-color: #189f00;  padding: 4px 0px; padding: 20px 0px; border-top:1px solid #138100;}
.logoicon .imgsc {text-align: center;}
.logoicon .imgsc img {width: 220px;} 

/* model */

.modal .btn {background-color: #189f00;
    color: #ffffff;
    padding: 12px 25px;
    display: inline-block;
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: none;
    z-index: 99;}
.modal .btn:hover{background-color: #000; color: #fff;}
/* index clos */





/* contact us start */

#section-contact{padding: 30px 0px;}
#section-contact h3{font-size: 20px; font-weight: bold; margin-bottom: 17px;}
#section-contact .conyect-text{margin-bottom: 30px;}
#section-contact .contact-info li{margin-bottom: 20px; color: #81a18c;}
#section-contact .contact-info li .btnd{color: #000000; transition: .5s;}
#section-contact .contact-info li .btnd:hover{color: #81a18c;}
#section-contact .forom .form-control{border-radius: 0px; box-shadow: none; padding: 13px;}
#section-contact .forom .btnnc{padding: 10px 50px; background-color: #81a18c; color: #fff; transition: .5s; border: none;}
#section-contact .forom .btnnc:hover{background-color: #000; color: #fff;}

#contact-map{padding: 10px 0px;}
#contact-map iframe{width: 100%; height: 400px;}

/* gallery start */

#gallery-slider {background-image: url(../images/gallery-bg.jpg); background-repeat: no-repeat; background-size: cover; padding: 30px 0px; background-position: bottom;}

#gallery-slider h2{text-align: center; color: #fff; font-size: 28px;}
#gallery-slider .about-inf{justify-content:center ;}
#gallery-slider .about-inf li{color: #fff; font-size: 18px;}
#gallery-slider .about-inf li .btnd{color: #fff; transition: .5s; font-size:18px;}
#gallery-slider .about-inf li .btnd:hover{color: #81a18c;}

/*  */


.thanks {
  text-align: center;
  margin: 40px 0px;
}


/* faq */

#faq {background-color: #189f00;}
.about-accordian i {
	font-weight: bold;
	margin-right: 10px;
}
#faq h2 {color:#fff; text-align: center; margin-bottom: 20px;}
#faq .imgs img {margin: auto; margin-bottom:20px; display: block;}
.about-accordian .accordion-button {
	color: #189f00;
	background: #dbd2d2;
	/* Old browsers */
	background: -moz-linear-gradient(top, #dbd2d2 0%, #fff8f4 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dbd2d2 0%, #fff8f4 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dbd2d2 0%, #fff8f4 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbd2d2', endColorstr='#fff8f4', GradientType=0);
	/* IE6-9 */
}

/*  */




/* contact-info */
#contact-info .contact-inr {background-color: #eee; padding: 30px 30px;}
#contact-info .contact-inr h2 {font-size: 34px; color: #000; padding-bottom: 30px;}
#contact-info .contact-inr .forem .form-control{border: transparent; box-shadow: none; padding: 13px; margin-bottom: 10px; border-radius: 0px;}
#contact-info .contact-inr .forem .control {padding: 13px; border: 0px;}
#contact-info .contact-inr .forem .btn {	background-color:#189f00; color: #ffffff; padding: 12px 25px; 
	display: inline-block;
  margin-top: 25px;
  font-size: 18px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border: none;
	z-index: 99;}

#contact-info .contact-inr .forem .btn:before {
		background: #ffffff;
		content: " ";
	  color: #000000;
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: -1;
		transform: translateX(-100%);
		z-index: -1;
	}

	
#contact-info .contact-inr .forem .btn::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0; color: #000000;
	left: 0;
	background: #ffffff;
	z-index: -1;
	transform: translateX(100%);
	transition: transform .5s ease;}

	#contact-info .contact-inr .forem .btn:hover:before  {
		transform: translateX(0);
		transition: transform .35s ease;
	}

	#contact-info .contact-inr .forem .btn:hover:after {
		opacity: 1;
		transform: translateX(0);
		transition: transform .35s .36s ease;
	}

#contact-info .contact-inr .forem .btn:hover{color: #000000;}
#contact-info .content{padding: 30px;}
#contact-info .content h2{font-size: 34px; color: #000; padding-bottom: 30px;}
#contact-info .content .contact-addres{margin-bottom: 45px;}
#contact-info .content .contact-addres li i{font-size: 25px; color: #189f00;}
#contact-info .content .contact-addres li h4{font-family: 'Harmattan',Helvetica,Arial,Lucida,sans-serif; color: #189f00;}
#contact-info .content .contact-addres li .text, #contact-info .content .contact-addres li .text a{color: #666; font-size: 16px;}


/* instagram feeds */
#instagramfeeds .instagram-media {min-width: 100% !important;}
#instagramfeeds .imgs img {margin: auto;margin-bottom: 20px;display: block;}
#instagramfeeds .intafeedbox {height: 440px; overflow-y: scroll; scrollbar-width: thin;}
#instagramfeeds .intafeedbox::-webkit-scrollbar {width: 5px; height: 100%;}
#instagramfeeds h2 {color:#189f00;text-align: center;margin-bottom: 20px;}
#instagramfeeds .hcontact-info {margin-top:20px;}
#instagramfeeds .hcontact-info li, #instagramfeeds .hcontact-info .btnd {color: #fff;margin-bottom: 20px;font-size: 18px;}
#instagramfeeds .contact-info {height:100%;background-color:#189f00;padding:20px 20px 20px 20px;    border-radius: 20px;}
#instagramfeeds .instafeedinner h4 {margin-bottom: 20px;}
#instagramfeeds .contact-info h4 {color: #fff;}
#instagramfeeds .instagramfeed {height:100%;padding:20px 0px;}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffd600;
  color: #000;
  cursor: pointer;
  padding: 7px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}
#myBtn:hover {
  background-color: #e3ffde;
}




.page-title {background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/titile.jpg");padding:30px 0px; text-align:center; color:#fff;background-position: center;}

/* about */

#aboutpage {padding: 30px 0px; padding: 60px 0px; margin-top: 0px; }
#aboutpage h5 {font-size: 18px;letter-spacing: 0px;padding-top: 0em;padding-bottom: 0em;}
.subhpart {display: flex;gap:10px;}
#aboutpage h2{text-align: center;font-size: 32px; line-height: 1.2em; color: #189f00; font-weight: 600; letter-spacing: 1px;}
#aboutpage .about-tex {padding-top: 1em; padding-bottom: 1em; font-size: 16px; line-height: 29px; color: #626060;}
#aboutpage .btnnf .btnng{padding: 10px 20px; display: inline-block; background-color:#81a18c; transition: .5s; color: #fff;}
#aboutpage .btnnf .btnng:hover {background-color: #000;}
#aboutpage .imgs{overflow: hidden;}
#aboutpage .room-inf .imgs img {transition: .5s; margin: auto;display: block;}
#aboutpage .imgsc:hover img{transform: scale(1.2);}
#aboutpage h6{font-size: 12px; letter-spacing: 3px; padding-top: 1em; padding-bottom: 1em;}
#aboutpage .btnn-h {margin-top: 30px;} 
#aboutpage .btnn-i {padding: 10px 40px;background-color: #ffd600;display: inline-block;color: #000;transition:.5s;  border-bottom: 3px solid #bfa000;}
#aboutpage .abimg img {width: 100%;border-radius: 0px 150px 0px 0px;}
#aboutpage p {text-align: justify;}
.subhpart {margin: 20px 0px;}
#aboutpage .aboutin {background-color:#ffffffe0; padding: 30px; border: 5px solid #ddd;}
.column-reverse {flex-direction: row-reverse;}
#aboutpage .aboutin {margin-bottom: 20px;}
/*  */

