

@media (min-width: 270px) and (max-width: 575px) { 
	/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #266B9D; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

	#header_top{
		display: none;
	}

	.navbar-brand img{
	  height:70px;
	  width:270px;
	}

	/*.fixed-top{    
	    height:70px;
	    position: fixed;
	    top: 0px !important;
	}*/

	.tp-caption.color.large_bg {
	  background-color: #FFF;
	  font-size: 20px;
	  font-weight: bold;
	  color: #266B9D;
	  line-height: 32px;
	  padding: 0 15px;
	  margin-left: 20px;
	}

	.slide-h2 h2 {
	  font-size: 18px !important;
	   font-family: Verdana, Geneva, sans-serif;
	  color:#fff;
	  text-transform: uppercase;
	}
	.slide-h3 h2 {
	  font-size: 14px !important;
	   font-family: Verdana, Geneva, sans-serif;
	  color:#fff;
	  text-transform: uppercase;
	}

	.feature-wrap{
	 	min-height:186px !important;
	}

	.feature-wrap:hover{
	  min-height:186px !important;
	}

	.center h3{
	  font-size:26px;
	}


	#services .col-xl-4.col-lg-4.col-md-6.col-sm-12
	{
		padding:10px 30px;
	}

	.owl-carousel p{
		padding:0px 0px;
	}

	#testimonals .owl-carousel .owl-nav button.owl-prev{   
	    background: 0 0;
	    color: inherit;
	    border: none;
	    float: none;
	    padding: 0!important;
	    font: inherit;   
	    position: static;	  
	    top:0px;
	    right:0px;  	 
	}

	#testimonals .owl-carousel .owl-nav button.owl-next
	{   
	    background: 0 0;
	    color: inherit;
	    border: none;
	    float: none;
	    padding: 0!important;
	    font: inherit;  
	    position: static;
	    top:0px;
	    right:0px;	    
	}

	#clients .owl-carousel .owl-nav button.owl-prev{
	    background: 0 0;
	    color: inherit;
	    border: none;
	    float: none;
	    padding: 0!important;
	    font: inherit;   
	    position: static;
	    top:0px;
	    right:0px;
	}

	#clients .owl-carousel .owl-nav button.owl-next
	{
	    background: 0 0;
	    color: inherit;
	    border: none;
	    float: none;
	    padding: 0!important;
	    font: inherit;  
	    position: static;
	    top:0px;
	    right:0px;
	}

	.owl-theme .owl-nav span{
	   padding:2px 8px;	   
	}

	.owl-nav{
	  display: block !important;
	}

	.owl-theme .owl-nav {
	     margin-top: 10px !important; 
	}


	.owl-carousel img{
		padding:0px 30px;
	}

	.h4-type3 {
	    font-family: poppins;
	    font-size: 30px;
	    color: #266B9D;
	}

	.h4-type1 {
	    font-size: 30px;	  
	}

	#clients_page .img-thumbnail {
	    padding: 0.25rem;	  
	    background-color: #f7f7f7;
	}


}



@media (min-width: 576px) and (max-width: 767px) { 

	#header_top{
		display: none;
	}

	/*.fixed-top{    
	    height:70px;
	    position: fixed;
	    top: 0px !important;
	}*/

	/*.carousel .carousel-item img{
		height: 300px;
	}*/

	.center h3{
	  font-size:30px;
	}


	#services .col-xl-4.col-lg-4.col-md-6.col-sm-12
	{
		padding:10px 60px;
	}

	.owl-carousel p{
		padding:0px 90px;
	}
}



@media (min-width: 768px) and (max-width: 991px) { 
	

	#header_top .container,#services .container {
	    max-width: 980px;
	}

	.center h3{
	  font-size:34px;
	}


	.icons {
	  float:right;
	  margin-right:10px;
	  font-size: 13px;
	 }

	 .icons a{
	    padding:10px 0px;	
	 }

	 .info{
	  font-size: 13px;
	}

	.p-web {
	    line-height: 1.6;
	    font-weight: 300;
	    text-align: justify;
	    width: 100%;
	    margin: 20px 0px;
	}

	.padding-tb50 {
	    padding: 20px 0;
	}
	
    #website_list .align-margin{
    	margin-top: -230px;
    	margin-left: 355px; 
    }


}


@media (min-width: 992px) and (max-width: 1199px) { 

	#services .container {
	    max-width: 1140px;
	}

	.feature-wrap{
	 min-height:390px !important;
	}

	.navbar-brand img{
	  /*height:70px;*/
	  width:240px;
	}
}


/*@media (min-width: 768px) and (max-width: 785px) { 

	.fixed-top{    
	     top: 40px !important;
	}

}*/


@media (min-width: 992px) and (max-width: 1098px) { 

	.navbar-nav  .nav-item .nav-link{
	  font-size:11px;
	}

	
}
/*extra css*/



@media (min-width: 300px) and (max-width: 450px) {

	.navbar-brand img{
	  height:59px;
	  width:217px;
	}

}
/*@media(min-width:992px){
	.navbar span{
	    display: none;
	}
}*/

/*@media(max-width:992px){
	.fixed-top{    
	    z-index: -999;
	}
}*/


/*.topheader{
		  height:110px;
		  font-family: 'Lato', sans-serif;
	}

	.info{
		  display: block;
		  padding:10px;
		  text-align: center;
		  vertical-align: middle;
	}
	
	.icons {
		  float:none;	
		  text-align: center;	
		  margin-left:0px;
	}

	 .icons a{
	      border-left: 0px solid #fff;
	      float:none;
	      padding:0px 0px;
	}

	 .icons :nth-child(4){
		  border-right:0px solid #fff;
		  transition: .5s;
	}*/
	


	/*.topheader{
		  height:70px;
		  font-family: 'Lato', sans-serif;
	}

	.info{
		  display: block;
		  padding:10px;
		  text-align: center;
		  vertical-align: middle;
	}

	.icons {
		  float:none;	
		  text-align: center;	
		  margin-left:0px;
	}

	 .icons a{
	      border-left: 0px solid #fff;
	      float:none;
	      padding:0px 0px;
	}

	 .icons :nth-child(4){
		  border-right:0px solid #fff;
		  transition: .5s;
	}*/