body, html{
	margin: 0;
	padding: 0;
	font-family: NotoSans-Regular;
}

h3{
	font-family: NotoSans-SemiBold;
	font-size: 24px;
}

h4{
	font-family: NotoSans-SemiBold;
	font-size: 24px;
}

h5{
	font-family: NotoSans-SemiBold;
	font-size: 14px;
}

p{
	font-size: 13px;
}

.clear{
	clear: both;
	float: none;
}

/* NAV */

.navigation_container{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(21,21,21,0.6);
	height: 80px;
	z-index: 20;
	transition: all 0.5s;
}

.scrolled{
	width: 100%;
	position: fixed;
	background-color: rgba(21,21,21,1);
	top: 0;
	height: 50px;
	z-index: 999;
}

.logo{
	background-color: #139b7d;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	width: 294px;
	height: 80px;
	float: left;
	transition: height 0.5s, background-size 0.5s;
}

.scrolled .logo{
	background-size: 65%;
	height: 50px;
	transition: height 0.5s, background-size 0.5s;
}

.menu_icon {
	display: none;
	color: #fff;
}

.navbar{
	position: fixed;
	top: 0;
	right: 0;
	float: right;
}

.navbar ul{
	margin: 0 29px 0 0;
}

.navbar ul li{
	margin-right: 21px;
	display: inline-block;
}

.navbar ul li a{
	font-family: NotoSans-SemiBold;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.nav_label{
	margin: 30px 0 10px 0;
	transition: margin 0.5s;
}

.scrolled .nav_label {
	margin: 13px 0 6px 0;
	transition: margin 0.5s;
}

.nav_bulett{
	background-image: url('../images/menu-active.png');
	width: 6px;
	height: 6px;
	background-repeat: no-repeat;
	margin: 0 auto;
	visibility: hidden;
}

.navbar ul li a:hover .nav_bulett{
	visibility: visible;
}

/* NAV END */

/* VIDEO */

.video_container{
	height: auto;
	position: relative;
	/*padding-bottom: 200px;*/
	background-repeat: no-repeat;
	/*margin-bottom: 140px;*/
}

video{
	width: 100%;
}


.video_bg{
	background: url(../images/video_bg_2.png);
	background-repeat: repeat;

	width: 100%;
	/*height: 716px;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 5px;
	z-index: 10;
}

/*
#video_box{
	width: 100%;
}
*/
.icons_box{
	margin: 0 auto 35px auto;
	width: 166px;
}


.video_title{
	font-family: NotoSans-SemiBold;
	font-size: 45px;
	color: #fff;
	display: block;
	margin: 0 auto 30px auto;
	text-align: center;
}

.video_lead{
	width: 840px;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}


/* VIDEO END */

/* SERVICES */
#service_detail_text {
	width: 1400px;
	margin: 0 auto;
	text-align: justify;
	padding: 40px 0px;
}

#service_detail_text p {
	font-size: 16px;
}

#services-title {
	font-family: NotoSans-SemiBold;
    color: #151515;
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

#service-image {
	background-image: url('../images/service-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 600px;
	position: relative;
}

#service-image-title {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 80%;
	transform: translate(-50%, -50%);
	font-family: NotoSans-SemiBold;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
}

#service-image-title #sub {
	margin-top: 20px;
    font-size: 20px;
}

.services_container{
	position: relative;
	width: 1400px;
	background: #fff;
	margin: 50px auto 60px  auto;
	font-size: 0px;
	text-align: center;
	margin-top: 0px;
}

.services_container a{
	outline: none;
}

.service_box{
	width: 20%;
	height: 190px;
	padding-top: 30px;
	transition: all 0.15s linear;
	display: inline-block;
	vertical-align: bottom;
	cursor: pointer;
}

.service_icon{
	width: 54px;
	height: 54px;
	margin: 0 auto;
}

.service_icon_active{
	display: none;
}

.service_box:hover{
	-webkit-box-shadow: 0px 20px 40px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 20px 40px 20px rgba(0,0,0,0.1);
	box-shadow: 0px 20px 40px 20px rgba(0,0,0,0.1);
	transition: all 0.15s linear;
}

.service_box:hover .service_icon{
	display: none;
}

.service_box:hover .service_icon_active{
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto;
}

.service_desc{
	display: block;
	margin: 25px;
	text-align: center;
	line-height: 20px;
	color: black !important;
}

