@media only screen and (max-width : 1200px) {

}
@media only screen and (max-width : 992px) {
	.why-we-are h2 {
		margin-top: 0;
	}
	.contacts-text {
		padding-top: 0;
	}
	.contact-form {
		margin-top: 30px;
	}
	#home-sect{height:auto;min-height:550px;}
	.fr-quo h1{padding-top:20%;}
	.circle-nav{margin-top:10%;}
		#home-sect {
  height: auto;padding:0;
}
}
@media only screen and (max-width : 768px) {
	
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	.owl-prev {
		left: 20px;
	}
	.owl-next {
		right: 20px;
	}
	.s-adv {
	  margin: 10px 0;
	}
}
@media only screen and (max-width : 767px) {
	.logo{width:160px;height:60px;}
	#home-sect{height:auto;min-height:400px;}
	.circle-nav{margin-top:0%;margin-bottom:50px;}
	.fr-quo{text-align:center;}
	.fr-quo h1{padding-top:15%;}
	.baba-tag{text-align:center;}
	ol.breadcrumb{float:none;text-align:center;}
	.contactpad{position:relative;}
	.conpadder{width:100%;height:auto;display:block;}
	}

@media only screen and (max-width : 610px) {
	#home-sect{height:auto;min-height:300px;}
	#contacts p span.nakada{display:block;margin:0 20px;}
}
@media only screen and (max-width : 500px) {
	#home-sect{height:auto;min-height:250px;}
	.circle-nav .nav-item p {
		white-space: normal;
	}
	.tabs li {
		display: block;
		padding: 5px 0;
	}
	.tabs li span {
		padding: 5px 0;
	}
	.testimonial-item p {
		font-size: 1.4em;
	}
}
@media only screen and (max-width : 450px) {
	#home-sect{height:auto;min-height:230px;}
}
@media only screen and (max-width : 420px) {
	#home-sect{height:auto;min-height:210px;}
}
@media only screen and (max-width : 400px) {
	#home-sect{height:auto;min-height:200px;}
}
@media only screen and (max-width : 370px) {
	.circle-nav .nav-item p {
		font-size: .8em;
	}
	.logo{width:120px;height:50px;}
	
}
@media only screen and (max-width : 320px) {

}