@charset "utf-8";

/*	Copyright (c) 2018 Marketify
/*	Author: Marketify
/*	This file is made for CURRENT TEMPLATE


	01) CONSTRUCTIFY BASE
	02) CONSTRUCTIFY SKELETON
	03) CONSTRUCTIFY MOBILE MENU
	04) CONSTRUCTIFY HERO HEADER
	05) CONSTRUCTIFY HIGHLIGHTS
	06) CONSTRUCTIFY HOME ABOUT
	07) CONSTRUCTIFY WHY CHOOSE US
	08) CONSTRUCTIFY SERVICES
	09) CONSTRUCTIFY OUR RESPONSIBILITY
	10) CONSTRUCTIFY HOME PROJECT
	11) CONSTRUCTIFY HOME REQUEST
	12) CONSTRUCTIFY HOME BLOG
	13) CONSTRUCTIFY PROJECTS
	14) CONSTRUCTIFY PROJECT SINGLE
	15) CONSTRUCTIFY SERVICES
	16) CONSTRUCTIFY SERVICE SINGLE
	17) CONSTRUCTIFY ABOUT
	18) CONSTRUCTIFY BLOG
	19) CONSTRUCTIFY BLOG SINGLE
	20) CONSTRUCTIFY CONTACT
	21) CONSTRUCTIFY FOOTER
	22) CONSTRUCTIFY TO TOP
	23) CONSTRUCTIFY MEDIA QUERIES (FOR SMALL DEVICES)
	

/*------------------------------------------------------------------*/
/*	01) CONSTRUCTIFY BASE
/*------------------------------------------------------------------*/

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
body{
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	word-wrap: break-word;
	letter-spacing: 0.5px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}