.service_desc span{
	font-size: 11px;
	line-height: 15px;
	color: black !important;
}

/* SERVICES END */


/* OUR WORKS */
#our_works_outer {
	background: #53575e;
	padding-top: 62px;
	padding-bottom: 110px;
}

.our_works_container{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.our_works_title{
	font-family: NotoSans-SemiBold;
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	margin-bottom: 40px;
}

.works-container {
	font-size: 0px;
	text-align: center;
}

.work {
	width: 16%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 0.8%;
	cursor: pointer;
}

.work:last-child {
	margin-right: 0%;
}

.work-spacer {
	padding-bottom: 100%;
}

.work-title {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 20px;
	color: #ffffff;
	font-family: NotoSans-SemiBold;
	text-shadow: 0px 1px 6px #000000;
	word-break: break-word;
}

.see_more{
	text-align: center;
	margin-top: 50px;
}

.see_more a{
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: left 14px center;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-family: NotoSans-SemiBold;
	height: 38px;
	line-height: 38px;
	border: 2px solid #ffffff;
	border-radius: 21px;
	padding: 0px 15px;
	padding-left: 35px;
	display: inline-block;
}

/* OUR WORKS END */

/* PARTNERS */
#partners-container {
	text-align: center;
	padding: 80px 0px;
}

#partners-logo {
	background-image: url(../images/heart.png);
	width: 42px;
	height: 36px;
	margin: 0 auto;
}

#partners-title {
	font-size: 26px;
	color: #242424;
	font-family: NotoSans-SemiBold;
}

#partners-list {
	font-size: 0px;
	padding: 0px 15px;
	margin-top: 45px;
}

#partners-list img {
	margin: 0 7px;
	margin-bottom: 15px;
}


/* CONTACT */
#contact-title {
	font-family: NotoSans-SemiBold;
    color: #151515;
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

.contact_container{
	background-image: url('../images/plastic_flower.png');
	background-position: right;
	background-repeat: no-repeat;
	margin-bottom: 90px;
}

.contact_form_wrapper{
	width: 1330px;
	margin: 0 auto;
	padding-top: 100px;
	padding-left: 90px;
}

.contact_form_box{
	width: 520px;
}

.contact_form{
	font-family: NotoSans-SemiBold;
}

.contact_form label{
	display: block;
	font-size: 14px;
	color: #242424;
	margin-bottom: 12px;
}

.contact_form input[type='text']{
	width: 100%;
	height: 42px;
	margin-bottom: 18px;
	background-color: #eceef2;
	outline: none;
	border: none;
	box-sizing: border-box;
	padding: 0px 15px;
	border-radius: 4px;
}

.contact_form textarea{
	width: 100%;
	height: 220px;
	background-color: #eceef2;
	outline: none;
	border: none;
	float: none;
	margin-bottom: 32px;
	box-sizing: border-box;
	padding: 15px 15px;
	resize: none;
	border-radius: 4px;
}

.contact_form input[type='submit']{
	font-family: NotoSans-SemiBold;
	display: block;
	text-align: right;
	width: 120px;
	margin: 0 auto;
	font-size: 16px;
	border: none;
	color: #fff;
	background-color: #5050da;
	background-image: url('../images/arrow-right-white.png');
	background-repeat: no-repeat;
	background-position: 23px center;
	padding: 0 23px;
	border-radius: 26px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(80,80,218,0.6);
	-moz-box-shadow: 0px 10px 30px 0px rgba(80,80,218,0.6);
	box-shadow: 0px 10px 30px 0px rgba(80,80,218,0.6);
	height: 46px;
	line-height: 46px;
	outline: none;
	cursor: pointer;
}

.contactform_error {
	display: none;
	text-align: center;
	color: #ff0000;
	font-family: NotoSans-SemiBold;
	font-size: 12px;
	margin-top: 25px;
}

.contactform_success {
	display: none;
	text-align: center;
	color: #00ff00;
	font-family: NotoSans-SemiBold;
	font-size: 12px;
	margin-top: 25px;
}


/* CONTACT END*/

footer{
	height: 65px;
	background-color: #151515;
	background-image: url('../images/monkey-footer.png');
	background-position: center;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	padding-right: 30px;
	padding: 55px 30px 0 10px;
}

.footer_left{
	float: left;
}

