:root {
    --green: #005d24;
}


/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 15px white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--green);
  border-radius: 10px;
}


p {
  text-align: justify;
}
.marquee {
    padding: 5px;
	height: 380px;
	text-align: center;
    overflow: hidden;
    border: 1px solid var(--green);
    border-radius: 10px;
    box-sizing: border-box;
}
.bbtn {
    background-color: var(--green) !important;
}

.bbtn:hover {
  color: whitesmoke !important;
}

.table thead tr th {
  background-color: var(--green);
  color: whitesmoke;
  text-align: center;
  font-size: 20px;
}
.table tbody tr td {
  font-size: 18px;
}

* {
    overflow-x: hidden;
    font-family: 'Times New Roman', Times, serif;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.divider {
    width: 150px;
    height: 3px;
    background: var(--green);
}

.imgs {
    object-fit: cover !important;
    border-radius: 10px;
}

.imgs:hover {
    cursor: pointer;
}

.hover-img {
    overflow: hidden;
    border-radius: 10px;

}
#about {
    font-size: 16px;
    text-align: justify;
    text-shadow: none;
}

#newsletter {
    background: rgba(0, 0, 0, 0) url("../img/n1.jpg") no-repeat scroll center center;
    padding-bottom: 159px;
    padding-top: 233px;
}

.footer_icon a {
    color: #909090;
}
.footer_icon a i {
    font-size: 25px;
    border: 1px solid #909090;
    border-radius: 100px;
    padding: 10px;
}
.newsletter-container input,
.newsletter-container textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px dashed var(--green);
  border-radius: 10px;
  color: #909090;
  height: 42px;
  margin-bottom: 20px;
  padding: 0 14px;
  width: 100%;
}

.newsletter-container h4 {
  float: right;
  font-size: 13px;
  line-height: 24px;
  margin-top: 57px;
}

.newsletter-container .button-default {
  margin-top: 68px;
}

.newsletter-container textarea {
  float: left;
  height: 167px;
  margin-right: 20px;
  overflow: hidden;
  padding-top: 8px;
  resize: none;
  width: 76%;
}

.hover-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s all ease-in-out;
}

.hover-img:hover img {
    cursor: pointer;
    transform: scale(1.2);
}

#whyus {
    padding: 10px 20px 5px 20px;
    border: 1px dashed var(--green);
    border-radius: 30px;
}

a {
    text-decoration: none !important;
}

.text-concat {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.6em;
    text-align: justify;
}

.text.ellipsis::after {
    content: "...";
    position: absolute;
}
a:hover, .dwps-text, a.active {
    color: var(--green) !important;
    text-shadow: 0 0 .65px var(--green), 0 0 .65px var(--green) !important;
}

