/* --------- SLIDER--------- */
#vw-slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0; 
  position:relative;
  background-color: black;
}
#vw-slider img {
  width: 100%;
}
#vw-slider h2 {
  font-size: 36px;
  color: white;
  font: 400 32px var(--common-font-zx);
  padding-bottom: 20px;
  letter-spacing: 3px;
}
#vw-slider p {
  margin: 0px 0 15px 0;
  border-radius: 0 0 5px 5px;
  max-width: 77%;
  letter-spacing: 1px;
  line-height: 36px !important;
  color: white;
  margin:0 auto;
  font: 400 15px var(--common-font-m);
}
.slider-box {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  padding: 20px;
  max-width: 76%;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}
#vw-slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  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{
  width: auto;
  height: auto;
}
#vw-slider .read-more .plus-icon {
  padding: 10px 12px;
  font-size: 17px;
  background-image: linear-gradient(#c71b1b, #f65a5b);
  width: 40px;
  height:40px;
  border-radius: 50%;
  color:white;
  -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;
  background-color: white;
  border:2px solid white;
  background-color: transparent;
  margin-right: 10px;
  border-radius: 50%;
  width: auto;
  height: auto;
}
/*Fade slider*/
.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{
  text-align: center;
  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;
  color: white;
}
#vw-slider .ci_inner, #our-testimonial .owl-carousel .owl-dots button span{
  background-color: white;
  margin: 1px;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
}
#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;
}
/* ------------- About Us --------------- */
.section-small-title{
  color: var(--grey1);
  margin-bottom: 7px;
  font: 700 15px var(--common-font-m);
}
.small_inner {
  color: var(--green);
}
#about-us .about-content h3 {
  color: black;
}
#about-us .about-features{
  padding-top: 30px;
}
#about-us .about-features .about-icon{
  background-color: var(--grey1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  padding: 5px 2px;
  text-align: center;
}
#about-us .about-features .about-icon i{
  width: 40px;
  height: 40px;
  padding: 11px 8px;
  border-radius: 50%;
  display: inline-block;
  border: 1px dashed white;
  color: white;
}
#about-us .about-features a{
  color: var(--grey1);
  font: 700 16px var(--common-font-ox);
}
#about-us .about-features-text{
  line-height: 24px !important;
  color: #545454;
  margin-bottom: 0;
  font: 400 14px var(--common-font-op);
  padding: 8px 0;
}
#about-us .about-features:hover span{
  background-color: var(--green);
}
/* ------------ Our Services -------------- */
.our-services-head .small_inner{
  color: #f32122;
}
.our-services-head h6.section-small-title, #our-services .our-services-head h3,  .testimonials-head h6.section-small-title, .testimonials-head h3{
  color: white;
}
#our-services .our-services-content a{
  letter-spacing: 1px;
  color: var(--grey1);
  padding-top: 20px;
  display: block;
  font: 400 18px var(--common-font-zx);
}
#our-services .our-services-content .our-services-box1{
  background-color: white;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
#our-services .our-services-content .our-services-box2{
  border: 1px dashed #5e5e5e;
  padding: 25px;
}
#our-services .our-services-content .our-services-box1:hover a{
  color: var(--green);
}
#our-services .our-services-content .our-services-box1:hover .our-services-box2{
  border:1px dashed var(--white);
}
.our-services-box2 i {
  font-size: 38px;
  color: var(--green);
}
#our-services .our-services-content .our-services-box1:hover i, #our-services .our-services-content .our-services-box1:hover .our-services-box2 a{
  color: white;
}
#our-services .our-services-content .our-services-box1:hover{
  background-color: var(--green);
}
/* ------------ Our Projects -------------- */
#our-project .project-tabs ul{
  list-style-type: none;
  max-width: 100%;
  width: max-content;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  padding-top: 0 !important;
}
#our-project .project-tabs ul li{
  display: inline-block;
}
#our-project .project-tabs ul li a {
  color: var(--grey1);
  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{
  color: black;
  width: 45px;
  height: 45px;
  padding: 16px 10px;
  background-color: white;
  border-radius: 50%;
  font-size: 16px;
}
#our-project .screen-reader-text{
  color: #726f6f;
}
/* ------ Project Overlay ----------- */
#our-project .vw-box{
  text-align: center;
  overflow: hidden;
  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{
  width: 100%;
  height: 100%;
  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-content{
  text-align: center;
  background-color:white;
  padding:20px;
}
#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{
  color: var(--grey1);
  font: 900 14px var(--common-font-m);
  letter-spacing: 1px;
}
#our-records .our-records-content:hover{
  background-color: var(--green);
}
#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{
  color: var(--grey1);
  font: 700 18px var(--common-font-m);
}
#why-choose-us .why-choose-us-content p{
  line-height: 24px;
  color: var(--grey1);
  font: 400 14px var(--common-font-m);
}
#why-choose-us .why-choose-us-content span{
  background-color: var(--grey1);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  padding: 5px 2px;
  text-align: center;
}
#why-choose-us .why-choose-us-content i{
  width: 35px;
  height: 35px;
  padding: 9px 8px;
  border-radius: 50%;
  display: inline-block;
  border: 1px dashed white;
  color: 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{
  color: var(--grey1);
  padding-bottom: 15px;
  display: block;
  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;
  padding-top: 15px;
}
#upcoming-events .upcoming-events-box{
  padding-top: 35px;
  background-color: white;
}
#upcoming-events .upcoming-events-content .event-location{
  color: var(--green);
}
/* -------------- Our Products ------------ */
#our-products .our-products-content a{
  color: var(--grey1);
  padding-top: 15px;
  display: block;
  font: 700 15px var(--common-font-m);
}
#our-products .our-products-content .product-price ins{
  text-decoration: none;
}
#our-products .our-products-content .product-price ins, #our-products .our-products-content .product-price del{
  color: var(--green);
  font: 700 15px var(--common-font-m);
}
#our-products .product-image{
  border:1px solid #e1e1e1;
}
#our-products .our-products-content:hover .product-image{
  border:1px dashed var(--green);
}
#our-products .owl-carousel .owl-nav .owl-prev i{
  position: relative;
  left: -20px;
  top: -35px;
}
#our-products .owl-carousel .owl-nav .owl-next i{
  position: relative;
  right: -20px;
  top: -35px;
}
.product-price {
  display: inline-block;
}
#our-products .our-products-content .product-price del {
  float: right;
  padding-left: 6px;
}
/* ---------- Product Hover ------------ */
#our-products .vw-box{
  text-align: center;
  overflow: hidden;
  position: relative;
}
#our-products .vw-box:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
#our-products .our-products-content:hover .vw-box:after{
  opacity: 1;
}
#our-products .vw-box img{
  width: 100%;
  height: auto;
}
#our-products .vw-box .vw-box-content{
  width: 100%;
  background: #505050;
  padding: 10px 0;
  color: #f1e7c3;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
