@media only screen and (min-width:768px) and (max-width:1024px) {
	.odf-wrapper {
		display:flex;
		flex-wrap:wrap;
	}
	.odf-card {
		width:50%;
		margin:0px;
		padding:5px;
	}
	.odf-card a {
		height:100%;
	}
	.odf-card img {
		height:100%;
	}
	.es-left-col {
    justify-content: flex-start;
	padding-bottom:30px;
	}
	.es-right-col {
    justify-content: flex-start;
	padding-bottom:30px;
	}
	
}
@media only screen and (max-width:767px) {
	.es-li{
		margin-left: 20px
	}
	.design,.build,.empower{
		margin-bottom: 25px;
	}
	.owl-carousel .owl-item img {
    height: 450px;
		}
	.logo-caption {
    position: absolute;
    top: 17px;
    left: 40px;
    font-size: 9px;
    font-weight: 600;
    line-height: 16px;
}
	.mobile-show{
		display: block;
	}
	.des-hide{
		display: none;
	}
	.savingsImg{
		width: 300px;
	}
	.flex {
    display: block;
	}
	.savingsImg {
    margin-top: 0px;
	}
	.nascom {
    width: 150px !important;
    margin-right: 25px;
	}
	.center-auto{left:0;}
	.career-heading{
		display: none;
	}
	.career-list {
    border-bottom: solid 1px #ccc;
	}
	.job-dis{
	font-size: 18px;
    font-weight: 400;
	}
	.job-exp{
		font-size: 24px;
    font-weight: 600;
	}
	.career-bg {
    height: 300px;
	}
	.header-top img {
		width:220px;
	}
	.header-banner-details {
		width:100%;
	}
	.slick-next {
		right: 0;
		
	}
	.slick-prev {
		left:0;
	}
	.ourstory-responsive {
		flex-direction:column;
	}	
	.our-story-card {
		width:100%;
		margin-bottom:30px;
	}
	.client-logo {
		flex-direction:column;
	}
	.article-row1 span {
		width: 100%;
		text-align: center;
		margin-bottom:20px;
	}
	.header {
		height:auto;
		/*padding-bottom:30px;*/
	}
	.header-bottom {
		padding-top: 55px;
	}
	.header-top {
		padding-right:15px;
		align-items:center;
		padding-top:0px;
	}
	.box-left-right {
		width:100%;
		position:absolute;
		height:auto;
		padding-bottom:20px;
	}
	ul.left-menu li a {
		padding-bottom:1.3rem;
	}
	.article-row2 {
		padding:20px 0;
	}
	.odf-card {
		width:100%;
	}
	.odf-card a {
		width:100%;
	}
	.header-inner-banner-details {
		width:100%;
	}
	.es-details-top {
		padding-left:15px;
		padding-right:15px;
	}
	.our-story-title, .our-ai-title {
		text-align:center;
	}
	.es-left-col {
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.es-right-col h2 {
		padding-left:15px;
	}
	.es-right-col p {
		padding-left:15px;
		padding-bottom:20px;
	}
	.es-left-col h2 {
		padding-right:0px;
	}
	.es-left-col p {
		padding-right:0px;
	}
	.es-right-col {
		padding:15px;
	}
	.es-right-col h2 {
    padding-left: 0;
	}
	.es-right-col p {
		padding-left:0px;
	}
	.online-card {
		margin-bottom:15px;
	}
	.carousel-indicators {
    bottom: -30px;
	}
	.carousel-indicators li {
		background-color:#ff3a2d;
	}
	.carousel-caption {
		top:40px;
		left:15%;
	}
	.header-banner-details h1 {
		padding-bottom: 20px;
		font-size: 20px;
		font-weight: 600;
	}
	.header-banner-details p {
		display:none;
	}
	.read-more-button {
    color: #fff;
    background-color: #ff3a2d;
    border-radius: 50px;
    width: 145px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
}
@media only screen and (min-width:768px)  and (max-width: 991px){
.content-flex{
	display: block;
	height: 330px;
}
} 