
/* Large Screens (Desktops) */

@media only screen and (max-width : 1440px) {

}

@media only screen and (max-width : 1430px) {
	.section {
		max-width: 1200px;
	}

	#welcome .section {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	#welcome .image {
		width: 530px;
	}

	#welcome .text {
		width: 640px;
	}

	#contact .form {
		width: 703px;
	}

	.wiggleLine {
		margin-left: 30px;
		margin-right: 30px;
	}
}

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.section {
		max-width: 970px;
	}

	#mainWrapper {
		padding-top: 99px;
	}

	#header .section {
		height: 100px;
	}

	#header .logo {
		width: 125px;
		margin-top: 16px;
	}

	#header .options #navigation ul li {
		margin-left: 19px;
	}
	
	#header .options #navigation ul li ul {
		padding-top: 8px;
	}

	#welcome .image {
		width: 380px;
	}

	#welcome .text {
		width: 560px;
	}
	
	#environments .section {
		padding-top: 55px;
		padding-bottom: 70px;
	}

	#environments .listing {
		--gap: 13px;
	}

	#environments .listing li .text .name {
		font-size: 22px;
	}

	#imageSlider .slides .owl-nav {
		left: 3%;
		right: 3%;
	}

	#contact .feeds {
		width: 356px;
	}

	#contact .form {
		width: 586px;
		margin-top: 0;
		padding-top: 0;
	}

	#contact .form .fields {
		--gap: 8px;
	}

	#contact .form .submitBtn {
		margin-top: 0;
	}

	#ourBlog .heading {
		font-size: 42px;
	}

	#ourBlog .listing {
		--gap: 13px;
	}

	#ourBlog .listing li {
		font-size: 22px;
	}
	
	#content .section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.heading {
		margin-bottom: 35px;
	}

}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#mainWrapper {
		font-size: 18px;
	}

	#header:after {
		bottom: -21px;
	}

	#header .logo {
		position: absolute;
		left: 15px;
		top: 10px;
		margin: 0;
		width: 80px;
	}

	#header .options #navigation {
		margin-top: 26px;
	}
	
	#header .options #navigation ul li {
		font-size: 16px;
		margin-left: 12px;
	}

	#header .options .loginBtn {
		font-size: 14px;
	}

	#welcome .section {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	#welcome .image {
		width: 270px;
	}

	#welcome .text {
		width: 422px;
	}

	#why .section {
		padding-bottom: 75px;
	}

	#why .listing {
		margin-top: 30px;
	}

	#why .listing li {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 20px;
	}

	#why .listing li img {
		height: 75px;
	}
	
	#environments .section {
		padding-top: 45px;
		padding-bottom: 50px;
	}

	#environments .listing {
		--gap: 10px;
	}

	#environments .listing li .image:before {
		height: 18px;
	}

	#environments .listing li .text .name {
		font-size: 17px;
	}

	#imageSlider .slides .owl-nav {
		margin-top: -20px;
		left: 2%;
		right: 2%;
	}

	#imageSlider .slides .owl-nav .owl-prev,
	#imageSlider .slides .owl-nav .owl-next {
		width: 40px;
		height: 40px;
		background-size: 12px;
	}
	
	#contact .feeds {
		width: 296px;
	}

	#contact .form {
		width: 400px;
	}

	#contact .form .fields .field {
		margin-bottom: 15px;
	}

	#contact .form .fields .field .textbox {
		font-size: 17px;
	}

	#contact .form .submitBtn {
		font-size: 17px;
	}

	#ourBlog .section {
		padding-bottom: 45px;
	}

	#ourBlog .listing {
		--gap: 10px;
		margin-top: 35px;
	}

	#ourBlog .listing li {
		font-size: 17px;
	}

	#ourBlog .listing li .text {
		padding: 15px;
	}
	
	#ourBlog .heading {
		font-size: 35px;
	}

	#footer .section {
		font-size: 16px;
	}

	#footer #links ul li {
		margin-left: 6px;
		margin-right: 6px;
	}
	
	#footer .copyright {
		font-size: 13px;
	}
	
	.heading {
		font-size: 32px;
		margin-bottom: 30px;
	}
}

/* Extra Small Screens */

@media only screen and (max-width : 767px) {
	#menuBtn {
		display: block;
	}

	#mainWrapper {
		padding-top: 0;
	}

	#header {
		position: relative;
		border-top: 6px solid #494ea6;
	}
	
	#header:before {
		left: -150px;
		right: -150px;
	}
	
	#header:after {
		left: -100px;
		right: -100px;	
		bottom: -11px;
	}

	#header .options #navigation {
		display: none;
	}

	#header .options .loginBtn {
		font-size: 15px;
	}

	#header .section {
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#header .options {
		margin: 0;
	}

	#header .logo {
		display: block;
		position: static;
		width: 150px;
		margin: 0 auto 10px;
	}

	#slider:after {
		height: 11px;
		left: -130px;
		right: -130px;
		bottom: -1px;
	}
	
	#banner:after {
		left: -130px;
		right: -130px;
		height: 11px;		
	}

	#welcome .section {
		display: block;
		padding-top: 30px;
	}

	#welcome .image {
		width: 220px;
		margin: 0 auto 20px;
	}

	#welcome .text {
		width: auto;
		text-align: center;
	}

	#welcome .text .heading {
		text-align: center;
	}

	#why:after {
		left: -100px;
		right: -100px;
		height: 16px;
	}

	#why .section {
		padding-top: 40px;
		padding-bottom: 20px;
	}

	#why .listing {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	#why .listing li {
		width: 50%;
		margin-bottom: 30px;
	}

	#environments .section {
		padding-top: 35px;
	}

	#environments .listing {
		display: block;
	}

	#environments .listing li {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 30px;
	}

	#environments .listing li:last-child {
		margin-bottom: 0;
	}

	#environments .listing li .text .name {
		font-size: 22px;
	}

	#environments .listing li .image:before {
		height: 29px;
	}

	#imageSlider:before {
		left: -100px;
		right: -100px;
		top: -13px;
	}

	#imageSlider:after {
		left: -100px;
		right: -100px;
		bottom: -14px;
	}

	#contact .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#contact .feeds {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}

	#contact .form {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 30px;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}

	#contact .form .fields .field.half {
		width: 100%;
	}

	#contact .form .fields .field label.error {
		text-align: center;
	}
	
	#ourBlog .section {
		padding-bottom: 27px;
	}

	#ourBlog .listing {
		display: block;
	}

	#ourBlog .listing li {
		width: 100%;
		max-width: 350px;
		margin: 0 auto 30px;
		font-size: 22px;
	}

	#footer:before,
	#footer:after {
		left: -100px;
		right: -100px;
	}
	
	#footer .section {
		padding-top: 46px;
	}

	#footer .logo {
		margin-bottom: 20px;
	}
 
	#footer #links {
		margin-bottom: 20px;
	}

	#footer #links ul {
		display: block;
	}

	#footer #links ul li {
		margin-bottom: 10px;
	}
	
	#footer .contacts {
		display: block;
	}

	#footer .contacts .methods {
		display: block;
	}

	#footer .contacts .methods li {
		margin-bottom: 8px;
	}
	
	#footer .contacts .socials {
		justify-content: center;
	}

	#footer .copyright {
		font-size: 14px;
	}
	
	.wiggleLine {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.linkBtn {
		font-size: 18px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media only screen and (max-width : 478px) { 
	#why .listing li {
		width: 100%;
	}
}

@media only screen and (max-width : 400px) { 

}