#our-products .our-products-content:hover .vw-box-content{
  bottom: 0;
}
#our-products .vw-box .title{
  margin: 0 0 8px 0;
}
#our-products .vw-box .post{
  display: block;
}
#our-products .vw-box .post i{
  width: 40px;
  height: 40px;
  background-color: var(--green);
  color: white;
  padding: 10px 10px;
  border-radius: 50%;
}
/* --------- Our Partners ----------- */
#our-partners{
  background-color: #ececec;
}
#our_partners img{
  width: auto !important;
}
/* ----------- Our Team ------------ */
#our-team .our-team-content .our-team-link{
  color: var(--grey1);
  padding-top: 15px;
  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{
  padding: 0;
  text-align: center;
  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 .vw-box-content p{
  font-size: 15px;
  letter-spacing: 1px;
  color: white;
  font-family: "Roboto";
  font-weight: 500;
  margin-bottom: 5px;
}
#our-team .vw-box-content p i{
  padding-right: 5px;
  color: #c28851;
  padding-left: 20px;
}
#our-team .social-profiles{
 text-align: center;
  padding-top: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#our-team .social-profiles i{
  color: white;
  padding: 0 10px;
} 
/* --------------- Testimonials ------------- */
#our-testimonial {
  background-color: black;
}
#our-testimonial .testimonial-content{
  max-width: 85%;
}
#our-testimonial .testimonial-content .testimonials-text p{
  line-height: 32px !important;
  color: white;
  font-style: italic !important;
  padding-bottom: 20px;
  font: 600 16px var(--common-font-m);
}
#our-testimonial .testimonial-content .test-image{
  border-radius: 50%;
}
#our-testimonial .testimonial_name a{
  letter-spacing: 1px;
  color: var(--green);
  font: 400 18px var(--common-font-zx);
}
#our-testimonial .testimonial_name p{
  font: 600 14px var(--common-font-m);
  color: white;
  margin-bottom: 0;
}
#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: -40px;
  top: 15px;
}
/* ------------- Latest News ------------ */
#latest-news .news-images{
  list-style-type: none;
  margin-left: 0;
}
#latest-news .latest-news-box .entry-author{
  text-transform: uppercase;
  color: var(--green);
  font-weight: 700;
}
#latest-news .latest-news-box .entry-author a{
  color: var(--green);
  font: 400 16px var(--common-font-m);
  text-transform: capitalize;
}
#latest-news .latest-news-box h4{
  font-family: var(--common-font-m);
  font-weight: 700;
}
#latest-news .news-text{
  font-family: var(--common-font-op);
  font-weight: 400;
}
#latest-news .news-date{
  position: absolute;
  bottom: 25px;
  right: 60px;
  background-color: white;
  text-align: center;
  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;
  color: var(--grey1);
  display: block;
  font: 900 30px var(--common-font-m);
}
#latest-news .news-date span{
  letter-spacing:1px;
  color: var(--grey1);
  text-transform: uppercase;
  font: 900 12px var(--common-font-m);
}
#latest-news .latest-news-det{
  display: flex;
  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;
}
#latest-news .news-images .nav-link{
  padding:0;
  margin: 15px;
}
#latest-news .news-images .nav-item:first-child a{
  margin-top: 0;
}
#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 {
  background-color: white;
  padding: 14px 8px;
  left: 8px;
}
#our-team #team-loop, #our-records #records-loop, #our-products #product-loop, #our-partners #partners-loop, #our-testimonial  #testimonial-loop{
  display: none;
}