.footer_left_element{
	float: left;
	padding: 0 20px;
	border-right: 2px solid #fff;
}

.footer_left_element a{
	text-decoration: none;
	color: #fff;
}

.footer_left_element:last-child{
	border: none;
}

.footer_right{
	float: right;
}

.container{
	width: 1400px;
	min-height: 763px;
	margin: 80px auto 0 auto;
}

.left_side_container{
	float: left;
	width: 340px;
	padding-top: 45px;
}

.left_side_title{
	font-size: 24px;
	font-family: NotoSans-SemiBold;
	margin-bottom: 30px;
}

.left_side_title h1{
	font-size: 24px;
}

.right_side_container{
	float: left;
	width: 1040px;
	margin-bottom: 60px;
	min-height: 689px;
}

.left_side_element{
	margin-bottom: 35px;
}

.left_side_element_icon{
	float: left;
	width: 25px;
	height: 25px;
	background-position: left;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 12px;
}

.left_side_element_icon_active{
	display: none;
	float: left;
	width: 25px;
	height: 25px;
	background-position: left;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 12px;
	transition: all 0.15s linear;
}

.left_side_element a:hover .left_side_element_icon{
	display: none;
	transition: all 0.15s linear;
}

.left_side_element a:hover .left_side_element_icon_active{
	display: block;
	transition: all 0.15s linear;
}

.left_side_element a:hover .pieces{
	color: #fff;
	background-color: #139b7d;
	transition: all 0.15s linear;
}

.left_side_service_title{
	float: left;
	width: 220px;
	padding: 2px 4px 4px 4px;
	color: #242424;
}

.pieces{
	font-size: 14px;
	font-family: NotoSans-SemiBold;
	width: 30px;
	text-align: center;
	float: left;
	padding: 5px 0;
	color: #cbd0d8;
	background-color: #eceef2;
}

.button_box{
	width: 285px;
}

.contact_button{
	display: block;
	width: 215px;
	font-size: 16px;
	color: #fff;
	background-color: #5050da;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 28px 28px 32px 32px;
	margin: 0 auto;
}

.project_box_link{
	display: block;
	float: left;
	width: 240px;
	margin-top: 30px;
	margin-right: 20px;
	box-shadow: none;
	outline: none;
	transition: all 0.15s linear;
	cursor: pointer;
}

.project_box_link:hover{
	-webkit-box-shadow: 0px 20px 40px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 20px 40px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 20px 40px -4px rgba(0,0,0,0.1);
	transition: all 0.15s linear;
	transform: translateY(-5px);
}

.project_box_link:hover .project_title{
	color: #139b7d;
	transition: all 0.15s linear;
}

.project_box{
	float: left;
	width: 100%;
	height: 300px;
	border: solid 1px #eceef2;
	position: relative;
}

.project_box_inner {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 240px;
}

.hover_image{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(21, 21, 21, 0.6);
	height: 240px;
	margin: 0 auto;
	transition: all 0.15s linear;
	width: 100%;
}

.project_box_link:hover .hover_image{
	opacity: 1;
	transition: all 0.15s linear;
}

.hover_image img{
	position: relative;
	display: block;
	top: 100px;
	margin: 0 auto;
}

