@media (max-width:767px) {

.top p {
  text-align: center;
}	

.banner h2 {
  font-size: 25px !important;
  
}
    
    .logo img{
    width: 100% !important;
}
    
    .banner p {
  
  font-size: 15px !important;
}
    
    .banner_content{
        text-align: center;
    }
	
	.carousel{
		margin-top: 30px;
	}
	
.hb_heading h3 {
  font-size: 24px !important;
  
}
    
    
 .search {
width: 100% !important; 
  position: absolute !important;
  top: -16px;
  right: 8px;
}   
    
	
	
.about_section h1 {
  font-size: 25px !important;
  margin-top: 20px;
  text-align: center;
}	
	
.about_section p {
  text-align: justify;
    font-size: 14px;
}
	
	.counters {
  display: none;
}
	
	.social_section h2 {
  font-size: 40px !important;
  
}
	
	.globle_section h2 {
  font-size: 30px !important;
  
}
	
	
	.serv_section h2 {
  font-size: 30px !important;
  
}
    .serv_section p {
  text-align: justify;
    font-size: 14px;
}
    
    footer {
 
  font-size: 14px;
}
    
    .client_section h2 {
  font-size: 24px !important;
  
}
    
    .s_content h3{
 
  text-align: center;
}
	
	
	.copyright{
		text-align: center;
	}
	
.t_right{
	text-align: center !important;
}	
	
	
}

@media (min-width:768px) and (max-width:991px) {
	

	
}


@media (min-width:992px) and (max-width:1199px) {
	
	
}


@media (min-width:1200px) {


}

section{
	margin-top: 5%;
}


header{
	padding: 10px 0px;
	background: #fff;
}


.top{
	padding: 10px 0px;
	background: #19466f;
	border-bottom: 1px #2768a4 solid;
}

.top p{
	margin: 0;
	color: #fff;
}


.banner{
	padding: 60px 0px;
	/*background: #19466f;*/
	color: #fff;
    background-image: url("../images/banner-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.banner h2{
	
	font-size: 36px;
	font-weight: 800;
}


.logo img{
   /* width: 40%;*/
}

.logo_f img{
    width: 60%;
}
.banner p{
	margin-bottom: 30px;
	font-size: 20px;
	
}


.banner_content a{
	color: #fff;
	padding: 10px 30px;
	background: #15ca03;
	border-radius: 25px;
	
}


.hb_heading{
	padding: 20px;
	background: #3c3c3c;
	text-align: center;
}

.hb_heading h3{
	font-size: 30px;
	color: #fff;
	margin: 0;
}

.hb_heading h3{
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
}

.hb_heading h3 span{
	color: #14C902;
	font-weight: 900;
}


.about_section{
	
}


.about_section h1{
	font-size: 44px;
	font-weight: lighter;
	color: #000;
	margin-bottom: 20px;
}


.about_section h1 span{
	
	font-weight: 900;
	color: #14C902;
}



.about_section .btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  min-width: 150px;
}

.about_section .btn-3 {
  padding: 5px;
}

.about_section .btn.hover-border-2::before {
  bottom: 0;
  left: 0;
  border-left: 1px solid rgb(28, 31, 30);
  border-bottom: 1px solid rgb(28, 31, 30);
}


.about_section .btn-3 span {
  color: rgb(255, 255, 255);
  background-color: #14C902;
}


.about_section .btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
}




.about_section:active, .about_section:hover, .about_section:focus {
  outline: 0!important;
  outline-offset: 0;
}
.about_section ::before,
.about_section ::after {
  position: absolute;
  content: "";
}

.about_section .btn.hover-border-2::before,
.about_section .btn.hover-border-2::after {
  width: 10%; height: 25%;
  transition: 0.35s;
}
.about_section .btn.hover-border-2::before {
  bottom: 0; left: 0;
  border-left: 1px solid rgb(28, 31, 30);
  border-bottom: 1px solid rgb(28, 31, 30);
}
.about_section .btn.hover-border-2::after {
  top: 0; right: 0;
  border-right: 1px solid rgb(28, 31, 30);
  border-top: 1px solid rgb(28, 31, 30);
}
.about_section .btn.hover-border-2:hover::before,
.about_section .btn.hover-border-2:hover::after {
  width: 99%;
  height: 99%;
}



.serv_section{
	text-align: center;
	padding: 30px 0px;
  background: #eeffed;
}

.serv_section h2{
	font-size: 52px;
	color: #000;
	font-weight: 900;
}

.serv_section h2 span{
	
	color: #14c902;

}


.serv{
	text-align: left;
	margin-top: 30px;
}


.serv h3{
	font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
}

.v_more {
	
}

.v_more a{
	color: #15ca03;
}

.v_more a span{
	
	float: left;
}


.globle_section{
	background: #f2f2f2;
	padding: 10px 0px;
	text-align: center
}


.globle_section h2{
	font-size: 52px;
	color: #000;
	font-weight: 900;
}

.globle_section h2 span{
	
	color: #14c902;

}


#counter {
 
  padding: 25px;
 
  
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#counter li {
  flex: 1;
  text-align: center;
  font-size: 50px;
	list-style: none;
}
#counter span.percent:after {
  content: "+";
  display: inline-block;
}


