

/* Large Screens (Desktop) */

@media only screen and (max-width : 1480px) {

}

@media only screen and (max-width : 1320px) {
	#header .logo {
		left: 4%;
	}
	
	#header #navigation {
		right: 4%;
	}
	
}

@media only screen and (max-width : 1260px) {
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}
	
	#mainWrapper {
		padding-top: 140px;
	}
	
	#header {
		height: 140px;
	}
	
	#header .contact {
		right: 15px;
	}
	
	#header #navigation {
		right: 15px;
	}
	
	#header #navigation ul li {
		margin-left: 19px;
	}
	
	#header .logo {
		left: 15px;
		width: 218px;
	}
	
	#ourServices {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	
	#testimonials {
		margin-bottom: 90px;
	}
	
	#testimonials .listing {
		padding-left: 150px;
		padding-right: 150px;
	}	
	
	#testimonials .listing:before,
	#testimonials .listing:after {
		width: 90px;
	}
	
	#footer .bottom .right {
		width: 620px;
	}
	
	#footer .bottom .left {
		width: 280px;
	}

}

@media only screen and (max-width : 1170px) {

}

@media only screen and (max-width : 1030px) {

}


/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#header .logo,
	body.scrolled #header .logo {
		width: 163px;
	}
	
	#header .logo {
		top: 22px;
	}
	
	#header #navigation {
		font-size: 16px;
		bottom: 9px;
	}
	
	#header .contact {
		top: 13px;
	}
	
	#header .contact ul {
		font-size: 16px;
	}
	
	#header .contact .applyBtn {
		font-size: 15px;
	}
	
	#content .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#ourServices .listing {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	#ourServices .listing li {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#ourServices {
		padding-top: 23px;
		padding-bottom: 36px;
	}
	
	#intro {
		margin-bottom: 40px;
	}
	
	#intro .text {
		float: none;
		width: auto;
	}
	
	#intro .feeds {
		float: none;
		width: auto;
	}
	
	#intro .section {
		padding-top: 40px;		
		padding-bottom: 40px;		
	}
	
	#intro .text {
		margin-bottom: 30px;
	}
	
	#testimonials {
		margin-bottom: 55px;
	}
	
	#testimonials .section {
		padding-top: 45px;
		padding-bottom: 65px;
	}

	#testimonials .listing {
		padding-left: 100px;
		padding-right: 100px;
	}
	
	#testimonials .listing:before,
	#testimonials .listing:after {
		width: 70px;
	}
	
	#testimonials .listing:before {
		left: 0;		
	}
	
	#testimonials .listing:after {
		right: 0;
	}
	
	#footer .bottom .left {
		width: 254px;
	}
	
	#footer .bottom .right {
		width: 415px;
	}
	
	#footer .bottom .right .contact {
		width: 200px;
	}
	
	#footer .bottom .right .location {
		width: 180px;
	}
	

}

@media only screen and (max-width : 867px) {
	#header .logo {
		top: 6px;
	}
}

/* Extra Small Screens (Mobiles) */
@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}
	
	#header #navigation {
		display: none;
	}
	
	#header {
		padding-top: 4px;
	}
	
	#header .logo {
		position: static;
		display: block;
		margin: 0 auto 5px;
	}
	
	#header .contact {
		position: static;
	}
	
	#header .contact ul {
		float: none;
		margin: 0;
		text-align: center;
		font-size: 13px;
	}
	
	#header .contact ul li {
		float: none;
		margin-left: 0;
		margin-bottom: 1px;
	}
	
	#header .contact .applyBtn {
		display: none;
	}
	
	#slider {
		margin-bottom: 0;
	}
	
	#slider .slides li .overlay .text .inner .title {
		font-size: 8vw;
		margin-bottom: 10px;
	}
	
	#slider .slides li .overlay .text .applyBtn {
		font-size: 12px;
	}
		
	#content .section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#ourServices .listing {
		margin-left: 0;
		margin-right: 0;
	}
	
	#ourServices .listing li {
		margin: 0 auto 30px;
		padding: 0;
		display: block;
		width: auto;
		max-width: 400px;
	}
	
	#ourServices .listing li:last-child {
		margin-bottom: 0;
	}
		
	#ourServices .listing li .image {
		margin-bottom: 16px;
	}
	
	.heading {
		font-size: 50px;
	}
	
	#intro .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#testimonials .section {
		padding-bottom: 67px;
	}
	
	#testimonials .listing {
		padding-left: 0;
		padding-right: 0;
		margin-top: 20px;
	}
	
	#testimonials .owl-dots {
		margin-top: 0;
	}
	
	#testimonials .owl-dots .owl-dot {
		margin-left: 4px;
		margin-right: 4px;
	}

	#testimonials .listing:before, #testimonials .listing:after {
		opacity: 0.2;
		z-index: -1;
	}
	
	#footer .top .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#footer .top #links ul li {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	#footer .top #links ul li:last-child {
		margin-bottom: 0;
	}
	
	#footer .bottom {
		text-align: center;
	}
	
	#footer .bottom .section {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	
	#footer .bottom .left {
		float: none;
		width: auto;
	}
	
	#footer .bottom .left .logo {
		width: 250px;
		margin: 0 auto 20px;
	}
	
	#footer .bottom .right {
		float: none;
		width: auto;
		margin-top: 0;
	}
	
	#footer .bottom .right .location {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	
	#footer .bottom .right .contact {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}

}

@media only screen and (max-width : 500px) {

}

@media only screen and (max-width : 478px) { 

}