.project_title{
	position: relative;
	font-size: 14px;
	font-family: NotoSans-SemiBold;
	color: #242424;
	transition: all 0.15s linear;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.my_popup_outer {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999999;
}

.my_popup_outer.active {
	display: block;
}

.my_popup{
	width: 1360px;
	height: 90%;
	overflow: hidden;
	overflow-y: scroll;
	background-color: #fff;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.my_popup .mfp-close{
	top: 25px;
	right: 15px;
}

.popup_image_container{
	width: 1080px;
	float: left;
}

.popup_image_container img {
	width: 100%;
	margin-bottom: 15px;
}

.popup_image_container img:last-child {
	margin-bottom: 0px;
}

.popup_desc_container{
	width: 230px;
	float: right;
	margin-left: 20px;
}

.popup_desc_container h3{
	margin-top: 20px;
}

.popup_label{
	color: #cbd0d8;
}

.popup_desc{
	margin-bottom: 40px;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
}

.my_contact_popup{
	width: 607px;
	margin: 0 auto;
	/*background-color: #fff;*/
}

.my_contact_form{
	width: auto;
	padding: 45px;
	margin-bottom: 10px;
	background-color: #fff;
}

.my_contact_form h5{
	margin-bottom: 12px;
	margin-top: 0;
}


.my_contact_form input[type='text'], .my_contact_form textarea{
	border: none;
	outline: none;
	background-color: #eceef2;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 4px;
}

.my_contact_form input[type='text']{
	height: 40px;
	border-radius: 4px;
}

.my_contact_form textarea{
	height: 220px;
	margin-bottom: 30px;
	border-radius: 4px;
}

select {
	border: none;
	outline: none;
	background-color: #53575e;
	width: 100%;
	margin-bottom: 20px;
	height: 40px;
	outline: none;
	box-sizing: border-box;
	padding: 0 15px;
	color: #ffffff;
	border-radius: 4px;
}

.contact_popup_submit{
	display: block;
	text-align: right;
	width: 140px;
	margin: 0 auto;
	font-size: 16px;
	border: none;
	color: #fff;
	background-color: #5050da;
	background-image: url(../images/arrow-right-white.png);
	background-repeat: no-repeat;
	background-position: 23px center;
	padding: 15px 23px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(80,80,218,0.6);
	-moz-box-shadow: 0px 10px 30px 0px rgba(80,80,218,0.6);
	box-shadow: 0px 10px 30px 0px rgba(80,80,218,0.6);
}

.contact_popup_info_left{
	background-color: #fff;
	width: 299px;
	text-align: center;
	float: left;
}

.contact_popup_info_right{
	background-color: #fff;
	width: 299px;
	text-align: center;
	float: right;
}

.contact_popup_info_right h4 a{
	text-decoration: none;
	color: #242424;
}

.error{
	display: block !important;
	margin: 0 0 35px 0 !important;
}

.mfp-close {
	right: 645px !important;
}

/* MOBILE */

@media only screen and (max-width: 1440px) {
	
	.our_works_container {
		width: 80%;
	}
	
	.work {
		width: 32%;
		margin-right: 2% !important;
		margin-bottom: 2%;
	}
	
	.work:nth-child(3n+0) {
		margin-right: 0% !important;
	}

	.contact_container {
		background-position: 640px;
	}

	.container{
		width: 1120px;
	}
	
	.right_side_container {
		width: 780px;
	}
	
	.my_popup {
		width: 90%;
	}
	
	.popup_image_container {
		width: calc(100% - 250px);
	}
	
}

@media only screen and (max-width: 1366px) {

	.container{
		width: 980px;
	}
	
	.left_side_container {
		float: none;
		width: auto;
	}
	
	.left_side_service_title {
		width: calc(100% - 75px);
	}
	
	.right_side_container {
		float: none;
		width: calc(100% + 20px);
	}
	
	.project_box_link {
		width: 313px;
	}
	
	.services_container {
		width: 100%;
	}

	.contact_form_wrapper {
		width: auto;
	}
}

@media only screen and (max-width: 1024px) {

	.container{
		width: auto;
		padding: 0px 25px;
	}

	.video_lead {
		width: 600px;
	}
	
	.project_box_link {
		width: calc(50% - 20px);
	}

}

@media only screen and (max-width: 800px) {

	.navigation_container {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #151515;
	}
	.video_container {
		width:100%;
		height: 45vh;
		margin-top: 80px;
		overflow: hidden;
	}

	.video_container video{
		object-fit: cover;
		width:100%;
		height:100%;
	}

	.left_side_container {
		margin-top: 50px;
	}


	.menu_icon {
		display: block;
		position: absolute;
		right: 20px;
		font-size: 40px;
		margin-top: 10px;
	}

	.menu_icon a{
		color: #fff;
		text-decoration: none;
	}

	.navbar {
		display: none;
		background-color: #151515;
		position: relative;
		top: 80px;
		right: 0;
	}

	.opened{
		display: block;
	}

	.closed{
		display: none;
	}

	.nav_bulett{
		display: none;
	}

	.navbar ul li {
		display: inline;
	}

	.navbar ul li a{
		font-size: 16px;
	}

	.nav_label {
		margin: 15px 0 10px 0;
	}

	.video_lead {
		font-size: 16px;
	}

	.services_container{
		margin-bottom: 0;
	}

	.service_box {
		width: 50%;
		/*height: 190px;*/
		padding-top: 30px;
		float: left;
	}

	.service_desc{
		font-size: 16px;
	}
	
	#our_works_outer {
		padding-bottom: 1px;
	}

	.our_works_container {
		margin: 0 auto 50px auto;
		padding-bottom: 0;
	}
	
	.work {
		width: 48%;
		margin-right: 4% !important;
		margin-bottom: 4%;
	}
	
	.work:nth-child(3n+0) {
		margin-right: 4% !important;
	}
	
	.work:nth-child(2n+0) {
		margin-right: 0% !important;
	}

	.contact_container {
		background-image: none;
	}

	.contact_form_wrapper{
		padding: 0 50px;
	}

	.contact_form_box {
		width: auto;
	}

	.contact_form label {
		display: block;
		font-size: 18px;
	}

	footer{
		background-position-x: 25px;
		font-size: 13px;
		padding-top: 25px;
	}

	.footer_left {
		width: auto;
		float: right;
	}

	.footer_left_element{
		float: left;
	}

	.footer_right {
		float: none;
		width: 100%;
		margin-top: 35px;
		text-align: center;
	}

	.my_popup_outer {
		background: none;
	}

	.my_popup{
		width: 100%;
	}

	.popup_desc_container {
		width: 100%;
		float: none;
	}

	.popup_image_container {
		width: auto;
		float: none;
		margin: 0 25px;
	}

	.mfp-close {
		right: 90px !important;
	}
}

