@charset "utf-8";

.header
{width: 100%;
z-index: 888;}

#mymenu
{background:#EF3332;
width: 100%;
height: 80px;}

#mymenu li
{display: block;
float: left;
}

#mymenu li a
{color: #FFFFFF;}

#mymenu li a:hover
{color: #FFFFFF;
text-decoration: none;}

#logo
{background: #FFFFFF;
width: 100%;
height: 80px;}

#phonemenu
{margin-top: 0px;}

#phonemenu h5 a
{color: #FFFFFF;
}

#phonemenu h5
{pmargin-top: -14px;
margin-bottom: -14px;}

.pa-overline-dropout nav li {
   position: relative;
	padding: 25px 30px;
}

.pa-overline-dropout nav li a::before {
   content: "";
   position: absolute;
   height: 2px;
   width: 100%;
   left: 0;
   top: 10px;
   background-color:#FFFFFF;
   display: block;
   z-index: 2;
   opacity: 0;
   -webkit-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
   -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
   -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
   transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.pa-overline-dropout nav li a:hover::before {
   opacity: 1;
   top: 0;
}


#progressbar-slider
{}

rs-progress-bar
{background:#EF3332;}

.company
{margin-top: -330px;}

.title {
	/* чтобы линии не выходили за ширину блока заголовка */
	overflow: hidden;
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.title:before,
.title:after {
	content: '';

	/* делаем линию строчно-блочной */
	display: inline-block;

	/* выравниваем вертикально по середине */
	vertical-align: middle;

	/* не позволяем ширине превысить 100% (будет добавлен бордюр) */
	box-sizing: border-box;

	/* установка ширины в 100% делает линию равной ширине тега заголовка
	** благодаря этому линия заполнит все свободное пространство
	** слева и справа от текста
	*/
	width: 5%;
	height: 3px;
	background:#EF3332;

	/* добавляем к линии левый и правый бордюр цветом основного фона заголовка
	** благодаря этому создается нужный отступ между линиями и текстом
	*/
	border: solid  #EF3332;
	border-width: 0 10px;
	margin: 6px;
}
.title:before {
	/* смещаем левую линию влево отрицательным отступом, равным 100% ширины
	** благодаря этому линия встает слева от текста
	*/
	margin-left: -100%;
}
.title:after {
	/* смещаем правую линию вправо отрицательным отступом, равным 100% ширины
	** благодаря этому линия встает справа от текста
	*/
	margin-right: -100%;
}



.resCarousel-inner .item {
            /*border: 4px solid #eee;*/
            /*vertical-align: top;*/
           
        }
        
        .resCarousel-inner .item .tile div,
        .banner .item div {
            display: table;
            width: 100%;
            
        }
        
        .resCarousel-inner .item h1 {
            display: table-cell;
            vertical-align: middle;
            color: white;
        }
        
        services-caption


.item
{height: 550px;
}


.single-services {
	position: relative;
	width: 100%;
    height: 550px;
	overflow: hidden;
}

.single-services:hover
{
	position: relative;
	width: 100%;
    height: 550px;
	
	
}
.services-img img
{height:80%;
background-position: center center;
background-size: cover;
}

.services-caption {
	background: #fff;
	width: 100%;
	padding: 33px 20px 30px 72px;
	margin-top: -110px;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	transform: translateY(-0%;);
	position: absolute;
	z-index: 9999;
}

.services-caption
{}

.single-services .services-caption h3 {
	margin-bottom: 15px;
	line-height: 20px;
	font-family: "Barlow", sans-serif;
	position: relative;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}
.single-services .services-caption h3 a {
	color: #222;
	font-weight: 700;
	font-size: 20px;
	display: block
}
.single-services .services-caption h3 a:hover {
	color: #ff1313
}
.single-services .services-caption h3::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 2px;
	top: 0;
	left: -46px;
	top: 50%;
	transform: translateY(-50%);
	background:#EF3332;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}
.single-services .services-caption p {
	color: #2c234d;
	font-size: 16px;
	margin: 0;
	padding: 0;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	line-height: 1.5
}
.single-services .services-caption .pera1 {
	display: block;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	line-height: 1.5
}
.single-services .services-caption .pera2 {
	display: none;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	line-height: 1.5
}
.single-services:hover .services-caption {
	background:#EF3332;
	transform: translateY(-40px);
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}
.single-services:hover .services-caption h3 {
	color: #fff
}
.single-services:hover .services-caption h3 a {
	color: #fff
}
.single-services:hover .services-caption h3::before {
	background: #fff
}
.single-services:hover .services-caption p {
	color: #fff
}
.single-services:hover .services-caption .pera1 {
	display: none
}
.single-services:hover .services-caption .pera2 {
	display: block
}
.wantToWork-area {
	background: red
}
.wantToWork-area .wantToWork-caption h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.wantToWork-area .wantToWork-caption h2 {
		font-size: 30px
	}
}
@media (max-width:575px) {
	.wantToWork-area .wantToWork-caption h2 {
		font-size: 25px;
		margin-bottom: 20px
	}
}
.wantToWork-area .wantToWork-caption p {
	font-size: 18px
}	
	

#text p
{text-align: justify;}

#mybutton
{width: 200px;
height: 50px;
border: 1px solid #000000;
margin:70px auto;
}

#mybutton a
{display: block;
text-align: center;
line-height: 50px;
color: #000000;
display: block;}

#mybutton a:hover
{text-decoration: none;}

.btn
{background: #EF3332;
border: 1px solid #EF3332;}

.btn:hover
{background: #CDCDCD;
border: 1px solid #CDCDCD;}

.gallery img
{margin-top: 10px;
margin-bottom: 10px;}


#textabout
{margin-top: -260px;}

#map
{width: 100%;
height: 1005;
overflow: hidden;}

.sendbtn
{width: 250px;
height: 50px;
border: 3px solid #EF3332;
border-radius: 50px;
margin: auto;}

#phonebottom
{margin: 10px;}

#phonebottom p
{font-size: 24px;}

#phonebottom img
{margin-right:10px;}

#phonebottom a
{color: #000000;}

#phonebottom a:hover
{text-decoration: none;}

#addressbottom
{margin: 10px;}

#addressbottom img
{margin-right:10px;}

#addressbottom p
{font-size: 24px;}



#mailbottom
{margin: 30px;}

#mailbottom img
{margin-right:10px;}

#mailbottom p
{font-size: 24px;}

#footer
{background:#EF3332;
width: 100%;
height: 80px;}



@media screen and (max-width: 4000px) {


#mymenu
{ display:block;}


.header
{ display:block;}
	
#topmobile
{display: none;}


}



@media screen and (max-width: 1080px) {




#mymenu
{ display:none;}


.header
{ display:none;}
	
#topmobile
{display:block;}
	
#phonemob
{margin-top: 60px;
	margin-bottom:10px;}
	
#progressbar-slider
{margin-bottom:0vh;}
	
.company
{margin-top:0px;}
	
#wrapper
{width:100%;
}	
	
#textabout
{margin-top:0px;}
	
#textouter
{padding: 20px;}
	
	
.site-footer {  
  background: rgba(13,151,42,1.0);
	width: 100%;
	height:auto;
   }
	
#footerbackr
{width: 100%;
height:auto;
background: rgba(13,151,42,0.5)}


}







