@media only screen and (max-width:991px){
	.carouselSlider-content{
		padding: 30px 30px 0px;
	}
}
@media only screen and (max-width:768px) {
	.header-top {
		display: none;
	}

	.amt_heading h1 {
		font-size: 24px;
	}

	.amt_heading h1:after {
		width: 50%;
	}
	.amt_heading p{
		font-size: 16px;
	}
	/* .carouselSlider .item {
		min-height: 400px;
	} */
	.item-carousel .item {
		padding: 10px;
	}
	.item-carousel .owl-prev {
		left: -10px;
	}
	.item-carousel .owl-next {
		right: -10px;
	}
	/* .carouselSlider .item::after {
		position: absolute;
		background: rgb(0 0 0);
		opacity: 0.5;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
	}  */
	/* .carouselSlider {
		height: 404px;
	} */
	.carouselSlider .text{
		font-size: 14px;
		color:  #fff;
	}
	.carouselSlider-content {
		text-align: center;
	}

	.carouselSlider .col-sm-6 {
		-ms-flex: auto;
		flex: auto;
	}

	.carouselSlider img {
		max-height: inherit;
		object-fit: inherit;
	}

	.m-d-none {
		display: none;
	}

	.carouselSlider .owl-nav img:nth-child(1) {
		width: 20px;
	}

	.carouselSlider h1,
	.carouselSlider h2 {
		font-size: 22px;
		color:  #fff;
	}


	.technology_box li {
		width: 65px;
	}

	.sec-title h2,
	.inner-column h3,
	.content-column h2,
	.content-column h1 {
		font-size: 24px;
	}

	.step-block .inner-box h3 {
		font-size: 14px;
	}

	.marketing-section-two h3 {
		margin-top: 20px;
	}

	.section_about .exp .box{
		margin-bottom: 50px;
		padding: 20px;
	}
	.section_about .exp .box h2{
		font-size: 24px;
	}
	.section_about .img img, 
	.section_about .img iframe {
		margin-left: auto;
		max-width: 100%;
	}
	.section_about .img, 
	.section_about_right .img {
		margin-bottom: 10px;
	}
	.section_about_right .img img, 
	.section_about_right .img iframe { 
		margin-right: 0;
		max-width: 100%;
	}
	.section_about_right .exp .box{
		margin-bottom: 50px;
		padding: 20px;
	}
	.section_about_right .exp_title{
		margin-left: 0;
	}
	.product_description { 
		padding: 0;
	}
	.product_display_wrapper .owl-thumb-item img {
		width: 48px; 
		 
	}
	.section_about_right .img.iframe {
		margin-right: 0;
	}
	.bread-crumb-title{
		width: 90%;
	}
	.aboutMSESContent_bottom {
		padding-top: 0;
	}
	.calltoAction{
		text-align: center;
		padding: 40px 0;
	}
	.calltoAction .heading {
		font-size: 28px; 
		margin-bottom: 20px;
	}
	.calltoAction .btn-lg {
		padding: 8px 22px; 
	}
	ul.tabs { 
		height: auto; 
	}
}
@media only screen and (max-width:600px) { 
	.item-one { 
		background-position: center; 
	} 
	.item-two { 
		background-position: -850px; 
	} 
	.item-four { 
		background-position: -900px; 
	} 
}
@media only screen and (max-width:450px) {
	  .btn-style-one,  .btn-style-two{
		padding: 4px 6px;
		line-height: 18px;
		font-size: 13px;
	} 
}
@media (max-width: 1023px){
	.extrbtn{
		margin-bottom: 20px;
		display: block !important;
	}
	.extrbtn a{
		background: #FFEB3B;
		color: #000 !important;
		border-radius: 30px;
		text-align: center;
		padding: 8px !important;
		border-bottom:0 !important
	}
}