.mt-10{
    margin-top:10px;
}
svg{
	fill: currentcolor;
	width: 15px;
	height: 15px;
}
img.svg{
	width: 15px;
	height: 15px;
	border: 1px solid #999;
    padding: 5px;
    border-radius: 100%;
}
.constructify_fn_sticky_section{
	/*position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;*/
	overflow: visible;
	top: 50px;
}
.constructify_fn_sticky_section:after{
	clear: both;
	display: table;
	content: '';
}
.constructify_tm_wrapper_all{
	width: 100%;
	min-height: 100vh;
	float: left;
	clear: both;
	position: relative;
	z-index: 25;
}
.constructify_tm_overlay_window{
	position: fixed;
	width: 100%;
	height: 100vh;
	display: none;
	z-index: 6;
}
.constructify_tm_overlay_window.color{
	display: block;
	background-color: rgba(0,0,0,.97);
}
.constructify_tm_section{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

/*------------------------------------------------------------------*/ 
/*	02) CONSTRUCTIFY SKELETON
/*------------------------------------------------------------------*/

.constructify_tm_wrapper_all[data-border="fixed"] .constructify_tm_top_border{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 10px;
	background-color: #ff8f03;
	z-index: 1000;
}
.constructify_tm_wrapper_all[data-border="fixed"] .constructify_tm_bottom_border{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 10px;
	background-color: #ff8f03;
	z-index: 1000;
}
.constructify_tm_wrapper_all[data-border="fixed"] .constructify_tm_left_border{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 10px;
	background-color: #ff8f03;
	z-index: 1000;
}
.constructify_tm_wrapper_all[data-border="fixed"] .constructify_tm_right_border{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 10px;
	background-color: #ff8f03;
	z-index: 1000;
}

.constructify_tm_wrapper_all[data-border="none"] .constructify_tm_top_border{display: none;}
.constructify_tm_wrapper_all[data-border="none"] .constructify_tm_bottom_border{display: none;}
.constructify_tm_wrapper_all[data-border="none"] .constructify_tm_left_border{display: none;}
.constructify_tm_wrapper_all[data-border="none"] .constructify_tm_right_border{display: none;}

.constructify_tm_wrapper_all .pattern_border:before{
	position: absolute;
	background-image: url(../img/patterns/green-dust-and-scratches.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.constructify_tm_wrapper_all[data-border="fixed"] .pattern_border:before{content: '';}
.constructify_tm_wrapper_all .wrapper_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_wrapper_all[data-border="fixed"] .wrapper_inner{padding: 10px;}
.constructify_tm_wrapper_all[data-border="none"] .wrapper_inner{padding: 0px;}
.constructify_tm_wrapper_all[data-border="fixed"] .main_leftpart{
	width: 480px;
	position: fixed;
	top: 10px;
	left: 10px;
	bottom: 10px;
	z-index: 10
}
.constructify_tm_wrapper_all[data-border="none"] .main_leftpart{
	/*width: 480px;*/
	width:350px;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 10
}
.constructify_tm_wrapper_all .main_leftpart .menubar_wrap{
	/*width: 400px;*/
	width:280px;
	height: 100%;
	float: left;
	background-color: #0f0f16;
	position: relative;
}
.constructify_tm_wrapper_all .main_leftpart .logo_wrap{
	width: 100%;
	height: auto;
	background-color: #111119;
	text-align: center;
	padding: 10px 0px;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_wrapper_all .main_leftpart .logo_wrap.animate{padding: 20px 0px;}
.constructify_tm_wrapper_all .main_leftpart .logo_wrap img{
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_wrapper_all .main_leftpart .logo_wrap.animate img{transform: scale(0.7,0.7);}
.constructify_tm_wrapper_all .main_leftpart .logo_wrap .shape{
	position: absolute;
	background-color: #111119;
	height: 14px;
	left: 70px;
	right: 70px;
	top: 100%;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}
.constructify_tm_wrapper_all .main_leftpart .logo_wrap .shape:before{
	border-top: 14px solid #111119;
    border-right: 10px solid transparent;
    content: '';
    position: absolute;
    right: -10px;
    top: 0px;
}
.constructify_tm_wrapper_all .main_leftpart .logo_wrap .shape:after{
	border-top: 14px solid #111119;
    border-left: 10px solid transparent;
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
}
.constructify_tm_wrapper_all .main_leftpart .nav_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 20px 60px 40px 60px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_wrapper_all .main_leftpart .nav_wrap > ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_wrapper_all .main_leftpart .nav_wrap > ul > li{
	margin: 0px 0px 0px 0px;
	position: relative;
}
.constructify_tm_wrapper_all .main_leftpart .nav_wrap > ul > li a{
	text-decoration: none;
	color: #eeeeee;
	font-family: "Rubik";
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	padding:8px 7px ;
	display: block;
	position: relative;
	font-weight: 300;
}
.constructify_tm_wrapper_all .main_leftpart .nav_wrap > ul > li a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #15151c;
	bottom: 0px;
	left: 0px;
}
.constructify_tm_wrapper_all .main_leftpart .nav_wrap > ul > li.has_children:after{
	position: absolute;
	content: "";
	border: 5px solid transparent;
	border-left-color: #666666;
	top: 16px;
	right: 0px;
}
.constructify_tm_wrapper_all .main_leftpart .nav_wrap .submenu{display: none;}
.constructify_tm_wrapper_all[data-border="none"] .constructify_tm_animate_menu{left: 400px;}
.constructify_tm_animate_menu{
	width: 270px;
	background-color: #0f0f16;
	position: fixed;
	left: 410px;
	top: 50%;
	padding: 30px;
	z-index: 15;
	
	opacity: 0;
	visibility: hidden;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;

}
.constructify_tm_animate_menu.opened{
	opacity: 1;
	visibility: visible;
}
.constructify_tm_animate_menu ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_animate_menu ul li{margin: 0px 0px 15px 0px;}
.constructify_tm_animate_menu ul li:last-child{margin-bottom: 0px;}
.constructify_tm_animate_menu a{
	text-decoration: none;
	color: #eee;
	font-family: "Rubik";
	font-size: 16px;
}
.constructify_tm_wrapper_all[data-short-info="none"] .short_info_wrap{display: none;}
.constructify_tm_wrapper_all[data-short-info="none"] .main_rightpart{padding-left: 400px;}
.constructify_tm_wrapper_all[data-short-info="none"] .constructify_tm_totop{
	right: 30px;
	left: auto !important;
}
.constructify_tm_wrapper_all .main_leftpart .short_info_wrap{
	width: 70px;
	height: 100%;
	float: right;
	position: relative;
}
.constructify_tm_wrapper_all .main_leftpart .short_info_wrap .top_shape{
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 6px;
	background-color: #999999;
	z-index: 11;
}
.constructify_tm_wrapper_all .main_leftpart .short_info_wrap .top_shape:before{
	position: absolute;
	content: "";
	border: 6px solid transparent;
	border-top-color: #999;
	right: 100%;
	left: -6px;
}
.constructify_tm_wrapper_all .main_leftpart .short_info_wrap .top_shape:after{
	position: absolute;
	content: "";
	border: 6px solid transparent;
	border-top-color: #999;
	right: -6px;
}
.constructify_tm_wrapper_all .main_leftpart .short_info_wrap:before{
	position: absolute;
	content: "";
	width: 1px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 11;
	background-color: rgba(0,0,0,.4);
}
.constructify_tm_wrapper_all .main_leftpart .short_info_wrap:after{
	position: absolute;
	content: "";
	width: 1px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 11;
	background-color: rgba(0,0,0,.4);
}
.constructify_tm_wrapper_all .main_leftpart .short_info_wrap .pattern:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(../img/patterns/noisy.png);
	background-repeat: repeat;
	opacity: .1;
	z-index: 5;
}
.constructify_tm_wrapper_all .main_leftpart .short_info_wrap .pattern:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(8,20,20,1.00);
	z-index: 2;
}
.constructify_tm_wrapper_all .main_leftpart .short_info_wrap .content{
	position: relative;
	z-index: 10;
	text-align: center;
}
.constructify_tm_wrapper_all .main_leftpart .short_contact_wrap{
	padding-top: 40px;
	margin-bottom: 16px;
	position: relative;
}
.constructify_tm_wrapper_all .main_leftpart .short_contact_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_wrapper_all .main_leftpart .short_contact_wrap ul li{margin: 0px 0px 20px 0px;}
.constructify_tm_wrapper_all .main_leftpart .short_contact_wrap ul li:last-child{margin-bottom: 0px;}
.constructify_tm_wrapper_all .main_leftpart .short_info_wrap .content .svg{
	width: 24px;
	height: 24px;
	color: #999;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_wrapper_all .main_leftpart .short_contact_wrap ul li a.colored .svg{color: #ff8f03;}
.constructify_tm_wrapper_all .main_leftpart .short_contact_wrap ul li a:hover .svg{color: #ff8f03;}
.constructify_tm_wrapper_all .main_leftpart .social_wrap{
	position: relative;
	/*padding-top: 54px;*/
	padding-top:250px;
}
.constructify_tm_wrapper_all .main_leftpart .social_wrap:before{
	position: absolute;
	content: "";
	width: 1px;
	/*height: 30px;*/
	height:246px;
	background-color: #999;
	top: 0px;
}
.constructify_tm_wrapper_all .main_leftpart .social_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_wrapper_all .main_leftpart .social_wrap ul li{margin: 0px 0px 18px 0px;}
.constructify_tm_wrapper_all .main_leftpart .social_wrap ul li:last-child{margin-bottom: 0px;}
.constructify_tm_wrapper_all .main_leftpart .social_wrap ul li a{
	text-decoration: none;
	color: #999;
	border: 1px solid #999;
	border-radius: 100%;
	padding: 4px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_wrapper_all .main_leftpart .social_wrap ul li a:hover{
	color: #fff;
	border-color: #fff;
}
.constructify_tm_wrapper_all .main_leftpart .social_wrap ul li a i{
	-webkit-transition: all .0s ease;
	   -moz-transition: all .0s ease;
	    -ms-transition: all .0s ease;
	     -o-transition: all .0s ease;
	        transition: all .0s ease;
}
.constructify_tm_short_contact_triangle{
	position: fixed;
	left: 490px;
	top: 62px;
	border: 10px solid transparent;
	border-right-color: #0f0f16;
	z-index: 10;
	
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: top .2s ease;
	   -moz-transition: top .2s ease;
	    -ms-transition: top .2s ease;
	     -o-transition: top .2s ease;
	        transition: top .2s ease;
}
.constructify_tm_short_contact_triangle.opened{
	visibility: visible;
	opacity: 1;
}
.constructify_tm_wrapper_all .main_leftpart .short_contact_wrap .short_contact_closer{
	position: absolute;
	top: 15px;
	left: 500px;
	height: 30px;
	width: 30px;
	border: 2px solid #4e4d4e;
	border-radius: 100%;
	display: none;
}
.constructify_tm_wrapper_all[data-border="none"] .main_leftpart .short_contact_wrap .short_contact_closer{
	top: 25px;
	left: 500px;
}
.constructify_tm_wrapper_all .main_leftpart .short_contact_wrap .short_contact_closer.opened{display: block;}
.constructify_tm_wrapper_all .main_leftpart .short_contact_wrap .short_contact_closer a{
	display: block;
	line-height: 30px;
}
.constructify_tm_wrapper_all .main_leftpart .short_contact_wrap .short_contact_closer .svg{
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
	color: #4e4d4e;
}
.constructify_tm_wrapper_all .main_leftpart .short_contact_wrap .content_wrap{display: none;}
.constructify_tm_short_contact_content{
	width: 400px;
	min-height: 200px;
	background-color: #0f0f16;
	position: fixed;
	left: 510px;
	top: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}
.constructify_tm_wrapper_all[data-border="none"] .constructify_tm_short_contact_content{left: 500px;}
.constructify_tm_wrapper_all[data-border="none"] .constructify_tm_short_contact_triangle{left: 480px;}
.constructify_tm_short_contact_content .inner_wrap{
	padding: 50px 40px 45px 40px;
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_short_contact_content.opened{
	visibility: visible;
	opacity: 1;
}
.constructify_tm_short_contact_content .inner_wrap .address_image{margin-bottom: 37px;}
.constructify_tm_short_contact_content .inner_wrap .main_def h3{
	font-family: "Rubik";
	font-size: 20px;
	color: #eee;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
.constructify_tm_short_contact_content .inner_wrap .main_def p,
.constructify_tm_short_contact_content .inner_wrap .main_def label{
	font-size: 14px;
	color: #999;
	line-height: 1.7;
}
.constructify_tm_short_contact_content .inner_wrap .main_def p{margin-bottom: 7px;}
.constructify_tm_short_contact_content .inner_wrap .main_def p:last-child{margin-bottom: 0px;}
.constructify_tm_short_contact_content .inner_wrap .main_def span,
.constructify_tm_short_contact_content .inner_wrap .main_def a{padding-left: 3px;}
.constructify_tm_short_contact_content .inner_wrap .main_def p a{
	text-decoration: none;
	color: #ff8f03;
}
.constructify_tm_short_contact_content .inner_wrap .contact_wrap h3{
	font-family: "Rubik";
	font-size: 20px;
	color: #eee;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
.constructify_tm_short_contact_content .inner_wrap .contact_wrap p{
	font-size: 14px;
	color: #999;
	line-height: 1.7;
	margin-bottom: 20px;
}
.constructify_tm_short_contact_content .inner_wrap .input_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_short_contact_content .inner_wrap .input_list_wrap .input_row{
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
.constructify_tm_short_contact_content .inner_wrap .input_list_wrap .input_row input{
	width: 100%;
	border: 1px solid rgba(229,229,229,.04);
    background-color: rgba(255,255,255,.02);
	color: #999;
	height: 50px;
	padding: 0px 20px !important;
}
.constructify_tm_short_contact_content .inner_wrap .input_list_wrap .input_row input:focus{outline: none;}
.constructify_tm_short_contact_content .inner_wrap .input_list_wrap .input_row textarea{
	width: 100%;
	height: 170px;
	border: 1px solid rgba(229,229,229,.04);
    background-color: rgba(255,255,255,.02);
	color: #999;
	padding: 14px 20px !important;
	font-family: "Open Sans";
}
.constructify_tm_short_contact_content .inner_wrap .input_list_wrap .input_row textarea:focus{outline: none;}
.constructify_tm_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_button a{
	text-decoration: none;
	font-family: "Rubik";
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #14141c;
	letter-spacing: .5px;
	background-color: #ff8f03;
	padding: 17px 24px 16px 24px;
	border-radius: 3px;
	display: inline-block;
}
.constructify_tm_short_contact_content .inner_wrap .phone_wrap{text-align: center;}
.constructify_tm_short_contact_content .inner_wrap .phone_wrap .image_holder{
	width: 120px;
	height: 120px;
	display: inline-block;
	margin-bottom: 22px;
}
.constructify_tm_short_contact_content .inner_wrap .phone_wrap .image_holder img{border-radius: 100%;}
.constructify_tm_short_contact_content .inner_wrap .phone_wrap h3{
	font-family: "Rubik";
	font-size: 20px;
	color: #ff8f03;
	font-weight: 400;
	margin-bottom: 7px;
}
.constructify_tm_short_contact_content .inner_wrap .phone_wrap p{
	font-family: "Rubik";
	font-size: 18px;
	color: #eee;
}
.constructify_tm_short_contact_content .inner_wrap .working_hours_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_short_contact_content .inner_wrap .working_hours_wrap h3{
	font-family: "Rubik";
	font-size: 20px;
	color: #eee;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
.constructify_tm_short_contact_content .inner_wrap .working_hours_wrap .subtitle{
	font-size: 14px;
	color: #999;
	line-height: 1.7;
	margin-bottom: 20px;
}
.constructify_tm_short_contact_content .inner_wrap .working_hours_wrap .hour_list{
	width: 100%;
	float: left;
	clear: both;
}
.constructify_tm_short_contact_content .inner_wrap .working_hours_wrap .hour_list ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_short_contact_content .inner_wrap .working_hours_wrap .hour_list ul li{
	width: 100%;
	float: left;
	margin: 0px;
	border-bottom: 1px dashed #2b2b31;
	margin-bottom: 4px;
	padding-bottom: 5px;
}
.constructify_tm_short_contact_content .inner_wrap .working_hours_wrap .hour_list ul li:last-child{
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.constructify_tm_short_contact_content .inner_wrap .working_hours_wrap .hour_list ul li .left{
	color: #ccc;
	float: left;
}
.constructify_tm_short_contact_content .inner_wrap .working_hours_wrap .hour_list ul li .right{
	color: #ff8f03;
	float: right;
}
.constructify_tm_wrapper_all .main_leftpart .menubar_wrap .search_wrap{
	position: absolute;
	bottom: 20px;
	left: 60px;
}
.constructify_tm_wrapper_all .main_leftpart .menubar_wrap .search_wrap .search{
	width: 180px;
	position: relative;
	margin-bottom: 15px;
}
.constructify_tm_wrapper_all .main_leftpart .menubar_wrap .search_wrap .search input[type=text]{
	width: 100% !important;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.1);
	color: #999;
	padding-left: 30px !important;
	padding-bottom: 5px !important;
}
.constructify_tm_wrapper_all .main_leftpart .menubar_wrap .search_wrap .search input[type=text]:focus{
	outline: none;
	border-bottom-color: rgba(255,255,255,.3);
}
.constructify_tm_wrapper_all .main_leftpart .menubar_wrap .search_wrap .search input[type=submit]{
	width: 5px !important;
	height: 5px !important;
	background-color: transparent;
	position: absolute;
	top: 9px;
	z-index: 2;
}
.constructify_tm_wrapper_all .main_leftpart .menubar_wrap .search_wrap .search .svg{
	position: absolute;
	top: 17px;
	z-index: 1;
	color: #999;
}
.constructify_tm_wrapper_all .main_leftpart .menubar_wrap .search_wrap .tagline_word p{color: #ccc;font-size: 12px;}
.constructify_tm_wrapper_all .main_leftpart .menubar_wrap .search_wrap .tagline_word span{color: #ff8f03;}
.constructify_tm_wrapper_all .main_rightpart{
	width: 100%;
	min-height: auto;
	clear: both;
	float: left;
	/*padding-left: 480px;*/
	padding-left:350px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

/*------------------------------------------------------------------*/ 
/*	03) CONSTRUCTIFY MOBILE MENU
/*------------------------------------------------------------------*/

.constructify_tm_mobile_menu_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: none;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_mobile_menu_wrap .topbar_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	padding: 15px 20px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_mobile_menu_wrap .topbar_wrap .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 15;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_mobile_menu_wrap .topbar_wrap .bg{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.constructify_tm_mobile_menu_wrap .topbar_wrap .bg:before{
	position: absolute;
	content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 5;
    background-color: #081414;
}
.constructify_tm_mobile_menu_wrap .topbar_wrap .bg:after{
	position: absolute;
	content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 10;
    background-image: url(../patterns/noisy.png);
    background-repeat: repeat;
    opacity: .1;
}
.constructify_tm_mobile_menu_wrap .topbar_wrap .short_info_wrap{float: left;}
.constructify_tm_mobile_menu_wrap .topbar_wrap .short_info_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_mobile_menu_wrap .topbar_wrap .short_info_wrap ul li{
	margin: 0px 10px 0px 0px;
	float: left;
}
.constructify_tm_mobile_menu_wrap .topbar_wrap .short_info_wrap ul li:last-child{margin-right: 0px;}
.constructify_tm_mobile_menu_wrap .topbar_wrap .short_info_wrap ul li a{
	text-decoration: none;
	display: block;
	padding: 5px 5px;
}
.constructify_tm_mobile_menu_wrap .topbar_wrap .short_info_wrap ul li .svg{
	width: 20px;
    height: 20px;
    color: #999;
    
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_mobile_menu_wrap .topbar_wrap .short_info_wrap ul li.opened a .svg,
.constructify_tm_mobile_menu_wrap .topbar_wrap .short_info_wrap ul li a:hover .svg{color: #ff8f03;}
.constructify_tm_mobile_menu_wrap .topbar_wrap .social_wrap{float: right;}
.constructify_tm_mobile_menu_wrap .topbar_wrap .social_wrap ul{
	list-style-type: none;
	margin: 0px;
}
.constructify_tm_mobile_menu_wrap .topbar_wrap .social_wrap ul li{
	margin: 0px 9px 0px 0px;
	float: left;
}
.constructify_tm_mobile_menu_wrap .topbar_wrap .social_wrap ul li:last-child{margin-right: 0px;}
.constructify_tm_mobile_menu_wrap .topbar_wrap .social_wrap ul li a{
	text-decoration: none;
	color: #999;
	/*border: 1px solid #999;*/
	border-radius: 100%;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	display: block;
	text-align: center;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_mobile_menu_wrap .topbar_wrap .social_wrap ul li a i{
	-webkit-transition: all .0s ease;
	   -moz-transition: all .0s ease;
	    -ms-transition: all .0s ease;
	     -o-transition: all .0s ease;
	        transition: all .0s ease;
}
.constructify_tm_mobile_menu_wrap .topbar_wrap .social_wrap ul li a:hover{
	color: #fff;
	border-color: #fff;
}
.constructify_tm_mobile_menu_wrap .hamburger_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #0f0f16;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_mobile_menu_wrap .hamburger_wrap .logo_wrap{float: left;}
.constructify_tm_mobile_menu_wrap .hamburger_wrap .trigger_wrap{float: right;}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger-inner::before,
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger-inner::after {
    content: "";
    display: block;
}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger-inner::before{top: -8px;}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger-inner::after{ bottom: -10px;}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger--collapse-r .hamburger-inner::after{
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger--collapse-r .hamburger-inner::before{
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger--collapse-r.is-active .hamburger-inner{
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger--collapse-r.is-active .hamburger-inner::after{
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger--collapse-r.is-active .hamburger-inner::before{
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger{
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger-box{display: block;}
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger .hamburger-inner::before,
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger .hamburger-inner::after,
.constructify_tm_mobile_menu_wrap .trigger_wrap .hamburger .hamburger-inner{
	background-color: #cccccc;
	width: 30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_mobile_menu_wrap .menu_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #14141c;
	display: none;
	padding: 30px 20px 30px 20px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_mobile_menu_wrap .menu_list_wrap > ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_mobile_menu_wrap .menu_list_wrap > ul > li{margin: 0px 0px 10px 0px;}
.constructify_tm_mobile_menu_wrap .menu_list_wrap > ul > li:last-child{margin-bottom: 0px;}
.constructify_tm_mobile_menu_wrap .menu_list_wrap > ul > li > a{
	text-decoration: none;
    color: #ccc;
    font-size: 16px;
    line-height: 27px;
    text-transform: uppercase;
    display: block;
    position: relative; 
	font-family: "Montserrat";
	letter-spacing: 1.5px;
}
.constructify_tm_mobile_menu_wrap .menu_list_wrap > ul > li .sub_menu{
	display: none;
	margin: 0px;
	list-style-type: none;
	padding: 19px 20px 9px 20px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_mobile_menu_wrap .menu_list_wrap > ul > li .sub_menu li{margin: 0px 0px 10px 0px;}
.constructify_tm_mobile_menu_wrap .menu_list_wrap > ul > li .sub_menu li:last-child{margin-bottom: 0px;}
.constructify_tm_mobile_menu_wrap .menu_list_wrap > ul > li .sub_menu li a{
	text-decoration: none;
    color: #ccc;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    display: block;
    position: relative; 
	font-family: "Montserrat";
}
.constructify_tm_dropdown_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #14141c;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_dropdown_wrap .drop_list{display: none;}
.constructify_tm_dropdown_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #14141c;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_dropdown_wrap .adress_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 40px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_dropdown_wrap .adress_wrap .office_image{
	max-width: 320px;
	margin-right: 30px;
}
.constructify_tm_dropdown_wrap .definitions_wrap{width: auto;}
.constructify_tm_dropdown_wrap .definitions_wrap h3{
	margin: 0px;
    padding: 0px;
    font-size: 20px;
    letter-spacing: 0px;
    color: #eee;
    font-weight: 300;
    margin-bottom: 17px;
}
.constructify_tm_dropdown_wrap .definitions_wrap p{
	color: #999;
	margin-bottom: 10px;
}
.constructify_tm_dropdown_wrap .definitions_wrap p a{
	text-decoration: none;
	color: #ff8f03;
	padding-left: 3px;
}
.constructify_tm_dropdown_wrap .definitions_wrap p:last-child{margin-bottom: 0px;}
.constructify_tm_dropdown_wrap .short_contact{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 35px 0px 40px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_dropdown_wrap .short_contact .title{
	margin: 0px;
    padding: 0px;
    font-size: 20px;
    letter-spacing: 0px;
    color: #eee;
    line-height: 1.3;
    margin-bottom: 18px;
    font-weight: 300;
}
.constructify_tm_dropdown_wrap .short_contact .subtitle{
	margin: 0px;
    padding: 0px;
    margin-bottom: 24px;
    color: #999;
}
.constructify_tm_dropdown_wrap .inputs_wrap,
.constructify_tm_dropdown_wrap .input_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_dropdown_wrap .input_list_wrap ul{
	margin: 0px 0px 0px -20px;
	list-style-type: none;
}
.constructify_tm_dropdown_wrap .input_list_wrap ul li{
	margin: 0px 0px 20px 0px;
	float: left;
	width: 33.3333%;
	padding-left: 20px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_dropdown_wrap .input_list_wrap ul li input{
	width: 100%;
    height: 50px;
    border: 1px solid rgba(229,229,229,.04);
    background-color: rgba(255,255,255,.02);
    padding: 0px 20px !important;
    margin-bottom: 10px;
    color: #999;
}
.constructify_tm_dropdown_wrap .input_list_wrap ul li input:focus{outline: none;}
.constructify_tm_dropdown_wrap textarea{
	width: 100%;
	min-height: 150px;
    border: 1px solid rgba(229,229,229,.04);
    background-color: rgba(255,255,255,.02);
    padding: 10px 20px !important;
    margin-bottom: 20px;
    color: #999;
	font-family: "Rubik";
}
.constructify_tm_dropdown_wrap textarea:focus{outline: none;}
.constructify_tm_dropdown_wrap .button{
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
.constructify_tm_dropdown_wrap .button a{
	height: 50px;
    padding: 0px 26px;
    background-color: #ff8f03;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #14141c;
    font-weight: 600;
    line-height: 50px;
    border: none;
    border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	font-family: "Rubik";
}
.constructify_tm_dropdown_wrap .call_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
	padding: 40px 0px 35px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_dropdown_wrap .call_wrap .image{display: inline-block;}
.constructify_tm_dropdown_wrap .call_wrap .image img{
	border-radius: 100%;
	max-width: 120px;
	background-color: #fff;
	margin-bottom: 26px;
}
.constructify_tm_dropdown_wrap .call_wrap h3{
	margin: 0px;
    padding: 0px;
    color: #ff8f03;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-bottom: 10px;
}
.constructify_tm_dropdown_wrap .call_wrap p{
	margin: 0px;
    padding: 0px;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 300;
    color: #eee;
	font-family: "Rubik";
}
.constructify_tm_dropdown_wrap .working_hours_wrap_short{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 40px 0px 40px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_dropdown_wrap .working_hours_wrap_short h3{
	font-family: "Rubik";
	font-size: 20px;
	color: #eee;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
.constructify_tm_dropdown_wrap .working_hours_wrap_short .subtitle{
	font-size: 14px;
	color: #999;
	line-height: 1.7;
	margin-bottom: 20px;
}
.constructify_tm_dropdown_wrap .working_hours_wrap_short .hour_list{
	width: 100%;
	float: left;
	clear: both;
}
.constructify_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul li{
	width: 100%;
	float: left;
	margin: 0px;
	border-bottom: 1px dashed #2b2b31;
	margin-bottom: 4px;
	padding-bottom: 5px;
}
.constructify_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul li:last-child{
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.constructify_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul li .left{
	color: #ccc;
	float: left;
}
.constructify_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul li .right{
	color: #ff8f03;
	float: right;
}

/*------------------------------------------------------------------*/ 
/*	04) CONSTRUCTIFY HERO HEADER
/*------------------------------------------------------------------*/

.constructify_tm_hero_header_wrap{
	width: 100%;
	height: 100vh;
	clear: both;
	/*float: left;*/
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_hero_header_wrap .carousel_wrap{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.constructify_tm_hero_header_wrap .carousel_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_hero_header_wrap .carousel_wrap ul li{
	margin: 0px;
	height: 100vh;
}
.constructify_tm_hero_header_wrap .carousel_wrap ul li .image{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.constructify_tm_hero_header_wrap .carousel_wrap ul .owl-item:nth-child(1) li .image{background-image: url(https://propertycloud.in/assets/images/gallery/1744868069.jpg);}
.constructify_tm_hero_header_wrap .carousel_wrap ul .owl-item:nth-child(2) li .image{background-image:url(https://propertycloud.in/assets/images/gallery/1744868069.jpg);}
.constructify_tm_hero_header_wrap .carousel_wrap ul .owl-item:nth-child(3) li .image{background-image: url(https://propertycloud.in/assets/images/gallery/1744868069.jpg);}
.constructify_tm_hero_header_wrap .carousel_wrap ul .owl-item:nth-child(4) li .image{background-image: url(https://propertycloud.in/assets/images/gallery/1744868069.jpg);}
.constructify_tm_hero_header_wrap .carousel_wrap ul .owl-item:nth-child(5) li .image{background-image:url(https://propertycloud.in/assets/images/gallery/1744868069.jpg);}
.constructify_tm_hero_header_wrap .carousel_wrap ul .owl-item:nth-child(6) li .image{background-image: url(https://propertycloud.in/assets/images/gallery/1744868069.jpg);}
.constructify_tm_hero_header_wrap .overlay_color{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgb(14 14 22 / 45%);
	z-index: 2;
}
.constructify_tm_hero_header_wrap .carousel_nav{
	position: absolute;
	bottom: 45px;
	right: 30px;
	z-index: 3;
}
.constructify_tm_hero_header_wrap .carousel_nav .custom_nav a{
	background-color: rgba(0,0,0,.6);
	width: 30px;
	height: 30px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_hero_header_wrap .carousel_nav .custom_nav a:hover{background-color: #000000;}
.constructify_tm_hero_header_wrap .carousel_nav .custom_nav a:after{
	width: 0px;
	height: 0px;
	position: absolute;
	content: '';
	border: 5px solid transparent;
	border-left-color: #fff;
	top: 10px;
	left: 13px;
}
.constructify_tm_hero_header_wrap .carousel_nav .custom_nav .prev:after{
	transform: rotate(180deg);
	left: 8px;
}
.constructify_tm_hero_header_wrap .carousel_nav .custom_nav i{color: #1b1b1b;}
.constructify_tm_hero_header_wrap .hero_text_wrap{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	max-width: 65%;
}
.container.hero{height: 100%;}
.constructify_tm_hero_header_wrap .hero_text_wrap .title{margin-bottom: 20px;    background: linear-gradient(180deg, #e4b720, #b07606);
    padding: 20px;
    border-radius: 20px; }
.constructify_tm_hero_header_wrap .hero_text_wrap .title h3{
	font-family: "Rubik";
	color: #fff;
	font-size: 48px;
	text-transform: capitalize;
	font-weight: 300;
	line-height: 1;
}
.constructify_tm_hero_header_wrap .hero_text_wrap .title h3 strong{font-weight: 500;line-height:60px;letter-spacing:0.5px;}
.constructify_tm_hero_header_wrap .hero_text_wrap .title h3 span{
	position: relative;
	display: block;
}
.constructify_tm_hero_header_wrap .hero_text_wrap .title h3 span:before{
	position: absolute;
	content: "";
	width: 100px;
	height: 2px;
	background-color: #ff8f03;
	bottom: -10px;
}
.constructify_tm_hero_header_wrap .hero_text_wrap .text{margin-bottom: 44px;}
.constructify_tm_hero_header_wrap .hero_text_wrap .text p{
	color: #ccc;
	line-height: 1.7;
	letter-spacing: 0px;
}
.constructify_tm_hero_header_wrap .hero_text_wrap .buttons_wrap{
	width: 100%;
	height: auto;
	clear: both;
}
.constructify_tm_hero_header_wrap .hero_text_wrap .buttons_wrap .discover{
	text-decoration: none;
	color: #14141c;
	float: left;
	font-size: 14px;
	font-family: "Rubik";
	text-transform: uppercase;
	/*background-color: #e5b788;*/
	background:linear-gradient(180deg, #e4b720, #b07606);
	font-weight: 500;
	border-radius: 2px;
	padding: 15px 25px 15px 24px;
	display: inline-block;
	margin-right: 30px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_hero_header_wrap .hero_text_wrap .buttons_wrap .discover:hover{
	background-color: #0f0f16;
	color: #fff;
}
.constructify_tm_hero_header_wrap .hero_text_wrap .buttons_wrap .watch{
	display: inline-block;
    line-height: 40px;
    position: relative;
    top: 3px;
    cursor: pointer;
    padding-left: 55px;
}
.constructify_tm_hero_header_wrap .hero_text_wrap .buttons_wrap .watch .play{
	position: absolute;
    left: 0px;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 100%;
}
.constructify_tm_hero_header_wrap .hero_text_wrap .buttons_wrap .watch .play:before{
	position: absolute;
	content: "";
	border: 7px solid transparent;
	border-left-color: #ccc;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
}
.constructify_tm_hero_header_wrap .hero_text_wrap .buttons_wrap .watch .play:after{
	content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 44px;
    height: 44px;
    background-color: inherit;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    border: 3px solid #777;
    border-radius: 100%;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_hero_header_wrap .hero_text_wrap .buttons_wrap .watch:hover .play:after{
	opacity: 1;
	-webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
    animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
@-webkit-keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
 to{ opacity:0;  transform:scale(1.8,1.8)}
}
@keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
 to{ opacity:0;  transform:scale(1.8,1.8)}
}
.constructify_tm_hero_header_wrap .hero_text_wrap .buttons_wrap .watch .text{
	position: relative;
    text-transform: uppercase;
    color: #ccc;
    padding-left: 6px;
    font-weight: 500;
    font-family: "Rubik";
}
.constructify_tm_hero_header_wrap .hero_text_wrap .buttons_wrap .watch .full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}
 
/*------------------------------------------------------------------*/ 
/*	05) CONSTRUCTIFY HIGHLIGHTS
/*------------------------------------------------------------------*/

.constructify_tm_highlights_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #0f0f16;
	padding: 37px 0px 4px 0px;
	margin-bottom: 190px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_highlights_wrap .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_highlights_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_highlights_wrap ul li{
	margin: 0px 0px 30px 0px;
	float: left;
	width: 33.3333%;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_highlights_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_highlights_wrap ul li .title_holder .definition{padding-left: 50px;}
.constructify_tm_highlights_wrap ul li .title_holder{
	width: 100%;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_highlights_wrap ul li .title_holder .definition h3{
	font-size: 20px;
	font-family: "Rubik";
	color: #eee;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 5px;
}
.constructify_tm_highlights_wrap ul li .title_holder .definition span{
	font-size: 14px;
	color: #999;
	line-height: 1.7;
}
.constructify_tm_highlights_wrap ul li .title_holder .shape{
	position: absolute;
	left: 0px;
	top: 3px;
	width: 26px;
	height: 26px;
	border: 2px solid #ff8f03;
	text-align: center;
}
.constructify_tm_highlights_wrap ul li .title_holder .shape span{
	position: relative;
	display: block;
	top: 12px;
	left: -3px;
}
.constructify_tm_highlights_wrap ul li .title_holder .shape span:before{
	position: absolute;
	content: "";
	width: 2px;
	height: 6px;
	background-color: #ff8f03;
	transform: rotate(-40deg);
}
.constructify_tm_highlights_wrap ul li .title_holder .shape span:after{
	position: absolute;
	content: "";
	width: 2px;
	height: 10px;
	background-color: #ff8f03;
	transform: rotate(40deg);
	top: -5px;
	right: 6px;
}

/*------------------------------------------------------------------*/ 
/*	06) CONSTRUCTIFY HOME ABOUT
/*------------------------------------------------------------------*/

.constructify_tm_universal_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_universal_wrap .leftbox{
	width: 370px;
    min-width: 370px;
}
.constructify_tm_title_holder{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.constructify_tm_title_holder h3{
	font-family: "Rubik";
    color: #14141c;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
	/*max-width: 400px;*/
}
.constructify_tm_title_holder h3 strong{font-weight:500; }
.constructify_tm_title_holder h3 span{
	position: relative;
	display: block;
}
.constructify_tm_title_holder h3 span:before{
	position: absolute;
	content: "";
	width: 100px;
	height: 2px;
	background-color: #ff8f03;
	bottom: -10px;
}
.constructify_tm_universal_wrap .leftbox .text{margin-bottom:30px;}
.constructify_tm_universal_wrap .leftbox .text p{
line-height: 30px;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-align: justify;
}
.constructify_tm_universal_wrap .leftbox .text p:last-child{margin-bottom: 0px;}
.constructify_tm_universal_wrap .leftbox .sign{margin-bottom: 28px;}
.constructify_tm_universal_wrap .leftbox .name_holder h3{
	line-height: 1;
	font-family: "Rubik";
	font-size: 18px;
	font-weight: 600;
	color: #14141c;
	margin-bottom: 7px;
}
.constructify_tm_universal_wrap .leftbox .name_holder span{color: #666;}
.constructify_tm_universal_wrap .rightbox{
	width: 100%;
	height: auto;
	margin-left: 50px;
}
.constructify_tm_universal_wrap .rightbox .about_wrap{
	float: right;
	padding-right: 40px;
}
.constructify_tm_universal_wrap .rightbox .image_holder{
	position: relative;
	float: left;
}
.constructify_tm_universal_wrap .rightbox .image_holder img{opacity: 0;}
.constructify_tm_universal_wrap .rightbox .image_holder .main_image{
	position: absolute !important;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('/img/Kafeel-Warsi-removebg-preview.jpg');
	z-index: 5;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.constructify_tm_universal_wrap .rightbox .image_border{
	position: absolute;
	top: -40px !important;
	bottom: 40px;
	left: -40px !important;
	right: 40px;
	z-index: 4;
}
.constructify_tm_universal_wrap .rightbox .image_border img{opacity: 0;}
.constructify_tm_universal_wrap .rightbox .image_border .border{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 10px solid #ff8f03;
	z-index: 7;
}
.constructify_tm_universal_wrap .rightbox .pattern{
	position: absolute;
	top: 40px !important;
	bottom: -40px;
	left: 40px !important;
	right: -40px;
}
.constructify_tm_universal_wrap .rightbox .pattern img{opacity: 0;}
.constructify_tm_universal_wrap .rightbox .pattern .in{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: repeat;
	background-image: url(../img/patterns/point.png);
}


.experience_list{
font-size: 16px;
    color: #ccc;
    line-height: 2.3;
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 .experience_list ul {
    margin: 0px;
    list-style-type: none;
}   

.experience_list ul li {
        width: 100%;
            position: relative;
    padding-left: 24px;
 }
    
    .experience_list ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #999;
    top: 50%;
    left: 0px;
}

/*------------------------------------------------------------------*/ 
/*	07) CONSTRUCTIFY WHY CHOOSE US
/*------------------------------------------------------------------*/

.constructify_tm_rating_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;	
	/*margin-bottom: 50px;*/
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_rating_wrap .container{position: static;}
.constructify_tm_rating_wrap .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	flex-direction: row;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_rating_wrap .inner .leftbox{
	width: 50%;
	/*width: calc(50% - 40px);*/
	height: auto;
	 background-color: rgb(15, 15, 22); 
	position: relative;
	padding: 40px 20px 50px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_rating_wrap .inner .leftbox:before{
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	right: 100%;
	left: -3000px;
	background-color: rgb(15, 15, 22);
}
.constructify_tm_rating_wrap .inner .leftbox:after{
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 100%;
	right: -3000px;
	background-color: rgb(15, 15, 22);
	display: none;
}
.constructify_tm_rating_wrap .inner .leftbox .title{margin-top: 40px;}
.constructify_tm_rating_wrap .inner .leftbox .title h3{
	
	
	font-family: "Rubik";
     color: #eee; 
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
}
.constructify_tm_rating_wrap .inner .leftbox .text{margin-bottom: 35px;}
.constructify_tm_rating_wrap .inner .leftbox .text p{
	color: #ccc;
	line-height: 1.7;
}
.constructify_tm_project_video{
	float: left;
	width: auto;
	position: relative;
}
.constructify_tm_project_video .project_video_button{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 111;
}
.constructify_tm_project_video span{
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	border: 2px solid #777;
	text-align: center;
	position: relative;
}
.constructify_tm_project_video span:after{
	content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 28px;
    height: 28px;
    background-color: inherit;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    border: 2px solid #777;
    border-radius: 100%;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_project_video:hover span:after{
	opacity: 1;
	-webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
    animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
.constructify_tm_project_video span .svg{
	position: relative;
	top: 1px;
	left: 2px;
	width: 8px;
	height: 8px;
	color: #777;
}
.constructify_tm_project_video .project_time{
	text-decoration: none;
	font-size: 18px;
	font-family: "Rubik";
	color: #ff8f03;
	position: relative;
	top: 2px;
	border-bottom: 1px solid transparent;
	border-bottom-color: rgba(255, 255, 255, 0.3);
	margin-left: 6px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_project_video:hover .project_time{border-bottom-color: transparent;}
.constructify_tm_rating_wrap .inner .ratingbox{
	width: 80px;
	min-width: 80px;
	background-color: #1b1b22;
	position: relative;
}
.constructify_tm_rating_wrap .inner .ratingbox .rating_wrap{
	position: relative;
	top: -10px;
}
.constructify_tm_rating_wrap .inner .ratingbox .rating_wrap:before{
	border-top: 10px solid transparent;
    border-right: 5px solid #682a32;
    content: '';
    position: absolute;
    right: 100%;
    top: 0px;
}
.constructify_tm_rating_wrap .inner .ratingbox .rating_wrap:after{
	border-top: 10px solid transparent;
    border-left: 5px solid #682a32;
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
}
.constructify_tm_rating_wrap .inner .ratingbox .inner_wrap{
	width: 80px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #d1122d;
	text-align: center;
	padding: 9px 0px 12px 0px;
	cursor: pointer;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_rating_wrap .inner .ratingbox .inner_wrap:before{
	content: '';
    position: absolute;
    top: 100%;
    right: 0px;
    border-top: 15px solid #d1122d;
    border-left: 40px solid transparent;
	cursor: pointer;
}
.constructify_tm_rating_wrap .inner .ratingbox .inner_wrap:after{
	content: '';
    position: absolute;
    top: 100%;
    left: 0px;
    border-top: 15px solid #d1122d;
    border-right: 40px solid transparent;
	cursor: pointer;
}
.constructify_tm_rating_wrap .inner .star{margin-bottom: 15px;}
.constructify_tm_rating_wrap .inner .number{margin-bottom: 6px;}
.constructify_tm_rating_wrap .inner .number span{
	font-family: "Rubik";
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	line-height: 0.5;
	letter-spacing: -0.25px;
}
.constructify_tm_rating_wrap .inner .title p{
	font-size: 10px;
	color: #fff;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.constructify_tm_rating_wrap .rating_text{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
} 
.constructify_tm_rating_wrap .rating_text span:before{
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #8d8d91;
	left: 12px;
	top: 7px;
}
.constructify_tm_rating_wrap .rating_text .inner{
	position: absolute;
    transform: rotate(90deg);
    transform-origin: left top 0px;
    top: 0px;
    left: 80px;
    height: 80px;
    min-width: -webkit-max-content;
    display: flex;
    align-items: center;
}
.constructify_tm_rating_wrap .rating_text span{
	display: block;
	min-width: max-content;
	min-width: intrinsic;
	min-width: -moz-max-content;
	min-width: -webkit-max-content;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #eee;
    padding-left: 45px;
    position: relative;
    top: 1px;
    line-height: 1;
}
.constructify_tm_rating_wrap .inner .rightbox{
	width: 50%;
	width: calc(50%-40px);
	height: auto;
}
.constructify_tm_rating_wrap .inner .rightbox .bg_image{
	left: 50%;
    margin-left: 10px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(../img/warsi-plot.jpg);
}

/*------------------------------------------------------------------*/ 
/*	08) CONSTRUCTIFY SERVICES
/*------------------------------------------------------------------*/

.constructify_tm_services_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 10px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_title_holder.services_home{margin-bottom: 40px;}
.constructify_tm_services_wrap ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.constructify_tm_services_wrap ul li{
	margin: 0px 0px 30px 0px;
	float: left;
	width: 33.3333%;
	padding-left: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_services_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border: 15px solid #0e2424;
	padding: 60px 20px 30px 20px;
	font-size:16px;
	text-align:justify;
	line-height:30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_services_wrap ul li .inner .overlay{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 100%;
	background-color: #0e2424;
	z-index: -2;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_services_wrap ul li:hover .overlay{top: 0px;}
.constructify_tm_services_wrap ul li .inner h3{
	font-family: "Rubik";
	font-size: 24px;
	color: #041230;
	line-height: 1;
	line-height: 29px;
	letter-spacing: 0px;
	margin-bottom: 15px;
	
	-webkit-transition: all .3s 0s ease;
	   -moz-transition: all .3s 0s ease;
	    -ms-transition: all .3s 0s ease;
	     -o-transition: all .3s 0s ease;
	        transition: all .3s 0s ease;
}
.constructify_tm_services_wrap ul li:hover .inner h3{color: #eee;}
.constructify_tm_services_wrap ul li .inner p{
    line-height: 30px;
    color: #000;
    letter-spacing: 0px;
	
    -webkit-transition: all .3s 0s ease;
	   -moz-transition: all .3s 0s ease;
	    -ms-transition: all .3s 0s ease;
	     -o-transition: all .3s 0s ease;
	        transition: all .3s 0s ease;
}
.constructify_tm_services_wrap ul li:hover .inner p{color: #020202;}
.constructify_tm_services_wrap ul li .inner .arrow{
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: 50px;
    bottom: 40px;
    color: #eee;
    z-index: 2;
    opacity: 0;
	
    -webkit-transition: all .3s .3s ease;
	   -moz-transition: all .3s .3s ease;
	    -ms-transition: all .3s .3s ease;
	     -o-transition: all .3s .3s ease;
	        transition: all .3s .3s ease;
}
.constructify_tm_services_wrap ul li:hover .arrow{
	right: 30px;
	opacity: 1;
}
.constructify_tm_services_wrap ul li:hover .arrow .svg{color: #ccc;}
.constructify_tm_services_wrap ul li .inner .shape{
	display: block;
    width: 80px;
    height: 70px;
    position: absolute;
    left: 45px;
    top: -25px;
    background-color: #ff8f03;
}
.constructify_tm_services_wrap ul li .inner .shape span:before{
	border-top: 10px solid #ff8f03;
    border-right: 80px solid transparent;
    content: '';
    position: absolute;
    top: 100%;
    left: 0px;
}
.constructify_tm_services_wrap ul li .inner .shape:before{
	border-top: 10px solid transparent;
    border-left: 5px solid #ab8b40;
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
}
.constructify_tm_services_wrap ul li .inner .shape:after{
	border-top: 10px solid transparent;
    border-right: 5px solid #ab8b40;
    content: '';
    position: absolute;
    right: 100%;
    top: 0px;
}
.constructify_tm_services_wrap ul li .inner .shape .svg{
	top: 10px;
    left: 5px;
    width: 60px;
    height: 50px;
    position: absolute;
    border:none;
}
.constructify_tm_service_subtext{
	width: 100%;
	max-width: 550px;
	height: auto;
	float: left;
	margin-bottom: 58px;
}
.constructify_tm_service_subtext p{
	color: #666;
	line-height: 1.7;
}
.constructify_tm_all_item_link{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 142px;
}
.constructify_tm_all_item_link a{
	text-decoration: none;
	display: inline-block;
	color: #14141c;
	font-family: "Rubik";
	font-size: 18px;
	letter-spacing: 0px;
	position: relative;
	padding-right: 12px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_all_item_link .arrow{
	position: absolute;
	top: 2px;
	left: 100%;
}
.constructify_tm_services_wrap .service_link{
	position: absolute;
	top: -15px;
	bottom: -15px;
	left: -15px;
	right: -15px;
	z-index: 2;
}

/*------------------------------------------------------------------*/ 
/*	09) CONSTRUCTIFY OUR RESPONSIBILITY
/*------------------------------------------------------------------*/

.constructify_tm_responsibility_text_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #0f0f16;
	padding: 50px 0px 52px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_responsibility_text_wrap .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_responsibility_text_wrap .inner_wrap .left{padding-right: 20px;}
.constructify_tm_responsibility_text_wrap .inner_wrap .left h3{
	color: #eeeeee;
	font-family: "Rubik";
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 8px;
}
.constructify_tm_responsibility_text_wrap .inner_wrap .left p{
	color: #999;
	line-height: 1.3;
}
.constructify_tm_button_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_button_wrap a{
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Rubik";
	font-size: 14px;
	color: #14141c;
	letter-spacing: .5px;
	background-color: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 15px 25px 14px 25px;
	border-radius: 2px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_button_wrap a:hover{background-color: #ff8f03;}
.constructify_tm_main_responsibility_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 150px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_universal_parallax_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	overflow: hidden;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_universal_parallax_wrap .main_bg{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}
.constructify_tm_universal_parallax_wrap .main_bg .overlay_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}
.constructify_tm_universal_parallax_wrap .main_bg .overlay_video{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}
.constructify_tm_universal_parallax_wrap .main_bg .overlay_video video{
	width: 100%;
	height: 100%;
	background-position: center;
	object-fit: cover;
}
.constructify_tm_universal_parallax_wrap .main_bg .overlay_color{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 3;
}
.constructify_tm_universal_parallax_wrap .main_content{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 4;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_universal_parallax_wrap .main_bg .overlay_image.responsibility{background-image: url(../img/slider/5.jpg);}
.constructify_tm_universal_parallax_wrap .main_bg .overlay_color.responsibility{background-color: rgba(17,17,25,.9);}
.constructify_tm_universal_parallax_wrap .main_content.responsibility{padding: 150px 0px 143px 0px;}
.constructify_tm_main_responsibility_wrap .content_inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_experience_box{
	width: 100%;
	min-width: 240px;
	max-width: 240px;
	min-height: 240px;
	border: 10px solid #ff8f03;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 13px 20px 10px 18px;
	margin-right: 120px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_experience_box .top p{
	font-family: "Rubik";
	font-size: 18px;
	color: #eeeeee;
	font-weight: 400;
	line-height: 1.3;
}
.constructify_tm_experience_box .bottom{
	display: flex;
	align-items: center;
}
.constructify_tm_experience_box .bottom .number span{
	font-family: "Rubik";
	font-size: 72px;
	color: #eee;
	letter-spacing: -0.25px;
	line-height: 1;
	font-weight: 400;
}
.constructify_tm_experience_box .bottom .definition{
	font-size: 10px;
    font-weight: 500;
	font-family: "Montserrat";
    text-transform: uppercase;
    color: #ff8f03;
    margin-left: 10px;
    letter-spacing: 1px;
}
.constructify_tm_main_responsibility_wrap .experience_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_main_responsibility_wrap .experience_list ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_main_responsibility_wrap .experience_list ul li{
	margin: 0px;
	float: left;
	width: 33.3333%;
	position: relative;
	padding-left: 24px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_main_responsibility_wrap .experience_list ul li span{
	font-size: 16px;
	color: #ccc;
	line-height: 2.3;
}
.constructify_tm_main_responsibility_wrap .experience_list ul li:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #999;
	top: 50%;
	left: 0px;
}

/*------------------------------------------------------------------*/ 
/*	10) CONSTRUCTIFY HOME PROJECT
/*------------------------------------------------------------------*/

.constructify_tm_home_project_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	margin-bottom: 115px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_home_project_wrap .leftbox{
	width: 350px;
	min-width: 350px;
}
.constructify_tm_home_project_wrap .rightbox,
.constructify_tm_home_project_wrap .leftbox{
	height: 1590px;
}
.constructify_tm_home_project_wrap .leftbox .subtitle p{
	line-height: 1.7;
    color: #666;
    letter-spacing: 0px;
	margin-bottom: 58px;
}
.constructify_tm_all_item_link.project{margin-bottom: 0px;}
.constructify_tm_home_project_wrap .rightbox{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-left: 70px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_home_project_wrap .rightbox ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_home_project_wrap .rightbox ul li{
	margin: 0px 0px 45px 0px;
	float: left;
	width: 100%;
}
.constructify_tm_home_project_wrap .rightbox ul li:last-child{margin-bottom: 0px;}
.constructify_tm_home_project_wrap .rightbox ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_home_project_wrap .rightbox ul li .inner .image_wrap{
	float: left;
	position: relative;
	min-width: 100%;
}
.constructify_tm_home_project_wrap .rightbox ul li .inner .image_wrap .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.constructify_tm_home_project_wrap .rightbox ul li:nth-child(1) .image_wrap .image{
	background-image: url(../img/portfolio/15.jpg);
}
.constructify_tm_home_project_wrap .rightbox ul li:nth-child(2) .image_wrap .image{
	background-image: url(../img/portfolio/2.jpg);
}
.constructify_tm_home_project_wrap .rightbox ul li:nth-child(3) .image_wrap .image{
	background-image: url(../img/portfolio/4.jpg);
}
.constructify_tm_home_project_wrap .rightbox ul li .inner .image_wrap .overlay_color{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.2);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_home_project_wrap .rightbox ul li .inner:hover .image_wrap .overlay_color{background-color: rgba(15,15,22,.9);}
.constructify_tm_home_project_wrap .rightbox ul li .inner .image_wrap .plus{
	position: absolute;
	top: 49px;
	left: 50px;
	z-index: 3;
}
.constructify_tm_home_project_wrap .rightbox ul li .inner .image_wrap .plus:before{
	position: absolute;
	content: "";
	width: 0px;
	height: 2px;
	background-color: #ff8f03;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
	transition-delay: .2s;
}
.constructify_tm_home_project_wrap .rightbox ul li .inner .image_wrap .plus:after{
	position: absolute;
	content: "";
	width: 2px;
	height: 0px;
	top: -9px;
	left: 9px;
	background-color: #ff8f03;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
	transition-delay: .1s;
}
.constructify_tm_home_project_wrap .rightbox ul li .inner:hover .image_wrap .plus:before{width: 20px;}
.constructify_tm_home_project_wrap .rightbox ul li .inner:hover .image_wrap .plus:after{height: 20px;}
.constructify_tm_home_project_wrap .rightbox ul li .inner:before{
	position: absolute;
	content: "";
	left: 30px;
	right: 30px;
	height: 15px;
	background-color: #ff8f03;
	bottom: -15px;
}
.constructify_tm_home_project_wrap .rightbox ul li .inner .title_holder{
	position: absolute;
	bottom: 34px;
	left: 50px;
	z-index: 3;
}
.constructify_tm_home_project_wrap .rightbox ul li .inner .title_holder h3{
	font-family: "Rubik";
	font-size: 24px;
	color: #eee;
	line-height: 1;
	margin-bottom: 10px;
}
.constructify_tm_view_more_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_view_more_wrap a{
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #ccc;
	font-family: "Montserrat";
	font-size: 14px;
	letter-spacing: 0px;
	position: relative;
	padding-right: 10px;
	font-weight: 600;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_view_more_wrap a .svg{
	color: #ccc;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_view_more_wrap .arrow{
	position: absolute;
	top: 2px;
	left: 100%;
}
.constructify_tm_home_project_wrap .rightbox ul li .inner:hover .constructify_tm_view_more_wrap a{color: #ff8f03;}
.constructify_tm_home_project_wrap .rightbox ul li .inner:hover .constructify_tm_view_more_wrap a .svg{color: #ff8f03;}
.constructify_tm_home_project_wrap .rightbox ul li .inner .image_wrap .link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 4;
	display: block;
}

/*------------------------------------------------------------------*/ 
/*	11) CONSTRUCTIFY HOME REQUEST
/*------------------------------------------------------------------*/

.constructify_tm_request_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	border: 15px solid #0e2424;
	margin: 50px 0;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_request_wrap .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	padding: 45px 280px 42px 50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_request_wrap .inner_wrap .text_wrap{margin-bottom: 50px;}
.constructify_tm_request_wrap .inner_wrap .text_wrap p{
	font-family: "Rubik";
	font-size: 20px;
	color: #14141c;
	line-height: 30px;
}
.constructify_tm_request_wrap .constructify_tm_button_wrap{margin-bottom: 22px;}
.constructify_tm_button_wrap.yellow a{
	background-color: #ff8f03;
	color: #14141c;
}
.constructify_tm_button_wrap.yellow a:hover{
	background-color: #14141c;
	color: #ff8f03;
}
.constructify_tm_request_wrap .toll_free span{
	font-family: "Rubik";
	font-size: 18px;
	color: #14141c;
}
.constructify_tm_request_wrap .inner_wrap .image_wrap{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 320px;
}
.constructify_tm_request_wrap .inner_wrap .image_wrap span{
	display: block;
    content: '';
    position: absolute;
    border-right: 280px solid #ff8f03;
    border-top: 227px solid transparent;
    bottom: 0px;
    right: 0px;
}
.constructify_tm_request_wrap .inner_wrap .image_wrap img{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}



/*------------------------------------------------------------------*/ 
/*	12) CONSTRUCTIFY HOME BLOG
/*------------------------------------------------------------------*/

.constructify_tm_title_holder.home_blog{margin-bottom: 70px;}
.constructify_tm_home_blog_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	/*background-color: #f1fdfd;*/
	padding: 50px 0px 0px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_home_blog_wrap .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_home_blog_wrap .inner_wrap .list_wrap{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.constructify_tm_home_blog_wrap .inner_wrap ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.constructify_tm_home_blog_wrap .inner_wrap ul li{
	margin: 0px 0px 30px 0px;
	float: left;
	width: 33.3333%;
	padding-left: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_home_blog_wrap .inner_wrap ul li:last-child{margin-bottom: 0px;}
.constructify_tm_home_blog_wrap .inner_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_home_blog_wrap .inner_wrap ul li .inner .image_wrap{
	position: relative;
	float: left;
	min-width: 100%;
	margin-bottom: 2px;
}
.constructify_tm_home_blog_wrap .inner_wrap ul li .inner .image_wrap img{min-width: 100%;height:200px;}
.constructify_tm_home_blog_wrap .inner_wrap ul li .inner .image_wrap .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.constructify_tm_home_blog_wrap .inner_wrap ul li:nth-child(1) .inner .image_wrap .image{
	background-image: url(../img/blog/4.jpg);
}
.constructify_tm_home_blog_wrap .inner_wrap ul li:nth-child(2) .inner .image_wrap .image{
	background-image: url(../img/blog/3.jpg);
}
.constructify_tm_home_blog_wrap .inner_wrap ul li:nth-child(3) .inner .image_wrap .image{
	background-image: url(../img/blog/6.jpg);
}
.constructify_tm_home_blog_wrap .inner_wrap ul li .definition_wrap{
	width: 100%;
	float: left;
	clear: both;
}
.constructify_tm_home_blog_wrap .inner_wrap ul li .definition_wrap .title_holder{
    /*margin-bottom: 20px;*/
padding: 10px;
    background: linear-gradient(180deg, #e4b720, #b07606);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
    text-align: center;
      height:175px;
}
    
.constructify_tm_home_blog_wrap .inner_wrap ul li .definition_wrap .title_holder h3{
	font-family: "Rubik";
	font-size: 20px;
	color: #000;
	line-height: 1;
	font-weight:600;
	text-decoration: none;
}
/*.constructify_tm_home_blog_wrap .inner_wrap ul li .definition_wrap .title_holder h3 a{
	text-decoration: none;
	color: #fff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_home_blog_wrap .inner_wrap ul li .definition_wrap .title_holder h3 a:hover{color: #000;}*/



.constructify_tm_home_blog_wrap .inner_wrap ul li .definition_wrap .title_holder p{
   margin-top: 10px;
    font-size: 16px;
    color: #181a2f;
    font-family: 'Rubik';
    font-weight: 400;
}


.constructify_tm_home_blog_wrap .inner_wrap ul li .date_wrap{
	width: 100%;
	position: relative;
	float: left;
}
.constructify_tm_home_blog_wrap .inner_wrap ul li .date_wrap span{
	color: #666;
	line-height: 1.7;
}
.constructify_tm_home_blog_wrap .inner_wrap ul li .date_wrap .svg_wrap{
	position: absolute;
	top: 4px;
	right: 50px;
	
	opacity: 0;
	
	transition: all .3s .0s ease;
}
.constructify_tm_home_blog_wrap .inner_wrap ul li .inner:hover .date_wrap .svg_wrap{
	opacity: 1;
	right: 35px;
}
.constructify_tm_home_blog_wrap .inner_wrap ul li .date_wrap .svg_wrap .svg{color: #666;}
.constructify_tm_all_item_link.blog{margin-bottom: 0px;}

/*------------------------------------------------------------------*/ 
/*	13) CONSTRUCTIFY PROJECTS
/*------------------------------------------------------------------*/

.constructify_tm_main_title_holder{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_main_title_holder .title_holder{
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding: 94px 0px 13px 0px;
	
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_main_title_holder .title_holder h3{
	font-family: "Rubik";
	margin: 0px;
    padding: 0px;
    font-size: 48px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #14141c;
    line-height: 1;
    position: relative;
    left: -1px;
}
.builify_tm_breadcrumbs{
	width: 100%;
    float: left;
    clear: both;
    padding-bottom: 101px;
    position: relative;
	margin-bottom: 10px;
}
.builify_tm_breadcrumbs:before{
	content: '';
    position: absolute;
    width: 70px;
    height: 6px;
    background-color: #eee;
    left: 0px;
    bottom: 60px;
}
.builify_tm_breadcrumbs:after{
	content: '';
    position: absolute;
    width: 150px;
    height: 6px;
    background-color: #eee;
    left: 0px;
    bottom: 73px;
}
.builify_tm_breadcrumbs ul{
	margin: 0px;
	list-style-type: none;
}
.builify_tm_breadcrumbs ul li{
	margin: 0px;
	float: left;
}
.builify_tm_breadcrumbs ul li a{
	font-size: 14px;
    color: #666;
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 1.5;
	font-weight: 600;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.builify_tm_breadcrumbs ul li a:hover{color: #ff8f03;}
.builify_tm_breadcrumbs ul li.shape span{
	width: 33px;
    height: 24px;
    display: block;
    position: relative;
}
.builify_tm_breadcrumbs ul li.shape span:before{
	width: 9px;
    height: 2px;
    display: block;
    content: '';
    position: absolute;
    background-color: #ddd;
    left: 13px;
    top: 14px;
    transform: rotate(135deg);
}
.builify_tm_breadcrumbs ul li.shape span:after{
	width: 9px;
    height: 2px;
    display: block;
    content: '';
    position: absolute;
    background-color: #ddd;
    left: 13px;
    top: 8px;
    transform: rotate(45deg);
}
.builify_tm_breadcrumbs ul li span{color: #666;}
.constructify_tm_projects_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_projects_wrap .filter_wrap{
	min-width: 225px;
	display: inline-block;
	height: auto;
	position: relative;
	margin-bottom: 40px;
}
.constructify_tm_projects_wrap .all_projects{
	width: 100%;
	height: auto;
	background-color: #ff8f03;
	padding-top: 15px;
	padding-bottom: 13px;
	padding-left: 30px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_projects_wrap .all_projects:before{
	position: absolute;
	content: "";
	width: 60px;
	height: 100%;
	background-color: rgba(255,255,255,.2);
	top: 0px;
	right: -13px;
	transform: skewX(-25deg);
}
.constructify_tm_projects_wrap .all_projects:after{
    width: 0px;
    height: 0px;
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-top-color: #14141c;
    top: 23px;
    right: 18px;
}
.constructify_tm_projects_wrap .all_projects span{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	padding-right: 60px;
}
.constructify_tm_projects_wrap .all_projects span a{
	text-decoration: none;
	color: #14141c;
	font-family:"Rubik";
}
.constructify_tm_projects_wrap .filter_list{
	position: absolute;
	top: 100%;
	width: 100%;
	height: auto;
	background-color: #0f111f;
	padding: 23px 30px 8px 30px;
	border-top: 1px solid rgba(255,255,255,.2);
	display: none;
	z-index: 2222;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_portfolio_filter{
	width:100%;
	height: auto;
	list-style-type:none;
	margin: 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_portfolio_filter li{margin:0px 0px 13px 0px;}
.constructify_tm_portfolio_filter li a{
	text-decoration:none;
	font-size:16px;
	color:#ccc;
	display: block;
	font-weight: 600;
	font-family:"Raleway";
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

/* PORTFOLIO LIST */

.constructify_tm_portfolio_list{
	list-style-type:none;
	margin: 0px 0px 0px -50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_portfolio_list > li{
	width:50%;
	float:left;
	position:relative;
	margin: 0px 0px 65px 0px;
	padding-left: 50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner .image_wrap{
	float: left;
	position: relative;
	min-width: 100%;
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner .image_wrap .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list li:nth-child(1) .image_wrap .image{
	background-image: url(../img/portfolio/15.jpg);
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list li:nth-child(2) .image_wrap .image{
	background-image: url(../img/portfolio/2.jpg);
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list li:nth-child(3) .image_wrap .image{
	background-image: url(../img/portfolio/4.jpg);
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list li:nth-child(4) .image_wrap .image{
	background-image: url(../img/portfolio/23.jpg);
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list li:nth-child(5) .image_wrap .image{
	background-image: url(../img/portfolio/24.jpg);
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list li:nth-child(6) .image_wrap .image{
	background-image: url(../img/portfolio/8.jpg);
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner .image_wrap .overlay_color{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.3);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner:hover .image_wrap .overlay_color{
	background-color: rgba(15,15,22,.9);
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner .image_wrap .plus{
	position: absolute;
	top: 49px;
	left: 50px;
	z-index: 3;
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner .image_wrap .plus:before{
	position: absolute;
	content: "";
	width: 0px;
	height: 2px;
	background-color: #ff8f03;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
	transition-delay: .2s;
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner .image_wrap .plus:after{
	position: absolute;
	content: "";
	width: 2px;
	height: 0px;
	top: -9px;
	left: 9px;
	background-color: #ff8f03;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
	transition-delay: .1s;
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner:hover .image_wrap .plus:before{width: 20px;}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner:hover .image_wrap .plus:after{height: 20px;}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner:before{
	position: absolute;
	content: "";
	left: 30px;
	right: 30px;
	height: 15px;
	background-color: #ff8f03;
	bottom: -15px;
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner .title_holder{
	position: absolute;
	bottom: 34px;
	left: 50px;
	z-index: 3;
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner .title_holder h3{
	font-family: "Rubik";
	font-size: 24px;
	color: #eee;
	line-height: 1;
	margin-bottom: 10px;
}
.constructify_tm_view_more_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_view_more_wrap a{
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #ccc;
	font-family: "Montserrat";
	font-size: 14px;
	letter-spacing: 0px;
	position: relative;
	padding-right: 10px;
	font-weight: 600;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_view_more_wrap a .svg{
	color: #ccc;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_view_more_wrap .arrow{
	position: absolute;
	top: 2px;
	left: 100%;
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner:hover .constructify_tm_view_more_wrap a{color: #ff8f03;}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner:hover .constructify_tm_view_more_wrap a .svg{
	color: #ff8f03;
}
.constructify_tm_projects_wrap .constructify_tm_portfolio_list .inner .image_wrap .link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 4;
	display: block;
}
.constructify_tm_pagination{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 155px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_pagination ul{
	margin: 0px 0px 0px -5px;
	list-style-type: none;
}
.constructify_tm_pagination ul li{
	margin: 0px;
	display: inline-block;
	padding-left: 5px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_pagination ul li a{
	display: block;
    text-decoration: none;
    width: auto;
    height: 40px;
    padding: 0px 20px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
	background-color: #ff8f03;
	padding-right: 35px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_pagination ul li a:before{
	width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-left-color: #fff;
    top: 15px;
    right: 15px;
	
    -webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_pagination ul li span{
	display: inline-block;
    width: auto;
    height: 40px;
    padding: 0px 20px;
    color: #777;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
	background-color: #dddddd;
	padding-left: 35px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_pagination ul li span:before{
	width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-right-color: #777;
    top: 15px;
    left: 15px;
	
    -webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

/*------------------------------------------------------------------*/ 
/*	14) CONSTRUCTIFY PROJECT SINGLE
/*------------------------------------------------------------------*/

.constructify_tm_justified_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 53px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_justified_wrap .overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(17,20,34,.9);
	z-index: 1;
	
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_justified_wrap .shape{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	margin-left: -15px;
	
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_justified_wrap .shape span{
	position: relative;
	display: block;
}
.constructify_tm_justified_wrap .shape span:before{
	position: absolute;
	content: "";
	width: 31px;
	height: 1px;
	background-color: #ff8f03;
}
.constructify_tm_justified_wrap .shape span:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 31px;
	background-color: #ff8f03;
	left: 15px;
	top: -15px;
}
.constructify_tm_justified_wrap > a:hover .overlay{
	opacity: 1;
	visibility: visible;
}
.constructify_tm_justified_wrap > a:hover .shape{
	opacity: 1;
	visibility: visible;
}
.constructify_tm_justified_content{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	margin-bottom: 45px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_justified_content .leftpart{
	width: 100%;
	float: left;
}
.constructify_tm_justified_content .leftpart .title_holder{margin-bottom: 26px;}
.constructify_tm_justified_content .leftpart .title_holder h3{
	margin: 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 24px;
	color: #14141c;
}
.constructify_tm_justified_content .leftpart .definition{margin-bottom: 24px;}
.constructify_tm_justified_content .leftpart .definition p{
	font-size: 14px;
	line-height: 1.7;
	color: #666;
	margin-bottom: 15px;
}
.constructify_tm_justified_content .leftpart .definition p:last-child{margin-bottom: 0px;}
.constructify_tm_justified_content .leftpart .definition p.bold{
	font-weight: 600;
	color: #14141c;
}
.constructify_tm_share_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 24px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_share_wrap label{
	display: inline-block;
	font-size: 16px;
	color: #666;
}
.constructify_tm_share_wrap ul{
	margin: 0px;
	list-style-type: none;
	display: inline-block;
	position: relative;
	top: 5px;
	padding-left: 5px;
}
.constructify_tm_share_wrap ul li{
	margin: 0px 8px 0px 0px;
	float: left;
}
.constructify_tm_share_wrap ul li a i{
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_share_wrap ul li:last-child{margin-right: 0px;}
.constructify_tm_share_wrap ul li a{
	text-decoration: none;
	color: #555;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_share_wrap ul li a:hover{color: #ff8f03;}
.constructify_tm_justified_content .constructify_tm_project_video{float: left;}
.constructify_tm_justified_content .rightpart{
	width: 370px;
	min-width: 370px;
	position: relative;
	margin-left: 50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_justified_content .infobox{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.05);
	padding: 40px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_justified_content .infobox ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_justified_content .infobox ul li{margin: 0px 0px 23px 0px;}
.constructify_tm_justified_content .infobox ul li:last-child{margin-bottom: 0px;}
.constructify_tm_justified_content .infobox ul li label{
	font-size: 14px;
	color: #ff8f03;
	line-height: 1.3;
	display: block;
	margin-bottom: 2px;
}
.constructify_tm_justified_content .infobox ul li span{
	font-size: 14px;
	color: #777;
	line-height: 1.3;
	display: block;
}
.constructify_tm_justified_content .first_square{
	position: absolute;
	width: 100px;
	height: 150px;
	background-color: #f7f7f7;
	bottom: 0px;
	right: 0px;
	z-index: -2;
}
.constructify_tm_justified_content .second_square{
	position: absolute;
	width: 50px;
	height: 80px;
	background-color: #efefef;
	bottom: 0px;
	right: 0px;
	z-index: -1;
}

/*------------------------------------------------------------------*/ 
/*	15) CONSTRUCTIFY SERVICES
/*------------------------------------------------------------------*/

.constructify_tm_services_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_services_list_wrap ul{
	/*margin: 0px 0px 0px -50px;*/
	list-style-type: none;
}
.constructify_tm_services_list_wrap ul li{
	margin: 0px 0px 30px 0px;
	float: left;
	width: 20%;
	padding-left: 10px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_services_list_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
	overflow: hidden;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_services_list_wrap ul li .service_image{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_services_list_wrap ul li .service_image .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.constructify_tm_services_list_wrap ul li:nth-child(1) .service_image .image{background-image: url(../img/services/11.jpg);}
.constructify_tm_services_list_wrap ul li:nth-child(2) .service_image .image{background-image: url(../img/services/12.jpg);}
.constructify_tm_services_list_wrap ul li:nth-child(3) .service_image .image{background-image: url(../img/services/13.jpg);}
.constructify_tm_services_list_wrap ul li:nth-child(4) .service_image .image{background-image: url(../img/services/14.jpg);}
.constructify_tm_services_list_wrap ul li:nth-child(5) .service_image .image{background-image: url(../img/services/15.jpg);}
.constructify_tm_services_list_wrap ul li:nth-child(6) .service_image .image{background-image: url(../img/services/16.jpg);}
.constructify_tm_services_list_wrap .list_definitions_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	/*background-color: #fff;*/
	padding: 20px 15px 20px 15px;
	/*border: 10px solid #0e2424;*/
	border-top: none;
	    
	border-radius:10px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
/*.constructify_tm_services_list_wrap ul li .inner:hover .list_definitions_wrap{border-color: #ff8f03;}*/
.constructify_tm_services_list_wrap .list_definitions_wrap .titles{
	position: relative;
	z-index: 3;
}
.constructify_tm_services_list_wrap .list_definitions_wrap .title_holder{margin-bottom: 10px;}
.constructify_tm_services_list_wrap .list_definitions_wrap .title_holder h3{
	font-size: 18px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 1.3;
}
.constructify_tm_services_list_wrap .list_definitions_wrap .title_holder h3 a{
	text-decoration: none;
	color: #14141c;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_services_list_wrap .list_definitions_wrap .title_holder h3 a:hover{color: #ff8f03;}
.constructify_tm_services_list_wrap .list_definitions_wrap .definition p{
	color: #666;
	letter-spacing: 0px;
	line-height: 1.7;
}
.constructify_tm_services_list_wrap .list_definitions_wrap .read_more_wrap{
	position: absolute;
	bottom: -10px;
	left: 0px;
	max-width: calc(100% - 40px);
	z-index: 5;
}
.constructify_tm_services_list_wrap .list_definitions_wrap .read_more_in{
	height: 40px;
	background-color: #0e2424;
	line-height: 40px;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_services_list_wrap ul li .inner:hover .list_definitions_wrap .read_more_in{background-color: #ff8f03;}
.constructify_tm_services_list_wrap .list_definitions_wrap .read_more_in a:before{
	position: absolute;
	content: "";
	width: 25px;
	height: 40px;
	background-color: #0e2424;
	left: 100%;
	transform: skewX(27deg);
	margin-left: -12px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_services_list_wrap ul li .inner:hover .list_definitions_wrap .read_more_in a:before{background-color: #ff8f03;}
.constructify_tm_services_list_wrap .list_definitions_wrap .read_more_in a{
	text-decoration: none;
	color: #fff;
	display: block;
	font-family: "Montserrat";
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px 40px 0px 50px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_services_list_wrap .list_definitions_wrap .shape_triangle:before{
	border-right: 10px solid #0e2424;
    border-top: 10px solid transparent;
    content: '';
    position: absolute;
    bottom: 100%;
    right: -10px;
    z-index: 3;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_services_list_wrap ul li .inner:hover .list_definitions_wrap .shape_triangle:before{
	border-right-color: #ff8f03;
}
.constructify_tm_services_list_wrap ul li .inner:hover .list_definitions_wrap .shape_triangle:after{
	border-left-color: #ff8f03;
}
.constructify_tm_services_list_wrap .list_definitions_wrap .shape_triangle:after{
	border-left: 10px solid #0e2424;
    border-top: 10px solid transparent;
    content: '';
    position: absolute;
    bottom: 100%;
    left: -10px;
    z-index: 2;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_services_list_wrap .list_definitions_wrap:before{
	position: absolute;
/*	content: "";
	bottom: 0px;
	right: 0px;
	width: 100px;
	height: 150px;
	background-color: #f7f7f7;
	z-index: 1;*/
}
.constructify_tm_services_list_wrap .list_definitions_wrap:after{
	position: absolute;
	/*content: "";
	bottom: 0px;
	right: 0px;
	width: 50px;
	height: 80px;
	background-color: #efefef;
	z-index: 2;*/
}

/*------------------------------------------------------------------*/ 
/*	16) CONSTRUCTIFY SERVICE SINGLE
/*------------------------------------------------------------------*/

.constructify_tm_twicebox_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: flex-start;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_twicebox_wrap .leftbox{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-right: 15px;
	align-content: center;
	text-align:justify;
	line-height:30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}


.constructify_tm_twicebox_wrap .rightbox {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
    /*margin-right: 50px;*/
    align-content: center;
    text-align: justify;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.constructify_tm_service_single_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	/*margin-bottom: 50px;*/
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_service_single_wrap .leftbox .main_image_wrap{margin-bottom: 58px;}
.constructify_tm_service_single_wrap .leftbox .image_wrap{margin-bottom: 34px;}
.constructify_tm_service_single_wrap .leftbox .image_definition p{
	font-size: 16px;
	color: #777;
	line-height: 1.7;
	margin-bottom: 20px;
}
.constructify_tm_service_single_wrap .leftbox .image_definition p .shape{
	border: 3px solid #6ec1e4;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 20px;
	position: relative;
	top: 8px;
}
.constructify_tm_service_single_wrap .leftbox .image_definition p .shape span{
	color: #6ec1e4;
	font-size: 50px;
	display: inline-block;
	font-family: "Montserrat";
	font-weight: 500;
}
.constructify_tm_service_single_wrap .leftbox .image_definition p:last-child{margin-bottom: 0px;}
.constructify_tm_service_single_wrap .leftbox .service_features{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_service_single_wrap .leftbox .service_features h3{
	font-size: 24px;
	color: #181a2f;
	font-family: "Rubik";
	margin-bottom: 30px;
}
.constructify_tm_service_single_wrap .leftbox .service_features ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.constructify_tm_service_single_wrap .leftbox .service_features ul li{
	margin: 0px 0px 12px 0px;
	float: left;
	width: 50%;
	padding-left: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_service_single_wrap .leftbox .service_features ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_service_single_wrap .leftbox .service_features .definition{padding-left: 33px;}
.constructify_tm_service_single_wrap .leftbox .service_features .definition p{
	font-size: 16px;
	color: #777;
}
.constructify_tm_service_single_wrap .leftbox .service_features .icon{
	position: absolute;
	top: 1px;
	left: 0px;
}
.constructify_tm_service_single_wrap .leftbox .service_features .icon .svg{
	width: 20px;
	height: 20px;
	color: #ff8f03;
}
.constructify_tm_service_single_wrap .leftbox .accordion_wrap_all{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 40px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_service_single_wrap .leftbox .accordion_wrap_all .title h3{
	font-size: 24px;
	color: #181a2f;
	font-family: "Rubik";
	margin-bottom: 30px;
}
.constructify_tm_service_single_wrap .accordion_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_accordion {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear:both;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
.constructify_tm_accordion .accordion_in {
	position: relative;
	z-index: 10;
	overflow: hidden;
	margin-bottom:20px;
}
.constructify_tm_accordion .accordion_in .acc_head{
	position: relative;
	font-family: "Rubik";
	color:#181a2f;
	font-weight: 400;
	font-size: 16px;
	display: block;
	cursor: pointer;
	/*padding-left: 34px;*/
}
.constructify_tm_accordion .accordion_in .acc_content {
	color: #666;
	line-height: 1.6;
	font-size: 14px;
	padding-left: 34px;
	padding-top: 12px;
}
.constructify_tm_accordion .accordion_in .acc_content p{
	font-size:13px;
	margin-bottom:10px;
}
.constructify_tm_accordion .accordion_in.acc_active > .acc_content {display: block;}
.constructify_tm_accordion .accordion_in .wow_shape{
	position: absolute;
	width: 16px;
	height: 16px;
	border: 2px solid #ff8f03;
	border-radius: 3px;
	left: 0px;
	top: 3px;
}
.constructify_tm_accordion .accordion_in .wow_effect{position: relative;}
.constructify_tm_accordion .accordion_in .wow_effect:after{
	position: absolute;
	content: "";
	width: 2px;
	height: 8px;
	top: 4px;
	left: 7px;
	background-color: #ff8f03;
}
.constructify_tm_accordion .accordion_in .wow_effect:before{
	position: absolute;
	content: "";
	width: 8px;
	height: 2px;
	top: 7px;
	left: 4px;
	background-color: #ff8f03;
}
.constructify_tm_accordion .accordion_in.acc_active .wow_effect:after{display: none;}
.constructify_tm_short_contact{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #0f0f16;
	padding: 31px 30px 33px 30px;
	margin-bottom: 70px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_short_contact .constructify_tm_button_wrap{
	min-width: fit-content;
    min-width: max-content;
    min-width: intrinsic;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    margin-left: auto;
	width: auto;
}
.constructify_tm_short_contact .text h3{
	font-family: "Rubik", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #eee;
	margin-bottom: 3px;
}
.constructify_tm_short_contact .text p{
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999;
}
.constructify_tm_line{
	width: 100%;
	height: 1px;
	clear: both;
	float: left;
	background-color: #e9eff4;
	margin-bottom: 65px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_other_services_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_other_services_wrap > h3{
	font-family: "Rubik";
	font-size: 24px;
	color: #181a2f;
	margin-bottom: 34px;
}
.constructify_tm_other_services_wrap .services_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_other_services_wrap .services_list_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_other_services_wrap .services_list_wrap ul li{
	margin: 0px 0px 40px 0px;
	float: left;
}
.constructify_tm_other_services_wrap .services_list_wrap ul li:last-child{margin-bottom: 0px;}
.constructify_tm_other_services_wrap .services_list_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #e9eff4;
	padding: 55px 50px 84px 50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_other_services_wrap .services_list_wrap ul li .title_holder{margin-bottom: 19px;}
.constructify_tm_other_services_wrap .services_list_wrap ul li .title_holder h3{
	font-family: "Rubik";
	font-size: 22px;
	color: #181a2f;
}
.constructify_tm_other_services_wrap .services_list_wrap ul li .title_holder h3 a{
	text-decoration: none;
	color: #181a2f;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_other_services_wrap .services_list_wrap ul li .title_holder h3 a:hover{color: #ff8f03;}
.constructify_tm_other_services_wrap .services_list_wrap ul li .description p{
	color: #777;
	line-height: 1.6;
}
.constructify_tm_other_services_wrap .services_list_wrap ul li .read_more_wrap{
	position: absolute;
	bottom: 0px;
	left: 0px;
	max-width: calc(100% - 40px);

}
.constructify_tm_other_services_wrap .services_list_wrap ul li .read_more_in{
	height: 40px;
	background-color: #ff8f03;
	line-height: 40px;
	position: relative;
}
.constructify_tm_other_services_wrap .services_list_wrap ul li .read_more_in a:before{
	position: absolute;
	content: "";
	width: 25px;
	height: 40px;
	background-color: #ff8f03;
	left: 100%;
	transform: skewX(27deg);
	margin-left: -12px;
}
.constructify_tm_other_services_wrap .services_list_wrap ul li .read_more_in a{
	text-decoration: none;
	color: #fff;
	display: block;
	font-family: "Montserrat";
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px 40px 0px 50px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_twicebox_wrap .rightbox{
    /*width:100%;*/
	width: 400px;
	min-width: 300px;
	float: right;
}
.constructify_tm_categories{
	width: 100%;
	min-height: 200px;
	height: auto;
	clear: both;
	float: left;
	background-color: #0d0e13;
	padding: 31px 30px 29px 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_categories ul{
	margin: 0px;
	list-style-type: none;
	position: relative;
	z-index: 3;
}
.constructify_tm_categories ul li{margin: 0px 0px 10px 0px;}
.constructify_tm_categories ul li:last-child{margin-bottom: 0px;}
.constructify_tm_categories ul li a{
	text-decoration: none;
	font-family: "Raleway";
	font-size: 16px;
	color: #cccccc;
	line-height: 2;
	font-weight: 500;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_categories ul li.active a{color: #fff;}
.constructify_tm_categories ul li a:hover{color: #fff;}
.constructify_tm_categories .svg{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 20px;
	top: 90px;
	color: #1d1e23;
}
.constructify_tm_categories .first_shape{
	width: 50px;
	height: 2px;
	background-color: #1d1e23;
	position: absolute;
	top: 155px;
	right: -15px;
	transform: rotate(-20deg);
}
.constructify_tm_categories .second_shape{
	position: absolute;
	width: 70px;
	height: 70px;
	background-color: #1d1e23;
	top: 0px;
	right: 0px;
}
.constructify_tm_categories .second_shape:before{
	position: absolute;
	content: "";
	border-bottom: 70px solid transparent;
	border-left: 20px solid #0d0e13;
}
.constructify_tm_categories .second_shape:after{
	position: absolute;
	content: "";
	border-left: 70px solid transparent;
	border-bottom: 20px solid #0d0e13;
	left: 0px;
	bottom: 0px;
}
.constructify_tm_request_estimate_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	overflow: hidden;
	margin-bottom: 50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_request_estimate_wrap .image_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_request_estimate_wrap .image_wrap .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/about/1.jpg);
}
.constructify_tm_request_estimate_wrap .definition{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #ff8f03;
	/*padding: 50px 40px;*/
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
			 display:none;
}
.constructify_tm_request_estimate_wrap .definition .text{margin-bottom: 25px;}
.constructify_tm_request_estimate_wrap .definition .text p{
	font-size: 22px;
	color: #fff;
	line-height: 1.3;
	text-align:center;
}
.constructify_tm_request_estimate_wrap .button{
	text-align: center;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_request_estimate_wrap .button a{
	text-decoration: none;
	display: inline-block;
    background-color: #e9eff4;
    padding: 14px 25px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #181a2f;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 500;
    font-family: 'Rubik';
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_request_estimate_wrap .button a:hover{
	background-color: #181a2f;
	color: #fff;
}
.constructify_tm_request_estimate_wrap .first_shape .first{
	position: absolute;
	left: 0px;
	border-bottom: 80px solid #ff8f03;
	border-right: 80px solid transparent;
	z-index: 1;
}
.constructify_tm_request_estimate_wrap .first_shape .second{
	position: absolute;
	left: 0px;
	border-bottom: 80px solid rgba(0,0,0,.2);
	border-right: 80px solid transparent;
	z-index: 2;
}
.constructify_tm_request_estimate_wrap .first_shape .third{
	position: absolute;
	left: 0px;
	border-bottom: 55px solid #ff8f03;
	border-right: 80px solid transparent;
	z-index: 3;
}
.constructify_tm_request_estimate_wrap .second_shape .first,
.constructify_tm_request_estimate_wrap .second_shape .second,
.constructify_tm_request_estimate_wrap .second_shape .third,
.constructify_tm_request_estimate_wrap .first_shape .second,
.constructify_tm_request_estimate_wrap .first_shape .third,
.constructify_tm_request_estimate_wrap .first_shape .first{bottom: 100%;}
.constructify_tm_request_estimate_wrap .second_shape .first{
	position: absolute;
	right: 0px;
	border-bottom: 80px solid #ff8f03;
	border-left: 220px solid transparent;
	z-index: 1;
}
.constructify_tm_request_estimate_wrap .second_shape .second{
	position: absolute;
	right: 0px;
	border-bottom: 80px solid rgba(0,0,0,.2);
	border-left: 220px solid transparent;
	z-index: 2;
}
.constructify_tm_request_estimate_wrap .second_shape .third{
	position: absolute;
	right: 0px;
	border-bottom: 55px solid #ff8f03;
	border-left: 220px solid transparent;
	z-index: 3;
}
.constructify_tm_request_estimate_wrap .first_square{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100px;
	height: 170px;
	background-color: rgba(255,255,255,.1)
}
.constructify_tm_request_estimate_wrap .second_square{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 50px;
	height: 85px;
	background-color: rgba(255,255,255,.1)
}
.constructify_tm_brochures_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 55px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_brochures_wrap .title_holder span{
    display: block;
    font-size: 20px;
    text-transform: inherit;
    color: #181a2f;
    margin-bottom: 24px;
    position: relative;
    line-height: 1.5;
    letter-spacing: 0.5px;
	font-family: "Rubik";
}
.constructify_tm_brochures_wrap .title_holder span:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #ff8f03;
	bottom: -4px;
	left: 0px;
}
.constructify_tm_brochures_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_brochures_wrap ul li{
	margin: 0px 0px 5px 0px;
	width: 100%;
	float: left;
}
.constructify_tm_brochures_wrap ul li:last-child{margin-bottom: 0px;}
.constructify_tm_brochures_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #111422;
	padding: 18px 0px 16px 0px;
	cursor: pointer;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_brochures_wrap ul li .inner .icon{
	width: 48px;
	height: 48px;
	background-color: #242633;
	position: absolute;
	left: 5px;
	top: 5px;
	text-align: center;
}
.constructify_tm_brochures_wrap ul li .inner .icon .svg{
	width: 26px;
	height: 26px;
	color: #eee;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_brochures_wrap ul li .inner span.text{
	font-family: "Raleway";
	font-size: 16px;
	color: #ccc;
	font-weight: 500;
	padding-left: 75px;
	padding-right: 35px;
	display: block;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_brochures_wrap ul li .inner span.arrow{
	position: absolute;
	right: 25px;
	top:24px;
}
.constructify_tm_brochures_wrap ul li .inner span.arrow:before{
	position: absolute;
	content: "";
	border: 5px solid transparent;
	border-left-color: #ccc;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_brochures_wrap ul li:hover .inner .icon .svg{color: #fff;}
.constructify_tm_brochures_wrap ul li:hover .inner span.text{color: #fff;}
.constructify_tm_brochures_wrap ul li:hover .inner span.arrow:before{border-left-color: #fff;}

/*------------------------------------------------------------------*/ 
/*	17) CONSTRUCTIFY ABOUT
/*------------------------------------------------------------------*/

.constructify_tm_about_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_wrap .subtitle{margin-bottom: 52px;}
.constructify_tm_about_wrap .subtitle p{
	color: #777777;
    font-size: 20px;
	line-height: 1.7;
	font-weight: 300;
}
.constructify_tm_about_wrap .about_service_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 80px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_wrap .about_service_list.client{margin-bottom: 70px;}
.constructify_tm_about_wrap .about_service_list h3{
	color: #14141c;
	font-family: "Rubik";
    font-size: 24px;
    letter-spacing: 0px;
	margin-bottom: 17px;
} 
.constructify_tm_about_wrap .about_service_list p{
	color: #777777;
    font-size: 16px;
	line-height: 1.7;
	font-weight: 300;
}
.constructify_tm_about_counter_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #0f0f16;
	padding: 92px 0px;
	overflow: hidden;
	margin-bottom: 85px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_counter_wrap:before{
	position: absolute;
	content: "";
	width: 50%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #ff8f03;
}
.constructify_tm_about_counter_wrap .inner_counter{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_counter_wrap .inner_counter .leftbox{
	width: 290px;
	min-width: 290px;
	padding-right: 50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_counter_wrap .constructify_tm_counter_wrap{
	padding: 47px 0px 58px 0px !important;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_counter_wrap .constructify_tm_counter_list li{
	width:100%;
	float:left;
	text-align:left;
	margin: 0px 0px 40px 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_counter_wrap .constructify_tm_counter_list li:last-child{margin-bottom: 0px;}
.constructify_tm_about_counter_wrap .constructify_tm_counter_list li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	padding: 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_counter_wrap .constructify_tm_counter_list li h3{
	font-family: "Rubik";
	color: #eee;
	font-size: 48px !important;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0px;
	margin-bottom: 3px;
}
.constructify_tm_about_counter_wrap .constructify_tm_counter_list li h3 > span{
	font-size: 48px !important;
}
.constructify_tm_about_counter_wrap .constructify_tm_counter_list li .inner > span{
	color:#999;
	font-family: "Open Sans";
	font-size: 14px;
	display: block;
}
.constructify_tm_about_counter_wrap .inner_counter .rightbox,
.constructify_tm_about_counter_wrap .inner_counter .inner_rightbox{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_counter_wrap .inner_counter .rightbox{
	position: relative;
	background-color: #fff;
}
.constructify_tm_about_counter_wrap .inner_counter .rightbox .counter_png{
	position: absolute;
	bottom: 0px;
	right: 0px;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: url(../img/about/counter_image.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.constructify_tm_about_counter_wrap .inner_counter .inner_rightbox{padding: 95px 100px 90px 100px;}
.constructify_tm_about_counter_wrap .inner_counter .rightbox .top_title{
	margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    color: #14141c;
    text-transform: uppercase;
}
.constructify_tm_about_counter_wrap .inner_counter .rightbox .title{
	margin: 0px;
    padding-top: 5px;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0px;
    color: #14141c;
    margin-bottom: 23px;
	font-family: "Rubik";
}
.constructify_tm_about_counter_wrap .inner_counter .rightbox .text{
	line-height: 1.7;
	color: #666;
	margin-bottom: 32px;
	position: relative;
	z-index: 2;
}
.constructify_tm_counter_wrap{overflow: hidden;}
.constructify_tm_counter_list{
	list-style-type:none;
	width:100%;
	margin: 0px;
	
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
}
.constructify_tm_about_counter_wrap .counter_image_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 2;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_counter_wrap .counter_image_wrap ul{
	margin: 0px 0px 0px -10px;
	list-style-type: none;
}
.constructify_tm_about_counter_wrap .counter_image_wrap ul li{
	margin: 0px 0px 10px 0px;
	float: left;
	padding-left: 10px;
	width: 160px;
	height: 100px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_counter_wrap .counter_image_wrap ul li .inner{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_counter_wrap .counter_image_wrap ul li .image{
	position: absolute;
	width: 150px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.constructify_tm_about_counter_wrap .counter_image_wrap ul li:nth-child(1) .image{
	background-image: url(../img/about/11.jpg);
}
.constructify_tm_about_counter_wrap .counter_image_wrap ul li:nth-child(2) .image{
	background-image: url(../img/about/12.jpg);
}
.constructify_tm_about_counter_wrap .counter_image_wrap ul li:nth-child(3) .image{
	background-image: url(../img/about/13.jpg);
}
.constructify_tm_about_counter_wrap .constructify_tm_counter_list li .inner:before{display: none;}
.constructify_tm_about_counter_wrap li .overlay{
	position: absolute;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.6);
	
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_about_counter_wrap li:hover .overlay{
	opacity: 1;
	visibility: visible;
}
.constructify_tm_about_counter_wrap li .overlay .in{
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	transform: translate(-50%,-50%);
}
.constructify_tm_about_counter_wrap li .overlay .in span{
	width: 20px;
	height: 2px;
	background-color: #ff8f03;
	display: inline-block;
	position: relative;
}
.constructify_tm_about_counter_wrap li .overlay .in span:before{
	position: absolute;
	content: "";
	height: 20px;
	width: 2px;
	background-color: #ff8f03;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.constructify_tm_about_counter_wrap li .about_zoom{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 33333;
}
.constructify_tm_introduce_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #111422;
	padding: 50px 70px 50px 80px;
	margin-bottom: 100px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_introduce_wrap .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_introduce_wrap .inner_wrap .main_info_wrap{
	width: 100%;
	max-width: calc(100% - 240px);
	height: auto;
	float: left;
	padding-right: 15%;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_introduce_wrap .inner_wrap .main_info_wrap .top_title{
	color: #fff;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
}
.constructify_tm_introduce_wrap .inner_wrap .main_info_wrap .title{
	margin: 0px;
    padding: 5px 0px 24px 0px;
    font-size: 36px;
    letter-spacing: 0px;
    font-weight: 500;
	color: #fff;
}
.constructify_tm_introduce_wrap .inner_wrap .main_info_wrap .text{
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 30px;
}
.constructify_tm_introduce_wrap .experience_box{
	width: 240px;
	height: 240px;
	border: 10px solid #fff;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 13px 20px 10px 18px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_introduce_wrap .experience_box .top p{
	margin: 0px;
    padding: 0px;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.2;
	font-family: "Raleway";
}
.constructify_tm_introduce_wrap .experience_box .bottom{
	display: flex;
	align-items: center;
}
.constructify_tm_introduce_wrap .experience_box .bottom .number span{
	font-family: "Montserrat";
	font-size: 72px;
	color: #fff;
	letter-spacing: -0.25px;
	line-height: 1;
	font-weight: 500;
}
.constructify_tm_introduce_wrap .experience_box .bottom .definition{
	font-family: "Montserrat";
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 4px;
	font-weight: 500;
}
.constructify_tm_introduce_wrap .png_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url(../img/about/introduce.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto;
	z-index: 1;
}
.constructify_tm_introduce_wrap .play_video{
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color: #ff8f03;
	bottom: -20px;
	left: 80px;
	z-index: 3;
}
.constructify_tm_introduce_wrap .play_video:before{
	position: absolute;
	content: "";
	border: 10px solid transparent;
	border-left-color: #fff;
	border-left-width: 20px;
	border-right-width: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-left: 13px;
}
.constructify_tm_introduce_wrap .play_video a{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.qqq{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.qqq .first{
	position: absolute;
	border-bottom: 36px solid #ff8f03;
	border-left: 500px solid transparent;
	top: 4px;
	right: 75px;
}
.qqq .second{
	position: absolute;
	border-bottom: 36px solid #ff8f03;
	border-right: 15px solid transparent;
	top: 4px;
	right: 60px;
}
.constructify_tm_about_team_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 72px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_team_wrap ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.constructify_tm_about_team_wrap ul li{
	margin: 0px 0px 30px 0px;
	float: left;
	width: 33.3333%;
	padding-left: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_team_wrap ul li .inner,
.constructify_tm_about_team_wrap ul li .inner .image_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_about_team_wrap ul li .inner .image_wrap{margin-bottom: 27px;}
.constructify_tm_about_team_wrap ul li .inner .image_wrap img{min-width: 100%;}
.constructify_tm_about_team_wrap ul li .inner .image_wrap .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.constructify_tm_about_team_wrap ul li:nth-child(1) .image_wrap .image{background-image: url(../img/about/3.jpg);}
.constructify_tm_about_team_wrap ul li:nth-child(2) .image_wrap .image{background-image: url(../img/about/4.jpg);}
.constructify_tm_about_team_wrap ul li:nth-child(3) .image_wrap .image{background-image: url(../img/about/5.jpg);}
.constructify_tm_about_team_wrap ul li:nth-child(4) .image_wrap .image{background-image: url(../img/about/6.jpg);}
.constructify_tm_about_team_wrap ul li:nth-child(5) .image_wrap .image{background-image: url(../img/about/7.jpg);}
.constructify_tm_about_team_wrap ul li:nth-child(6) .image_wrap .image{background-image: url(../img/about/8.jpg);}
.constructify_tm_about_team_wrap ul li:nth-child(7) .image_wrap .image{background-image: url(../img/about/9.jpg);}
.constructify_tm_about_team_wrap ul li:nth-child(8) .image_wrap .image{background-image: url(../img/about/10.jpg);}
.constructify_tm_about_team_wrap ul li .main_definitions h3{
	margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0px;
    font-weight: 400;
    color: #14141c;
}
.constructify_tm_about_team_wrap ul li .main_definitions span{
	margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    line-height: 1.7;
    color: #666;
}

/*------------------------------------------------------------------*/ 
/*	18) CONSTRUCTIFY BLOG
/*------------------------------------------------------------------*/

.constructify_tm_blog_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_blog_wrap .blog_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_blog_wrap .blog_list_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_blog_wrap .blog_list_wrap ul li{margin: 0px;}
.constructify_tm_blog_wrap .blog_list_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 50px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_blog_wrap .blog_list_wrap ul li:last-child .inner{margin-bottom: 0px;}
.constructify_tm_blog_wrap .definitions_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #e9eff4;
	padding: 30px 30px 33px 30px;
	border: 1px solid #e5e5e5;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_blog_wrap .definitions_wrap .title_holder h3{
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	color: #14141c;
	margin-bottom: 10px;
}
.constructify_tm_blog_wrap .definitions_wrap .title_holder h3 a{
	text-decoration: none;
	color: #181a2f;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_blog_wrap .definitions_wrap .title_holder h3 a:hover{color: #ff8f03;}
.constructify_tm_blog_wrap .definitions_wrap .info_wrap{
	width: 100%;
	float: left;
	margin-bottom: 24px;
}
.constructify_tm_blog_wrap .definitions_wrap .short_info{
	border-bottom: 1px solid #ccc;
	float: left;
	padding-bottom: 4px;
}
.constructify_tm_blog_wrap .definitions_wrap .short_info span{
	position: relative;
	color: #666666;
	font-size: 13px;
	float: left;
	padding-right: 22px;
	font-style: italic;
}
.constructify_tm_blog_wrap .definitions_wrap .short_info span:last-child{padding-right: 0px;}
.constructify_tm_blog_wrap .definitions_wrap .short_info .date:after,
.constructify_tm_blog_wrap .definitions_wrap .short_info .by:after{
	position: absolute;
	content:"";
	width: 1px;
	height: 12px;
	background-color: #ccc;
	top: 5px;
	margin-left: 11px;
}
.constructify_tm_blog_wrap .definitions_wrap .short_info a{
	text-decoration: none;
	color: #666;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_blog_wrap .definitions_wrap .short_info a:hover{color: #ff8f03;}
.constructify_tm_blog_wrap .definitions_wrap .text{margin-bottom: 17px;}
.constructify_tm_blog_wrap .definitions_wrap .text p{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.constructify_tm_blog_wrap .definitions_wrap .continue{
	width: 100%;
	float: left;
}
.constructify_tm_blog_wrap .definitions_wrap .continue a{
	text-decoration: none;
	font-size: 16px;
	color: #ff8f03;
	line-height: 1.6;
	font-weight: 600;
}
.constructify_tm_sidebar_time{
	width: 100;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_sidebar_time .title_holder span{
	display: block;
    font-size: 20px;
    text-transform: inherit;
    color: #181a2f;
    margin-bottom: 24px;
    position: relative;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-family: "Rubik";
}
.constructify_tm_sidebar_time .title_holder span:before{
	position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #ff8f03;
    bottom: -4px;
    left: 0px;
}


.constructify_tm_sidebar_time .inner_list ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_sidebar_time .inner_list ul li{
	margin: 0px;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	float: left;
	padding-bottom: 4px;
	margin-bottom: 4px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_sidebar_time .inner_list ul li:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.constructify_tm_sidebar_time .inner_list ul li .wrap{
	width: 100%;
	float: left;
}
.constructify_tm_sidebar_time .inner_list ul li .wrap .left,
.constructify_tm_sidebar_time .inner_list ul li .wrap .right{
	font-size: 14px;
	line-height: 1.5;
	color: #777;
	font-weight: 400;
}
.constructify_tm_sidebar_time .inner_list ul li .wrap .left{float: left;}
.constructify_tm_sidebar_time .inner_list ul li .wrap .right{
	float: right;
	color: #ff8f03;
	font-weight: 400;
}

/*------------------------------------------------------------------*/ 
/*	19) CONSTRUCTIFY BLOG SINGLE
/*------------------------------------------------------------------*/

.constructify_tm_blog_single_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 150px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_blog_single_wrap .subtitle p{
	font-size: 16px;
    color: #777;
	margin-bottom: 50px;
}
.constructify_tm_blog_single_wrap .image_holder_blog{margin-bottom: 50px;}
.constructify_tm_blog_single_wrap .commentbox{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #eee;
	padding: 40px 40px 60px 40px;
	overflow: hidden;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_blog_single_wrap .comment_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_blog_single_wrap .comment_wrap:before{
	position: absolute;
	content: "";
	width: 150%;
	height: 1px;
	background-color: #e5e5e5;
	top:100%;
	left: -100px;
}
.constructify_tm_blog_single_wrap .comment_wrap .title{margin-bottom: 30px;}
.constructify_tm_blog_single_wrap .comment_wrap .title h3{
	font-size: 24px;
	color: #777;
	letter-spacing: -0.25px;
	font-weight: 400;
	font-family: "Rubik";
	
}
.constructify_tm_blog_single_wrap .commentbox .author_wrap{
	width: 100%;
	position: relative;
	margin-bottom: 36px;
}
.constructify_tm_blog_single_wrap .commentbox .image_author{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: absolute;
	left: 0px;
}
.constructify_tm_blog_single_wrap .commentbox .image_author img{border-radius: 100%;}
.constructify_tm_blog_single_wrap .commentbox .definition{
	padding-left: 90px;
	position: relative;
	top: 6px;
}
.constructify_tm_blog_single_wrap .commentbox .definition .title{
	font-size: 18px;
	letter-spacing: -0.25px;
	color: #777;
	font-family:"Rubik";
	font-weight: 400;
}
.constructify_tm_blog_single_wrap .commentbox .definition p span{
	font-size: 14px;
	color: #777;
	position: relative;
}
.constructify_tm_blog_single_wrap .commentbox .definition p span:before{
	position: absolute;
	content: "";
	width: 14px;
	height: 1px;
	background-color: #777;
	top: 50%;
	left: 100%;
	margin-left: 3px;
}
.constructify_tm_blog_single_wrap .commentbox .definition p a{
	text-decoration: none;
	color: #ff8f03;
	font-size: 14px;
	padding-left: 21px;
}
.constructify_tm_blog_single_wrap .commentbox .full_definition{
	padding-left: 90px;
	margin-bottom: 44px;
}
.constructify_tm_blog_single_wrap .commentbox .full_definition p{
	font-size: 14px;
	color: #777;
	line-height: 1.7;
}
.constructify_tm_blog_single_wrap .commentbox .full_definition p a{
	text-decoration: none;
	color: #ff8f03;
}
.constructify_tm_blog_single_wrap .replybox{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 42px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_blog_single_wrap .replybox .title{margin-bottom: 24px;}
.constructify_tm_blog_single_wrap .replybox .title h3{
	font-size: 24px;
	color: #777;
	letter-spacing: -0.25px;
	font-weight: 400;
	font-family: "Rubik";
}
.constructify_tm_blog_single_wrap .constructify_tm_contact_wrap{margin-bottom: 0px;}
.constructify_tm_blog_single_wrap .constructify_tm_contact_wrap input{
	background-color: #f9f9f9 !important;
	font-family: "Montserrat";
}
.constructify_tm_blog_single_wrap .constructify_tm_contact_wrap textarea{
	background-color: #f9f9f9 !important;
	font-family: "Montserrat";
}
.empty_notice{
	color: #FF0004;
	margin-bottom: 7px;
	display: none;
}
.contact_error{color: rgba(255,0,4,1.00);}
.returnmessage{
	color:#0064FF;
	margin-bottom: 7px;
}

/*------------------------------------------------------------------*/ 
/*	20) CONSTRUCTIFY CONTACT
/*------------------------------------------------------------------*/

.constructify_tm_main_contact_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 150px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_main_contact_wrap .office_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 40px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_main_contact_wrap .office_list ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.constructify_tm_main_contact_wrap .office_list ul li{
	margin: 0px 0px 30px 0px;
	float: left;
	width: 33.3333%;
	padding-left: 30px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_main_contact_wrap .office_list ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_main_contact_wrap .office_list ul li .image_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_main_contact_wrap .office_list ul li .image_wrap .image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.constructify_tm_main_contact_wrap .office_list ul li:nth-child(1) .image_wrap .image{background-image: url(../img/contact/1.jpg);}
.constructify_tm_main_contact_wrap .office_list ul li:nth-child(2) .image_wrap .image{background-image: url(../img/contact/2.jpg);}
.constructify_tm_main_contact_wrap .office_list ul li:nth-child(3) .image_wrap .image{background-image: url(../img/contact/3.jpg);}
.constructify_tm_main_contact_wrap .office_list ul li .definitions_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_main_contact_wrap .office_list ul li .definitions_wrap .office{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding: 22px 80px 22px 40px;
	background-color: #111422;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_main_contact_wrap .office_list ul li .definitions_wrap .office h3{
	font-family: "Rubik";
	font-size: 22px;
	color: #eeeeee;
	font-weight: 400;
}
.constructify_tm_main_contact_wrap .office_list ul li .definitions_wrap .office .icon{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 60px;
	background-color: #ff8f03;
}
.constructify_tm_main_contact_wrap .office_list ul li .definitions_wrap .office .icon .svg{
	position: absolute;
	color: #fff;
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.constructify_tm_main_contact_wrap .office_list ul li .short_info_wrap{
	width: 100%;
	height: auto;
	float: left;
	background-color: #0d0e13;
	padding: 35px 30px 45px 38px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_main_contact_wrap .office_list ul li .short_info_wrap .row{margin-bottom: 8px;}
.constructify_tm_main_contact_wrap .office_list ul li .short_info_wrap .row:last-child{margin-bottom: 0px;}
.constructify_tm_main_contact_wrap .office_list ul li .short_info_wrap p,
.constructify_tm_main_contact_wrap .office_list ul li .short_info_wrap label,
.constructify_tm_main_contact_wrap .office_list ul li .short_info_wrap span{
	color: #999999;
	line-height: 1.5;
}
.constructify_tm_main_contact_wrap .office_list ul li .short_info_wrap span a{
	text-decoration: none;
	color: #ff8f03;
}
.constructify_tm_main_contact_wrap .contact_text{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 75px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_main_contact_wrap .contact_text p{
	font-size: 18px;
	color: #777777;
	line-height: 1.7;
}
.constructify_tm_main_contact_wrap .get_in_touch{margin-bottom: 30px;}
.constructify_tm_main_contact_wrap .get_in_touch h3{
	font-family: "Rubik";
	font-size: 24px;
	color: #14141c;
}
.constructify_tm_contact_wrap,
.constructify_tm_contact_wrap .get_in_touch_wrap,
.constructify_tm_contact_wrap .inner_wrap,
.constructify_tm_contact_wrap .inner_wrap .row{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_contact_wrap{
	position: relative;
	margin-top: -7px;
}
.constructify_tm_contact_wrap .inner_wrap .row{margin-bottom: 27px;}
.constructify_tm_contact_wrap .inner_wrap .row:last-child{margin-bottom: 0px;}
.constructify_tm_contact_wrap .leftbox{
	width: 65%;
	height: auto;
	float: left;
}
.constructify_tm_contact_wrap .leftbox .subtitle{margin-bottom: 60px;}
.constructify_tm_contact_wrap .leftbox .subtitle p{
	font-size: 18px;
	line-height: 1.6;
	color: #777;
}
.constructify_tm_contact_wrap .get_in_touch_wrap .title{margin-bottom: 34px;}
.constructify_tm_contact_wrap .get_in_touch_wrap .title h3{
	font-size: 24px;
	font-weight: 600;
	color: #777;
	letter-spacing: -0.25px;
}
.constructify_tm_contact_wrap .inner_wrap .row label{
	display: block;
	font-size: 14px;
	color: #777;
	line-height: 1.7;
	position: relative;
}
.constructify_tm_contact_wrap .inner_wrap .row label span{position: relative;}
.constructify_tm_contact_wrap .inner_wrap .row label span:before{
	position: absolute;
	content: "*";
	color: #efc142;
	left: 100%;
	margin-left: 4px;
}
.constructify_tm_contact_wrap .inner_wrap .row input{
	width: 340px !important;
	height: 40px !important;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	margin-top: 9px;
}
.constructify_tm_contact_wrap .inner_wrap .row input:focus{
	outline: none;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
}
.constructify_tm_contact_wrap .inner_wrap .row textarea{
	max-width: 600px;
	height: 220px !important;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	margin-top: 9px;
}
.constructify_tm_contact_wrap .inner_wrap .row textarea:focus{
	outline: none;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
}
.constructify_tm_contact_wrap .inner_wrap .row a{
	text-decoration: none;
    display: inline-block;
    background-color: #ff8f03;
    padding: 14px 25px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #181a2f;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 500;
    font-family: 'Rubik';
	
   -webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_contact_wrap .inner_wrap .row a:hover{
	background-color: #14141c;
	color: #fff;
}
.constructify_tm_contact_wrap .empty_notice{
	color: #FF0004;
	margin-bottom: 7px;
	display: none;
}
.constructify_tm_contact_wrap .contact_error{color: rgba(255,0,4,1.00);}
.constructify_tm_contact_wrap .returnmessage{
	color:#0064FF;
	margin-bottom: 7px;
}

/*------------------------------------------------------------------*/ 
/*	21) CONSTRUCTIFY FOOTER
/*------------------------------------------------------------------*/

.constructify_tm_footer{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

.constructify_tm_universal_parallax_wrap .overlay_image.footer{background-image: url(../img/slider/5.jpg);}
.constructify_tm_universal_parallax_wrap .overlay_color.footer{background-color: rgba(13,14,19,.9);}
.constructify_tm_universal_parallax_wrap .main_content.footer{padding: 38px 0px 0px 0px;}
.constructify_tm_subscribe_wrap,
.constructify_tm_subscribe_wrap .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_subscribe_wrap{
	padding-bottom: 38px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.constructify_tm_subscribe_wrap .inner_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.constructify_tm_subscribe_wrap .left_wrap{
	display: flex;
	align-items: center;
	float: left;
}
.constructify_tm_subscribe_wrap .left_wrap .book svg{
	width: 50px;
	height: 50px;
	color: #ff8f03;
}
.constructify_tm_subscribe_wrap .left_wrap .text{
	margin-left: 20px;
}
.constructify_tm_subscribe_wrap .left_wrap .text p{
	font-size: 16px;
	font-weight: 300;
	color: #ccc;
}
.constructify_tm_subscribe_wrap .left_wrap .text p span{
	width: 16px;
	height: 1px;
	background-color: #ccc;
	display: inline-block;
	position: relative;
	top: -4px;
	margin: 0px 5px;
}
.constructify_tm_subscribe_wrap .right_wrap .email{
	width: 340px;
	height: 44px;
	background-color: rgba(245,245,245,0.05) !important;
	border: 1px solid rgba(229,229,229,.2) !important;
	font-size: 14px;
	color: #ccc;
}
.constructify_tm_subscribe_wrap .right_wrap .email:focus{outline: none;}
.constructify_tm_subscribe_wrap .right_wrap .button{
	width: 132px;
	height: 43px;
	background-color: #ff8f03;
	text-transform: uppercase;
	border: none;
	color: #14141c;
	margin-left: -5px;
	font-family: "Rubik";
	font-size: 14px;
	font-weight: 500;
}
.constructify_tm_subscribe_wrap .right_wrap .button:focus{
	border: none;
	outline: none;
}

.constructify_tm_location_wrap,
.constructify_tm_location_wrap .inner_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_location_wrap{
	padding-bottom: 38px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.constructify_tm_location_wrap .inner_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.constructify_tm_location_wrap .left_wrap{
	display: flex;
	align-items: center;
	float: left;
}
.constructify_tm_location_wrap .left_wrap .book svg{
	width: 50px;
	height: 50px;
	color: #ff8f03;
}
.constructify_tm_location_wrap .left_wrap .text{
	margin-left: 0px;
}
.constructify_tm_location_wrap .left_wrap .text p{
font-size: 20px;
    font-family: "Rubik";
    text-transform: capitalize;
    font-weight: 400;
    color: #eee;
    position: relative;
}
.constructify_tm_location_wrap .left_wrap .text p span{
	width: 16px;
	height: 1px;
	background-color: #ccc;
	display: inline-block;
	position: relative;
	top: -4px;
	margin: 0px 5px;
}



.constructify_tm_location_wrap .left_wrap .text p:before{
position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #ff8f03;
    bottom: -11px;
}
.constructify_tm_location_wrap .right_wrap .email{
	width: 340px;
	height: 44px;
	background-color: rgba(245,245,245,0.05) !important;
	border: 1px solid rgba(229,229,229,.2) !important;
	font-size: 14px;
	color: #ccc;
}
.constructify_tm_location_wrap .right_wrap .email:focus{outline: none;}
.constructify_tm_location_wrap .right_wrap .button{
	width: 132px;
	height: 43px;
	background-color: #ff8f03;
	text-transform: uppercase;
	border: none;
	color: #14141c;
	margin-left: -5px;
	font-family: "Rubik";
	font-size: 14px;
	font-weight: 500;
}
.constructify_tm_location_wrap .right_wrap .button:focus{
	border: none;
	outline: none;
}





.constructify_tm_list_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_list_wrap.footer{padding-top: 40px;}
.constructify_tm_list_wrap ul.constructify_list{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_list_wrap ul.constructify_list > li{
	margin: 0px;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

.constructify_tm_list_wrap[data-column="1"] ul.constructify_list > li{width: 100%;}
.constructify_tm_list_wrap[data-column="2"] ul.constructify_list > li{width: 50%;}
.constructify_tm_list_wrap[data-column="3"] ul.constructify_list > li{width: 33.3333%;}
.constructify_tm_list_wrap[data-column="4"] ul.constructify_list > li{width: 25%;}
.constructify_tm_list_wrap[data-column="5"] ul.constructify_list > li{width: 20%;}
.constructify_tm_list_wrap[data-space="0"] ul.constructify_list{margin-left: 0px;}
.constructify_tm_list_wrap[data-space="1"] ul.constructify_list{margin-left: 1px;}
.constructify_tm_list_wrap[data-space="2"] ul.constructify_list{margin-left: 2px;}
.constructify_tm_list_wrap[data-space="3"] ul.constructify_list{margin-left: 3px;}
.constructify_tm_list_wrap[data-space="4"] ul.constructify_list{margin-left: 4px;}
.constructify_tm_list_wrap[data-space="5"] ul.constructify_list{margin-left: 5px;}
.constructify_tm_list_wrap[data-space="10"] ul.constructify_list{margin-left: -10px;}
.constructify_tm_list_wrap[data-space="20"] ul.constructify_list{margin-left: -20px;}
.constructify_tm_list_wrap[data-space="30"] ul.constructify_list{margin-left: -30px;}
.constructify_tm_list_wrap[data-space="40"] ul.constructify_list{margin-left: -40px;}
.constructify_tm_list_wrap[data-space="50"] ul.constructify_list{margin-left: -50px;}
.constructify_tm_list_wrap[data-space="60"] ul.constructify_list{margin-left: -60px;}
.constructify_tm_list_wrap[data-space="70"] ul.constructify_list{margin-left: -70px;}
.constructify_tm_list_wrap[data-space="80"] ul.constructify_list{margin-left: -80px;}
.constructify_tm_list_wrap[data-space="0"] ul.constructify_list > li{padding: 0px;}
.constructify_tm_list_wrap[data-space="1"] ul.constructify_list > li{padding-left: 1px; margin-bottom: 1px;}
.constructify_tm_list_wrap[data-space="2"] ul.constructify_list > li{padding-left: 2px; margin-bottom: 2px;}
.constructify_tm_list_wrap[data-space="3"] ul.constructify_list > li{padding-left: 3px; margin-bottom: 3px;}
.constructify_tm_list_wrap[data-space="4"] ul.constructify_list > li{padding-left: 4px; margin-bottom: 4px;}
.constructify_tm_list_wrap[data-space="5"] ul.constructify_list > li{padding-left: 5px; margin-bottom: 5px;}
.constructify_tm_list_wrap[data-space="10"] ul.constructify_list > li{padding-left: 10px; margin-bottom: 10px;}
.constructify_tm_list_wrap[data-space="20"] ul.constructify_list > li{padding-left: 20px; margin-bottom: 20px;}
.constructify_tm_list_wrap[data-space="30"] ul.constructify_list > li{padding-left: 30px; margin-bottom: 30px;}
.constructify_tm_list_wrap[data-space="40"] ul.constructify_list > li{padding-left: 40px; margin-bottom: 40px;}
.constructify_tm_list_wrap[data-space="50"] ul.constructify_list > li{padding-left: 50px; margin-bottom: 50px;}
.constructify_tm_list_wrap[data-space="60"] ul.constructify_list > li{padding-left: 60px; margin-bottom: 60px;}
.constructify_tm_list_wrap[data-space="70"] ul.constructify_list > li{padding-left: 70px; margin-bottom: 70px;}
.constructify_tm_list_wrap[data-space="80"] ul.constructify_list > li{padding-left: 80px; margin-bottom: 80px;}

.constructify_tm_list_wrap .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_footer_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_footer_wrap .constructify_tm_list_wrap{margin-bottom: 40px;}
.constructify_tm_footer_wrap .constructify_tm_list_wrap .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_footer_wrap .constructify_tm_list_wrap .footer_section_title{margin-bottom: 35px;}
.constructify_tm_footer_wrap .constructify_tm_list_wrap .footer_section_title h3{
	font-size: 20px;
	font-family: "Rubik";
	/*text-transform: capitalize;*/
	font-weight: 400;
	color: #eee;
	position: relative;
}
.constructify_tm_footer_wrap .constructify_tm_list_wrap .footer_section_title h3:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #ff8f03;
	bottom: -11px;
}
.constructify_tm_footer_wrap .constructify_tm_list_wrap .definition{margin-bottom: 21px;text-align: justify;}
.constructify_tm_footer_wrap .constructify_tm_list_wrap .definition p{
	font-size: 14px;
	line-height: 1.5;
	color: #ccc;
	font-weight: 300;
}
.constructify_tm_footer_wrap .inner_list ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_footer_wrap .inner_list ul li{
	margin: 0px;
	border-bottom: 1px dashed #29292d;
	width: 100%;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 4px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_footer_wrap .inner_list ul li:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
	display:flex;
}
.constructify_tm_footer_wrap .inner_list ul li .wrap{
	width: 100%;
	float: left;
}
.constructify_tm_footer_wrap .inner_list ul li .wrap .left,
.constructify_tm_footer_wrap .inner_list ul li .wrap .right{
	font-size: 14px;
	line-height: 1.5;
	color: #ccc;
	font-weight: 300;
}
.constructify_tm_footer_wrap .inner_list ul li .wrap .left{float: left;}
.constructify_tm_footer_wrap .inner_list ul li .wrap .right{
	float: right;
	color: #ff8f03;
}
.helpful_links .inner_list ul li{border-bottom: none;}
.helpful_links .inner_list ul li .wrap .right{font-weight: normal;}
.helpful_links .inner_list ul li a{
	text-decoration: none;
	color: #ccc;
	font-size: 14px;
	/*font-weight: 300;*/

}
.constructify_tm_footer_wrap .helpful_links ul li{
	width: 100%;
	float: left;
	padding-right: 10px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

.constructify_tm_footer_wrap .bottom_wrap,
.constructify_tm_footer_wrap .links_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
} 
.constructify_tm_footer_wrap .links_wrap{margin-bottom: 9px;}
.constructify_tm_footer_wrap .bottom_wrap{
	padding: 40px 0px 40px 0px;
	background-color: #0d0e13;
}
.constructify_tm_footer_wrap .links_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.constructify_tm_footer_wrap .links_wrap ul li{
	margin: 0px 25px 0px 0px;
	float: left;;
}
.constructify_tm_footer_wrap .links_wrap ul li:last-child{margin-right: 0px;}
.constructify_tm_footer_wrap .links_wrap ul li a{
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Rubik";
	font-size: 16px;
	color: #eee;
	line-height: 1.5;
	font-weight: 300;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_footer_wrap .links_wrap ul li a:hover{color: #ff8f03;}
.constructify_tm_footer_wrap .copyright{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.constructify_tm_footer_wrap .copyright p{
	font-size: 14px;
	color: #999;
}
.constructify_tm_footer_wrap .copyright .constructify{
	text-decoration: none;
	color: #999;
	font-weight: 700;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_footer_wrap .copyright .constructify:hover{color: #ff8f03;}
.constructify_tm_footer_wrap .copyright .marketify{
	text-decoration: none;
	color: #999;
	font-weight: 700;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_footer_wrap .copyright .marketify:hover{color: #ff8f03;}

/*---------------------------------------------------*/
/*	22) CONSTRUCTIFY TO TOP
/*---------------------------------------------------*/

.constructify_tm_wrapper_all[data-border="none"] .constructify_tm_totop{left: 415px;}
.constructify_tm_totop{
	position: fixed;
    bottom: 0px;
    left: 425px;
    width: 51px;
    height: 51px;
    z-index: 999999;
    overflow: hidden;
    display: block;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
	
    -webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.constructify_tm_totop .shape{
	display: block;
    width: 29px;
    height: 29px;
    background-color: #ff8f03;
    position: absolute;
    left: 11px;
    top: 0px;
    border-radius: 2px;
}
.constructify_tm_totop .shape:after{
	width: 0px;
    height: 0px;
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-bottom-color: #14141c;
    top: 7px;
    left: 10px;
	z-index: 2;
}
.constructify_tm_totop.opened{
	opacity: 1;
	visibility: visible;
	bottom: 20px;
}
.constructify_tm_wrapper_all[data-border="none"] .constructify_tm_totop.opened{bottom: 10px;}
.constructify_tm_totop .name{
	position: absolute;
    left: 0px;
    right: 0px;
    top: 35px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    color: #999;
    letter-spacing: 0px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-family: "Montserrat";
	
    -webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.constructify_tm_totop .name:hover{color: #ccc;}
.constructify_tm_switch a{
	width: 40px;
	height: 40px;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	background-color: rgba(255,255,255,0.70);
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	z-index: 11111;
	
	transition: all .3s ease;
}
.constructify_tm_switch a:hover{background-color: rgba(255,255,255,1);}
.constructify_tm_switch a .svg{
	width: 20px;
	height: 20px;
	color: #0f0f16;
	position: relative;
	top: 5px;
}
.constructify_tm_switch a.opened{
	right: 300px;
	background-color: rgba(255,255,255,1);
}
.buildify_tm_switch_content{
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: -300px;
	z-index: 11111;
	width: 300px;
	height: auto;
	padding: 65px 20px 61px 20px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: left;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	
	transition: all .3s ease;
}
.buildify_tm_switch_content.opened{right: 0px;}
.buildify_tm_switch_content .inner{margin-bottom: 20px;}
.buildify_tm_switch_content .inner:last-child{margin-bottom: 0px;}
.buildify_tm_switch_content h3{
	color: #14141c;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.buildify_tm_switch_content .subtitle{
	font-size: 14px;
	color: rgba(35,34,34,1.00);
	line-height: 1;
	margin-bottom: 10px;
	font-family: "Rubik";
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.switch.helpful .slider{background-color: #2196F3;}
.switch.helpful .slider:before{
	right: 4px !important;
	left: auto !important;
}
.switch.helpful input:checked + .slider {background-color: #ccc;}
.switch.helpful input:focus + .slider {box-shadow: 0 0 1px #ccc;}
.switch.helpful input:checked + .slider:before {
  -webkit-transform: translateX(-26px);
  -ms-transform: translateX(-26px);
  transform: translateX(-26px);
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {background-color: #2196F3;}
input:focus + .slider {box-shadow: 0 0 1px #2196F3;}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.buildify_tm_switch_content .border-color{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 20px;
}
.buildify_tm_switch_content .border-color ul{
	margin: 0px;
	list-style-type: none;
}
.buildify_tm_switch_content .border-color ul li{
	margin: 0px 6px 0px 0px;
	display: inline-block;
}
.buildify_tm_switch_content .border-color ul li a{
	width: 33px;
	height: 33px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}
.buildify_tm_switch_content .border-color ul li:nth-child(1) a{background-color: #ff8f03;}
.buildify_tm_switch_content .border-color ul li:nth-child(2) a{background-color: #A01C8F;}
.buildify_tm_switch_content .border-color ul li:nth-child(3) a{background-color: #303DA6;}
.buildify_tm_switch_content .border-color ul li:nth-child(4) a{background-color: #1BB31E;}
.buildify_tm_switch_content .border-color ul li:nth-child(5) a{background-color: #96390F;}
.buildify_tm_switch_content .border-color ul li a:after{
	z-index: 10;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #fff;
	opacity: 0;
	transition: all .3s ease;
	content: '';
}
.buildify_tm_switch_content .border-color ul li a.opened:after{
	opacity: .5;
}
/*------------------------------------------------------------------*/ 
/*	23) CONSTRUCTIFY MEDIA QUERIES (FOR SMALL DEVICES)
/*------------------------------------------------------------------*/

@media (max-width: 1600px) {
	.constructify_tm_universal_wrap .rightbox .image_holder{max-width: 400px;}
	.constructify_tm_main_responsibility_wrap .experience_list ul li{width: 50%;}
}
@media (max-width: 1400px) {
	.constructify_tm_highlights_wrap ul li{width: 50%;}
	.constructify_tm_universal_wrap .leftbox.about{width: 100%;min-width: 100%;margin-bottom: -50px;margin-top: -50px;}
	.constructify_tm_universal_wrap{flex-direction: column;}
	.constructify_tm_universal_wrap .rightbox{margin-left: 0px;}
	.constructify_tm_universal_wrap .rightbox .about_wrap{padding-left: 40px;float: left;}
	.constructify_tm_services_wrap ul li{width: 50%;}
	/*.constructify_tm_services_wrap ul li:last-child{width: 100%;}*/
	.constructify_tm_main_responsibility_wrap .content_inner_wrap{flex-direction: column;align-items: flex-start;}
	.constructify_tm_experience_box{margin-right: 0px;margin-bottom: 50px;}
	.constructify_tm_home_project_wrap{flex-direction: column;}
	.constructify_tm_home_project_wrap .leftbox{width: 100%;max-width: 100%;}
	.constructify_tm_home_project_wrap .rightbox{padding-left: 0px;}
	.constructify_tm_all_item_link.project{margin-bottom: 67px;}
	.constructify_tm_subscribe_wrap .inner_wrap{display: block;}
	.constructify_tm_subscribe_wrap .left_wrap{width: 100%;margin-bottom: 30px;}
	.constructify_tm_subscribe_wrap .right_wrap{width: 100%;float: left;display: flex;}
	.constructify_tm_portfolio_list{margin: 0px;}
	.constructify_tm_portfolio_list > li{width: 100%;padding-left: 0px;}
	.constructify_tm_about_counter_wrap .inner_counter .inner_rightbox{padding: 67px 7% 60px 7%;}
	.constructify_tm_about_team_wrap ul li{width: 33.3333%;}
	.constructify_tm_main_contact_wrap .office_list ul li{width: 100%;padding-left: 0px;}
	.constructify_tm_main_contact_wrap .office_list ul{margin: 0px;}
		.constructify_tm_location_wrap .inner_wrap{display: block;}
	.constructify_tm_location_wrap .left_wrap{width: 100%;margin-bottom: 30px;}
	.constructify_tm_location_wrap .right_wrap{width: 100%;float: left;/*display: flex;*/}
}
@media (max-width: 1200px) {
	.constructify_tm_rating_wrap .inner .leftbox:after{display: block;}
	.constructify_tm_rating_wrap .inner .rightbox{display: none;}
	.constructify_tm_rating_wrap .inner .leftbox{width: 100%;min-width: cacl(100%-80px);}
	.constructify_tm_list_wrap[data-column="5"] ul.constructify_list > li{width: 25%;}
	.constructify_tm_justified_content{display: block;}
	.constructify_tm_justified_content .leftpart{margin-bottom: 60px;}
	.constructify_tm_justified_content .rightpart{margin-left: 0px;width: 100%;min-width: 100%;float: left;}
	.constructify_tm_twicebox_wrap{display: block;}
	.constructify_tm_twicebox_wrap .leftbox{margin-right: 0px;margin-bottom: 60px;}
	.constructify_tm_twicebox_wrap .rightbox{width: 100%;min-width: 100%;}
	.constructify_tm_about_counter_wrap .inner_counter{display: block;}
	.constructify_tm_about_counter_wrap{padding: 0px 0px 60px 0px;}
	.constructify_tm_about_counter_wrap:before{width: 100%;background-color: #0f0f16;}
	.constructify_tm_about_counter_wrap .inner_counter .rightbox:before{position: absolute;content: "";top: 100px;left: -200px;right: -200px;bottom: -200px;background-color: #ff8f03;z-index: 1;}
	.constructify_tm_about_counter_wrap .inner_counter .inner_rightbox{position: relative;z-index: 2;background-color: #fff;}
	.constructify_tm_about_counter_wrap .constructify_tm_counter_list li{width: 50%;}
	.constructify_tm_about_counter_wrap .inner_counter .leftbox{width: 100%;min-width: 100%;padding: 0px;}
	.constructify_tm_about_team_wrap ul li{width: 50%;}
}
@media (max-width: 1040px) {
	.constructify_tm_mobile_menu_wrap{display: block;}
	.constructify_tm_wrapper_all[data-short-info="none"] .main_rightpart{padding-left: 0px;}
	.constructify_tm_wrapper_all[data-short-info="none"] .constructify_tm_totop{right: 10px;}
	.constructify_tm_wrapper_all .main_leftpart{display: none;}
	.constructify_tm_wrapper_all .main_rightpart{padding-left: 0px;}
	.constructify_tm_title_holder h3{font-size: 27px;}
	.constructify_tm_list_wrap[data-column="4"] ul.constructify_list > li{width: 33.3333%;}
	.constructify_tm_list_wrap[data-column="5"] ul.constructify_list > li{width: 33.3333%;}
	.constructify_tm_totop{right: 20px;left: auto !important;}
}
@media (max-width: 768px) {
	.constructify_tm_dropdown_wrap .adress_wrap{flex-direction: column;align-items: flex-start;}
	.constructify_tm_dropdown_wrap .adress_wrap .office_image{margin-bottom: 20px;}
	.constructify_tm_dropdown_wrap .input_list_wrap ul{margin: 0px;}
	.constructify_tm_dropdown_wrap .input_list_wrap ul li{width: 100%;padding-left: 0px;}
	.constructify_tm_highlights_wrap ul li{width: 100%;}
	.constructify_tm_services_wrap ul li{width: 100%;padding-left: 0px;}
	.constructify_tm_services_wrap ul{margin: 0px;}
	.constructify_tm_request_wrap .inner_wrap .image_wrap{display: block;}
	.constructify_tm_request_wrap .inner_wrap{padding: 45px 20px 42px 20px}
	.constructify_tm_home_blog_wrap .inner_wrap ul{margin: 0px;}
	.constructify_tm_home_blog_wrap .inner_wrap ul li{width: 48%;padding: 0px 3px;}
	.constructify_tm_list_wrap[data-column="2"] ul.constructify_list > li{width: 100%;}
	.constructify_tm_list_wrap[data-column="3"] ul.constructify_list > li{width: 100%;}
	.constructify_tm_list_wrap[data-column="4"] ul.constructify_list > li{width: 100%;}
	.constructify_tm_list_wrap[data-column="5"] ul.constructify_list > li{width: 100%;}
	.constructify_tm_totop{right: 10px;left: auto !important;}
	.constructify_tm_services_list_wrap ul{margin: 0 8px;}
	.constructify_tm_services_list_wrap ul li{width: 50%;padding: 0px 4px;}
	.constructify_tm_service_single_wrap .leftbox .service_features ul{margin: 0px;}
	.constructify_tm_service_single_wrap .leftbox .service_features ul li{width: 100%;padding-left: 0px;}
	.constructify_tm_short_contact .text{margin-bottom: 30px;}
	.constructify_tm_short_contact{flex-direction: column;align-items: baseline;}
	.constructify_tm_short_contact .constructify_tm_button_wrap{width: 100%;}
	.constructify_tm_about_counter_wrap{margin-bottom: 75px;}
	.constructify_tm_about_team_wrap ul{margin: 0px;}
	.constructify_tm_about_team_wrap ul li{width: 100%;padding-left: 0px;}
	.constructify_tm_blog_single_wrap .commentbox .full_definition{padding-left: 0px;}
	.constructify_tm_contact_wrap .inner_wrap .row input{width: 100% !important;}
	.constructify_tm_contact_wrap .inner_wrap .row textarea{width: 100% !important;}
	.constructify_tm_responsibility_text_wrap .inner_wrap{display: block;}
	.constructify_tm_responsibility_text_wrap .inner_wrap .left{padding-right: 0px;margin-bottom: 30px;}
	.constructify_tm_rating_wrap .inner .leftbox .title h3 {
    font-family: "Rubik";
    font-size: 30px;
    color: #eee;
    line-height: 1.3;
    font-weight: 400;
}

.constructify_tm_button_wrap a {
    font-size: 20px;
    margin-top: 25px;
}
}
@media (max-width: 480px) {
	.constructify_tm_hero_header_wrap .hero_text_wrap .buttons_wrap .discover{margin-bottom: 20px;}
	.constructify_tm_main_responsibility_wrap .experience_list ul li{width: 100%;}
	.constructify_tm_justified_content .infobox{padding: 30px;}
	.constructify_tm_about_counter_wrap .constructify_tm_counter_list li{width: 100%;text-align: center;}
	.constructify_tm_blog_single_wrap .commentbox .image_author{display: none;}
	.constructify_tm_blog_single_wrap .commentbox .definition{padding-left: 0px;}
}

.text p{
    font-size:16px;
    text-align: justify;
    line-height: 30px;
    
}



.text-center{
    text-align:center;
}

.name_holder h4{
    font-weight:600;
    font-style:italic;
    margin-top:10px;
} 

.disc{
        text-decoration: none;
    color: #14141c;
    float: left;
    font-size:18px;
    font-weight:600;
    font-style:italic;
    margin-top:10px;
    font-family: "Rubik";
    text-transform: uppercase;
    background-color: #dbab76;
     border-radius: 2px;
    padding: 10px 15px 10px 15px;
    width:100%;
     -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.disc:hover{
	background-color: #0f0f16;
	color: #fff;
}

@media (max-width: 768px) {
    .disc{
        width:63%;
        margin-left:74px;
    }
}

.short_info_wrap .svg{
   color: #999;
}


/**************Form Field******************/
/** Components **/

/*.fs-form {
  display: grid;
  row-gap: 1rem;
  justify-content: center;
}

.fs-form:where(.fs-layout__2-column) {
  column-gap: 0.35rem;
  grid-template-columns: 1fr 1fr;
}

fieldset {
  display: grid;
  margin: 1rem 0;
  row-gap: 1rem;
  height: 2.5rem;
  line-height: 1.25rem;
}

.fs-form:where(.fs-layout__2-column) fieldset {
  column-gap: 0.75rem;
  grid-template-columns: 1fr 1fr;
  grid-column: 1 / -1;
}

.fs-fieldset-title {
  color: var(--color-text-default);
  font-family: var(--font-family-display);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 1rem;
  grid-column: 1 / -1;
}

.fs-field {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
    height: 2.5rem;
  line-height: 1.25rem;
}

.fs-label {
  color: var(--color-text-default);
  display: block;
  font-family: var(--font-family-display);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.fs-description {
  color: var(--color-text-muted);
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.fs-button-group {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 0.75rem;
}

.fs-form:where(.fs-layout__2-column) .fs-button-group {
  grid-column: 1 / -1;
}

.fs-button {
   text-decoration: none;
    display: inline-block;
    background-color: #ff8f03;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #181a2f;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 500;
    font-family: 'Rubik';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.fs-button:hover {
  background-color: #14141c;
  color: #fff;
}



.fs-input,
.fs-select {
  appearance: none;
  border-radius: 0.375rem;
  border-width: 0;
  box-shadow: var(--color-border-default) 0 0 0 1px inset;
  color: var(--color-text-default);
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 1.25rem;
  outline: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #2f2d2d;
}

.fs-input:focus-visible,
.fs-select:focus-visible {
  box-shadow: var(--color-border-active) 0 0 0 1.5px inset;
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-input::placeholder {
  color: var(--color-text-muted);
}

.fs-checkbox-group,
.fs-radio-group {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.fs-checkbox-field,
.fs-radio-field {
  column-gap: 0.5rem;
  display: flex;
}

:is(.fs-checkbox-field, .fs-radio-field) .fs-label + .fs-description {
  margin-top: 0.125rem;
}

.fs-checkbox-wrapper,
.fs-radio-wrapper {
  align-items: center;
  display: flex;
  height: 1.25rem;
}

.fs-checkbox,
.fs-radio {
  background-color: #fff;
  border: 1px solid var(--color-text-default);
  height: 1rem;
  width: 1rem;
}

.fs-checkbox {
  border-radius: 0.25rem;
}

.fs-radio {
  border-radius: 100%;
}

.fs-checkbox:checked,
.fs-radio:checked {
  background-color: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
}

.fs-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.fs-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

.fs-checkbox:focus-visible,
.fs-radio:focus-visible {
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-select {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}


.fs-switch {
  background-color: var(--color-background-alt);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 1.5rem;
  transition-duration: 200ms;
  transition-property: background-color, background-position;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 2.75rem;
}

.fs-switch:checked {
  background-color: var(--color-primary);
  background-position: right center;
}

.fs-switch:focus-visible {
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-textarea {
  appearance: none;
  border-radius: 0.375rem;
  border-width: 0;
  box-shadow: var(--color-border-default) 0 0 0 1px inset;
  color: #2f2d2d;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: none;
  padding: 0.5rem 0.75rem;
  resize: vertical;
   font-family: var(--font-family-display);
}

.fs-textarea:focus-visible {
  box-shadow: var(--color-border-active) 0 0 0 1.5px inset;
  outline: 3px solid var(--color-highlight);
  outline-offset: 0;
}

.fs-textarea::placeholder {
  color: var(--color-text-muted);
}


.col-span-full {
  grid-column: 1 / -1;
}

.fs-textarea::placeholder {
  color: var(--color-text-muted);
}*/


input[type=text], [type=email]{
    border: none;
    border-bottom: 1px solid black;
    outline:none;
    width:100%;
    margin: 8px 0;
    padding:10px 0;
    border-radius: 5px;
}
input[type=number]{
    border: none;
    border-bottom: 1px solid black;
    outline:none;
    margin: 8px 0;
    padding:5px 0;
    width:100%;
        border-radius: 5px;
}
input :hover {
    background-color: red;
}
.gray-color {
    color:#948b8b;
    
}
select{
    border: none;
    border-bottom: 1px solid black;
    outline:none;
    margin: 10px 0;
    padding:5px 0;
    width:100%;
    font-size:13px;
	color:#333;
		 font-family: var(--font-family-display);
	font-weight: 400;
	letter-spacing: 0.5px;
	height:40px;
	text-transform:uppercase;
	border-radius: 5px;
	
}
.beside{
    display:flex;  
    /*justify-content: space-between;*/
    gap:10px;
}
button{
    color:#ffffff;
    background: linear-gradient(180deg, #e4b720, #b07606);
    height:40px;
    width:25%;
    margin-top:15px;
    cursor: pointer;
    border:none;
    border-radius:2%;
    outline:none;
    text-align:center;
    font-size:16px;
    text-decoration:none;
    -webkit-transition-duration:0.4s;
    transition-duration:0.4s;
}
button:hover{
    background-color:#333333;
}


.fsize-70{
    font-size:70px;
}

@media (max-width: 768px){
  .fsize-70{
    font-size:45px;
  }
  .constructify_tm_hero_header_wrap {
      height:40vh;
              margin-top: 100px;
  }
  .constructify_tm_hero_header_wrap .carousel_wrap ul li {
    margin: 0px;
    height: 40vh;
}
.constructify_tm_line{
    margin-bottom:0;
}

.constructify_tm_request_wrap .inner_wrap .text_wrap{margin-bottom: 300px;}
.constructify_tm_request_wrap .inner_wrap .image_wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
}
.constructify_tm_request_wrap .inner_wrap .image_wrap span{
	display: block;
    content: '';
    position: absolute;
    border-right: 280px solid #ff8f0338;
    border-top: 227px solid transparent;
    bottom: 0px;
    right: 0px;
}

.constructify_tm_mobile_menu_wrap .hamburger_wrap{
        position: fixed;
    z-index: 9999;
    /*margin-top: 55px;*/
}
.constructify_tm_mobile_menu_wrap .topbar_wrap{
    position: fixed;
    z-index: 9999;
}

.constructify_tm_mobile_menu_wrap .menu_list_wrap{
    margin-top: 100px;
            position: fixed;
        z-index: 9999;
}

}

@media (max-width: 1200px) {
    .constructify_tm_twicebox_wrap .leftbox {
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

/*******************************/
li{
    /*color:#fff;
    margin-top:30px;*/
}

h3 .constructify_tm {
    font-size:18px;
    
}

.yellow-line{
    content: "";
    width: 100px;
    height: 2px;
    background-color: #ff8f03;
    bottom: -10px;
}

.machinery{
        padding: 50px 0px 10px 0px;
    background-color: #f9e2b6;
}


.corestrenghts{
        padding: 50px 0px 150px 0px;
   
}

.expertise {
    padding: 50px 0px 10px 0px;
}


.objectives{
    padding: 50px 0px 40px 0px;
        /*background-color: #f9e2b6;*/
}

.plot{
    padding: 50px 0px 40px 0px;
        background-color: #f9e2b6;
}


.plot-search{
    padding: 20px 0px 20px 0px;

}

.about{
    padding:50px 0px 50px 0px;
    background-color:#f9e2b6;
}

.message{
    padding:20px 0px 50px 0px;

}

.mt-20{
        margin-top: 20px;
}
.mt-30{
        margin-top: 30px;
}
.mt-40{
        margin-top: 40px;
}

.white{
    color:#fff;
}

label{
    color:#eee;
}

.img-size{
    width:550px;
}

@media (max-width: 768px){
h3 .constructify_tm {
    font-size: 22px;
}
.img-size{
    width:100%;
}
}

.yellow{
position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background-color: #ff8f03;
    top: 125px;
}



.yellowline{
position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background-color: #ff8f03;
    top: 80px;
}


/****************Plot Search*************/
.center {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  margin: 2% 0;
}
select.select2 {
  width: 300px;
}


.left{
    float:left;
    /*width:50%;*/
}



.right{
    float:right;
    /*width:50%;*/
}


.uk-subnav{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    padding: 0;
    list-style: none;
}

.pl-0, .px-0 {
    padding-left: 10px !important;
}


.height-20{
    height:20px;
}

.green-bg{
    background-color:green;
}

.red-bg{
   background-color:red;
}

.yellow-bg{
   background-color:#eda200;
}

.text-white{
    color:#fff! important;
}

.plot-head{
   display: flex;
   align-items: center;
}

.plot-img{
       height: 100%;
    width: 30%;
    object-fit: cover;
}


@media(max-width:768px){
    .uk-subnav{
        display: flex;
    margin-right: 112px;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.plot-search {
    padding: 130px 0px 20px 0px;
}
.plot-head{
   display: block;
   align-items: center;
}
.plot-img{
    height:100%;
    width:100%;
}
.constructify_tm_hero_header_wrap .hero_text_wrap .title h3{
    font-size:28px;
    
}

.constructify_tm_hero_header_wrap .hero_text_wrap{
max-width:95%;
} 
.constructify_tm_hero_header_wrap .hero_text_wrap .title h3 strong{font-weight: 500;line-height:40px;}
}




/***************Back-Button*******************/

.back{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	/*margin-bottom: 155px;*/
	margin-top:10px;
	    margin-left: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
	display: block;
    text-decoration: none;
    width: auto;
    height: 40px;
    padding: 0px 20px;
    color: #fff;
    line-height: 40px;
    /*cursor: pointer;*/
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
	background: linear-gradient(180deg, #e4b720, #b07606);
	padding-right: 35px;

}
.back:before{
	width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-left-color: #fff;
    top: 15px;
    right: 15px;
	
    -webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

.back span:before{
	width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-right-color: #777;
    top: 15px;
    left: 15px;
	
    -webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}



/**************Popup Form Start**************/

/******************************Zooming Image Css Start**************************/


.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:99999;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}

.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.w3-auto{max-width:95%}}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-grid{display:grid}.w3-grid-padding{display:grid;gap:16px}.w3-flex{display:flex}
.w3-text-center{text-align:center}.w3-text-bold,.w3-bold{font-weight:bold}.w3-text-italic,.w3-italic{font-style:italic}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important;background:red;}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-padding-top-64{padding-top:64px!important}.w3-padding-top-48{padding-top:48px!important}
.w3-padding-top-32{padding-top:32px!important}.w3-padding-top-24{padding-top:24px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
.w3-rtl{direction:rtl}.w3-ltr{direction:ltr}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-asphalt,.w3-hover-asphalt:hover{color:#fff!important;background-color:#343a40!important}
.w3-crimson,.w3-hover-crimson:hover{color:#fff!important;background-color:#a20025!important}
.w3-cobalt,w3-hover-cobalt:hover{color:#fff!important;background-color:#0050ef!important}
.w3-emerald,.w3-hover-emerald:hover{color:#fff!important;background-color:#008a00!important}
.w3-olive,.w3-hover-olive:hover{color:#fff!important;background-color:#6d8764!important}
.w3-paper,.w3-hover-paper:hover{color:#000!important;background-color:#f8f9fa!important}
.w3-sienna,.w3-hover-sienna:hover{color:#fff!important;background-color:#a0522d!important}
.w3-taupe,.w3-hover-taupe:hover{color:#fff!important;background-color:#87794e!important}
.w3-danger{color:#fff!important;background-color:#dd0000!important}
.w3-note{color:#000!important;background-color:#fff599!important}
.w3-info{color:#fff!important;background-color:#0a6fc2!important}
.w3-warning{color:#000!important;background-color:#ffb305!important}
.w3-success{color:#fff!important;background-color:#008a00!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}
/*************************Zomming Image Css End*******************************/




/*********Floating Whatsapp*************/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}