

/*Tablet style*/
@media only screen and (min-width: 768px) {
	h1 {
		font-size: 34px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.header img {
		width: 100%;
	}
	.banner-wrap {
		padding: 70px 0px 40px;
		min-height: 450px;
	}
	.industry-insight blockquote {
		text-align: left;
		margin-bottom: 19px;
	}
	.banner-wrap p {
		font-size: 20px;
		line-height: 30px;
		width: 590px;
		margin: 0 auto 20px;
	}
	.strategic-partner {
		padding: 15px 20px;
	}
	.strategic-partner span {
		font-size: 20px;
	}
	.slider-wrap {
		padding: 0 50px;
		max-width: 1600px;
		margin: 0 auto;
	}
	
	.slider-wrap .owl-item {
		padding: 0 23px;
	}
	.slider-wrap .owl-nav button {
		position: absolute;
		width: 40px;
		height: 60px;
		left: -42px !important;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: #53565a !important;
		background-image: url(../images/left-arr.png) !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		z-index: 9;
	}
	.slider-wrap .owl-nav button.owl-next {
		background-image: url(../images/right-arr.png) !important;
		left: auto !important;
		right: -42px !important;
	}
	.slider-wrap .owl-nav button span {
		display: none;
	}
	.md-blog .blog-info {
		width: 48%;
	}
	.md-blog {
		justify-content: space-between;
		display: flex;
	}

	.location-contact ul {
		margin-bottom: 30px;
	}
	.blog-info figure img {
		height: 150px;
	}
	.industrial-wrapper, .blog-section {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}

	.industry-insight figcaption {
		font-size: 10px;
		line-height: 14px;
		width: 130px;
		bottom: 27px;
	}
	.inner-banner .centering {
		height: 250px;
	}
	.banner-wrap.inner-banner {
		padding: 0;
		min-height: 200px;
		margin-bottom: 40px;
	}
	.default-content {
		margin-bottom: 51px;
	}
	.inner-banner h1 {
		margin-bottom: 0;
	}
	.inner-banner .banner-content {
		width: 65%;
	}
	.default-content .container {
		max-width: 1000px;
		margin: 0 auto;
	}
	.call-action h2 {
		font-size: 25px;
		margin-bottom: 14px;
	}
	.testimonial-wrapper {
		width: 25%;
	}
	.image-overlay {
		width: 30.5%;
		display: flex;
	}
	.image-overlay .item, .image-overlay figure {
		display: flex;
		width: 100%;
	}
	.image-overlay figure img {
		object-fit: cover;
		object-position: right;
	}
	.author-sec {
		margin-right: 24px;
	}
	.industry-insight span {
		font-size: 18px;
	}
	.blog-wrapper {
		width: 39%;
		display: flex;
	}
	.insight {
		margin-right: 2%;
	}
	.industry-insight .inner-logo {
		margin: 0 0 20px;
		width: 20%;
	}
	.insight:last-child {
		margin-right: 0;
	}
	.dualmodule .image-overlay{
		width:40%;	
	}
	.dualmodule .blog-wrapper{
		width:46%;
	}
	.dualmodule .industrial-wrapper{
		width:96%;
	}

}

/*Medium desktop style*/

@media only screen and (min-width: 992px) {

	.md-blog .blog-info {
		display: flex;
		width: 100%;
	}
	.md-blog {
		flex-direction: column;
	}
	.md-blog .blog-info {
		height: 47%;
	}
	.blog-info {
		margin-bottom: 0;
	}
	.md-blog {
		flex-wrap: wrap;
	}
	.blog-info figure img {
		height: auto;
	}
	.blog-info figure {
		display: flex;
	}
	.md-blog-info figure {
		order: 2;
		width: 35%;
	}
	.md-blog-info.custom2 figure {
		order: 1;		
	}
	.md-blog-info.custom2  .blog-desc{
		order: 2;	
	}
	.md-blog-info .blog-desc {
		order: 1;
		width: 65%;
	}
	.blog-info p {
		line-height: 16px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.blog-info h3 {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 20px;
	}
	.blog-desc {
		padding: 10px;
	}
	.leadership-wrap {
		padding: 30px 0;
	}
	.location-contact {
		padding: 15px 0 0 30px;
	}
	.leadership-head h2 {
		line-height: 34px;
	}
	.banner-wrap.inner-banner {
		padding: 0;
		min-height: 300px;
		margin-bottom: 40px;
	}
	.inner-banner .centering {
		height: 300px;
	}
	.inner-banner .banner-content {
		width: 53%;
	}
	.default-content .container {
		max-width: 1000px;
		margin: 0 auto;
	}
	.call-action h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.industry-insight blockquote {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.industry-insight figcaption {
		font-size: 15px;
		line-height: 23px;
		width: 176px;
		bottom: 27px;
	}

	.blog-read-more span{
		padding:19px 0 22px;
	}
}

@media only screen and (min-width: 1200px) {
	.dualmodule .industrial-wrapper{
		width:80%;
	}
}
/*Large desktop style*/
@media only screen and (min-width: 1299px) {
	
	h1 {
		font-size: 44px;
		margin: 0 0 25px;
	}
	h2 {
		font-size: 34px;
	}
	.banner-wrap p {
		margin: 0px auto 43px;
	}
	.strategic-partner {
		padding: 16px 37px;
	}
	.banner-wrap {
		padding: 73px 0px 40px;
		min-height: 590px;
	}
	.success-stories {
		padding: 40px 0px 13px;
	}
	.success-stories h2 {
		margin-bottom: 8px;
	}
	.slider-wrap figcaption {
		padding: 17px;
		bottom: 45px;
		width: 90%;
		font-size: 19px;
	}

	.slider-wrap .md-figure figcaption {
		width: 260px;
	}
	.leadership-wrap {
		padding: 51px 0px 39px;
		margin-bottom: 15px;
	}
	.leadership-head h2 {
		font-size: 44px;
		margin: 0px 0px 32px;
		line-height: 50px;
	}
	.leadership-head {
		padding: 41px 52px 0px 0px;
	}
	.leadership-head p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 24px;
	}
	.leadership-head a {
		font-size: 18px;
	}
	.blog-info.md-space {
		margin: 0 -17px;
	}

	.blog-desc {
		padding: 20px 20px 25px;
	}

	.blog-info h3 {
		font-size: 16px;
		margin-bottom: 5px;
		line-height: 20px;
	}
	.blog-info p {
		line-height: 19px;
		margin-bottom: 10px;
		font-size: 13px;
	}
	.md-blog .blog-info figure {
		width: 40%;
	}
	.md-blog .blog-info .blog-desc {
		width: 60%;
	}
	.md-blog {
		padding: 0px 15px 0px 56px;
	}
	.md-blog .blog-info {
		height: 45%;
	}
	.map {
		margin-bottom: 0;
		padding: 0px 64px;
	}
	.location-wrap {
		padding: 40px 0;
		margin-bottom: 15px;
		min-height:440px;
	}
	.location-contact {
		padding: 29px 0px 0px 41px;
	}
	.location-contact ul {
		margin-bottom: 46px;
	}
	.md-display {
		display: flex;
	}
	.testimonial-wrapper {
		width: 39%;
		padding: 12px 0px 0px;
	}
	.image-overlay {
		width: 22.5%;
	}
	.author-sec {
		margin-right: 150px;
	}
	.industry-insight span {
		font-size: 18px;
	}
	.blog-wrapper {
		width: 31%;
	}
	.insight {
		margin-right: 4%;
	}
	.industry-insight .inner-logo {
		margin: 0 0 20px;
		width: 29%;
	}
	.insight:last-child {
		margin-right: 0;
	}
	.industry-insight blockquote {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.industry-insight figcaption {
		font-size: 20px;
		line-height: 24px;
		bottom: 50px;
		width: 232px;
	}
	h4 {
		font-size: 18px;
	}
	.blog-detail {
		padding: 28px;
		width: 75%;
	}
	.blog-wrapper h4 {
		line-height: 21px;
	}
	.blog-detail p {
		font-size: 14px;
		margin-bottom: 7px;
		line-height: 1.6;
	}
	.inner-banner .banner-content {
		width: 57%;
	}
	.home .banner-content h1 {
		font-size: 44px;
	}
	.banner-content h1 {
		font-size: 50px;
	}
	
	.banner-wrap.inner-banner {
		padding: 0;
		min-height: 452px;
		margin-bottom: 51px;
	}
	.inner-banner .centering {
		height: 452px;
	}
	.default-content .container {
		max-width: 1272px;
		margin: 0 auto;
	}
	.default-content p {
		/* font-size: 20px;
		padding: 0px 5%;
		line-height: 1.9; */
	}

	.call-action h2 {
		font-size: 34px;
	}
	.call-action p {
		font-size: 20px;
		margin-bottom: 51px;
	}
	.coloerd-btn {
		font-size: 20px;
		min-width: 222px;
	}
	.coloerd-btn::after {
		right: 30px;
		top: 12px;
	}
	.default-content {
		margin-bottom: 80px;
	}
	.industry-insight h2 {
		margin-bottom: 45px;
	}
	.industry-insight {
		margin-bottom: 80px;
	}
	.call-action {
		padding: 45px 30px 60px 30px;
	}
}

@media only screen and (min-width: 1440px) {
	.blog-info p {
		line-height: 23px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.blog-desc {
		padding: 23px 23px 26px;
	}
	.blog-info h3 {
		font-size: 18px;
		margin-bottom: 12px;
		line-height: 23px;
	}
	.slider-wrap .md-figure figcaption {
		width: 306px;
	}
	.slider-wrap figcaption {
		font-size: 20px;
	}

}