/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
=> Desktop
=> Tablet
=> Medium devices
=> Small devices
=> iPhone X landscape
*/

/* ----- Desktop ≥1024px and ≤1190 ----- */
@media (min-width: 1024px) and (max-width: 1199px) {

}

/* ----- Tablet ≥768px and ≤1023 ----- */
@media (min-width: 768px) and (max-width: 1023px) {
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* ----- iPhone X landscape ≥375px and ≤812 ----- */
@media (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* ----- Medium devices ≤767px ----- */
@media (max-width: 1440px) {
	.about-us .about-img::after {
		top: -30px !important;
		right: -30px !important;
	}
	.about-us .about-img::before{
		top: 30px !important;
		left: -30px !important;
	}
}

@media (max-width: 1199px) {
	.about-us .about-img::before {
		top: 50px;
		left: 100px;
		width: 330px;
		height: 100%;
	}
	.about-us .about-img::after {
		top: -50px;
		right: 100px;
		width: 330px;
		height: 100%;
	}
	.about-us .about-content {
		max-width: 100%;
	}
	.about-us .about-img img {
		width: auto;
	}
	.about-us .about-img {
		margin-top: 90px;
		width: 531px;
        margin: 0 auto;
        margin-top: 50px;
	}
	.expertise-cell {
		margin-bottom: 30px;
	}
	.main-footer::before {
		left: -250px;
	}
	.main-footer::after {
		left: 250px;
	}
	.hero-section .hero-img {
		margin-left: -80px;
	}
}
@media (max-width: 991px) {
	.hero-section .hero-img {
		text-align: center;
		margin-left:0;
	}
	.hero-section .hero-img img {
		width: auto;
	}
	.hero-section {
		min-height: auto;
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.slider-section {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	h2 {
		font-size: 35px;
	}
	p {
		font-size: 14px;
	}
	.about-us .about-img::after {
		right: 0;
	}
	.about-us .about-img::before {
		left: 0;
	}
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.header-wrapper.desktop .header-menu {
		display: none;
	}
	.header-wrapper.desktop .header-button {
		display: none;
	}
	.header-button {
		margin-top: 30px;
		margin-left: 15px;
	}
	.header-button button {
		font-size: 16px;
	}
	.hero-section .hero-img {
		margin-left: 0;
	}
	.hero-section .hero-left h1 {
		font-size: 50px;
	}
	.hero-section .hero-left {
		margin-bottom: 40px;
	}

	.about-us {
		padding: 50px 0 50px;
	}
	.main-footer::before {
		left: -350px;
	}
	.main-footer::after {
		left: 350px;
	}
	.footer-wrap a {
		font-size: 12px;
	}
	.main-footer {
		padding: 34px 0;
	}
	


}

/* ----- Small devices ≤640px ----- */
@media (max-width: 640px) {
	.about-us .about-img::before {
		top: 27px;
	}
	.about-us .about-img::after {
		top: -27px;
	}
	.footer-wrap a {
		display: block !important;
	}
	.hero-section .hero-designation {
		margin-top: 30px;
	}
	.about-us .about-img {
       
        width: 100%;
       
    }
}
