body{
	margin: 0;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
}
li{
	list-style: none;
}
a:hover, a:visited, a{
	text-decoration: none;
}
h1, h2{
	text-transform: uppercase;
	font-weight: bold;
}

.text-wh{
	color: #555;
	font-size: 16px;
}

/*header area*/
.top-header{
	background: #fff !important;
	position: fixed;
	width: 100%;
	z-index: 99999;
}

.nav-footer{
	background: #337ab7;
	padding-bottom: 5px;
}
.nav-footerf{
	background: #f5f5f5;
	padding-bottom: 5px;
}

.top-header .header-backup{
	width: 20px;
	height: 90px;
	background: transparent;
	margin:auto;
}
.top-header img.logo{
	/* margin-bottom: 15px; */
	margin-top: 0;
	transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
  height: 90px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  margin-top: 8px;
  transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
.nav-bar{
	/* margin-top: 15px; */
}
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 14px 15px;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #999;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
li a.active{
	color: #004980 !important;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}

/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}
.carousel-caption h1{
	font-size: 157px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.carousel-caption p{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}
.carousel-caption button{
	width: 240px;
	height: 60px;
	background: #3a9ecb;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.carousel-caption button:hover{
	background: #2a2a2a;
}
.carousel-control{
	width: 5%;
}
.carousel-inner{
	background: -webkit-linear-gradient(left, #000 , blue); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #000, blue); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #000, blue); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to left, #000 , blue); /* Standard syntax */
}
.item{
	position: relative;
}
.carousel-caption {
	position: absolute;
	text-align: left;
	left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-left: 0;
  margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-right: 0;
  margin-top: 50px;
}

/*tel email*/

.tel {
	font-size: 30px;
	font-weight: bold;
	color: #464646;
}

.mail {
	font-size: 30px;
	color: #284682;
	text-decoration: none;
}

.mail:hover {
	border-bottom: none;
}

/*about area*/
.about{
	margin-bottom: 40px;
}

.about h2{
	font-size: 48px;
	color: #004980;
	margin-top: 40px;
}
.about h4{
	font-size: 24px;
	color: #737373;
	margin-bottom: 25px;
}

.about-img img{
	width: 100%;
}

.about-img_l img {
	width: 270px;
	height: 200px;
}

.aboutX{
	margin-top: 110px;
}

.aboutS{
	margin-top: 50px;
}

.aboutS h4 {
    /* font-size: 48px; */
    color: #004980;
    margin-top: 40px;
}

.aboutP{
	text-align: center;
    font-size: 20px;
    color: #004980;
    padding: 10px;
}

.aboutS1{
	margin-top: 10px;
}

.aboutS1 h2{
	font-size: 48px;
	color: #004980;
	margin-top: 10px;
}

.aboutS1 h4{
	font-size: 24px;
	color: #737373;
	margin-bottom: 20px;
}

.single-about-detail{
	position: relative;
}
.pentagon-text h1{
	font-size: 60px;
	color: #383838;
	margin-top: 0;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	position: absolute;
	  left: 15%;
	  width: 50px;
	  top: -6%;
}
.pentagon-text {
  width: 70px;
  height: 52px;
  background: #fff;
  position: relative;
   top: -30px;
  left: 43%;
}
.pentagon-text:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 15px solid #fff;
}
.pentagon-text:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0px;
  border-left: 36px solid transparent;
  border-right: 34px solid transparent;
  border-top: 15px solid #fff;
}
.about-details{
	background: #2a2a2a;
	border-top: 2px solid #fff;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	height: 250px;
}
.about-details h3{
	font-size: 36px;
	color: #fff;
	margin-top: 0;
}
.about-details p{
	font-size: 16px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 25px 10px;
	/*padding-bottom: 30px;*/
}

.about-detailsS{
	background: #2a2a2a;
	border-top: 2px solid #fff;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	height: 210px;
}
.about-detailsS h3{
	font-size: 36px;
	color: #fff;
	margin-top: 0;
}
.about-detailsS p{
	font-size: 16px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 25px 10px;
	/*padding-bottom: 30px;*/
}

.about-detailsM{
	background: #2a2a2a;
	border-top: 2px solid #fff;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	height: 400px;
}
.about-detailsM h3{
	font-size: 28px;
	color: #fff;
	margin-top: 0;
}
.about-detailsM p{
	font-size: 16px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 25px 10px;
	/*padding-bottom: 30px;*/
}

.line{
	background: #f5f5f5;
	padding-bottom: 2px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.subabout h4{
	font-size: 32px;
	color: #fff;
	margin-top: 10px;
}
.single-about-detail:hover .about-details{
	background: #004980;
}.single-about-detail:hover .about-details{
	background: #004980;
}

.single-about-detail:hover .about-detailsS{
	background: #004980;
}.single-about-detail:hover .about-detailsS{
	background: #004980;
}

.single-about-detail:hover .about-detailsM{
	background: #004980;
}.single-about-detail:hover .about-detailsM{
	background: #004980;
}

.single-about-detail:hover .pentagon-text h1{
	color: #004980;
}



/*service area*/
.service{
	background: url(../img/pattern.jpg);
	background-repeat: repeat-y;
	margin-top: 40px;
}
.service h2{
	font-size: 48px;
	color: #fff;
	margin-top: 70px;
	margin-bottom: 0;
}
.service h4{
	font-size: 24px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 70px;
	display: block;
}
.single-service{
	text-align:center;
}
.single-service-img {
  width: 205px;
  height: 125px;
  padding-left:30px;
  position: relative;
}
.service-img {
  width: 205px;
  height: 125px;
  background: #004980;
  position: relative;
}
.single-service h3{
	margin-top: 10px;
	color: #fff;
	padding-bottom: 50px;
	position:relative;
}
.service-img img{
	position: absolute;
}

/*section area*/
.section{
	background: #004980;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}

.section:hover{
	background: #0078c7;
}

.section-row{
	margin-top: 10px;
	margin-bottom: 10px;
}
.section h2{
	font-size: 42px;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 0;
}
.section h4{
	font-size: 24px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 30px;
	display: block;
}
.single-section{
	 text-align:left;
	 background: #fff;
	 padding: 10px;
	 padding: 10px;
	 margin-bottom: 10px;
 }

.single-section2{
	background: #fff;
}

.text-white{
	color: white;
}

.single-section3{
	text-align:left;
	padding: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

.single-section-img {
	width: 240px;
	height: 125px;
	/*padding-left:30px;*/
	position: relative;
}
.section-img {
	width: 240px;
	height: 125px;
	background: #ffffff;
	position: relative;
}

.section-img-l {
	width: 205px;
	height: 125px;
	background: #ffffff;
	position: relative;
	margin-top: 20px;
}

.section-img-2 {
	width: 125px;
	height: 125px;
	background: #ffffff;
}

.section-img-2 img{
	width: 100%;
    height: 100%;
}

.single-section h3{
	margin-top: 10px;
	color: #2c2c2b;
	padding-bottom: 10px;
	position:relative;
}
.section-img img{
	position: absolute;
}

.section-p{
	margin-top: 20px;
}

.section-sub-img{
	margin-bottom: 20px;
}

/*section2 area*/
.section2{
	background: #2a2a2a;
	padding: 20px;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}

.section2:hover{
	background: #535353;
}

.section2 h2{
	font-size: 42px;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 0;
}
.section2 h4{
	font-size: 24px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 50px;
	display: block;
}
.single-section2{
	text-align:center;
}
.single-section2-img {
	width: 205px;
	height: 125px;
	padding-left:30px;
	position: relative;
}
.section2-img {
	width: 205px;
	height: 125px;
	background: #3a9ecb;
	position: relative;
}
.single-section2 h3{
	margin-top: 10px;
	/*color: #fff;*/
	/*padding-bottom: 50px;*/
	position:relative;
	margin-left: 10px;
}
.section2-img img{
	position: absolute;
}

.catalog{
	background: #dfdfde;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}

.catalog:hover{
	background: #2c2c2b;
	padding-bottom: 40px;
	padding-top: 40px;
}

.catalog h2{
	font-size: 48px;
	color: #004980;
	margin-top: 20px;
}
.catalog h4{
	font-size: 24px;
	color: #737373;
	margin-bottom: 45px;
}
.catalog img{
	width: 100%;
}

.buttond{
cursor: pointer;
	/*font-size:22px;*/
	text-decoration: none;
	/*padding:10px 20px;*/
	color:#ffffff;
	background-color:#ff7300;
	border-radius:4px;
	border: 9px solid #ff7300;
}

.bt{
	padding-bottom: 20px;
	padding-top: 20px;
}

.button{
	-moz-border-radius: 5px;
	/* -moz-box-shadow: #ff7300 0px 0px 10px; */
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	/* -webkit-border-radius: 5px; */
	/* -webkit-box-shadow: #6E7849 0 0 10px; */
	-webkit-transition: all 0.5s ease;
	background-color: #ff7300;
	background-image: -moz-radial-gradient(center 90deg, circle contain, #ff790a, #ff7300);
	background-image: -ms-radial-gradient(center 90deg, circle contain, #ff790a, #ff7300);
	background-image: -webkit-radial-gradient(center 90deg, circle contain, #ff790a, #ff7300);
	background-image: radial-gradient(center 90deg, circle contain, #ff790a, #ff7300);
	/* border-radius: 5px; */
	border: 2px solid #ff7300;
	color: #ffffff;
	/* display: inline-block; */
	font-size: 20px;
	margin: auto;
	padding: 15px;
	text-decoration: none;
	/* text-shadow: #bd5500 2px 2px 2px; */
	transition: all 0.5s ease;
}
.button:hover {
	/* -moz-border-radius: 5px;
	-moz-box-shadow: #004980 0px 0px 10px; */
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	/* -webkit-border-radius: 5px; */
	/* -webkit-box-shadow: #6E7849 0 0 10px; */
	-webkit-transition: all 0.5s ease;
	background-color: #004980;
	background-image: -moz-radial-gradient(center 90deg, circle contain, #004980, #004980);
	background-image: -ms-radial-gradient(center 90deg, circle contain, #004980, #004980);
	background-image: -webkit-radial-gradient(center 90deg, circle contain, #004980, #004980);
	background-image: radial-gradient(center 90deg, circle contain, #004980, #004980);
	/* border-radius: 5px; */
	border: 2px solid #004980;
	color: #ffffff;
	/* display: inline-block; */
	font-size: 20px;
	margin: auto;
	padding: 16px;
	text-decoration: none;
	/* text-shadow: #004379 2px 2px 2px; */
	transition: all 0.5s ease;
}

.button a{
	color: white;
}
.button a:hover{
	color: #ffffff;
}

/*team section*/
.team{
	padding-bottom: 60px;
}
.team h2{
	font-size: 90px;
	color: #004980;
	margin-top: 50px;
	margin-bottom: 0;
}
.team h4{
	font-size: 24px;
	color: #737373;
	margin-top: 0;
	margin-bottom: 45px;
}
.single-member{
	margin: 0;
	padding: 0;
}
.person img{
	width: 100%;
}
.person-detail{
	padding:10px;
	background: #3a9cc8;
	position: relative;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.arrow-top{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #3ba0cc;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	bottom: -10px;
  	left: 46%;
  	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.arrow-bottom{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #3ba0cc;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	top: -9px;
  	left: 46%;
  	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.person-detail h3{
	font-size: 30px;
	color: #fff;
}
.person-detail p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.single-member:hover .person-detail{
	background: #2a2a2a;
}
.single-member:hover .arrow-top{
	background: #2a2a2a;
}
.single-member:hover .arrow-bottom{
	background: #2a2a2a;
}


/*contact section*/
.contact-caption{
	/*background: #004980;*/
}
.contact-heading h2{
	color: #fff;
	font-size: 42px;
}
.contact-info{
	padding-left: 40px;
}
.contact-info h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	/*border-bottom: 1px solid #13849c;*/
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-form h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-info ul{
	margin: 0;
	padding: 0;
}
.contact-info ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #fff;
}
.contact-info i.fa{
	font-size: 26px;
  	padding-right: 12px;
  	width: 25px;
  	height: 38px;
}
.contact-info ul li span{
	font-weight: bold;
}
.contact-form input{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 23px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}
.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	padding:12px;
	width: 100%;
	height: 140px;
	border:0;
	margin-bottom: 12px;
}
.info-detail{
	border-top: 1px solid #b8b8b7;
	padding-top: 15px;
}
.form{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
	text-align: right;
}
.contact-form input.submit-btn{
	width: 180px;
	height: 50px;
	float: right;
	font-size: 24px;
	color: #fff;
	background: url(../img/btn-bg.jpg);
	background-repeat: no-repeat;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
	font-weight: bold;
	
}
.contact-form{
	padding-right: 40px;
}

/*gmap*/
#map{
	height: 500px;
}
.map{
	position: relative;
	overflow: hidden;
}

.burov{
	/*position: absolute;*/
	width: 100%;
	height: 500px;
	margin-top: 0px;
	left: 0;
	background: rgba(0, 0, 0, 0.45);
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}

.contact{
	position: absolute;
	width: 100%;
	height: 500px;
	margin-top: 0px;
	left: 0;
	margin-top: -500px;
	background: rgba(0, 0, 0, 0.45);
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.contact:hover{
	position: absolute;
	width: 100%;
	height: 500px;
	margin-top: 0px;
	left: 0;
	margin-top: -500px;
	background: rgba(0, 0, 0, 0.75);
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}

.contact-caption{
	margin-top: 120px;
}

/*footer*/
.footer{
	background: #2a2a2a;
}

.dev{

}

.footer-para{
	margin: 0;
	padding: 0;
	padding-top: 20px;
}
.footer p{
	font-size: 16px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
/*	margin: 0;
	padding: 25px 0;*/
	margin-top: 15px;
	margin-bottom: 15px;
}
.footer a i.fa{
	font-size: 24px;
	color: #b1b1b1;
	padding: 22px 10px;
}
.footer a i.fa:hover{
	color: #004980;
}

.carousel-inner{
	position: relative;
}



/*======================css for carousel=========================*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  	z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    }


/******************************
responsive area
********************************/

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav>li>a {
	  font-size: 20px;
	  padding: 14px 12px;
	}
	.carousel-caption h1 {
  		font-size: 120px;
  	}
  	.carousel-caption p {
  		font-size: 32px;
  	}
  	.carousel-caption button {
	  width: 215px;
	  height: 55px;
	  font-size: 26px;
	}
	h2 {
  		font-size: 75px !important;
  	}
  	h4 {
  		font-size: 22px !important;
  	}
  	.person-detail h3 {
  		font-size: 26px;
  	}
  	.person-detail p {
  		font-size: 12px;
  	}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  padding: 10px 8px;
	}
	.carousel-caption h1 {
  		font-size: 90px;
  	}
  	.carousel-caption p {
  		font-size: 30px;
  	}
  	.carousel-caption button {
		 width: 180px;
		 height: 50px;
		 background: #3a9ecb;
		 color: #fff;
		 font-size: 22px;
	}
	h2 {
  		font-size: 70px !important;
  	}
  	h4 {
  		font-size: 18px !important;
  	}
  	#map{
		height: 1050px;
	}
	.contact{
		margin-top:-1050px;
		height: 1050px;
	}
	.contact-caption {
	 margin-top: 110px;
	}
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {
	.header-logo img{
	  margin-top: 20px;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 20px;
	}
	.carousel-caption {
	    margin-top: -110px;
	}
	.carousel-caption h1 {
  		font-size: 75px;
  	}
  	.carousel-caption p {
  		font-size: 25px;
  	}
  	.carousel-caption button {
	  width: 160px;
	  height: 40px;
	  font-size: 20px;
	}
	#map{
		height: 1120px;
	}
	.contact{
		height: 1120px;
		margin-top: -1120px;
	}
	h2 {
	  font-size: 70px !important;
	}
	h4{
  		font-size: 21px !important;
  	}
	.contact-info ul {
	  margin-left: 4px;
	}
	.contact-info i.fa {
	  width: 25px;
	}
	.contact-caption {
	  margin-top: 140px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	.top-header img.logo {
	  margin: 20px 10px;
	}
	.header-logo{
		margin-top: 20px !important;
	}
	.navbar-default .navbar-toggle {
		 border-color: #fff;
		 margin-top: -7px;
		 right: 10%;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  text-align: left;
	}
	.header-backup{
		  height: 80px;
	}
	.carousel-caption {
	    margin-top: -60px;
	}
	.carousel-caption h1 {
  		  font-size: 20px;
  	}
  	.carousel-caption p {
  		font-size: 12px;
  	}
	.carousel-caption button {
	  width: 90px;
	  height: 23px;
	  font-size: 16px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	  margin-top: 30px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	  margin-top: 30px;
	}

	.service h2 {
	  font-size: 50px;
	  margin-top: 40px;
	}

	.section h2 {
		font-size: 50px;
		margin-top: 40px;
	}

	.team h2 {
	  font-size: 50px;
	  margin-top: 40px;
	}
	h4 {
	  font-size: 18px !important;
	}
	.contact-caption{
		margin-top: 38%;
	}
	#map{
		height: 950px;
	}
	.contact{
		height: 950px;
		margin-top: -950px;
	}
	.contact-heading h2 {
	  font-size: 50px;
	  text-align: left;
	  margin-left: 15px;
	}
	.contact-info h3 {
	  margin-left: 8px;
	  font-size: 25px;
	  padding-bottom: 8px;
	}
	.info-detail {
	  margin-left: 8px;
	}
	.contact-info ul li {
	  font-size: 10px;
	}
	.contact-info i.fa {
	  font-size: 13px;
	  width: 20px;
	  height: 18px;
	}
	.contact-info, .contact-form{
		padding: 10px;
	}
	.contact-form h3 {
	  font-size: 25px;
	  padding-bottom: 8px;
	  margin-bottom: 0;
	  margin-right: 0px;
	}
	.footer a i.fa {
	  font-size: 18px;
	  padding: 25px 7px;
	}
	.footer p {
  		font-size: 10px;
  	}
}

.about1{
	/* float: right; */
	text-align: right;
}

.about2{
	float: left;
	text-align: left;
}

.about1 h3{
	color: #7c0000;
	text-transform: uppercase;
	font-weight: bold;
}
.about2 h3{
	color: #7c0000;
	text-transform: uppercase;
	font-weight: bold;
}

.horL{
	overflow: auto;
	/* margin: auto; */
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 1170px;
	height: 254px;
	/* left: 367px; */
	/* top: 55px; */
	content: '';
	z-index: 30;
	background: url(../img/horL.png) no-repeat;
}

/*-------------------------Каталог----------------------------------*/

.catalogs-row{
	margin-top: 0px;
}

.catalogs{
	margin-bottom: 20px;
}

.catalogsX{
	margin-top: 120px;
}

.catalogs10{
	margin-bottom: 10px;
}

.catalogs h2{
	font-size: 48px;
	color: #004980;
	margin-top: 40px;
}
.catalogs h4{
	font-size: 24px;
	color: #737373;
	margin-bottom: 25px;
}

.single-catalogs-detail{
	position: relative;
	outline: 1px solid #2a2a2a;
}

.single-catalogs-detail:hover{
	outline: 1px solid #004980;
}

.single-catalogs-detail:hover .catalogs-detailsM{
	background: #004980;
}

.single-catalogs-detail:hover .catalogs-detailsM{
	background: #004980;
}

.catalogsimg img{
	width: 100%;
}

.catalogs-details{
	background: #2a2a2a;
	border-top: 2px solid #fff;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	height: 180px;
}
.catalogs-details h3{
	font-size: 36px;
	color: #fff;
	margin-top: 0;
}
.catalogs-details p{
	font-size: 16px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 25px 10px;
	/*padding-bottom: 30px;*/
}

.catalogs-detailsM{
	background: #2a2a2a;
	border-top: 2px solid #fff;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	height: 110px;
}
.catalogs-detailsM h3{
	font-size: 24px;
	color: #fff;
	margin-top: 0;
	padding: 10px 10px;
}
.catalogs-detailsM p{
	font-size: 16px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 25px 10px;
	/*padding-bottom: 30px;*/
}

.catalogs-block{	
	padding: 10px ;
}

.catalog-image{
    width: 70%;
    height: 70%;
}

.content{
	min-height: calc(100vh - 93px);
}

.catalogs-img{

}

.catalogs-img p{
	padding: 10px;
}

.aboutM{

}

.aboutM .table-pipe{

}

.aboutM .table-pipe .xlarge{
	font-size: x-large;
}

/* Request */

.top .top-slider {
	box-shadow: none;
	padding-bottom: 20px
}   
.top .top-slider .top-slider-h1 {
	/* text-shadow: 3px 3px 4px #00000026; */
	letter-spacing: 2px;
	text-transform: uppercase;
	/* line-height: 60px; */
	font-size: 40px;
	font-weight: 700;
	color: #004980;
}   

.top .top-slider .top-slider-text-h3 {
	/* text-shadow: 3px 3px 4px #00000026; */
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 35px;
	font-size: 20px;
	/* font-weight: 400; */
	color: #004980;
}

.top .top-slider .top-slider-text-gift {
	line-height: 32px;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
}  

.top .top-slider .top-slider-text {
	line-height: 32px;
	text-align: left;
	font-size: 22px;
	font-weight: 400;
}  
.top .top-slider .top-slider-text2 {
	/* line-height: 32px; */
	/* text-align: left; */
	font-size: 28px;
	font-weight: 600;
	color: #004980;
}  

.top .top-slider .top-form-request {
	padding: 20px 20px 20px 20px;
	margin: 20px 0px 0px 0px;
	border: 2px solid #004980;
	/* display: flex;
	align-items: center;
	align-content: center;
	justify-content: center; */
	text-align: center;
}

.top .top-slider .top-form-request input, 
.top .top-slider .top-form-request textarea {
	width: -webkit-fill-available;
	width: -moz-available;
	font-size: 24px;
	font-family: "Open Sans", sans-serif;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 10px 20px;
	margin: 10px 0px;
	border: 1px solid #b7b7b7;
	/* -webkit-border-radius: 5px 5px 5px 5px; */
	/* border-radius: 5px 5px 5px 5px; */
	text-align: center;
	-o-text-overflow: clip;
	text-overflow: clip;
	color: #333
}

.top .top-slider .top-form-request input:hover,
.top .top-slider .top-form-request textarea:hover {
	width: -webkit-fill-available;
	width: -moz-available;
	font-size: 24px;
	font-family: "Open Sans", sans-serif;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 10px 20px;
	margin: 10px 0px;
	border: 1px solid #333;
	/* -webkit-border-radius: 5px 5px 5px 5px; */
	/* border-radius: 5px 5px 5px 5px; */
	text-align: center;
	-o-text-overflow: clip;
	text-overflow: clip;
	color: #333
}   

.top .top-slider .top-form-request input:active,
.top .top-slider .top-form-request textarea:active {
	width: -webkit-fill-available;
	width: -moz-available;
	font-size: 24px;
	font-family: "Open Sans", sans-serif;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 10px 20px;
	margin: 10px 0px;
	border: 1px solid #333;
	/* -webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px; */
	text-align: center;
	-o-text-overflow: clip;
	text-overflow: clip;
	color: #333
}   

.top .top-slider .top-form-request button {
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: linear;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: linear;
	background-image: url(/images/blank.gif);
	border-width: 0px;
	border-color: #004980;
	background-color: #004980;
	/* border-radius: 5px; */
	text-align: center;
	/* line-height: 50px; */
	font-size: 22px;
	color: #004980;
	font-weight: 700;
	padding: 15px 15px 10px 15px;
	width: -webkit-fill-available;
	width: -moz-available;
	font-weight: 400;
}   
.top .top-slider .top-form-request button:hover {
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	-webkit-transition-timing-function: linear;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: linear;
	background-image: url(/images/blank.gif);
	border-width: 0px;
	border-color: #333;
	background-color: #333;
	color: #004980;
	/* border-radius: 5px; */
	text-align: center;
	/* line-height: 35px; */
	font-size: 24px;
	font-weight: 700;
	padding: 15px 15px 10px 15px;
	font-weight: 400;
	width: -webkit-fill-available;
	width: -moz-available;
}   

.top .top-slider .top-form-request button:hover .top-button-text{
	color: #fff;
}

.top .top-slider .top-form-request .top-button-text {
	color: #fff;
	/* margin-top: -28px;
	height: 28px; */
}   
.top .top-slider .top-form-request .top-button-text:hover p {
	color: #fff;
}

.flex-container {
	display: flex;
	align-items: center; /* Вертикальное центрирование */
}

.flex-contact-container {
	display: flex;
	align-items: center; /* Вертикальное центрирование */
	height: 100%; /* Занимает всю высоту родителя */
}

.contact-column {
	display: flex;
	flex-direction: column;
	justify-content: center; /* Центрирование по вертикали внутри колонки */
}

.contact-item {
	margin: 5px 0; /* Отступы между элементами */
}

/* Для мобильных устройств */
@media (max-width: 767px) {
	.flex-container {
		flex-direction: column;
		text-align: center;
	}
	
	.contact-column {
		align-items: center;
	}
}