/* GLOBAL */

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	width: 1920px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5; 
}

.container {
	width: 1170px;
	margin:0 350px;
	padding: 0 25px;
}
ul {
	list-style-type: none;
}
a{
	text-decoration: none;
}

/*-----------------------------------------*/


.short-contact ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.short-contact ul li a {
	padding-left: 15px;
	margin-right: 30px;
	color:#506a85;
}
.top-mail  a {
	background-image: url("icon-mail-1.png");
	background-repeat: no-repeat;
}
.top-phone a {
	background-image: url("icon-mobile.png");
	background-repeat: no-repeat;
}

.top-social-icons ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-social-icons {
	width: 15%;
}
.top-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 40px;
}

.top-header {
	border-bottom:1px solid #e6e9ed;
	background-color: #f5f7fa;
}
.heading-text {
	text-align: center;
}


/* ------------------- MAIN INFO ----------------------*/





.main-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 112px;
}

.nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav ul a {
	text-transform: uppercase;
	color:#506a85;
	font-weight: 700;
	font-size: 17px;
}

.nav {
	width: 70%;
}





/* --------------------SLIDER-------------------------*/

.wrap {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.slider {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size:cover;
}

.slide1{
	background-image: url("1.jpg");
	height: 880px
}

.slide2{
	background-image: url("2.jpg");
	height: 880px
}

.slide3{
	background-image: url("3.jpg");
	height: 880px
}

.slide4{
	background-image: url("4.jpg");
	height: 880px
}

.slide5{
	background-image: url("5.jpg");
	height: 880px
}

.slide-content .container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
/* <-------------------------------------*/
}
.slide-content {
	display: flex;
	min-height: 800px;
}
.slide1 p {
	color:#8b9cae;
}
.slide2 h1{
	line-height: 1;
}

.slide2 .slide-content .container {
	display: flex;
	justify-content: center;
	text-align: right;
	align-items: initial;
	color:#fff;
}

.slide2 .start-btn{
	width: 306px;
	margin-right: 0;
	margin-left:auto;
}

.slide3 .container{
	display: flex;
	justify-content: center;
	align-items: initial;
	text-align: left;
}
.slide3  .container h1 {
	background-color: #506a85;
	margin-bottom: 10px;
	display:inline;
	align-items:initial;
	margin:10px auto 0 0;
	padding: auto 30px auto 30px;
}
.slide3 p {
	color:#506a85;
	margin-top: 30px;
}
.slide3 .start-btn{
	width: 306px;
	margin-right: auto;
	margin-left:0;
}
.slide4 .slide-content .container {
	display: flex;
	justify-content: center;
	text-align: right;
	align-items: initial;
	color:#fff;
}
.slide4 p {
	margin-top: 30px;
}
.slide4 h1 {
	background-color: #506a85;
	margin-bottom: 10px; 
}
.slide4 .start-btn{
	width: 306px;
	margin-right: 0;
	margin-left:auto;
}



.slide-content .container h1 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 5rem;
	color:#fff;
	letter-spacing: 2px;
}
.slide-content .container p {
	font-size: 25px;
}
.arrow {
	cursor: pointer;
	position: absolute;
	top:50%;
}

#arrow-left {
	background:url("icon-left-open-mini.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 27px;
	margin-left: 50px;
	left:0;
}

#arrow-right{
	background:url("icon-right-open-mini.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 27px;
	margin-right: 50px;
	right: 0;
}


.start-btn {
	padding: 25px 70px;
	border-radius: 7px;
	background-color: #00bc9c;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color:#fff;
	border-bottom:2px solid #00a085;
	margin-top: 60px;
}





/*  INFO */ 
	


.heading-text h3 {
	font-size: 35px;
	font-weight: 700;
	color:#506a85;
	margin:50px auto 20px;
}
.heading-text p {
	color:#73879c;
	font-size: 25px;
}

.info-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 380px;
}

.box {
	width: 29%;
}


.heart {
	background-image: url("icon-heart-empty-1.png");
	background-repeat: no-repeat;
}
.lamp {
	background-image: url("icon-lamp.png");
	background-repeat: no-repeat;
}
.star {
	background-image: url("icon-star-empty-1.png");
	background-repeat: no-repeat;
}

.box .text{
	margin-left: 70px;
}
.text h4 {
	font-size: 22px;
	font-weight: 700;
	color: #657c94;
	margin-bottom: 20px;
}

.text p {
	color:#73879c;
}







/*------------------ OUR WORK *------------------*/



.our-work {
	min-height: 1270px;
	background-color: #f2f5f7;
} 
.latest-work {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.motel {
	background-image: url("Home-Agency-Style-Desktop_05.jpg");
	background-repeat: no-repeat;
	width: 550px;
	height: 385px;
	background-position: center;
}

.startup {
	background-image: url("Home-Agency-Style-Desktop_07.jpg");
	background-repeat: no-repeat;
	width: 550px;
	height: 385px;
}
.work-text {
	background-color: #fff;
	min-height: 110px;
	text-align: center;
}

.work h6 {
	color:#657c94;
	font-weight: 700;
	font-size: 18px;
	padding-top: 25px;
}
.work p {
	color:#73879c;
	padding-top: 10px;
}
.photos {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.photo {
	width: 270px;
	height: 185px;
	margin-top: 80px;
}
.first-photo {
	background-image: url("Home-Agency-Style-Desktop_11.jpg");
	background-repeat: no-repeat;
	background-position: center;
} 
.second-photo {
	background-image: url("Home-Agency-Style-Desktop_13.jpg");
	background-repeat: no-repeat;
	background-position: center;
} 
.third-photo {
	background-image: url("Home-Agency-Style-Desktop_14.jpg");
	background-repeat: no-repeat;
	background-position: center;
} 
.fourth-photo {
	background-image: url("Home-Agency-Style-Desktop_16.jpg");
	background-repeat: no-repeat;
	background-position: center;
} 

.our-work .heading-text {
	min-height: 305px;
}
.container .heading-text h3 {
	padding-top: 50px;
}



/* ~~~~~~~~~~~GET in TOUCH ~~~~~~~~~~~~*/

.get-in-touch {
	min-height: 485px;
}


.touch {
	padding:20px 25px;
	background-color: #00bc9c;
	color:#fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	border-radius: 5px;
	border-bottom: 2px solid #00a085;
}
.heading-text p {
	margin-bottom: 30px;
}











/* ~~~~~~~~~~~~~~~FOOTER ~~~~~~~~~~~~~~*/

.main-footer {
	background-color: #2f4052;
} 



.bottom {
	background-color: #283645;
}