/* BOTH TABS & MOBILES */
@media only screen and (min-width: 0px) and (max-width: 1024px) {
	/* Header & Common */
	nav {
		float: right !important;
		margin-top: 5px !important;
		right: 0% !important;
		position: absolute !important;
	}
	.nav-item {
		border-bottom: solid 1px #d2cfcf !important;
		border-left: solid 1px #d2cfcf !important;
	}
	.nav-link {
		padding-top: 6px !important;
		min-height: auto !important;
		text-align: left !important;
		font-size: 1em !important;
	}
	#header {
		position: relative !important;
	}
	#header_space {
		display: none !important;
	}
	#inner_page_top {
		margin-top : 20px !important;
	}
	.no_space_left2 {
		padding-left:15px !important;
	}
	.no_space2 {
		padding-left:15px !important;
		padding-right:15px !important;
	}
	/* Home */
	#home_introduction2 {
		width: 100% !important;
	}
	.slide {
		margin-top: 0px !important;
	}
	.home_services {
		padding-bottom: 0px !important;
		font-size: 0.9em !important;
	}
	#home_title1 {
		margin-bottom: 2px !important;
		margin-top: 10px !important;
		font-size: 1.5em !important;
	}
	#home_title2 {
		margin-bottom: 2px !important;
		font-size: 1.5em !important;
	}
	#home_introduction1 {
		border-bottom: none !important;
		padding-bottom: 0px !important;
		width: 100% !important;
		margin-bottom: 0px !important;
	}
	#home_image {
		margin-top: 20px !important;
	}
	#about_contact_row_button {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
		text-transform: capitalize !important;
	}
	#about_contact_row_text {
		font-size: 1.1em !important;
		padding-top: 10px !important;
		padding-bottom: 0px !important;
	}
	/* Products */
	.product_box {
		width:100% !important;
		background-color:white !important;
		margin-bottom:0px !important;
		min-height:auto !important;
	}
	.product_box:hover {
		box-shadow:none !important;
		transform: scale(1) !important;
	}
	#product_clipart_image {
		display:none !important;
	}
	.products_title {
		font-weight:normal !important;
		color:#999999 !important;
	}
	.products_icons {
		color : #999999 !important;
		font-size:1.2em !important;
	}
	.products_br {
		display:none !important;
	}
	.products_text_column {
		display:none !important;
	}
	.products_icons {
		margin-left:auto !important;
		margin-right:auto !important;
		display:block !important;
	} 
	/* About */
	#about_row2 {
    margin-top: 15px !important;
    }
    .about_image_columns {
    	display:none !important;
    }
	/* Contact */
	.contact_text {
        padding-top: 10px !important;
        margin-bottom: 5px !important;
	}
	#contact_form {
		margin-bottom:5px !important;
	} 
	#form_wrapper {
		margin-top:30px !important;
	}
	/* Footer */
	.footer_title {
		margin-bottom: 0px !important;
		font-size: 1em !important;
	}
	#watermark {
		text-align: left !important;
	}
	.footer_ul {
		line-height: 1.5 !important;
	}
	/* Clients */
	.client_feature {
		min-height:auto !important;
	}
}


/* TAB ONLY (PORTRAIT) */ 
@media only screen and (min-width: 0px) and (max-width: 768px) { 
.products_images {
		display:none !important;
	}  
} 
 

/* SLIDER PLUGIN - Media Querries */
@media (min-width: 992px) {
	.carousel-caption {
		top: 220px !important;
	}
}
@media (min-width: 992px) {
	.carousel-caption h3 {
		font-size: 70px !important;
		text-align: center;
		font-weight: bold;
	}
}
@media (min-width: 992px) {
	.carousel-caption p {
		font-size: 30px !important;
		margin-top: 20px;
	}
}
@media (min-width: 300px) {
	.img-fluid.w-100.d-block {
		height: auto;
	}
}
@media (min-width: 576px) {
	.img-fluid.w-100.d-block {
		height: auto;
	}
}
@media (min-width: 768px) {
	.img-fluid.w-100.d-block {
		height: auto;
	}
}
@media (min-width: 992px) {
	.img-fluid.w-100.d-block {
		/* height:100vh; */
	}
}
@media (min-width: 300px) {
	.carousel-caption {
		top: 0;
		font-size: 20px;
	}
}
@media (min-width: 300px) {
	.carousel-caption h3 {
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	.carousel-caption {
		top: 100px;
	}
}
@media (min-width: 768px) {
	.carousel-caption h3 {
		font-size: 40px;
	}
}










