
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

ul {
  list-style-type: none;
}

a,
a:hover {
  text-decoration: none;
}


body .testimonial {
  padding: 100px 0;
}
body .testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
body .testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}
body .testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #71b85f;
  border-radius: 50%;
}
body .testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #71b85f;
  border-radius: 50%;
}
body .testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}
body .testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}
body .testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}
body .testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
body .testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}
body .testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}
body .testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;

}
body .testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}
body .testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}
body .testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}
body .testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}
body .testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
body .testimonial .row .tabs li figure {
  position: relative;
}
body .testimonial .row .tabs li figure img {
  display: block;
}
body .testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #dff9d9;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body .testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
body .testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}
body .testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
body .testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}
body .testimonial .row .carousel .carousel-indicators li {
  background: #3931af;
  background-clip: padding-box;
  height: 5px;
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  
  color: #3931af;
  font-weight: 700;
  margin-top: 37px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  body .testimonial .row .tabs {
    margin-right: 25px;
  }
}

/* image with text */
.how-section1{
  margin-top:-15%;
  padding: 10%;
}
.how-section1 h4{
  color: #ffa500;
  font-weight: bold;
  font-size: 30px;
}
.how-section1 .subheading{
  color: #3931af;
  font-size: 20px;
}
.how-section1 .row
{
  margin-top: 10%;
}
.how-img 
{
  text-align: center;
}
.how-img img{
  width: 40%;
}

.blog-img img{
  width: 100%;
}

/* blog */
.section-title{
  text-align: center;
  color: #3931af;
  margin-bottom: 10%;
  text-transform: uppercase;
}
.blog-item{
  margin-bottom: 5%;
}
.blog-img{
  overflow: hidden;
}
.blog-img img{
  width: 100%;
  transition: all 0.4s ease 0s;
  border-radius: 10px;

}
.blog-img:hover img{
  transform: scale(1.1);
  
}
.blog-content{
  padding: 4%;
  box-shadow: 0px 0px 10px #999;
  transition: all 0.4s ease 0s;
  border-radius: 0 0 10px 10px;
}
.blog-content h3{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-content h3 a{
  color: #3931af;
  font-size: 18px;

}
.blog-content p{
  font-size: 16px;
  line-height: 24px;
  color:#000;
  margin-bottom: 20px;
}
.blog-content a{
  color: #3931af;

  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.blog-content a:hover{
  color: #ffa500;

}
.blog-content:hover{
  box-shadow: 0px 0px 20px #99d10f;
}

.read-more{
  color: #ffa500;
  font-weight: bold;
}

/* contact-form  */

.form-control{
  border-radius: 8px;
}
.form-group a{
  color: #ffa500;
  font-weight: bold;
}
.form-group a:hover{
  color: #3931af;
}
.form-group{
  margin-bottom: 5%;
}
.form-group input{
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  /* color: #000; */
  /* border: 1px solid #999; */
  padding-left: 20px;
}
.form-group textarea{
  height: 150px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  border: 1px solid #999;
  padding-left: 20px;
  padding-top: 20px;
}

/* footer */
.footerSlider{
  width: 100%;
  height: 100px;
}

.submit {
  background: rgb(10, 108, 10) ;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  border: none;
  border-radius: 40px 20px;
  margin-top: 5%;
  margin-bottom: 5%;
}

 .submit:hover {
  background-color: #e519b3;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition:.5s;
  font-size: 1.2rem;
} 

/* footer media query */
@media only screen and (max-width: 668px) {
  .footerSlider{
    width: 100%;
    height: 100px;
    font-size: 10px;

  }
  .footer-area p {
    font-size: 14px;
  }
  .footer-nav li {
    font-size: 12px;
  }
}