.vr {
    width: 2px !important; 
    opacity: 1 !important;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.social-icon { 
  color: white !important;
}
.social-icon:hover {
  -webkit-text-stroke: 0.1rem white !important;  
  color: transparent !important;
}

.head {
    width: 100%;
    background-color: var(--green);
}


.breadcrumb-bar {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 86.6%;
}
.breadcrumb {
    margin-top: 0;
} 
.breadcrumb li a{
    color: #333333;
    text-shadow: none !important;
}
  
.breadcrumb li i{
    margin-top: 5px;
}
  
.breadcrumb>li {
    font-size: 18px;
    color: var(--green);
    text-shadow: 0 0 .65px var(--green), 0 0 .65px var(--green) !important;
    margin-right: 10px;
    position: relative;
}

  
  .contact-area-container>p {
    padding-bottom: 12px;
  }
  
  .contact-address-info {
    border-bottom: 1px solid var(--green);
    margin-bottom: 31px;
    padding-bottom: 22px;
  }
  
  .contact-icon {
    color: var(--green);
    float: left;
    font-size: 14px;
    margin-right: 12px;
    width: 15px;
  }
  .contact-icon i{
    margin-top: 20px;
  }
  
  .contact-text {
    overflow: hidden;
  }
  
  .contact-text>h4 {
    font-size: 10px;
    margin-bottom: 5px;
  }
  
  .contact-icon i {
    position: relative;
    top: -5px;
  }
  
  
  
  .contact-address-container {
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
  }
  
  .contact-form .single-title {
    margin-bottom: 6px;
  }
  
  .contact-form-container input,
  .contact-form-container textarea {
    border: 1px dashed var(--green);
    color: #909090;
  }
  
  .contact-form-container textarea {
    height: 199px;
    overflow: hidden;
    resize: none;
  }
  #dir-img {
    width: 300px;
    padding: 5px;
    margin: 10px 0;
    border: 1px solid var(--green);
    border-radius: 20px;
  }
  #dir-img img {
    border-radius: 20px;
    height: 230px;
    width: 288px;
    object-fit: cover;
  }

  #about p {
    font-size: 18px;
  }

  .hr {
    margin-top: 10px;
    width: 100% !important;
    height: 2px !important;
    background: var(--green) !important;
  }

  .wrapper{
    width: 100%;
  }
  .wrapper nav{
    /*height: 30px;*/
    display: flex;
    /*justify-content: center;*/
  }
  .wrapper .items{
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .items span{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
  margin-left:10px;
  }
  .items span.active, .items span:hover{
    color: var(--green) !important;
    text-shadow: 0 0 .65px var(--green), 0 0 .65px var(--green) !important;
  }
  
  .gallery{
    display: flex;
    flex-wrap: wrap;
  }
  .gallery .image{
    width: calc(100% / 4);
    padding: 7px;
    border-radius: 10px;

  }
  .gallery .image span{
    display: flex;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;

  }
  .gallery .image img{
    width: 100%;
    height: 150px;
    border-radius: 10px;
    vertical-align: middle;
    object-fit: cover;
    transition: all 0.3s ease;
  }
  .gallery .image:hover img{
    transform: scale(1.1);
  }
  
  .gallery .image:hover {
    cursor: pointer;
  }
  
  .gallery .image.hide{
    display: none;
  }
  .gallery .image.show{
    animation: animate 0.4s ease;
  }
  @keyframes animate {
    0%{
      transform: scale(0.5);
    }
    100%{
      transform: scale(1);
    }
  }
  
  .preview-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    max-width: 700px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  }
  .preview-box.show{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
  }
  .preview-box .details{
    padding: 13px 15px 13px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .details .title{
    display: flex;
    font-size: 18px;
    font-weight: 400;
  }
  .details .title p{
    font-weight: 500;
    margin-left: 5px;
  }
  .details .icon{
    color: var(--green);
    font-style: 22px;
    cursor: pointer;
  }
  .preview-box .image-box{
    object-fit: cover;
    max-height: 500px;
    display: flex;
  }
  .image-box img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .shadow{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0,0,0,0.4);
  }
  
  .navbar .shadow{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0,0,0,0.4);
  }
  
  .shadow.show{
    display: block;
  }
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    height: 50px;
    width: 50px;
    background-color: var(--green);
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 100%;

    font-size: 18px;
}


.animated-icon {
    width: 30px;
    height: 35px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    background: var(--green);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon span:nth-child(1) {
    top: 0px;
}

.animated-icon span:nth-child(2) {
    top: 10px;
}

.animated-icon span:nth-child(3) {
    top: 20px;
}

.animated-icon.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fs-md-18 {
    font-size: 18px;
}

#myBtn:hover {
    box-shadow: 0 0 5px var(--green);
    /* background-color: whitesmoke;
    color: var(--green);
    border: 2px solid var(--green); */
}
  @media (max-width: 1000px) {
    .gallery .image{
      width: calc(100% / 3);
    }
  }
  @media (max-width: 800px) {
    .gallery .image{
      width: calc(100% / 2);
    }
  }
  @media (max-width: 700px) {
    .items span {
        font-size: 12px;
        font-weight: 500;
    }
  }
  @media (max-width: 600px) {
      
    .wrapper nav .items{
      flex-wrap: wrap;
    }
    .gallery .image{
      width: 100%;
    }
  } 
  
  @media screen and (max-width: 760px) {
      
       .navbar-collapse {
            background-color: var(--green);
            position: fixed;
            top: 110px;
            /*transition: all 0.5s ease-out;*/
            height: 100%;
            width: 80%;
            padding: 10px;
            left: 0;
            z-index:1;
            box-shadow: 0 0 20px var(--green);
            overflow-x: hidden;
        }
    

    .dropdown-menu {
        width: 100%;
    }

    .nav-link,.nav-link:hover, a.active{
        color: white !important;
    }
    .fs-sm-12{
        font-size: 12px;
    }
    #whyus .fs-3, .fs-sm-18,.fs-3 {
        font-size: 18px !important;
    }
    #newsletter{
         background-image:none;
         background-color:#efebeb;
         padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .newsletter-container h4{
        text-align:center;
        float:none;
    }
    .carousel-item img{
         height: 200px;
    }
    .divider{
        height:2px;
        width:100% !important;
    }
    .moblie-center {
        text-align:center !important;
    }
     #dir-img{
         margin-left:auto;
         margin-right:auto;
     }
     
  }
  
  
