/* --------- SLIDER--------- */
#vw-slider img {
  width: 100%;
}
#vw-slider h2 {
  font: 400 32px var(--common-font-zx);
 letter-spacing: 3px;
}
#vw-slider p {
border-radius: 0 0 5px 5px;
  max-width: 77%;
  letter-spacing: 1px;
font: 400 15px/36px var(--common-font-m);
}
.slider-box {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
 max-width: 76%;
 left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 94px;
    border-bottom-right-radius:94px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#vw-slider .carousel-caption {
  top: 0;
  bottom: inherit;
 left: 0;
  right: 0;
   bottom: 0;
}
#vw-slider .carousel-prev-button, #vw-slider .carousel-next-button {
  position: absolute;
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}
#vw-slider .carousel-prev-button {
  left: 7%;
}
#vw-slider .carousel-next-button{
  right: 7%;
}
#vw-slider .carousel-item-next, #vw-slider .carousel-item-prev, #vw-slider .carousel-item.active {
  display: block !important;
}
#vw-slider .carousel-control-prev-icon, #vw-slider .carousel-control-next-icon{
  background-image:none; 
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  height: auto;
}
#vw-slider .read-more .plus-icon {
  padding: 10px 12px;
  font-size: 17px;
  background-color: #1e8900;
  width: 40px;
  height:40px;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.19);
  transition: 1s;
  margin-right: 5px;
}
#vw-slider .read-more .arrow-icon{
  padding: 0 10px;
}
#vw-slider .inner_carousel h2 small {
  color: white;
  display: block;
  margin-top: 20px;
  font-size: 20px !important;
  font-style: italic;
}
.carousel-indicators li {
  padding: 3px;
 border:2px solid white;
  margin-right: 10px;}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}
.carousel-fade  .carousel-item.active, .carousel-fade  .carousel-item-next.carousel-item-left, .carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade  .active.carousel-item-right {
 opacity: 0;
}
.carousel-fade  .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
#vw-slider ol.carousel-indicators{
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
#vw-slider .carousel-indicators li, #our-testimonial .owl-carousel .owl-dots button{
  border: none;
  background-color: transparent !important;
  opacity: 1;
}
#vw-slider .section-seperator{
  position: absolute;
  bottom: 0;
  width: 100%;
}
#vw-slider .slide_nav i{
  font-size: 30px;
}
#vw-slider .ci_inner, #our-testimonial .owl-carousel .owl-dots button span{
  background-color: white;
  margin: 2px;
  width: 5px;
  height: 5px;
  display: block;
 }
#vw-slider ol.carousel-indicators .active .ci_inner, #our-testimonial .owl-carousel .owl-dots button.active span{
  background-color: var(--green);
}
#vw-slider ol.carousel-indicators .active, #our-testimonial .owl-carousel .owl-dots button.active{
  border: 2px solid var(--green);
}
#our-testimonial .owl-carousel .owl-dots button {
  padding: 0 !important;
  padding: 0 !important;
  margin: 8px;
  width: auto !important;
  height: auto;
}
/* ------------ Our Projects -------------- */
#our-project .project-tabs ul{
  list-style-type: none;
  max-width: 100%;
  width: max-content;
}
#our-project .project-tabs ul li{
  display: inline-block;
}
#our-project .project-tabs ul li a {
font: 700 14px var(--common-font-m);
}
#our-project .project-tabs ul li .active{
  color: var(--green);
  border-bottom: 3px dotted;
}
#our-project .our-project-content{
  padding: 0;
}
#our-project .vw-box .vw-box-content i{
   width: 45px;
  height: 45px;
  padding: 16px 10px;
 font-size: 16px;
}
#our-project .screen-reader-text{
  color: #726f6f;
}
/* ------ Project Overlay ----------- */
#our-project .vw-box{
position: relative;
}
#our-project .vw-box:before, #our-project .vw-box:after{
  content: "";
  width: 0;
  height: 0;
  background-color: var(--green);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
#our-project .vw-box:hover:before, #our-project .vw-box:hover:after{
  width: 100%;
  height: 100%;
}
#our-project .vw-box .vw-box-content{
 padding: 26% 25px 20px 25px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.2s ease 0.3s;
}
#our-project .vw-box:hover .vw-box-content{ opacity: 1; } 
#our-project .vw-box .vw-box-content:before, #our-project .vw-box .vw-box-content:after{
  content: "";
  width: 85%;
  height: 85%;
  border: 2px dashed transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.3s ease 0s;
}
#our-project .vw-box .vw-box-content:before{ width: 0; }
#our-project .vw-box .vw-box-content:after{ height: 0; }
#our-project .vw-box:hover .vw-box-content:before{
  width: 85%;
  border-top: 2px dashed white;
  border-bottom: 2px dashed white;
  transition-delay: 0.4s;
}
#our-project .vw-box:hover .vw-box-content:after{
  height: 85%;
  border-left: 2px dashed white;
  border-right: 2px dashed white;
  transition-delay: 0.4s;
}
/* ------------ Our Records ------------ */
#our-records .our-records-box{
  border:1px dashed var(--grey1);
  padding: 10px 0;
}
#our-records .our-records-content span{
  font-size: 40px;
  color: var(--green);
  font-family: var(--common-font-zx);
}
#our-records .our-records-content p{
font: 900 14px var(--common-font-m);
  letter-spacing: 1px;
}
#our-records .our-records-content:hover{
  background-color: var(--green)!important;
}
#our-records .our-records-content:hover span, #our-records .our-records-content:hover p{
  color : white;
}
#our-records .our-records-content:hover .our-records-box{
  border-color:white;
}
/* ------------ Why Choose Us -------------*/
#why-choose-us .why-choose-us-content a{
  font: 700 18px var(--common-font-m);
}
#why-choose-us .why-choose-us-content p{
 /* line-height: 24px;*/
 font: 400 14px var(--common-font-m);
}
#why-choose-us .why-choose-us-content span{
  background-color: var(--grey1);
  width: 45px;
  height: 45px;
  display: inline-block;
  padding: 5px 2px;
  
}
#why-choose-us .why-choose-us-content i{
  width: 35px;
  height: 35px;
  padding: 9px 8px;
  display: inline-block;
  border: 1px dashed white;
 }
