:root {
  --bg-clr: #e6df75;
  --clr-1: #e6df75;
  --clr-2: #079d55;
  --clr-3: #ffc640;
  --clr-4: #e54cff;

 
}

.text-info {
    --freya-text-opacity: 1;
    color: var(--freya-info) !important;
}
a:hover{
     text-decoration: none;
}

.bg-holder.overlay-1:before {
    
    /*background: radial-gradient(at top left, #fbed1266 , #31996766);*/
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 50px!important;
  color: #319967 ;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: inline-flex;
  font-weight: 700;
  color: #555555;
  margin-left: 20px;
  
}

.counts .count-box p {
  padding: 0 0 0 0;
  margin: 0;
 
  font-size: 14px;
}
.counts .count-box strong  {
   color: #319967 ;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  /*font-family: "Poppins", sans-serif;*/
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #228B22;
}

.container .card,
.container .card .face,
.container .card .face.face-top .content img {
  transition: all 0.4s ease-out;
}

.container .card .face {
  height: 200px;
}

.container .card a {
  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.22);
}

.container .card a:hover {
  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.44);
}

.container .card .face.face-top {
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .card:hover {
  transform: scale(1.05);
}

.container .card .face.face-top .content {
  color: #fff;
  font-size: 1.5em;
}

.container .card .face.face-top .content img {
  width: 100%;
  opacity: 70%;
}

/* card image hover */
.container .card:hover .face.face-top .content img {
  opacity: 80%;
}

.container .card .face.face-top .content h3 {
  position: absolute;
  bottom: 180px;
  padding: 20px;
  z-index: 1;
}

.container .card .face.face-bottom {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fbfbfb;
  
}

.container .card:hover .face.face-bottom {
  background-color: #fff;
}

.container .card .face.face2 .content p {
  margin: 0;
  padding: 0;
}


.testimonial {
  /*border-right: 4px solid #2a3d7d;*/
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  padding: 10px 10px 10px 120px;
  margin: 0 5px 20px 5px;
  overflow: hidden;
  position: relative;

}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid rgb(235, 228, 118);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid rgb(235, 228, 118) ;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #319967;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #29d18b;
  font-style: italic;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
}

.footer .footer-content {
  background-color: #ede7171f;
  background-size: contain;
  padding: 60px 0 30px 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info .logo {
  line-height: 2em;
  margin-bottom: 25px;
}

.footer .footer-content .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-content .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-secondary);
  /*font-family: var(--font-secondary);*/
  margin-top: 3px;
}

@media (max-width: 390px) {
 
.footer .footer-content .footer-info .logo span {
    font-size: 20px;
}
}
.footer .footer-content .footer-info p {
  font-size: 15px;
  margin-bottom: 0;
  /*font-family: var(--font-primary);*/
  color: var(--color-secondary);
}

.footer .footer-content .social-links a {
  font-size: 14px;
  line-height: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  color: rgba(27, 47, 69, 0.5);
  margin-right: 10px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 50px;
}

.footer .footer-content .social-links a:hover {
  background-color: #38618e;
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: bold;
  color: #29486a;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul i {
  margin-right: 2px;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: #31547c;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: var(--color-primary);
}

.footer .footer-content .footer-contact p {
  line-height: 26px;
  color: var(--color-secondary);
}

.footer .footer-legal {
  background: #fff;
  padding: 30px 0;
}

.footer .footer-legal .copyright {
  text-align: center;
  color: var(--color-secondary);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
  color: var(--color-secondary);
}



/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
      box-sizing: content-box;
    padding: 20px;
    margin: 40px 30px;
    box-shadow: 0px 0 20px rgba(27, 47, 69, 0.1);
    border: 5px solid;
    border-image: linear-gradient(90deg,  #0ac72a  30%, #1c563a 100%) 1;
    text-shadow: #acacac 0px 0px 10px;
    background: #fff;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #46a15e;
  opacity: 1;
}

 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9ead0c;
}

.testimonials .swiper-slide {
  opacity: 0.6;
}
            
@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }

  .testimonials .testimonial-item {
    margin: 40px 20px;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    /*transform: scale(1.12);*/
  }
}
.swiper-nav [class*=swiper-] {
    opacity: 0;
}


.H_3{
     text-transform: uppercase;
  background: linear-gradient(to right, #0ac72a 30%, #1c563a 100%);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: 350;
    font-size: 2.5rem;
    text-shadow: 3px 4px rgba(0, 0, 0, 0.1);
    
}
.H_1{
    text-transform: uppercase;
   background: linear-gradient(to right, #0ac72a 30%, #1c563a 100%);;
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   font-size: 2.5rem;
    font-weight: 350;
   text-shadow: 3px 4px rgba(0, 0, 0, 0.1); 
}
.text-shadow {
 text-shadow: 3px 4px rgba(0, 0, 0, 0.1);
}
.text-shadow1 {
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #555, 0 6px 1px rgba(0,0,0,.1);
}


.far .fa-smile{
   
}
.offset {
  margin-top: 0;
  padding-top: 270px;
  text-align: center;
  transition: 0.3s;
}

.header {
  position: fixed;
  width: 100%;
  height: 250px;
  font-weight: bold;
  text-align: center;
  background: gold;
  transition: 0.3s;
}
.header.small {
  height: 70px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header.small ~ .offset {
  padding-top: 140px;
}
.header.small .header_logo {
  padding-top: 20px;
  font-size: 20px;
  text-shadow: none;
}

.header_logo {
  font-family: "Oswald", sans-serif;
  margin: 0;
  padding-top: 80px;
  font-size: 50px;
  text-shadow: 3px 4px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}


#fixedbutton.active {
    visibility: visible;
    opacity: 1;
}
#fixedbutton {
    margin-top: 10px!important;
    position: fixed;
    bottom: 10px!important;
    right: 5px;
    z-index: 5000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    color: #ffffff;
    background: radial-gradient(at top left, #fbed12 , #319967);
    font-size: 25px;
    transition: all 0.4s;
}
