/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
button.owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
button.owl-next {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
.main_heading {
  font-size: 40px;
  color: #022d61;
  font-weight: 900;
  font-family: 'Fira Sans', 'sans-serif';
}
.main_para {
  font-size: 14px;
  line-height: 28px;
  color: #1f1f1f;
  font-weight: 300;
  font-family: "Ubuntu";
  text-align: center;
}

/* SLIDER */

  #slider { 
    max-width:100%; 
    margin:auto; 
    position:relative;
    padding: 0;
  }
  #slider img {
    width: 100%;
  }
  .slide_next_image img {
    width: auto !important;
    height: 100%;
  } 
  #slider .slider-box h1 {
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 900;
    font-family: 'Fira Sans', 'sans-serif';
  }
  #slider .slider-box .prop_desc p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Ubuntu";
  }
  #slider .slider-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    right: 53%;
  }
  #slider .carousel-caption {
    top: 0;
    bottom: inherit;
    text-align: left;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 0;
  }
  #slider .slider-box a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Fira Sans";
    text-align: center;
    color: #fff;
    background: #a3d256;
    margin: 10px 10px 10px 0px;
  }

/* About */

  #about {
    position: relative;
  }
  #about .main_text {
    font-size: 36px;
    letter-spacing: 1px;
    color: #42b0e2;
    font-weight: 300;
    font-family: "Ubuntu";
  }
  #about p.text {
    font-size: 14px;
    line-height: 28px;
    color: #717171;
    font-weight: 400;
    font-family: "Ubuntu";
  }
  #about .bottom {
    position: relative;
    bottom: -84px;
  }

/* Service */

  #service .heading h3 {
    color: #ffffff;
    text-align: center;
  }
  #service .heading p {
    color: #d6d6d6;
    text-align: center;
  }
  #serviceBox {
    position: relative;
  }
  #service h5 {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Fira Sans";
    text-align: left;
    position: absolute;
    top: 40px;
    width: 50%;
    padding: 0 10px;
  }

/* Feature */
  
  #feature .featureBox h5 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 48px;
    color: #022d61;
    font-weight: 500;
    font-family: "Ubuntu";
   /* text-align: right;*/
  } 
  #feature .featureBox p {
    font-size: 14px;
    line-height: 22px;
    color: #717171;
    font-weight: 400;
    font-family: "Ubuntu";
    /*text-align: right;*/
  }
 #feature .col-md-4.fectext1 {
    text-align: right !important;
}
#feature .col-md-4.fectext2 {
    text-align: left !important;
}

/* What we do */
  
  #what_we_do h3 {
    color: #fff;
  }

 #what_we_do .col-md-6.lefttext {
    margin-top: 30px;
}
#what_we_do .col-md-6.rightimg {
  margin-top: 40px;
}
  #what_we_do h5 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Ubuntu";
  }
  #what_we_do p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Ubuntu";
  }
  #what_we_do a {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 48px;
    color: #022d61;
    font-weight: 700;
    font-family: "Ubuntu";
    text-align: center;
    background: #fff;
    padding: 9px 25px;
    border-radius: 20px;
  }

/* Gallery */

  #gallery img {
    border-radius: 10px;
  }

/* Category */
  
  #category .heading h3 {
    color: #fff;
  }
  #category .heading p {
    color: #fff;
  }
  #category h5 {
    font-size: 18px;
    line-height: 28px;
    color: #f6f0e8;
    font-weight: 400;
    font-family: "Fira Sans";
    text-align: center;
  }

/* Activity */

  #activity p.text {
    font-size: 14px;
    line-height: 28px;
    color: #4b4b4b;
    font-weight: 400;
    font-family: "Ubuntu";
  }
  section #counter {
    padding: 30px 0;
    max-width: 70%;
  }
  #counter .counter_box {
    background: #022d61;
    margin: 10px 0;
    padding: 0px 12px 12px 12px;
    border: 3px solid #fff;
    border-radius: 7px;
  }

  #counter .counter_box h6:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 45px;
    right: 0;
    margin-right: 18px;
    background: #fff;
    left: 18px;
}
  #counter h6 {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Ubuntu";
    text-align: center;
  }
  #counter p.title {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Ubuntu";
    text-align: center;
  }

