/*=================== fonts ====================*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
/*@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");*/


/*--------- Body Strat -------*/

body {
   
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #858585;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    /*margin:0*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif !important;
  
}

p{
    color: #3a3a3a;
    font-size: 14px;
}
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
.top_bar{
      padding: 2px 0px;
    border-bottom: 1px solid #ddd;
}
.social_icon{
  text-align: right;
}
.social_icon li {
    display: inline-block;
    padding: 5px 13px;
}

.social_icon .fa {
    color: #333;
}
.mail a{
  color: #333;
  font-size: 12px;
}
.mail .fa{
  color: #333;
  font-size: 14px;
}
.menu_bar{
  text-align: right;
}
.navbar .navbar-brand {
  font-size: 30px;
}
.navbar .nav-item {
  padding: 10px 20px;
}
.navbar .nav-link {
      font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
}
.fa-bars {
  color: #000000;
  font-size: 30px;
}
.fa-bars:focus {
  border: none;
}
.nav-item a{
  color: #333;
  text-transform: uppercase;
}
.navbar-toggler{
  margin-left: 94% !important;
}
/*slider*/
  .carousel-inner img {
    width: 100%;
    height: 600px;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 30%;
    left: 15%;
    z-index: 10;
    padding: 20px;
   
    color: #fff;
    text-align: center;
}
.caption_back{
   background-color: rgb(1 1 1 / 40%);
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    color: #fff;
}
.learn_more{
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
}
/*slider*/


.section_title span:before{
   position: absolute;
    content: '';
    background: url(../images/hr_img.png);
    right: 0;
    height: 5px;
    width: 540px;
    bottom: 12px;
    left: 184px;
}
.read_more{
  background-color: #000000;
    color: #fff;
    padding: 7px 20px;
    margin-top: 23px;
    font-size: 14px;
}
.about_section{
  margin: 70px 0px;
}

.section_title h2{
 color: #8eac48;
 text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}