#why-choose-us .why-choose-us-content:hover span{
  background-color:var(--green); 
}
#why-choose-us ul{
  list-style-type: none;
  margin-left: 0;
}
#why-choose-us ul .why-choose-us-three{
  position: relative;
  left: -57px;
}
#why-choose-us ul .why-choose-us-four{
  position: relative;
  right: -57px;
}
/* ----------- Upcoming Events ---------- */
#upcoming-events{
  background-color: #f5f5f5;
}
#upcoming-events .upcoming-events-content a{
 font: 700 18px var(--common-font-m);
}
#upcoming-events .upcoming-events-content span, #upcoming-events .event-text{
  font: 400 14px var(--common-font-m);
}
#upcoming-events .event-text{
  line-height: 26px;
}
#upcoming-events .upcoming-events-content .event-location{
  color: var(--green);
}
/* --------- Our Partners ----------- */
#our-partners{
  background-color: #ececec;
}
/* ----------- Our Team ------------ */
#our-team .our-team-content .our-team-link{
font: 700 18px var(--common-font-m);
}
#our-team .our-team-content .team-desig{
  font: 400 14px var(--common-font-m);
}
#our-team .screen-reader-text{
  color: black;
}
/* --------- Team Hover ------------- */
#our-team .vw-box{
  overflow: hidden;
  position: relative;
}
#our-team .vw-box img{
  width: 100% !important;
  height: auto;
}
#our-team .vw-box .vw-box-content{
  width: 100%;
  padding: 40px 0 40px 0px;
  background-color: var(--green);
  position: absolute;
  bottom: 0px;
  top: 0;
  left: 0px;
  right: 0px;
  transition: all 0.3s ease 0s;
/*  text-align: left;*/
  opacity: 0;
}
#our-team .our-team-content:hover .vw-box-content{
  opacity: 0.8;
  transform: translateY(0);
}
#our-team .social-profiles{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#our-team .social-profiles i{
    color: #24a500!important;
    height: 46px;
    width: 46px;
} 
/* --------------- Testimonials ------------- */
#our-testimonial .testimonial-content{
  max-width: 85%;
}
#our-testimonial .testimonial-content .testimonials-text p{
  line-height: 32px !important;
  font-style: italic !important;
font: 600 16px var(--common-font-m);
}
#our-testimonial .testimonial_name a{
  letter-spacing: 1px;
    font: 400 18px var(--common-font-zx);
}
#our-testimonial .testimonial_name p{
  font: 600 14px var(--common-font-m);
  }
#our-testimonial .owl-carousel .owl-dots{
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: rotate(90deg);
}
.quote_icon_svg{
  fill: var(--green);
}
.testimonials-text:before {
  content: '';
  width: 38px;
  height: 3px;
  background-color: #52514d;
  display: block;
  position: absolute;
  left: 175px;
  top: 15px;
}
/* ------------- Latest News ------------ */
#latest-news .news-images{
  list-style-type: none;
  margin-left: 0;
}
#latest-news .latest-news-box .entry-author a{
 font: 400 16px var(--common-font-m);
}
#latest-news .latest-news-box h4{
  font-family: var(--common-font-m);
 }
#latest-news .news-text{
  font:15px poppins;
}
#latest-news .news-date{
  position: relative!important;
    bottom: 115px;
    right: -300px;
    width: 106px;
    border-left: 7px solid var(--green);
    border-top: 7px solid var(--green);
    border-bottom: 7px solid var(--green);
}
#latest-news .news-date .news_day{
  letter-spacing: 10px;
font: 900 30px var(--common-font-m);
}
#latest-news .news-date span{
  letter-spacing:1px;
  font: 900 12px var(--common-font-m);
}
#latest-news .latest-news-det{
align-items: center;
}
#latest-news .news-images .active, .date_inner{
  position: relative;
}
#latest-news .news-images .active .active-news{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:var(--green);
  opacity: 0.7;
  z-index: 2;
  cursor: pointer;
  display: none;
}
#latest-news .news-images .nav-item:first-child a{
  margin-top: 0;
  display: none;
}
#latest-news .latest-news-tab-box{
  overflow-y: scroll;
}
#latest-news .latest-news-tab-box::-webkit-scrollbar {
  width:4px;
}
#latest-news .latest-news-tab-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#latest-news .latest-news-tab-box::-webkit-scrollbar-thumb {
  background-color:#1f8c00;
  outline: 1px solid slategrey;
}
.date_inner {
 left: 8px;
}
