/* Media queries */
@media (max-width: 1300px){
	#slider-next{
		right: 10px;
	}
	#slider-prev{
		left: 10px;
	}
	.info-slide p{
		padding: 0 30px;
	}
	.service .owl-nav .owl-prev{
		left: 10px;
	}
	.service .owl-nav .owl-next{
		right: 10px;
	}
	.carousel-list{
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 1000px){
	.owl-nav .owl-next, .owl-nav .owl-prev{
		display: block !important;
	}
}


@media (max-width: 1199px) and (min-width: 992px){
	.inform > .container{
		width: 970px;
		margin-left: -485px;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.inform > .container{
		width: 750px;
		margin-left: -375px;
	}
	.serv-item{
		 font-size: 18px;
		 line-height: 20px;
	}	
}

@media (max-width: 991px){
	.hero-contact{
		left: 0;
		text-align: center;
		padding-right: 0px;
	}	
	.title:before{
		top: 8px;
		bottom: 12px;
	}
}

@media (max-width: 767px){
	.inform > .container{
		width: 100%;
		margin-left: 0;
		left: 0;
	}	
	.hero-contact{
		left: 0;
		text-align: right;
	}
	.title{
		font-size: 46px;
		line-height: 54px;
	}
	.info-slide{
		padding-top: 190px;
	}
	.logo-row {
    margin-bottom: 0px;
	}
	.logo-box{
		margin-bottom: 20px;
	}	
	.footer{
		text-align: center;
	}
	.footer  .dev-by{
		position: static;
		clear: both;
		display: inline-block;
		margin-top: 10px;		
	}
	.map{
		display: none;
	}
}

@media (max-width: 767px){
	.open-nav{
		font-size: 0;
	}
	.row.logo-row.wow{
		display: block !important;
		visibility: visible !important;
		display: block !important;
		opacity: 1 !important;
		animation-name: none !important;
	}
	.hero.hero-inner{
		height: 100vh;
	}
	.title.sub-title {
    font: 22px/28px 'helveticaneuecyrlight';
	}
}


@media screen and (max-height: 450px) {
  .side-nav{
  	background: #9a9a9a;
  }
  .side-nav ul{
  	padding-bottom: 0;
  }
  .side-nav ul li a{
  	font-size: 16px;
  	line-height: 21px;
  }
  .side-nav ul li a:before{
  	top: 0;
  }  
  .hero .container-fluid{
  	padding-top: 80px;
  }   
}

@media screen and (max-height: 350px){
	.side-nav ul{
		padding-top: 0;
		top: 30px;
	}
	.side-nav ul li a{
  	font-size: 14px;
  	line-height: 19px;
  }	
}

@media screen and (max-width: 390px){
	.carousel-list ul li {
		font-size: 15px;
	}
}

@media screen and (min-width:391px) and (max-width: 680px){
	.carousel-list ul li {
		font-size: 18px;
	}
}


@media screen and (max-width: 440px){
	.info-slide strong {
		font-size: 18px;
	}
	.info-slide p {
		font-size: 17px;
	}
}