.section_title h6{
    font-size: 12px;
    text-transform: uppercase;
    color: #1f88ab;
    letter-spacing: 2px;
    margin-bottom: 6px;
}
.section_title p{
  padding-bottom: 10px;
	text-align: justify;
}
.ser_section{
  background-color: #f7f7f7;
  margin: 70px 0px 40px 0px;
      padding: 50px 0px;
}
.service1{
  background-color: #fff;
  padding: 10px 10px 25px 10px;
}
.service1 h4{
  font-size: 18px;
    color: #333;
    padding: 16px 0px 5px 0px;
    text-transform: capitalize;
}
.service1 p{
     font-size: 13px;
   
}
.footer_top{
      background-image: linear-gradient(to right, #56bdf1 , #b5dc71);
 padding: 40px;
    margin-bottom: 40px;
}
.footer_top h5{
  font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.get_started{
      background-color: #fff;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    font-size: 14px;
    color: #000;
        border: none;
    font-weight: 600;
}
.contact_btn{
     background-color: rgb(10 62 88 / 29%);
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 600;
        border: none;
}

/*-----------------------------------------------------footer-----------------------------------------------------------*/
.footer_section{
background-color:#1b1b1b;
    padding: 38px 0px;
}
.footer_section h3{
color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 15px;
}
.footer_section p{
color: #fff;
font-size: 12px;
    display: inline-block;
}
.footer_social_icon li{
    display: inline-block;
    padding: 5px 13px;
}
.footer_social_icon a{
color: #fff;
}
.footer_links a{
     color: #fff;
    font-size: 12px;
    padding: 10px 0px;
  }  
  .footer_links h4{
font-size: 20px;
color: #fff;
  }
  .footer_links .fa{
    color: #93d19e;
    font-size: 18px;
}
.footer-copyright{
  background-color: #000;
}  
.footer-copyright a{
  color: #fff;
}
.footer_logo {
	max-width: 260px;
}
/*---------------------------------------------------------footer--------------------------------------------------------*/
/*---------------------------------------------------------- about page-----------------------------------------------------*/
.images-overlay {
    background-color: rgb(0 0 0 / 52%);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.about_page {
    background-image: url(../images/slider1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding:150px 0px;
    position: relative;
    background-size: cover;
    /*margin-top: 55px;*/
    text-align: center;
}
.abt_page_what_do li{
  font-size: 13px;
  color: #333;
  padding: 7px 0px;
}
.abt_page_what_do .fa{
    color: #7fac3b;
}
.abt_section_title h2{
      color: #8eac48;
    font-size:25px;
    font-weight: 600;
    position: relative;
}
.abt_section_bottom{
  background-color: #f7f7f7;
    margin: 70px 0px 40px 0px;
    padding: 50px 0px;
}
.sub_title h3{
  font-size: 18px;
    color: #333;
    font-weight: 600;
    padding-bottom: 10px;
}
.sub_title .fa{
  color: #98ac48;
    padding: 0px 3px;
}
.about_section2{
margin: 70px 0px 0px 0px;
}
/*---------------------------------------------------------- about page end-----------------------------------------------------*/
/*---------------------------------------------------------- product page-----------------------------------------------------*/

.product_page{
  padding: 70px 0px 0px 0px;
  background-color: #f8f8f8;
      margin-bottom: 40px;
}
.prdt{
    background-color: #fff;  
    padding: 25px;
    height: 25em;
    margin-bottom: 20px;
}
.prdt3{
    background-color: #fff;  
    padding: 25px;
    height: 31em;
    margin-bottom: 20px;
}
.prdt2{
    background-color: #fff;  
    padding: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.prdt h5{
  font-size: 18px;
color:#333;
   padding: 18px 0px 5px 0px;
}
.prdt3 h5{
  font-size: 18px;
color:#333;
   padding: 18px 0px 5px 0px;
}

.prdt2 h5{
  font-size: 15px;
    color: #11638b;
    padding: 18px 0px 5px 0px;
}
.section_title_sub h6{
  color: #333;
  font-size: 18px;
  padding: 10px;
}
/*---------------------------------------------------------- product page end-----------------------------------------------------*/

/*----------------------------------------------------------project page---------------------------------------------------------*/

.project{
  background-color: #fff;
  padding: 30px;
  margin: 15px 0px;
}
.prjt_details{
  padding: 30px;
}

.prjt_details h5{
  font-size: 20px;
  color: #333;
}






/*----------------------------------------------------------project page end---------------------------------------------------------*/
/*----------------------------------------------------------services page---------------------------------------------------------*/

.service img{
  height: 200px;
}
.service{
  background-color: #fff;
    padding: 25px;
    height: 25em;
    margin-bottom: 20px;
    box-shadow: 0px 0 1px 0 rgb(187 187 187 / 70%);

    }
    .service h5{
      font-size: 16px;
    color: #333;
    font-weight: 700;
    padding: 13px 0px 0px 0px;
    }




/*----------------------------------------------------------services page end---------------------------------------------------------*/
/*----------------------------------------------------------contact page---------------------------------------------------------*/
.contact_section {
    margin: 70px 0px 0px 0px;  
}
.contact{
  border: 1px solid #eaeaea;
    box-shadow: 0px 0px 3px 0px rgb(187 187 187 / 70%);
    padding: 30px;
    margin-bottom: 20px;
}
.box{
     border: 1px solid #d8d8d8;
    width: 100%;
    padding: 7px 20px;
    margin: 5px;
    font-size: 13px;
}
.contact_icon .fa{
  color: #333;
  font-size: 20px;
  text-align: center;
}
.contact_box h6{
    color: #17465b;
    font-size: 14px;
}
.contact_box a{
    color: #3a3a3a;
    font-size: 14px;
}
.mt-10 {
  margin-top: 17px;
}
/*----------------------------------------------------------contact page end---------------------------------------------------------*/

/*-----------------------------------------responsive--------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
.navbar .nav-item {
    padding: 10px 9px;
}
.prdt3 h5 {
    font-size: 15px;
    }
.prdt h5 {
    font-size: 16px;
 
}
.prdt3 {
      height: 35em;
    }
  .prdt p {
      font-size: 13px;
    }
      .service p {
    font-size: 13px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.prdt p {
   font-size: 12px;
}
.prdt3 p {
   font-size: 12px;
}
.prdt3 h5 {
    font-size: 13px;
}
.prdt h5 {
    font-size: 13px;
  }
  .prdt3 {
    height: 34em;
}
.prdt2 {
    height: 170px;

  }
  .service img {
    height: 125px;
}
  .service p {
    font-size: 12px;
}
.contact_btn {
    margin-top: 10px;
}
.section_title h2 {
    font-size: 25px;
    }
}
@media (max-width: 767px) {

.section_title span:before {
      width: 210px;
  }
  .carousel-inner img {
       height: 300px;
}
.fadeInUp {
  font-size: 12px;
}
.carousel-caption {
      bottom: 10%;
    }
.carousel-caption h2{
      font-size: 15px;
    }
.btn {
  font-size: 12px;
    }
.contact_btn {
      margin-top: 10px;
  }
.prdt p{
  font-size: 11px;
}
.prdt h5 {
    font-size: 13px;
    }
    .prdt3 h5 {
    font-size: 13px;
}
.prdt3 p{
  font-size: 11px;
}
.prdt2 h5 {
    font-size: 14px;
  }
  .service img {
    height: 100px;
}
.service p{
  font-size: 12px;
}
.service h5 {
    font-size: 14px;
    }
    .mob_10{
      margin-top: 20px;
    }
    .mob_view h2{
      font-size: 30px;
      margin-bottom: 35px;
    }
  .about_page {
    padding: 90px 0px;
  }
}
@media (max-width: 376px)  {

.section_title span:before {
      display: none;
  } 
}