@media only screen and (max-width: 676px) {

	.my_contact_popup {
		width: auto;
	}

	.contact_popup_info_left, .contact_popup_info_right {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}

	.contact_popup_info_left h4, .contact_popup_info_right h4 {
		margin: 0;
		padding: 15px 0;
	}

	.mfp-close {
		right: 0 !important;
	}

}

@media only screen and (max-width: 480px) {

	.navbar{
		position: absolute;
		width: 100%;
		top: 60px;
	}

	.video_container {
		margin-top: 60px;
	}

	.video_lead {
		width: 370px;
	}

	.service_box {
		width:  93%;
		margin: 0 15px;
	}
	
	.work {
		width: 100%;
		margin-right: 0% !important;
		margin-bottom: 15px;
	}
	
	.work:nth-child(3n+0) {
		margin-right: 0% !important;
	}
	
	.work:nth-child(2n+0) {
		margin-right: 0% !important;
	}

	footer{
		font-size: 10px;
	}

	.footer_left {
		width: 78%;
	}

	.footer_left_element {
		padding: 0 8px;
	}

	.footer_right {
		margin: 30px auto 6px auto;
		width: 65%;
	}

	.project_box_link {
		width: auto;
		height: 300px;
		float: none;
		margin-right: 0px;
	}

	.project_box_inner {
		position: static;
		width: auto;
	}

	.project_box {
		float: left;
		width: 100%;
	}

	.navigation_container {
		height: 60px;
	}

	.video_lead {
		width: 300px;
	}

	.logo {
		width: 250px;
		height: 60px;
	}

	.menu_icon {
		font-size: 30px;
	}

	.right_side_container {
		float: left;
		width: 100%;
		margin-left: 0;
	}

	.my_contact_form {
		padding: 25px;
	}

	.my_contact_form textarea {
		height: 150px;
	}

	.my_contact_form input[type='text'], .my_contact_form textarea {
		margin-bottom: 10px;
	}

	.contact_popup_info_left h4, .contact_popup_info_right h4 {
		font-size: 15px;
	}

	.my_contact_form input[type='text'] {
		height: 30px;
	}

	.contact_popup_info_left h4, .contact_popup_info_right h4 {
		margin: 0;
		padding: 10px 0;
	}

}

/* MOBILE END */

/* FONTS */
@font-face {
	font-family: NotoSans-Regular;
	src: url('../fonts/NotoSans-Regular.woff'),
	url(../fonts/NotoSans-Regular.woff2);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: NotoSans-SemiBold;
	src: url('../fonts/NotoSans-SemiBold.woff'),
	url('../fonts/NotoSans-SemiBold.woff2');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'titilliumregular';
	src: url('../fonts/titillium-regular-webfont.woff2') format('woff2'),
	url('../fonts/titillium-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}*/

@font-face {
	font-family: 'titillium_bdbold';
	src: url('../fonts/titillium-bold-webfont.woff2') format('woff2'),
	url('../fonts/titillium-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

