/********** Template CSS **********/
:root {
    --primary: #13710f!important;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #182333;
}

  #scheme{
    float: left;
}

.btn-primary {
    color: #FFF;
    background-color: #13710f!important;
    border-color: #13710f!important;
      border-radius: 8px;
     
}
.btn-outline-primary {
    color: #13710f!important;
    border-color: #13710f!important;
}
.btn-outline-primary:hover  {
    background-color: #13710f!important;
    color: #fff!important;
}
.text-primary {
     color: #13710f!important;
    }

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
     color: #13710f!important;
}
h5, .h5 {
    font-size: 16px!important;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
     
}


#land{
    background:url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px;
}
#land1{
    display: none;
}


.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
    
}

.btn-square {
    width: 38px;
    height: 38px;
   
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

p {
    
     font-size: 16px!important;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #555;
    font-size: 18px!important;
    text-transform: uppercase;
    outline: none;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    height: 40px; 
}

.navbar .navbar-nav .nav-link {
    margin-left: 20px;
    /***padding: 25px 0;***/
    color: #555;
  
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
   
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
   
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        width: 120%;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
#header 
{
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1020;
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(100, 0, 0, .35);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}



.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #6c6c6c;
}


/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}


/*** Service ***/
.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0;
    transition: .5s;
}

.service-item:hover .service-text::before {
    height: 100%;
    opacity: 1;
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-text * {
    color: #FFFFFF !important;
}


/*** Appointment ***/
.appointment {
    background:url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    width: 100%;
}

.team-text * {
    transition: .5s;
}

.team-item:hover .team-text * {
    letter-spacing: 2px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    color: #6c6c6c;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #6c6c6c;
    font-weight: normal;
    font-size: 18px;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #6c6c6c;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

.service .nav .nav-link.active h4{
    color: #fff;
}
.shop-footer .language-div .lang-change.selected-lang{
   color: var(--primary);
}

div#hiddenLangText {
    display: none;
}
.language-div.notranslate.event-disabled{
    display: flex;
    text-align: right;
   
    font-size: 15px;
 
    color: #6c6c6c;
}

.shop-footer .lang-change{
color: #7f7f7f;
}

.lagauges {
    display: flex;
}
.lang-change.text-center{
    padding-left: 12px;
    cursor: pointer;
}

  .modal-body {
    padding: 0;
  }
  .btn-close {
    position: absolute;
    right: 0;
    padding: 1em;
  }
  .form-area h1 {
     padding-top: 1em;
    font-size: 2.3em;
    font-weight: bold;
  }
  .form-area {
    padding: 3em;
    width: 100%;
    height: 30px!important;
    color: #000;
    
} 
  
  .form-control {
       border-radius: 8px;
       height: 50px!important;
  }
  .form-area .btn {
    width: 100%;
    font-weight: 800;
    background: #FDA12B;
    padding: 0.5em 0;
    color: #fff;
    border-radius: 50px;
}

  .form-area .btn:hover {
    background-color: #FDA12B;
    color: #fff;
    border-color: #fff;
  }
  p.text-black {
    padding-top: 1em;
     color: #000;
  }
  .form-area p a {
    
    text-decoration: none;
  }
  .form-area p a:hover {
    color: #000;
  }

  .modal-dialog{
    max-width: 60%;
  }

  #formbtn{
  margin-left: 10px;
  }

  .topbar{
    display: none;
  }

  .languages{
    display: flex;
  }

  @media (max-width: 600px){
    .form-area{
        padding: 1.5em;
    }
    .form-area h1{
        font-size: 18px;
    }
   .modal-dialog{
    max-width: 100%;
  }
}
.shadow-effect {
            background: #fff;
            padding: 20px 20px 10px 20px;
            border-radius: 4px;
         text-align: left;
    border:1px solid #ECECEC;
            box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
        }
        #customers-testimonials .shadow-effect p {
            font-family: inherit;
            font-size: 17px;
            line-height: 1.5;
            margin: 0 0 17px 0;
            font-weight: 300;
        }
       
        #customers-testimonials .item {
       
            
                margin-bottom:80px;
            opacity: .2;
            -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        #customers-testimonials .owl-item.active.center .item {
            opacity: 1;
            -webkit-transform: scale3d(1.0, 1.0, 1);
            transform: scale3d(1.0, 1.0, 1);
        }
        .owl-carousel .owl-item img {
            transform-style: preserve-3d;
            max-width: 60px;
            float: left;
            margin-right: 15px;
        }
        #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
            background: #FF3E41;
            transform: translate3d(0px, -50%, 0px) scale(0.7);
        }
#customers-testimonials.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #13710f!important;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }



.accordion .accordion-item {
  border-bottom: 1px solid #000;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #13710f!important;;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #555;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #13710f;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #FF3E41;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  font-size: 20px!important;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #13710f;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 12em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.accordion-item{
    border: none;
}

.img-circle{
    border-radius: 50px;
}
.fa_custom {
color: orange;
}
#footerbg{
    background-color: #f6f6f6!important;
}


#header 
{
    position: sticky;
    top: 0;
    z-index: 1020;
}
label {
    font-size: 12px;
}

select.form-select.border-0 {
    font-size: 12px;
     border-radius: 8px;
       height: 50px!important;
}

@media only screen and (max-width: 767px){
 .buttonizer.buttonizer-group.buttonizer-group-0-0-1 {
    right: -5px !important;
    top: unset !important;
    bottom: 0px !important;
    z-index: 99999;
    padding: 5px 0px;
    position: fixed!important;
    display: block !important;
    border-radius: 0px !important;
    max-height: 55px !important;
    left: 0px !important;
    bottom: 5px !important;
}
.buttonizer > a:first-child {
    display: none !important;
}
.buttonizer a {
    display: inline-block !important;
    width: 25% !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px ;
     padding: 15px 10px 15px 10px!important;
}

}


@media only screen and (max-width: 768px) {
  #form {
   padding-top:60px;
  }
  #scheme{
    float: none;
}
  #whtsap{
    position: fixed;  right: 20px; bottom: 15px;"
}
#bannertext{
    display: none;
}
.whtsapicon{
    height: 40px;
    width: 40px;
}
.footer .copyright {
    padding-bottom: 70px;
    }
.back-to-top  {
    display:none!important;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0em 0;
}
#land1{
    display: block!important;
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .65)), url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
}
#land{
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25))!important;
    background-size: cover;
    padding: 30px;
}
  }