/* Testimonial */
  
  section#testimonial {
    padding: 0;
  }
  .testimonial {
    background: #fff;
    padding: 90px 40px;
    max-width: 40%;
    margin: 0 auto;
    border-radius: 50%;
  }
  .testimonial h5 {
    font-size: 16px;
    line-height: 20px;
    color: #1b1b1b;
    font-weight: 400;
    font-family: "Ubuntu";
    text-align: center;
  }
  .testimonial p.text {
    font-size: 14px;
    line-height: 20px;
    color: #4b4b4b;
    font-weight: 400;
    font-family: "Ubuntu";
    text-align: center;
  }
  .testimonial h6.name {
    font-size: 16px;
    line-height: 28px;
    color: #4b4b4b;
    font-weight: 500;
    font-family: "Ubuntu";
    text-align: center;
  }
  .testimonial p.designation {
    font-size: 12px;
    line-height: 20px;
    color: #4b4b4b;
    font-weight: 400;
    font-family: "Ubuntu";
    text-align: center;
  }
  #testimonial .owl-nav button {
    border-radius: 50%;
    outline: none;
    height: 40px;
    width: 40px;
    padding: 4px 0;
    background: #fff;
  }
  #testimonial .owl-nav .owl-prev {
    position: absolute;
    left: 28%;
    outline: none;
    font-size: 21px;
    background: #42b0e2;
  }
  #testimonial .owl-nav .owl-next {
    position: absolute;
    right: 28%;
    outline: none;
    font-size: 21px;
    background: #42b0e2;
  }
  #testimonial .owl-nav .disabled i {
    color: #42b0e2;
  }
  #testimonial .owl-nav .disabled {
    background: #fff;
  }
  #testimonial .owl-nav i {
    color: #fff;
  }

/* Latest New */

  #latest_news .box{
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    overflow: hidden;
  }
  #latest_news .box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
  }
  #latest_news .box .box-content{
    background: #fff;
    width: 78%;
    padding: 25px 20px 25px 20px;
    opacity: 1;
    position: absolute;
    bottom: 10%;
    z-index: 1;
    transition: all 0.3s ease;
    left: 0;
    right: 0;
    margin: 0 auto;

  }

  #latest_news .box .title{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #022d61;
    font-weight: 500;
    font-family: "Ubuntu";
    text-align: center;
  }
  #latest_news .box .date{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #4b4b4b;
    font-weight: 500;
    font-family: "Ubuntu";
    text-align: center;
  }

/* How we work */

  #how_we_work .box{
    overflow:hidden;
    position:relative;
  }
  #how_we_work .box .box-img img{
    width: 100%;
    height: auto;
  }
  #how_we_work .box .content{
    width: 100%;
    height: 100%;
    padding: 36px 30px;
    position: absolute;
    top: 0;
    transition:all 0.50s ease 0s;
  }
  
  #how_we_work .box .title {
    font-size: 27px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Fira Sans";
    margin: 0 0 20px 0;
  }

  #how_we_work .box .discount {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    font-family: "Ubuntu";
    background: #42b0e2;
    display: inline-flex;
    padding: 5px 23px;
  }
  #how_we_work .box .description {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Ubuntu";
    max-width: 70%;
  }
  #how_we_work .box .read-more {
    padding: 7px 25px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Ubuntu";
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
  }

/* Newsletter */

  #newsletter .main_heading {
    font-size: 30px;
    color: #fff;
    text-align: center;
  }
  .newsletter-box {
    text-align: center;
  }
  #newsletter input[type="text"], #newsletter input[type="number"], #newsletter input[type="email"] , #newsletter textarea {
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    font-size: 16px;
    padding: 10px 10px;
    margin: 0 0px 10px 0;
    border-radius: 50px;
  }
  #newsletter input[type="submit"] {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    margin-top: 10px;
    border-radius: 50px;
    padding: 6px 20px;
  }
  #newsletter .wpcf7 .ajax-loader {
    display: none;
  }
  #newsletter .newsletter_form label {
    color: #fff;
}