/* social network icon*/
@font-face {
	font-family: 'snicon';
	src: url('./assets/font/snicon.eot?67622103');
	src: url('./assets/font/snicon.eot?67622103#iefix') format('embedded-opentype'),
		 url('./assets/font/snicon.woff2?67622103') format('woff2'),
		 url('./assets/font/snicon.woff?67622103') format('woff'),
		 url('./assets/font/snicon.ttf?67622103') format('truetype'),
		 url('./assets/font/snicon.svg?67622103#snicon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	font-size: 10px; 
}

body{
	margin: 0 !important;
    padding: 0 !important;
	font-family: Lato, sans-serif;}

*,
*:before,
*:after {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, span{
	margin: 0;
    padding: 0;
    line-height: 1;
}

.anhor{
	position: relative;
	top: -70px;
}

/*Container*/

.container{
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}

/* Header*/

header{
	width: 100%;
	background-color: #2d303a;
	border-bottom: solid 6px #323746;
	margin: auto;	
	position: sticky;
	top: 0px;
	z-index: 3;
}

.header-logo{
	font-size: 2.5rem;
	letter-spacing: -.55px;
	font-weight: 700;
	line-height: 1;
	color: white;
    text-transform: uppercase;
    display: inline-block;
	text-decoration: none;
}

.header-logo::after{
    display: inline-blocks;
    content: '*';
    color: #f06c64;
}

a.active-link{
	color: #f06c64;
}

.header-inner{
	height: 89px;
	width: 100%;
	padding-bottom: 32px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

/*Nav*/

.nav-header{
	font-size: 1.2rem;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: -.35px;	
}

.nav-header span{
	margin: 13px;
	color: #494e62;
} 

.nav-header-link{
	display: inline-block;
	color: white;
	text-decoration: none;
	font-weight: 700;
	transition: color .2s linear;
}

.nav-header-link:hover{
	color: #f06c64;
}

/*Slider*/

.slider {
	background-color: #f06c64;
	border-bottom: solid 6px #ea676b;	
}

#slider-cont{
	height: 594px;
	width: 100%;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	


}
.slider-inner{
	display: flex; 
	position: relative;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.item{
	display: none;
	width: 100%;    
    justify-content: space-evenly;
    align-items: center;
    visibility: visible;
	position: relative;
	animation: 0.5s ease-in-out;
}

@keyframes left{
	from{
		left:0;
	}
	to{
		left: -100%;
	}
}

@keyframes right{
	from{
		left: 100%;
	}
	to{
		left: 0;
	}
}
.to-left{
	animation-name: left;
}
.to-right{
	animation-name: right;
	animation-direction: reverse;
}
.from-left{
	animation-name: left;
	animation-direction: reverse;
}
.from-right{
	animation-name: right;
}

.discription{
	display: flex;
	justify-content: space-evenly;
    align-items: center;

}
.active_sli,
.next_sli{
	display: block;
}

.next_sli{
	position: absolute;
	top: 0;
	width: 100%;
}

.control{
	position: absolute;
	top :0;
	bottom: 0;
	width: 10%;
	cursor: pointer;
	z-index: 2;
}

.control.left{
	left: -0;
	right: auto;
}

.control.right{
	left: auto;
	right: 0;
}
.arrow{
	display: inline-block;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -60px;
	padding: 40px;
	font-weight: bold;
	transition: 0.6s ease;
	font-size: 4rem;
}

.container .btn {
    position: absolute;
    top: 80%;
    left: 22%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 46px;
	height: 46px;
	outline: none;
	background: transparent;
  }
  .container .btn2 {
	position: absolute;
    top: 47%;
    left: 44.5%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    outline: none;
    background: transparent;
}
  
  .container .btn3 {
    position: absolute;
    top: 83.5%;
    left: 48.5%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    outline: none;
    background: transparent;
}
  .container .screen_horizontal {
    position: absolute;
    top: 47.5%;
    left: 64%;
    width: 335px;
    height: 188px;
    transform: translate(-50%, -50%);
    background-color: black;

}
.container .screen_vertical {
	position: absolute;
    top: 47.5%;
    left: 21.5%;
    width: 190px;
    height: 334px;
    transform: translate(-50%, -50%);
    background-color: black;
}


.container .screen_vertical2 {
	position: absolute;
	top: 224px;
    left: 484px;
    width: 200px;
    height: 355px;
    transform: translate(-50%, -50%);
    background-color: black;
    margin-top: 65px;
    margin-left: 14px;
}


/*Services*/

.services{
	width: 100%;
	background-color: #f2f2f2;
	border-bottom: solid 6px #ffffff ;
}

.services-inner {
	height: 494px;
    width: 100%;
	margin: 0 auto;
}

.main-info-servises{
	padding-top: 62px;
	padding-left: 40px;
}

.main-info-servises h2 {
	font-size: 3.0rem;
	color: #666d89;
    font-weight: 900;
    letter-spacing: -0.1px;
}

.main-info-servises p{
	padding-top: 21px;
    margin: 0;
    max-width: 940px;
    text-align: justify;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.7;
	color: #767e9e;
}

.services-flexbox-menu{
	padding-top: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.services-content{
	padding-left: 10px;
	height: 125px;
	width: 320px;
	overflow:hidden;
}

.services-content img{
	width: 60px;
	float: left;
}

.services-content h3{
	text-align: left;
	margin-left: 60px;
	padding-left: 20px;
	font-size: 1.8rem;
	color: #666d89;
	font-weight: 900;
    letter-spacing: -0.1px;
    margin-bottom: 10px;
}

.services-content p{
	margin-left: 80px;
	margin-right: 10px;
	font-size: 1.2rem;
	line-height: 1.77;
	color: #767e9e;
    text-align: justify;
}

/* Portfolio */

.portfolio{
	background-color: #2d303a;
	overflow: hidden;
	border-bottom: 6px solid #323746;
}

.portfolio-inner{
	margin: 0 auto;
	height: 863px;
    padding: 68px 40px;
	overflow: hidden;
}

.portfolio h2{
	font-size: 3rem;
	line-height: 18px;
	color: #666d89;
	font-weight: 900;
	text-align: left;
	margin: 0 0 19px 0;
}

.portfolio p{
	font-size: 1.8rem;
	line-height: 49px;
	color: #767e9e;
	font-weight: 300;
	text-align: left;
}

portfolio-nav{
	font-size: 1.2rem;
	line-height: 22px;
	color: #767e9e;
	font-weight: 300;
	text-align: left;
    display: inline;
	margin: 0 10px 0 0;
	overflow: hidden;

}

.nav-link{
	padding: 3px 6px;
	display: inline;
	color: #767e9e;
	text-decoration: none;
	font-weight: 500;
	transition: color .2s linear;
	border: 1px solid;
	border-color:#767e9e;
	border-radius: 5px;
	margin-right: 8px;
}
.nav-link.active{
        color: #c5c5c5;
        border: 1px solid #c5c5c5;
        margin-right: 8px;
}

.nav-link:hover{
	color: #dedede;
	border-color:#dedede;
}

.portfolio-img-box{
	padding-top: 19px;
	width: 940px;
	height: 620px;	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-content: space-between;
	overflow: hidden;
	outline: none !important;
}


.selected-img{
	outline: 5px solid	#F06C64;
	outline-offset: -5px ;
}

/* about us */

.about-us{
	background: #f2f2f2;
    overflow: hidden;
    border-bottom: 6px solid #ffffff;
}

.about-us-inner{
    margin: 0 auto;
    max-width: 940px;
    height: 728px;
    padding: 62px 0;
    overflow: hidden;
}

.about-us h2{
	font-size: 3rem;
    font-weight: 900;
	color: #666d89;
	letter-spacing: -0.1px;

}
.about-us h3{
    margin: 22px 0 0 0;
    font-size: 1.8rem;
    line-height: 1.7;
    color: #767e9e;
    font-weight: 300;
	text-align: justify;	
}

.about-us-pbloc{
	padding: 44px 0 0 0;
	display: flex;
}

.about-us-pbloc-inner{
	width: 300px;
	float: left;
	display: inline;
    margin: 0 0 0 20px;
        
}

.about-us-pbloc-inner:first-child {
	margin-left: 0;
	letter-spacing: -0.1px;
}

.about-us h4{
	font-size: 1.8rem;
    font-weight: 900;
	color: #666d89;
    margin: 16px 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;    
}

.about-us-pbloc-inner p{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
	color: #767e9e;
	text-align: justify;
	margin: 11px 0 0 0;
}

.about-us-pbloc-inner a {
	display: block;
}


.about-us span{	
	font-family: "snicon";
	float: left;
	display: inline-block;
	width: 31px;
	height: 31px;
	line-height: 30px;
	border-radius: 50%;
	border: 1px solid #6a718c;
	color: #6a718c;
	text-align: center;
	font-size: 1.6rem;
	cursor: pointer;
	margin: 24px 10px 0 0;
	transition: color .2s linear;
}

.about-us span:hover {
	border: 1px solid #f06c64;
	color: #f06c64;
}
/*Get a Quote*/

.get-a-quote{
    background: #f06c64;
    overflow: hidden;
    border-bottom: 6px solid #ea676b;
}

.get-a-quote-inner{ 
       
    margin: 0 auto;
    max-width: 940px;
    height: 648px;
    padding: 67px 0;
    overflow: hidden;
}

.get-a-quote h2{
	font-size: 3rem;
    line-height: 20px;
    letter-spacing: -0.2px;
	color: #f0d8d9;
	font-weight: 900;
	text-align: left;
	margin: 0 0 26px 0;
}

.get-a-quote h3{
    
    font-size: 1.8rem;
    font-weight: 300;
    color: #f0d8d9;
    line-height: 1.7;
    text-align: justify;
}

.get-a-quote ul{
    padding-top: 44px;
}

.get-a-quote ul li{
    float: left;
    display: inline;
    max-width: 300px;
}

.get-a-quote ul li:first-child{
    padding: 0 10px 0 0;
    max-width: 640px;
}

.get-a-quote h4{
    font-size: 1.8rem;
    font-weight: 900;
    color: #f0d8d9;
    margin: 0 0 10px 0;
    letter-spacing: -0.1px;
}

.get-a-quote p {
    margin: 0 0 20px 0;
    text-align: justify;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.85;
    color: #f0d8d9;
    letter-spacing: -0.05px;
}

.get-a-quote-contact{
    font-size: 12px;
    line-height: 10px;
    color: #f0d8d9;
    text-align: left;
    letter-spacing: -0.1px;
}

.get-a-quote-contact a{
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 22px;
    color: #f0d8d9;
    text-decoration: none;
    vertical-align: middle;    
}

.get-a-quote-contact img{
    text-align: center;
    vertical-align: middle;
} 

/*form*/

input{
    background: #d6564f;
    max-width: 619px;
    width: 619px;
    height: 38px;
    line-height: 38px;
    border: 0;
    font-size: 12px;
    color: #f48c8f;
    font-family: 'Lato', sans-serif;
    padding: 0px 15px;
    margin: 0 0 16px 0;
    outline: none;
    border-radius: 5px;
}

textarea{
    background: #d6564f;
    max-width: 619px;
    width: 619px;
    height: 202px;
    max-height: 202px;
    border: 0;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    outline: none;
    overflow: auto;
    resize: none;
    font-size: 12px;
    color: #f48c8f;
    font-family: 'Lato', sans-serif;
    border-radius: 5px;
}

input[type="submit"]{
    cursor: pointer;
}

::placeholder {
    color: #f48c8f;
  }


/*footer*/

footer{
    background: #2d303a;
    overflow: hidden;
}

.footer-inner{
    margin: 0 auto;
    max-width: 940px;
    height: 76px;
    overflow: hidden;
    padding-top: 22px;
    padding-bottom: 22px;
}

.copyright{
    float: left;
}

footer p {
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
    color: #666d89;
}

footer ul {
    float: right;
    list-style-type: none;
}

footer span{	
	font-family: "snicon";
	display: inline-block;
	width: 31px;
	height: 31px;
	line-height: 30px;
	border-radius: 50%;
	border: 1px solid #6a718c;
	color: #6a718c;
	text-align: center;
	font-size: 1.6rem;
	cursor: pointer;
	margin: 0 0 0 7px;
	transition: color .2s linear;
}

footer span:hover {
	border: 1px solid #f06c64;
	color: #f06c64;
}

.icon-facebook-1:before { content: '\f30c'; }
.icon-twitter:before { content: '\f309'; } 
.icon-gplus:before { content: '\f30f'; } 
.icon-linkedin:before { content: '\f318'; } 


#resultWindow {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #434759;
    opacity: 0.9;
}

#resultWindow.hidden {
    display: none;
}

#message {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 300px;
    min-height: 180px;
    border: 2px solid black;
    border-radius: 10px;
    text-align: center;
	background-color: #ffffff;
	transform: translate(-50%, -50%);
	overflow: hidden;
	word-wrap: break-word;
}

#message p {
	margin: 15px;
	color: black;
}

#message span {
	font-size: 1.6rem;

	font-weight: bold;
}

.message-title {
    font-size: 2rem !important;
	font-weight: bold;
}

.message-button {
    height: 30px;
    width: 80px;
    border: 1px solid black;
    background-color: #ffffff;
    border-radius: 10px;
}

.message-button:hover {
    cursor: pointer;
    background-color:#9ba4c4;
}

@media (max-width: 768px){
	.services-flexbox-menu{
		flex-direction: column;
		align-items: center;
	}
}