/*Extra small devices (portrait phones, less than 320px)*/
@media  (max-width: 320px){
	
	
	
	
	
}
/*Extra small devices (portrait phones, less than 360px)*/
@media  (max-width: 360px){
	
	
	
	
	
	
	
	
}
/*Extra small devices (portrait phones, less than 375px)*/
@media  (max-width: 375px){
	
	
	
	
	
	
}
/*Extra small devices (portrait phones, less than 414px)*/
@media  (max-width: 414px){
	
	
	
	
	
	
	
}
 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
.service .service_item {
    min-height: auto;
}

header .navbar-nav {
    text-align: center;
}
.banner .banner_img img {
    width: 70%;
    margin-bottom: 20px;
}

.website .web_img img {
    width: 60%;
    margin-bottom: 20px;
}
.banner .banner_text h1 {
    font-size: 28px;
    margin-bottom: 20px;
}


}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
.service .service_item {
    min-height: auto;
}	
header .navbar-nav {
    text-align: center;
}	
.banner .banner_img img {
    width: 60%;
    margin-bottom: 30px;
}	
.website .web_img img {
    width: 50%;
    margin-bottom: 20px;
}
.banner .banner_text h1 {
    font-size: 38px;
}




	
	
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
.service .service_item {
    min-height: auto;
}  
.banner .banner_img img {
    width: 50%;
    margin-bottom: 30px;
}	
	
	
	
	
	
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
.banner .banner_text h1 {
    font-size: 44px;
} 
.service .service_item {
    min-height: auto;
}
	
	
	
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1339.98px) {
    
    
	
	
	
	
}



/*// Extra large devices (large desktops, 1440px and up)*/
@media (min-width: 1440px) and (max-width: 1699.98px){}





/*// Extra large devices (large desktops, 1440px and up)*/
@media (min-width: 1700px) and (max-width: 2099.98px){
	
	
	
	
	
	
}



/*// Extra large devices (large desktops, 1440px and up)*/
@media (min-width: 2100px){
	
	
	
	
}