#counter p{
	font-size: 18px;
  font-weight: bold;
}

.counters {
 
 background: #14c902;
  padding: 30px 0px;
  color: #fff;
}



.social_section{
	text-align: center;
	padding: 30px 0px;
  background: #ebf6ff;
}

.social_section h2{
	font-size: 52px;
	color: #000;
	font-weight: 900;
}

.social_section h2 span{
	
	color: #15ca03;

}


.soc_p{
	text-align: left;
	margin-top: 30px;
}


.soc_p h3{
	font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}


footer {
  padding: 5% 0px;
  background: #0a6d01;
	color: #fff;
}


footer h4{
 font-size: 23px;
  font-weight: 800;
	margin-bottom: 20px;
}

ul.f_link{
  margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

ul.f_link li{
 
	margin: 5px 0px;
}

ul.f_link li a{
 list-style: circle;
	color: #fff;
	
}

footer hr{
	border-color: #fff;
}


.copyright{
	background: #444;
	color: #fff;
	padding: 10px 0px;
}

.copyright p{
	margin: 0;
	color: #fff;
	
}

.copyright p a{
	
	color: #fff;
	
}

.t_right{
	text-align: right;
}


no_translate{
	float: right;
}




.inner_section{
	
}


.inner_section h1{
	font-size: 44px;
	font-weight: lighter;
	color: #000;
	margin-bottom: 20px;
}


.inner_section h1 span{
	
	font-weight: 900;
	color: #15ca03;
}


.inner_section h3{
	font-size: 32px;
  color: #15ca03;
  font-weight: 700;
  margin: 31px 0px;
}



.cert_section{
	
}

.cert_section h2{
	font-size: 44px;
	font-weight: lighter;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
}


.cert_section h2 span{
	
	font-weight: 900;
	color: #15ca03;
}










.contact_section{
	
}


.contact_section h1{
	font-size: 44px;
	font-weight: lighter;
	color: #000;
	margin-bottom: 20px;
}


.contact_section h1 span{
	
	font-weight: 900;
	color: #15ca03;
}


.contact_section h3{
	font-size: 22px;
  color: #15ca03;
  font-weight: 700;
  margin: 31px 0px;
}

.addr{
	background: #f6f8f9;
  padding: 20px;
  border-radius: 20px;
	margin-bottom: 30px;
}


.product_border{
	-webkit-box-shadow: 0 0 10px 0 #BFBFBF;
box-shadow: 0 0 10px 0 #BFBFBF;
	padding: 10px;
}


.product_image img{
	width: 100%;
	height: 330px;
}

.pro_section{
	margin-bottom: 30px;
}

.pro_section h1{
	font-size: 44px;
	font-weight: 800;
	color: #000;
	margin-bottom: 20px;
}

.product_name{
	margin: 20px 0px;
    text-align: center;
}

.product_name a{
	font-size: 13px;
	color: #444;
	
	  font-weight: 600;
}


.product_border{
	margin-bottom: 30px;
}


.product_link_box{
	display: block;
	margin: 10px 0px;
    text-align: center;
}


.product_link_box a{
	color: #fff;
  background: #19466f;
  padding: 10px 30px;
  margin-right: 7px;
  border-radius: 10px;
}


.product_link_box a:hover{
	color: #fff;
  background: #444;
 text-decoration: none;
}

.sec_breadcrumb{
	background-color: #eff7ff;
}

.breadcrumb {
 margin-bottom: 0rem !important;
  background-color: #eff7ff;
  border-radius: 0rem !important;
}

.s_content h3 a{
	color: #444;
}



.inner_section h1 {
  font-size: 44px;
  font-weight: lighter;
  color: #000;
  margin-bottom: 20px;
}

.inner_section h1 span {
  font-weight: 900;
  color: #15ca03;
}


.cert{
	margin-bottom: 30px;
}

.cert img{
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 0 #C2C2C2;
    box-shadow: 0 0 10px 0 #C2C2C2;
}

.client_section{
text-align: center;
	
}
.client_section h2 {
  font-size: 52px;
  color: #000;
  font-weight: 900;
	margin-bottom: 7%;
}

.client_section h2 span {
  color: #14c902;
}
.cli{
	margin-bottom: 30px;
	padding: 10px;
}

.cli img{
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 0 #C2C2C2;
    box-shadow: 0 0 10px 0 #C2C2C2;
}


.c_banner img{
    width: 100%;
}


.cat_banner img{
    width: 100%;
}

.desp p{
    margin-bottom: 20px !important;
    
}


.search {
 
  position: relative;
  display: flex;
    float: right;
}

.searchTerm {
  width: 100%;
  border: 1px solid #15ca03;
  border-right: none;
  padding: 17px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #15ca03;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #15ca03;
  background: #15ca03;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
 width: 100%;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}


.cm_free{
    margin-left: 20px;
}


.vid_sec{
    
}

.vid_sec h4{
    font-size: 19px;
  font-weight: bold;
  margin: 10px 0px;
}

.v_more_v{
    text-align: center;
    display: block;
    margin: 20px 0px;
}

.v_more_v a{
    padding: 10px 20px;
    color: #fff;
    background: #14c902;
    border-radius: 10px;
}
.v_more_v a:hover{
    text-decoration: none;
    color: #fff;
    background: #444;
   
}