@charset "utf-8";
/*

	This file contains the styling for the actual theme, this
	is the file you need to edit to change the look of the
	theme.

	This files contents are outlined below.
	
	01) BASE
	02) HERO HEADER
	03) INFO LIST
	04) ABOUT
	05) INFO & RATING
	06) MAIN TITLE
	07) SERVICES
	08) DESCRIPTION
	09) ARROW LINK
	10) CALL TO ACTION
	11) EXPERIENCE
	12) PROJECT STICKY
	13) SUPPORT BLOCK
	14) TRIPLE BLOG
	15) CHECKLIST
	16) ACCORDION
	17) LOCATION LIST
	18) MAIN SLIDER WITH CONTENT
	19) INTRODUCE
	20) BOTTOM LINE
	21) BUTTON
	22) PRINCIPLES
	23) COUNTER WITH CONTENT
	24) COUNTER WITH RATING
	25) PROJECT STICKY MODERN (since industify)
	26) TRIPLE BLOG MODERN (since industify)
	27) HERO HEADER MODERN
	28) PRINCIPLES MODERN
	29) ANIMATIONS
	30) SERVICE QUERY
	31) ABOUT with RATING
	32) SINGLE TESTIMONIAL
	33) PROJECT STICKY FULL
	34) KENBURNSY
	
*/
/*------------------------------------------------------------------*/
/*	01) BASE
/*------------------------------------------------------------------*/
.cons_w_wrapper{
	position: relative;
	clear: both;
	width: 100%;
	min-height: 1px;
	z-index: 1;
}
.cons_w_wrapper,
.cons_w_wrapper *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cons_w_wrapper:after{
	content: '';
	clear: both;
	display: table;
}
.cons_w_wrapper p{
	letter-spacing: 0px;
}
.cons_w_wrapper a{
	text-decoration: none;
}
.industify_w_fn_svg{
	width: 20px;
	height: 20px;
	fill: currentcolor;
}
.fn_cs_sticky_section{
	position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    overflow: visible;
    top: 150px;
}
.fn_cs_sticky_section:after{
	clear: both;
	display: table;
	content: '';
}
/*------------------------------------------------------------------*/
/*	02) HERO HEADER
/*------------------------------------------------------------------*/
.cons_w_wrapper .fn_cs_hero_header{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: auto;
}
.cons_w_wrapper .fn_cs_hero_header .content_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 5;
}
.cons_w_wrapper .fn_cs_hero_header .title_holder,
.cons_w_wrapper .fn_cs_hero_header .btn_holder{
	width: 100%;
	float: left;
	clear: both;
}
.cons_w_wrapper .fn_cs_hero_header .bg_holder{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 0;
}
.cons_w_wrapper .fn_cs_hero_header .o_img{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
.cons_w_wrapper .fn_cs_hero_header .o_color{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 4;
}
.cons_w_wrapper .fn_cs_hero_header[data-height="vh"]{
	height: 100vh;
}
.cons_w_wrapper .fn_cs_hero_header h3{
	margin: 0;
	padding: 0;
	font-size: 48px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0px;
	padding-bottom: 14px;
	position: relative;
	margin-bottom: 33px;
	margin-top: 30px;
}
.cons_w_wrapper .fn_cs_hero_header h3 span{
	font-weight: 500;
}
.cons_w_wrapper .fn_cs_hero_header h3:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100px;
	height: 2px;
	background-color: #45a2df;
}
.cons_w_wrapper .fn_cs_hero_header p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 43px;
}
.cons_w_wrapper .fn_cs_hero_header a.discover{
	display: inline-block;
	padding: 14px 25px;
	border-radius: 3px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 1.6;
	margin-right: 30px;
	margin-bottom: 30px;
}
.cons_w_wrapper .fn_cs_hero_header .video{
	line-height: 40px;
	position: relative;
	display: inline-block;
	padding-left: 50px;
	margin-bottom: 30px;
	cursor: pointer;
}
.cons_w_wrapper .fn_cs_hero_header .video .text{
	font-size: 14px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-weight: 500;
}
.cons_w_wrapper .fn_cs_hero_header .video .icon{
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 2px solid #ccc;
	top: 0px;
	left: 0px;
	transition: all .2s linear;
}
.cons_w_wrapper .fn_cs_hero_header .video .icon:after{
	content: '';
	position: absolute;
	border: 8px solid transparent;
	border-left-color: #ccc;
	border-top-width: 5px;
	border-bottom-width: 5px;
	top: 50%;
	left: 50%;
	margin: -5px 0px 0px -3px;
	transition: all .2s ease;
	z-index: 1;
}
.cons_w_wrapper .fn_cs_hero_header .video .icon:before{
    content: '';
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px auto auto -20px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: inherit;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
	
	border: 6px solid #ccc;
	
    border-radius: 100%;
}
.cons_w_wrapper .fn_cs_hero_header .video:hover .icon:before{
	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;
}
/*------------------------------------------------------------------*/
/*	03) INFO LIST
/*------------------------------------------------------------------*/
.fn_cs_info_list{
	width: 100%;
	float: left;
	clear: both;
}
.cons_w_wrapper .fn_cs_info_list.full,
.cons_w_wrapper .fn_cs_info_list.contained{
	background-color: transparent;
}
.cons_w_wrapper .fn_cs_info_list.contained .list{
	padding-left: 55px;
	padding-right: 55px;
}
.fn_cs_info_list .list{
	width: 100%;
	float: left;
	clear: both;
	padding-top: 20px;
}
.fn_cs_info_list .list ul{
	margin: 0px;
	list-style-type: none;
	margin-left: -50px;
}
.fn_cs_info_list .list li{
	width: 33.3333%;
	float: left;
	margin-bottom: 33px;
	padding-left: 50px;
}
.fn_cs_info_list .list li svg.svg_hover{
	transform: scale(0);
	transition-delay: 0s;
}
.fn_cs_info_list .list .item:hover svg.svg_hover{
	opacity: 1;
	transform: scale(1);
	transition-delay: .3s;
}
.fn_cs_info_list .list .item:hover svg.svg_always{
	transform: scale(0);
	transition-delay: 0s;
}
.fn_cs_info_list .list .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding-left: 50px;
	min-height: 26px;
}
.fn_cs_info_list .list .icon{
	width: 30px;
	height: 30px;
	border: 2px solid #45a2df;
	display: block;
	position: absolute;
	top: 6px;
	left: 0px;
}
.fn_cs_info_list .list .icon img,
.fn_cs_info_list .list .icon svg{
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	left: 50%;
	margin: -7px 0px 0px -7px;
	transition: transform .3s ease;
	transition-delay: .3s;
}
.fn_cs_info_list .list h3{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	letter-spacing: 0px;
	margin-bottom: 2px;
	font-family: 'Raleway';
}
.fn_cs_info_list .list p{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
}
.fn_cs_info_list[data-cols="2"] .list li{
	width: 50%;
}
@media(max-width:1300px){
	.fn_cs_info_list .list li{
		width: 50%;
	}
}
@media(max-width:768px){
	.fn_cs_info_list .list li,
	.fn_cs_info_list[data-cols="2"] .list li{width: 100%;}
}
/*------------------------------------------------------------------*/
/*	04) ABOUT
/*------------------------------------------------------------------*/
.fn_cs_about{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_about .a_inner{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.fn_cs_about .r_inner{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding-bottom: 80px;
}
.fn_cs_about .leftpart{
	width: 400px;
	min-width: 400px;
	padding-top: 40px;
}
.fn_cs_about .rightpart{
	width: 100%;
	margin-left: 50px;
}
.fn_cs_about .border{
	position: relative;
	top: 0px;
	right: 80px;
	left: auto !important;
	float: right;
}
.fn_cs_about .border .span1:after{
	position: absolute;
	content: '';
	height: 10px;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #45a2df;
	z-index: 1;
}
.fn_cs_about .border .span1:before{
	position: absolute;
	content: '';
	height: 10px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #45a2df;
	z-index: 1;
}
.fn_cs_about .border .span2:after{
	position: absolute;
	content: '';
	width: 10px;
	left: 0px;
	top: 10px;
	bottom: 10px;
	background-color: #45a2df;
	z-index: 1;
}
.fn_cs_about .border .span2:before{
	position: absolute;
	content: '';
	width: 10px;
	right: 0px;
	top: 10px;
	bottom: 10px;
	background-color: #45a2df;
	z-index: 1;
}
.fn_cs_about .rightpart img{
	opacity: 0;
	position: relative;
	z-index: -1;
}
.fn_cs_about .img_holder{
	position: absolute;
	z-index: 2;
	right: 40px;
	left: auto !important;
	top: 40px !important;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.fn_cs_about .abs_img{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fn_cs_about .dots{
	position: absolute;
	top: 80px !important;
	right: 0px;
	left: auto !important;
	background-repeat: repeat;
}
.fn_cs_about .dots[data-switch="enable"]{
	background-repeat: repeat;
}
.fn_cs_about .dots[data-switch="enable"]:after{
	display: none;
	content: none;
}
.fn_cs_about .dots:after{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../img/bg-repeater.png);
	background-repeat: repeat;
}
.fn_cs_about .leftpart h3.title{
	margin: 0px;
	padding: 0px;
	font-size: 60px;
	line-height: 1;
	letter-spacing: 0px;
	color: #041230;
	font-weight: 300;
	padding-bottom: 14px;
    position: relative;
    margin-bottom: 32px;
}
.fn_cs_about .leftpart h3.title span{
	font-weight: 500;
}
.fn_cs_about .leftpart h3.title:after{
	content: '';
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 100px;
    height: 3px;
    background-color: #45a2df;
}
.fn_cs_about .leftpart .desc{
	margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 43px;
}
.fn_cs_about .leftpart .desc span{
	display: block;
}
.fn_cs_about .leftpart .desc span:first-child{
	margin-bottom: 26px;
}
.fn_cs_about .leftpart .desc span:last-child{
	margin-bottom: 0px;
}
.fn_cs_about .leftpart h3.name{
	margin: 0;
    padding: 0;
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: 400;
	color: #041230;
	margin-bottom: 2px;
}
.fn_cs_about .leftpart .occ{
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-size: 14px;
}
.fn_cs_about .leftpart img{
	margin-bottom: 26px;
}
@media(max-width: 1600px){
	.fn_cs_about .rightpart img{max-width: 400px;}
}
@media(max-width: 1200px){
	.fn_cs_about .leftpart{padding-top: 0px;}
	.fn_cs_about .leftpart{width: 100%;min-width: 100%;margin-bottom: 50px;}
	.fn_cs_about .rightpart{margin-left: 0px;}
	.fn_cs_about .a_inner{flex-direction: column;}
	.fn_cs_about .rightpart img{max-width: 100%;}
	.fn_cs_about .border{right: auto;left: 0px !important;float: left;}
	.fn_cs_about .img_holder{left: 40px !important;right: auto !important;}
	.fn_cs_about .dots{left: 80px !important;right: auto;}
}
@media(max-width: 1200px){
	.fn_cs_about .leftpart h3.title{font-size: 36px;}
}

@media(max-width: 768px){
	.fn_cs_about .rightpart img{max-width: 300px;}
}
@media(max-width: 480px){
	.fn_cs_about .rightpart img{max-width: 200px;}
	.fn_cs_about .img_holder{left: 20px !important;top: 20px !important;}
	.fn_cs_about .dots{left: 40px !important;top: 40px !important;}
}
/*------------------------------------------------------------------*/
/*	05) INFO & RATING
/*------------------------------------------------------------------*/
.fn_cs_info_rating{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding-top: 10px;
	overflow: hidden;
}
.fn_cs_info_rating .container{
	position: static;
}
.fn_cs_info_rating > div > .inner{
	width: 100%;
	float: left;
	clear: both;
	display: flex;
	flex-direction: row;
}
.fn_cs_info_rating .left_part{
	width: 50%;
	width: calc(50% - 40px);
	width: -moz-calc(50% - 40px);
	width: -webkit-calc(50% - 40px);
	min-width: calc(50% - 40px);
	min-width: -moz-calc(50% - 40px);
	min-width: -webkit-calc(50% - 40px);
	position: relative;
	padding-right: 14%;
}
.fn_cs_info_rating .left_part:after{
	position: absolute;
	right: 100%;
	top: 0px;
	left: -3000px;
	content: '';
	bottom: 0px;
}
.fn_cs_info_rating .middle_part{
	width: 80px;
	min-width: 80px;
}
.fn_cs_info_rating .right_part{
	width: 50%;
	width: calc(50% - 40px);
	width: -moz-calc(50% - 40px);
	width: -webkit-calc(50% - 40px);
	min-width: calc(50% - 40px);
	min-width: -moz-calc(50% - 40px);
	min-width: -webkit-calc(50% - 40px);
}
.fn_cs_info_rating .left_part h3{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #eee;
	margin-bottom: 25px;
}
.fn_cs_info_rating .left_part p{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0px;
	margin-bottom: 34px;
}
.fn_cs_info_rating .l_video,
.fn_cs_info_rating .title_holder{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_info_rating .l_video > span{
	display: block;
	position: relative;
	padding-left: 43px;
	min-height: 30px;
	cursor: pointer;
	float: left;
	max-width: 100%;
}
.fn_cs_info_rating .l_video .icon{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 2px solid #999;
	border-radius: 100%;
	color: #999;
}
.fn_cs_info_rating .l_video .icon img,
.fn_cs_info_rating .l_video .icon svg{
	position: absolute;
	width: 8px;
	height: 8px;
	left: 50%;
	top: 50%;
	margin: -4px 0px 0px -4px;
}
.fn_cs_info_rating .l_video .text{
	font-weight: 400;
	color: #45a2df;
	position: relative;
	display: block;
	float: left;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	max-width: 100%;
}
.fn_cs_info_rating .l_video .text:after{
	content: '';
    position: absolute;
    bottom: 2px;
    background-color: rgba(255,255,255,.3);
    left: 0px;
    right: 0px;
    height: 1px;
    transition: all .2s ease;
}
.fn_cs_info_rating .l_video > span:hover .text:after{
	height: 2px;
    bottom: 0px;
}
.fn_cs_info_rating .l_video .icon:before{
    content: '';
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px auto auto -15px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: inherit;
    opacity: 0;
    z-index: 5;
    pointer-events: none;
	
	border: 3px solid #ccc;
	
    border-radius: 100%;
}
.fn_cs_info_rating .l_video > span:hover .icon:before{
	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;
}
.fn_cs_info_rating .m_in{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #1b1b22;
}
.fn_cs_info_rating .rating_holder a{
	display: block;
	position: absolute;
	top: -10px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 22;
}
.fn_cs_info_rating .rating_holder{
	width: 100%;
	float: left;
	clear: both;
	padding: 6px 13px 11px 13px;
	background-color: #d1122d;
	text-align: center;
	color: #fff;
	position: relative;
}
.fn_cs_info_rating .rating_holder svg{
	width: 36px;
	height: 36px;
	position: relative;
	margin-top: -11px;
}
.fn_cs_info_rating h3.rating_number{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	letter-spacing: -0.25px;
	font-weight: 500;
	color: #fff;
	position: relative;
	margin-top: -7px;
	margin-bottom: 5px;
}
.fn_cs_info_rating h3.rating_text{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 400;
	color: #fff;
}
.fn_cs_info_rating .r_header{
	position: absolute;
	left: 0px;
	right: 0px;
	height: 10px;
	background-color: #d1122d;
	bottom: 100%;
}
.fn_cs_info_rating .r_header:after{
	border-top: 10px solid transparent;
	border-right: 5px solid #682a32;
	content: '';
	position: absolute;
	right: 100%;
	top: 0px;
}
.fn_cs_info_rating .r_header:before{
	border-top: 10px solid transparent;
	border-left: 5px solid #682a32;
	content: '';
	position: absolute;
	left: 100%;
	top: 0px;
}
.fn_cs_info_rating .r_footer:after{
	position: absolute;
	top: 100%;
	left: 0px;
	content: '';
	border-top: 15px solid #d1122d;
	border-right: 40px solid transparent;
}
.fn_cs_info_rating .r_footer:before{
	position: absolute;
	top: 100%;
	right: 0px;
	content: '';
	border-top: 15px solid #d1122d;
	border-left: 40px solid transparent;
}
.fn_cs_info_rating .tagline_holder{
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	height: 300px;
}
.fn_cs_info_rating .tl_inner{
	position: absolute;
	transform: rotate(90deg);
	transform-origin: left top;
	top: 0px;
	left: 80px;
	height: 80px;
	min-width: max-content;
	min-width: intrinsic;
	min-width: -moz-max-content;
	min-width: -webkit-max-content;
	display: flex;
	align-items: center;
}
.fn_cs_info_rating .tagline_holder 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;
}
.fn_cs_info_rating .tagline_holder span:after{
	position: absolute;
	content: '';
	left: 15px;
	top: 6px;
	width: 20px;
	height: 1px;
	background-color: rgba(255,255,255,.5);
}
.fn_cs_info_rating .right_part .o_img{
	left: 50%;
	margin-left: 40px;
	top: 10px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	position: absolute;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fn_cs_info_rating .right_part .o_color{
	left: 50%;
	margin-left: 40px;
	top: 10px;
	right: 0px;
	bottom: 0px;
	z-index: 15;
	position: absolute;
}
.fn_cs_info_rating .img_list{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 80px;
	margin-bottom: 40px;
}
.fn_cs_info_rating .img_list .item{
	width: 120px;
	height: 80px;
	position: relative;
	cursor: pointer;
}
.fn_cs_info_rating .img_list .plus{
	opacity: 0;
    visibility: hidden;
    background-color: rgba(17,20,34,.9);
    z-index: 3;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all .5s ease;
}
.fn_cs_info_rating .img_list .plus:before{
	width: 2px;
    height: 20px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0px 0px -1px;
    background-color: #45a2df;
    z-index: 5;
}
.fn_cs_info_rating .img_list .plus:after{
	width: 20px;
    height: 2px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0px 0px -10px;
    background-color: #45a2df;
    z-index: 5;
}
.fn_cs_info_rating .img_list .item:hover .plus{
	opacity: 1;
    visibility: visible;
}
.fn_cs_info_rating .owl-nav button span{
	display: none;
}
.fn_cs_info_rating .owl-nav button{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 5px;
	background-color: rgba(0,0,0,.7) !important;
	border-radius: 3px;
	z-index: 111;
	transition: all .3s ease;
}
.fn_cs_info_rating .owl-nav button:after{
	content: '';
	position: absolute;
	top: 11px;
	left: 7px;
	background-color: #fff;
	width: 5px;
	height: 1px;
	transform: rotate(45deg);
}
.fn_cs_info_rating .owl-nav button:before{
	content: '';
	position: absolute;
	top: 8px;
	left: 7px;
	background-color: #fff;
	width: 5px;
	height: 1px;
	transform: rotate(135deg);
}
.fn_cs_info_rating .owl-nav button.owl-next{
	left: 27px;
}
.fn_cs_info_rating .owl-nav button.owl-next:after{
	top: 8px;
	left: auto;
	right: 7px;
}
.fn_cs_info_rating .owl-nav button.owl-next:before{
	left: auto;
	top: 11px;
	right: 7px;
}
.fn_cs_info_rating .owl-nav button:hover{
	background-color: rgba(0,0,0,1.00) !important;
}
.fn_cs_info_rating .img_list .item img{
	position: absolute;
	width: 0px;
	height: 0px;
	opacity: 0;
}
.fn_cs_info_rating .img_list .abs_img{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 1600px){
	.fn_cs_info_rating .left_part{
		padding-right: 40px;
	}
}
@media(max-width: 1200px){
	.fn_cs_info_rating .left_part{
		width: 100%;
		width: calc(100% - 80px);
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		min-width: calc(100% - 80px);
		min-width: -moz-calc(100% - 80px);
		min-width: -webkit-calc(100% - 80px);
	}
	.fn_cs_info_rating .right_part{display: none;}
	.fn_cs_info_rating .left_part:before{
		left: 100%;
		margin-left: 80px;
		top: 0px;
		bottom: 0px;
		right: -2000px;
		background-color: #0f0f16;
		content: '';
		position: absolute;
	}
	.fn_cs_info_rating .left_part > div{max-width: 500px;}
}
@media(max-width: 1040px){
	.fn_cs_info_rating .left_part{padding-right: 20px;}
}
/*------------------------------------------------------------------*/
/*	06) MAIN TITLE
/*------------------------------------------------------------------*/
.fn_cs_main_title{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_main_title .title_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_main_title .title_holder h3{
	margin: 0px;
    padding: 0px;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0px;
    color: #14141c;
    font-weight: 300;
    padding-bottom: 23px;
    position: relative;
    left: -3px;
}
.fn_cs_main_title .title_holder h3 span{
	font-weight: 500;
}
.fn_cs_main_title .title_holder h3:after{
	content: '';
    position: absolute;
    bottom: 0px;
    left: 3px;
    width: 100px;
    height: 3px;
    background-color: #d24e1a;
}
@media(max-width: 1200px){
	.fn_cs_main_title .title_holder h3{
		font-size: 36px;
	}
}
/*------------------------------------------------------------------*/
/*	07) SERVICES
/*------------------------------------------------------------------*/
.fn_cs_services{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_services .list{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_services ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: -30px;
}
.fn_cs_services ul li{
	width: 33.3333%;
	padding-left: 30px;
	margin-bottom: 30px;
	float: left;
}
.fn_cs_services .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding: 90px 45px 68px 45px;
	overflow: hidden;
}
.fn_cs_services span.bg1{
	position: absolute;
	display: block;
	top: 10px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	border: 15px solid #0e2424;
	z-index: -5;
}
.fn_cs_services span.bg2{
	position: absolute;
	display: block;
	top: 100%;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: -3;
	transition: all 500ms cubic-bezier(0.040, 0.630, 0.000, 0.965);
}
.fn_cs_services .item:hover span.bg2{
	top: 10px;
	transition-delay: .3s;
	transition-delay: 0s;
}
.fn_cs_services .icon{
	display: block;
	width: 80px;
	height: 70px;
	position: absolute;
	left: 45px;
	top: 0px;
	color: #041230;
}
.fn_cs_services .icon:after{
	border-top: 10px solid transparent;
    border-right: 5px solid #ab8b40;
    content: '';
    position: absolute;
    right: 100%;
    top: 0px;
}
.fn_cs_services .icon:before{
	border-top: 10px solid transparent;
    border-left: 5px solid #ab8b40;
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
}
.fn_cs_services .icon svg,
.fn_cs_services .icon img{
	top: 15px;
	left: 20px;
	width: 40px;
	height: 40px;
	position: absolute;
}
.fn_cs_services .icon i{
	font-size: 40px;
	position: absolute;
	top: 15px;
	left: 0px;
	right: 0px;
	text-align: center;
}
.fn_cs_services .icon span:after{
	border-top: 10px solid #45a2df;
	border-right: 80px solid transparent;
	content: '';
	position: absolute;
	top: 100%;
	left: 0px;
}
.fn_cs_services .item h3{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	letter-spacing: 0px;
	font-weight: 400;
	color: #041230;
	line-height: 29px;
	margin-top: 5px;
	margin-bottom: 16px;
	transition: all .3s 0s ease;
}
.fn_cs_services .item p{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	letter-spacing: 0px;
	transition: all .3s 0s ease;
}
.fn_cs_services span.arrow{
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	right: 50px;
	bottom: 40px;
	color: #eee;
	z-index: 2;
	opacity: 0;
	transition: all .3s .3s ease;
}
.fn_cs_services span.arrow svg,
.fn_cs_services span.arrow img{
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.fn_cs_services .item:hover span.arrow{
	opacity: 1;
	right: 40px;
}
.fn_cs_services .item a{
	display: block;
	position: absolute;
	top: 10px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 3;
}
@media(max-width: 1400px){
	.fn_cs_services ul li{
		width: 50%;
	}
	.fn_cs_services ul li:nth-of-type(3n){
		width: 100%;
	}
}
@media(max-width: 768px){
	.fn_cs_services ul li{width: 100%;}
}
/*------------------------------------------------------------------*/
/*	08) DESCRIPTION
/*------------------------------------------------------------------*/
.fn_cs_description,
.fn_cs_description .desc_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_description .desc_holder p{
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
}
/*------------------------------------------------------------------*/
/*	09) ARROW LINK
/*------------------------------------------------------------------*/
.fn_cs_arrow_link,
.fn_cs_arrow_link .link_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_arrow_link .link_holder a{
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-right: 27px;
	font-size: 18px;
	line-height: 24px;
}
.fn_cs_arrow_link .link_holder svg,
.fn_cs_arrow_link .link_holder img{
	width: 15px;
	height: 15px;
	top: 50%;
	margin-top: -7px;
	right: 0px;
	position: absolute;
}
.fn_cs_arrow_link .link_holder .arrow_hover svg{
	opacity: 0;
	right: 20px;
}
.fn_cs_arrow_link .link_holder a:hover .arrow svg{
	opacity: 0;
}
.fn_cs_arrow_link .link_holder a:hover .arrow_hover svg{
	right: 0px;
	opacity: 1;
	transition: opacity .3s 0s ease, right .3s 0s ease;
}
/*------------------------------------------------------------------*/
/*	10) CALL TO ACTION
/*------------------------------------------------------------------*/
.fn_cs_call_to_action,
.fn_cs_call_to_action .cta_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_call_to_action{
	background-color: #0f0f16;
	padding: 50px 0px;
}
.fn_cs_call_to_action .cta_holder{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.fn_cs_call_to_action .link_holder{
	min-width: fit-content;
	min-width: max-content;
	min-width: intrinsic;
	min-width: -moz-max-content;
	min-width: -webkit-max-content;
	margin-left: auto;
}
.fn_cs_call_to_action .link_holder a{
	display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 0.5px;
    color: #041230;
    background-color: #fff;
	padding: 0px 25px;
	border-radius: 2px;
}
.fn_cs_call_to_action .title_holder{
	margin-right: 50px;
}
.fn_cs_call_to_action .title_holder h3{
	margin: 0;
	padding: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #eee;
	margin-bottom: 9px;
}
.fn_cs_call_to_action .title_holder p{
	margin: 0;
	padding: 0;
	font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999;
}
@media(max-width: 768px){
	.fn_cs_call_to_action .title_holder h3{font-size: 24px;}
	.fn_cs_call_to_action .cta_holder{display: block;}
	.fn_cs_call_to_action .title_holder{margin: 0px 0px 30px 0px;}
	.fn_cs_call_to_action .link_holder a{display: inline-block;}
}
/*------------------------------------------------------------------*/
/*	11) EXPERIENCE
/*------------------------------------------------------------------*/
.fn_cs_experience,
.fn_cs_experience .inner{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_experience .inner{
	padding: 150px 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
}
.fn_cs_experience .bg_holder{
	z-index: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}
.fn_cs_experience .o_img{
	z-index: 1;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fn_cs_experience .o_color{
	z-index: 3;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}
.fn_cs_experience .badge_holder{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border: 10px solid #fff;
    padding: 16px 20px 10px 20px;
    min-height: 240px;
    max-width: 240px;
    min-width: 240px;
    box-sizing: border-box;
	position: relative;
	z-index: 3;
}
.fn_cs_experience .badge_holder .title h3{
	margin: 0px;
    padding: 0px;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #eee;
    line-height: 1.3;
}
.fn_cs_experience .badge_holder .desc{
	float: left;
    width: 100%;
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.fn_cs_experience .badge_holder .year{
	font-size: 72px;
    letter-spacing: -1px;
    margin: 0px;
    line-height: 1;
    font-weight: 400;
    color: #eee;
}
.fn_cs_experience .badge_holder .text{
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #45a2df;
    margin-left: 10px;
	letter-spacing: 1px;
}
.fn_cs_experience .list{
	margin-left: 120px;
}
.fn_cs_experience .list ul{
	margin: 0px;
	padding: 0px;
	margin-left: -120px;
	list-style-type: none;
}
.fn_cs_experience .list li{
	width: 33.3333%;
	float: left;
	padding-left: 70px;
	margin: 9px 0px;
}
.fn_cs_experience .list span{
	display: block;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #ccc;
	position: relative;
}
.fn_cs_experience .list span:after{
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background-color: #999;
	top: 50%;
	margin-top: -1px;
	left: -25px;
}
@media(max-width: 1600px){
	.fn_cs_experience .list li{width: 50%;}
	.fn_cs_experience .inner{align-items: flex-start;}
}
@media(max-width: 1400px){
	.fn_cs_experience .inner{flex-direction: column;}
	.fn_cs_experience .list{margin-left: 35px;}
	.fn_cs_experience .badge_holder{margin-bottom: 50px;}
}
@media(max-width: 480px){
	.fn_cs_experience .list li{width: 100%;}
}
/*------------------------------------------------------------------*/
/*	12) PROJECT STICKY
/*------------------------------------------------------------------*/
.fn_cs_project_sticky{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_project_sticky .inner{
	width: 100%;
    float: left;
    clear: both;
    position: relative;
    display: flex;
    flex-direction: row;
}
.fn_cs_project_sticky .left_part{
	width: 350px;
    min-width: 350px;
}
.fn_cs_project_sticky .right_part{
	width: 100%;
    padding-left: 70px;
    position: relative;
}
.fn_cs_sticky_section{
	position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    overflow: visible;
    top: 150px;
}
.fn_cs_sticky_section:after{
	clear: both;
	display: table;
	content: '';
}
.fn_cs_project_sticky .left_part h3{
	margin: 0px;
    padding: 0px;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 48px;
    line-height: 1;
    color: #041230;
	position: relative;
    padding-bottom: 14px;
	margin-bottom: 33px;
}
.fn_cs_project_sticky .left_part h3 span{
	font-weight: 500;
}
.fn_cs_project_sticky .left_part h3:after{
	content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 2px;
    background-color: #45a2df;
}
.fn_cs_project_sticky .left_part p{
	margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 43px;
}
.fn_cs_project_sticky .left_part a{
	text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 27px;
    font-size: 18px;
    line-height: 24px;
	color: #041230;
}
.fn_cs_project_sticky .left_part a svg,
.fn_cs_project_sticky .left_part a img{
	width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    right: 0px;
    position: absolute;
}
.fn_cs_project_sticky .left_part a .arrow_hover svg,
.fn_cs_project_sticky .left_part a .arrow_hover img{
	opacity: 0;
    right: 20px;
}
.fn_cs_project_sticky .left_part a:hover .arrow svg{
	opacity: 0;
}
.fn_cs_project_sticky .left_part a:hover .arrow_hover svg{
	right: 0px;
	opacity: 1;
	transition: opacity .3s 0s ease, right .3s 0s ease;
}
.fn_cs_project_sticky .right_part ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
}
.fn_cs_project_sticky .right_part li{
	width: 100%;
	margin: 0px;
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 40px;
}
.fn_cs_project_sticky .right_part li:last-child{
	margin-bottom: 0px;
}
.fn_cs_project_sticky .right_part .item{
	width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.fn_cs_project_sticky .right_part .title_holder{
	width: 100%;
    float: left;
    clear: both;
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: 15px;
    padding: 34px 50px 36px 50px;
    box-sizing: border-box;
}
.fn_cs_project_sticky .right_part .title_holder h3{
	margin: 0px;
    padding: 0px;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 10px;
}
.fn_cs_project_sticky .right_part .title_holder h3 a{
	color: #eee;
}
.fn_cs_project_sticky .right_part .title_holder p{
	margin: 0px;
    padding: 0px;
    line-height: 1;
}
.fn_cs_project_sticky .right_part .title_holder p a{
	position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 18px;
    padding-right: 25px;
}
.fn_cs_project_sticky .right_part .img_holder img{
	position: relative;
	opacity: 0;
	z-index: -3;
	min-width: 100%;
	min-height: 250px;
}
.fn_cs_project_sticky .right_part .img_holder .abs_img{
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 15px;
    z-index: 5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.fn_cs_project_sticky .right_part .img_holder a{
	z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.2);
    transition: all .3s ease;
}
.fn_cs_project_sticky .right_part .img_holder a:before{
	content: '';
    background-color: #45a2df;
    left: 50px;
    top: 49px;
    width: 0px;
    height: 2px;
    position: absolute;
    z-index: 22;
    transition: all .3s ease;
    transition-delay: .3s;
}
.fn_cs_project_sticky .right_part .img_holder a:after{
	content: '';
    background-color: #45a2df;
    left: 59px;
    top: 40px;
    width: 2px;
    height: 0px;
    position: absolute;
    z-index: 22;
    transition: all .3s ease;
}
.fn_cs_project_sticky .right_part .title_holder p svg,
.fn_cs_project_sticky .right_part .title_holder p img{
	width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
}
.fn_cs_project_sticky .right_part .title_holder > a{
	opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 33;
}
.fn_cs_project_sticky .right_part .item:after{
	left: 30px;
    right: 30px;
    height: 15px;
    bottom: 0px;
    background-color: #45a2df;
    content: '';
    position: absolute;
    z-index: -1;
}
.fn_cs_project_sticky .right_part .item:hover .img_holder a{
	background-color: rgba(15,15,22,.9);
}
.fn_cs_project_sticky .right_part .item:hover .img_holder a:after{
	height: 20px;
}
.fn_cs_project_sticky .right_part .item:hover .img_holder a:before{
	width: 20px;
}
.fn_cs_project_sticky .right_part .item:hover .title_holder p a{
	color: #45a2df;
}
.fn_cs_project_sticky .right_part .item:hover .title_holder > a{
	opacity: 1;
	visibility: visible;
}
@media(max-width: 1400px){
	.fn_cs_project_sticky .right_part .title_holder{padding: 24px 30px 26px 30px;}
	.fn_cs_project_sticky .right_part .img_holder a:after{
		top: 30px;
    	left: 39px;
	}
	.fn_cs_project_sticky .right_part .img_holder a:before{
		top: 39px;
		left: 30px;
	}
	.fn_cs_project_sticky .right_part .title_holder h3{font-size: 18px;}
}
@media(max-width: 1200px){
	.fn_cs_project_sticky .left_part{width: 100%;min-width: 100%;margin-bottom: 70px;}
	.fn_cs_project_sticky .right_part{width: 100%;min-width: 100%;padding-left: 0px;}
	.fn_cs_project_sticky .inner{flex-direction: column;}
	.fn_cs_project_sticky .left_part h3{font-size: 36px;}
}
/*------------------------------------------------------------------*/
/*	13) SUPPORT BLOCK
/*------------------------------------------------------------------*/
.fn_cs_support_block{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding-top: 10px;
}
.fn_cs_support_block .support_block{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	border: 15px solid #0e2424;
	padding: 50px 285px 50px 140px;
	min-height: 257px;
}
.fn_cs_support_block .content{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_support_block .content > div:nth-child(2){
	margin-top: 23px;
}
.fn_cs_support_block .icon{
	position: absolute;
	top: -25px;
	left: 45px;
	display: block;
	width: 80px;
	height: 137px;
	background-color: #45a2df;
	color: #041230;
}
.fn_cs_support_block .icon:before{
	border-top: 10px solid transparent;
    border-left: 5px solid #ab8b40;
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
}
.fn_cs_support_block .icon:after{
	border-top: 10px solid transparent;
    border-right: 5px solid #ab8b40;
    content: '';
    position: absolute;
    right: 100%;
    top: 0px;
}
.fn_cs_support_block .icon svg,
.fn_cs_support_block .icon img{
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 23px;
	left: 20px;
}
.fn_cs_support_block .icon span:after{
	border-top: 10px solid #45a2df;
    border-right: 80px solid transparent;
    content: '';
    position: absolute;
    top: 100%;
    left: 0px;
}
.fn_cs_support_block .icon i{
	font-size: 40px;
	position: absolute;
	bottom: 23px;
	left: 20px;
	width: 40px;
	text-align: center;
}
.fn_cs_support_block .img_wrap{
	position: absolute;
	width: 280px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.fn_cs_support_block .img_wrap span{
	display: block;
	content: '';
	position: absolute;
	border-right: 280px solid #45a2df;
	border-top: 227px solid transparent;
	bottom: 0px;
	right: 0px;
}
.fn_cs_support_block .img_wrap img{
	position: absolute;
	max-width: 212px;
	bottom: 0px;
	right: 20px;
	z-index: 3;
}
.fn_cs_support_block .desc{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_support_block .desc p{
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	color: #041230;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
}
.fn_cs_support_block .bottom_section{
	width: 100%;
	float: left;
	clear: both;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.fn_cs_support_block .bottom_section .link_block a{
	display: block;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 50px;
	padding: 0px 25px;
	background-color: #f1fdfd;
	text-transform: uppercase;
	border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fn_cs_support_block .bottom_section div:nth-child(2){
	margin-left: 70px;
	position: relative;
}
.fn_cs_support_block .bottom_section div:nth-child(2):after{
	width: 30px;
	height: 1px;
	content: '';
	position: absolute;
	left: -50px;
	top: 50%;
	background-color: #999;
}
.fn_cs_support_block .bottom_section .tfree_block p{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: 0px;
	color: #041230;
}
.fn_cs_support_block .bottom_section .link_block{
	min-width: max-content;
	min-width: intrinsic;
	min-width: -moz-max-content;
	min-width: -webkit-max-content;
}
.fn_cs_support_block[data-icon-type="none"]{padding-top: 0px;}
.fn_cs_support_block[data-icon-type="none"] .support_block{
	padding-left: 40px;
}
@media(max-width: 1600px){
	.fn_cs_support_block .bottom_section{
		flex-direction: column;
		align-items: flex-start;
	}
	.fn_cs_support_block .bottom_section div:nth-child(2){
		margin-left: 0px;
		margin-top: 20px;
	}
	.fn_cs_support_block .bottom_section div:nth-child(2):after{display: none;}
}
@media(max-width: 768px){
	.fn_cs_support_block .support_block{padding-right: 20px;padding-left: 120px;}
	.fn_cs_support_block .icon{left: 20px;}
	.fn_cs_support_block .img_wrap{display: none;}
	.fn_cs_support_block .bottom_section .link_block a{
		display: inline-block;
	}
	.fn_cs_support_block[data-icon-type="none"] .support_block{padding-left: 20px;}
	.fn_cs_support_block .bottom_section .link_block{width: 100%;min-width: 100%;}
}
@media(max-width: 480px){
	.fn_cs_support_block .icon{height: 105px}
	.fn_cs_support_block[data-icon-type="elementor_icons"] .support_block,
	.fn_cs_support_block[data-icon-type="frenify_icons"] .support_block{padding-top: 120px !important;padding-left: 20px;}
}
/*------------------------------------------------------------------*/
/*	14) TRIPLE BLOG
/*------------------------------------------------------------------*/
.fn_cs_triple_blog{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_triple_blog .inner{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_triple_blog ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: -30px;
}
.fn_cs_triple_blog li{
	width: 33.3333%;
	float: left;
	padding-left: 30px;
	margin: 0px;
}
.fn_cs_triple_blog .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_triple_blog .item img{
	position: relative;
	z-index: -3;
	opacity: 0;
	min-width: 100%;
}
.fn_cs_triple_blog .img_holder{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.fn_cs_triple_blog .img_holder a{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 3;
}
.fn_cs_triple_blog .title_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding-top: 25px;
	padding-bottom: 23px;
}
.fn_cs_triple_blog .title_holder h3{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 17px;
}
.fn_cs_triple_blog .title_holder h3 a{
	color: #041230;
}
.fn_cs_triple_blog .title_holder h3 a:hover{
	color: #45a2df;
}
.fn_cs_triple_blog .title_holder p{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
}
.fn_cs_triple_blog a.icon{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 23px;
	right: 40px;
	text-decoration: none;
	color: #041230;
	display: block;
	width: 24px;
	height: 24px;
}
.fn_cs_triple_blog a.icon svg,
.fn_cs_triple_blog a.icon img{
	width: 15px;
	height: 15px;
	position: absolute;
	left: 4px;
	top: 4px;
}
.fn_cs_triple_blog .item:hover a.icon{
	opacity: 1;
	visibility: visible;
	right: 20px;
}
@media(max-width: 768px){
	.fn_cs_triple_blog li{width: 100%;}
}
/*------------------------------------------------------------------*/
/*	15) CHECKLIST
/*------------------------------------------------------------------*/
.cons_w_wrapper .fn_cs_check_list{
	width: 100%;
	float: left;
	clear: both;
}
.cons_w_wrapper .fn_cs_check_list h3{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 33px;
}
.cons_w_wrapper .fn_cs_check_list .list{
	width: 100%;
	float: left;
	clear: both;
}
.cons_w_wrapper .fn_cs_check_list ul{
	margin: 0px;
	list-style-type: none;
	margin-left: -30px;
}
.cons_w_wrapper .fn_cs_check_list li{
	width: 50%;
	float: left;
	padding-left: 30px;
	margin-bottom: 20px;
	
	box-sizing: border-box;
}
.cons_w_wrapper .fn_cs_check_list li .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding-left: 35px;
	min-height: 18px;
}
.cons_w_wrapper .fn_cs_check_list li .item p{
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-size: 16px;
	position: relative;
	top: 2px;
}
.cons_w_wrapper .fn_cs_check_list li .item svg,
.cons_w_wrapper .fn_cs_check_list li .item img{
	position: absolute;
	width: 18px;
	height: 18px;
	color: #45a2df;
	top: 0px;
	left: 0px;
}
@media (max-width: 768px){
	.cons_w_wrapper .fn_cs_check_list li{width: 100%;}
}
/*------------------------------------------------------------------*/
/*	16) ACCORDION
/*------------------------------------------------------------------*/
.cons_w_wrapper .fn_cs_accordion{
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	
	-webkit-perspective:500px;
	-moz-perspective:500px;
	perspective:500px;
}
.cons_w_wrapper .fn_cs_accordion h3{
	margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 33px;
}
.cons_w_wrapper .fn_cs_accordion .plus{
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #45a2df;
	display: block;
	left: 0px;
	top: 0px;
	
	box-sizing: border-box;
	border-radius: 3px;
}
.cons_w_wrapper .fn_cs_accordion .plus:after{
	width: 2px;
	height: 8px;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -4px 0px 0px -1px;
	background-color: #45a2df;
	transition: all .5s ease;
}
.cons_w_wrapper .fn_cs_accordion .plus:before{
	width: 8px;
	height: 2px;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -1px 0px 0px -4px;
	background-color: #45a2df;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in.acc_active .plus:after{
	height: 0px;
	margin-top: 4px;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in{
	position: relative;
	z-index: 10;
	overflow: hidden;
	margin-bottom: 20px;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in:last-child{
	margin-bottom: 0px;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in .acc_head{
	position: relative;
	display: block;
	cursor: pointer;
	min-height: 21px;
	width: 100%;
	float: left;
	clear: both;
	padding-left: 35px;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in .acc_head p{
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #181a2f;
	letter-spacing: 0px;
	position: relative;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in .acc_content{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 20px 0px 0px 35px;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in .acc_content p{
	margin: 0px;
	padding: 0px;
}
.cons_w_wrapper .fn_cs_accordion .accordion_in.acc_active > .acc_content{
  	display: block;
}
/*------------------------------------------------------------------*/
/*	17) LOCATION LIST
/*------------------------------------------------------------------*/
.fn_cs_location_list{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_location_list ul.list{
	list-style-type: none;
	margin: 0px;
}
.fn_cs_location_list ul.list > li{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
.fn_cs_location_list ul.column{
	list-style-type: none;
	margin: 0px;
	margin-left: -30px;
}
.fn_cs_location_list ul.column > li{
	width: 33.3333%;
	clear: none;
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.fn_cs_location_list .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_location_list .img_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	height: 220px;
}
.fn_cs_location_list .abs_img{
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fn_cs_location_list .title_holder{
	width: 100%;
	float: left;
	clear: both;
	padding: 21px 80px 21px 40px;
	position: relative;
	
	box-sizing: border-box;
}
.fn_cs_location_list .title_holder h3{
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #eee;
}
.fn_cs_location_list .icon{
	width: 60px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	display: block;
	color: #fff;
}
.fn_cs_location_list .icon img,
.fn_cs_location_list .icon svg{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin: -15px 0px 0px -15px;
}
.fn_cs_location_list .content_holder{
	width: 100%;
	float: left;
	clear: both;
	padding: 34px 40px;
	
	box-sizing: border-box;
}
.fn_cs_location_list .content_holder p{
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}
.fn_cs_location_list .content_holder p span{
	display: block;
	margin-bottom: 8px;
}
.fn_cs_location_list ul.column .title_holder{padding-left: 30px;}
.fn_cs_location_list ul.column .content_holder{padding-left: 30px;padding-right: 30px;}

/* from industify */
.fn_cs_location_list .icon{
	z-index: 5;
}
.fn_cs_location_list .icon_wrapper{
	width: 80px;
	bottom: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 5;
	overflow: hidden;
}
.fn_cs_location_list .shape{
	width: 30px;
	position: absolute;
	content: '';
	left: 20px;
	top: -20px;
	bottom: 0px;
	background-color: #45a2df;
	transform-origin: bottom;
	z-index: 1;
	transition: all .3s ease;
}
.fn_cs_location_list .item:hover .shape{
	transform: rotate(-13deg);
}
@media(max-width: 1200px){
	.fn_cs_location_list ul.column > li{
		width: 50%;
	}
}
@media(max-width: 768px){
	.fn_cs_location_list ul.column > li{
		width: 100%;
	}
}
/*------------------------------------------------------------------*/
/*	18) MAIN SLIDER WITH CONTENT
/*------------------------------------------------------------------*/
.fn_cs_main_slider_with_content .title_holder h3{
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	line-height: 1;
	font-size: 60px;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 29px;
	position: relative;
}
.fn_cs_main_slider_with_content .title_holder p{
	color: #ccc;
	letter-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
.fn_cs_main_slider_with_content .content_wrapper{
	position: absolute;
	min-height: 500px;
	height: 866px;
	height: calc(100vh - 90px);
	height: -moz-calc(100vh - 90px);
	height: -webkit-calc(100vh - 90px);
	display: flex;
	align-items: center;
	width: 100%;
	z-index: 10;
}
.fn_cs_main_slider_with_content .content_inner{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	max-width: 550px;
}
.fn_cs_main_slider_with_content{
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
}
.fn_cs_main_slider_with_content .inner{
	position: relative;
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_main_slider_with_content .item_holder{
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	min-height: 500px;
	height: 866px;
	height: calc(100vh - 90px);
	height: -moz-calc(100vh - 90px);
	height: -webkit-calc(100vh - 90px);
}
.fn_cs_main_slider_with_content .item_holder .abs_img{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fn_cs_main_slider_with_content .title_holder{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 45px;
}
.fn_cs_main_slider_with_content .title_holder .in{
	position: absolute;
	top: 0px;
	left: 0px;
}
.fn_cs_main_slider_with_content .control_panel{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
.fn_cs_main_slider_with_content .control_panel .in{
	z-index: 15;
	height: 60px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_controller{
	position: absolute;
	height: 100%;
	left: 0px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_controller div{
	width: 60px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background-color: #fdfdfd;
	border-radius: 2px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_controller div:after{
	width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-left-color: #1b1b1b;
    left: 27px;
	top: 25px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_controller .fn_next{
	left: 63px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_controller .fn_prev:after{
	border-left-color: transparent;
	border-right-color: #1b1b1b;
	left: 23px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_pagination{
	left: 163px;
	top: 0px;
	position: absolute;
	bottom: auto;
	right: auto;
	width: max-content;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	height: 100%;
}
.fn_cs_main_slider_with_content .control_panel .swiper_pagination > span{
	display: block;
	height: 100%;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
	font-weight: 400;
	font-family: ''Open Sans'';
}
.fn_cs_main_slider_with_content .control_panel .swiper_pagination .current{
	font-size: 24px;
}
.fn_cs_main_slider_with_content .control_panel .swiper_pagination .total{
	font-size: 14px;
}
.fn_cs_main_slider_with_content .o_color{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
}
@media (max-width: 1040px){
	.fn_cs_main_slider_with_content .item_holder{height: 700px;}
	.fn_cs_main_slider_with_content .content_wrapper{height: 700px;}
	.fn_cs_main_slider_with_content .title_holder h3{font-size: 36px;}
}
/*------------------------------------------------------------------*/
/*	19) INTRODUCE
/*------------------------------------------------------------------*/
.fn_cs_introduce{
	width: 100%;
	float: left;
	clear: both;
	padding: 50px 70px 50px 80px;
	position: relative;
	
	box-sizing: border-box;
}
.fn_cs_introduce_wrap{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding: 40px 0px;
	
	box-sizing: border-box;
}
.fn_cs_introduce .wing11{
	position: absolute;
	bottom: 100%;
	z-index: -1;
	right: 65px;
	border-left: 15px solid rgba(255,255,255,0.2);
	border-top: 40px solid transparent;
}
.fn_cs_introduce .wing12{
	position: absolute;
	bottom: 100%;
	border-top: 40px solid transparent;
	right: 80px;
	border-right: 600px solid rgba(255,255,255,0.2);
}

.fn_cs_introduce .wing21{
	position: absolute;
	top: 100%;
	z-index: -1;
	left: 65px;
	border-top: 40px solid rgba(8,18,37,0.2);
	border-left: 15px solid transparent;
}

.fn_cs_introduce .wing22{
	position: absolute;
	top: 100%;
	border-top: 40px solid rgba(8,18,37,0.2);
	left: 80px;
	border-right: 600px solid transparent;
}
.fn_cs_introduce .content_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 20;
}
.fn_cs_introduce .bg{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	box-shadow: 10px 0px 40px rgba(0,0,0,0.08);
}
.fn_cs_introduce .bg .o_color{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
}
.fn_cs_introduce .bg .o_image{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}
.fn_cs_introduce .title_holder{
	width: 100%;
	float: left;
	padding-right: 12%;
	
	max-width: calc(100% - 240px);
	max-width: -moz-calc(100% - 240px);
	max-width: -webkit-calc(100% - 240px);
	
	box-sizing: border-box;
}
.fn_cs_introduce .badge_holder{
	width: 100%;
	float: right;
	border: 10px solid #fff;
	padding: 16px 20px 10px 20px;
	min-height: 240px;
	max-width: 240px;
	min-width: 240px;
	
	box-sizing: border-box;
}
.fn_cs_introduce .title_holder h5{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 300;
	margin-bottom: 2px;
	color: #fff;
}
.fn_cs_introduce .title_holder h3{
	margin: 0px;
	padding: 0px;
	font-size: 36px;
	letter-spacing: 0px;
	font-weight: 500;
	margin-bottom: 37px;
	color: #fff;
	line-height: 1;
	position: relative;
	left: -2px;
}
.fn_cs_introduce .title_holder h3:after{
	content: '';
	top: 100%;
	left: 2px;
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #45a2df;
	margin-top: 14px;
}
.fn_cs_introduce .title_holder p{
	margin: 0px;
	padding: 0px;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 0px
}
.fn_cs_introduce .badge_holder h3{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 300;
	margin-bottom: 10px;
	color: #fff;
	line-height: 1.2;
}
.fn_cs_introduce .badge_holder{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.fn_cs_introduce .badge_holder span{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.fn_cs_introduce .badge_holder span.year{
	font-size: 72px;
	letter-spacing: -1px;
	margin: 0px;
	line-height: 1;
	font-weight: 400;
}
.fn_cs_introduce .badge_holder .content{
	float: left;
	width: 100%;
	clear: both;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.fn_cs_introduce .badge_holder span{
	display: block;
	margin-left: 5px;
}
.fn_cs_introduce span.video{
	width: 70px;
	height: 70px;
	position: absolute;
	z-index: 55;
	left: 80px;
	bottom: -20px;
	background-color: #e4810c;
	border-radius: 100%;
	cursor: pointer;
}
.fn_cs_introduce span.video:after{
	content: '';
	position: absolute;
	border-left: 18px solid #fff;
	border-top: 10px solid transparent;
	left: 27px;
	top: 25px;
}
.fn_cs_introduce span.video:before{
	content: '';
	position: absolute;
	border-left: 18px solid #fff;
	border-bottom: 10px solid transparent;
	left: 27px;
	top: 35px;
}
.fn_cs_introduce span.video span:before{
    content: '';
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px auto auto -35px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: inherit;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
	
	border: 15px solid #c32c41;
	
    border-radius: 100%;
}
.fn_cs_introduce span.video:hover span:before{
	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;
}
.fn_cs_introduce_wrap[data-wing-switch="disable"]{padding-top: 0px;padding-bottom: 20px;}
.fn_cs_introduce_wrap[data-wing-switch="disable"] .wing11,
.fn_cs_introduce_wrap[data-wing-switch="disable"] .wing12,
.fn_cs_introduce_wrap[data-wing-switch="disable"] .wing21,
.fn_cs_introduce_wrap[data-wing-switch="disable"] .wing22{display: none;}
@media (max-width: 1200px){
.fn_cs_introduce{padding: 50px 50px 80px 50px;}
.fn_cs_introduce .title_holder{padding-right: 7%;}
.fn_cs_introduce span.video{left: 50px;}
}
@media (max-width: 768px){
.fn_cs_introduce .title_holder{max-width: 100%;padding: 0px;margin-bottom: 50px;}
.fn_cs_introduce .badge_holder{float: left;}
.fn_cs_introduce{padding: 40px 30px 80px 30px;}
.fn_cs_introduce span.video{left: 30px;}
.fn_cs_introduce .title_holder p{margin-bottom: 0px;}
}
/*------------------------------------------------------------------*/
/*	20) SERVICE CLASSIC
/*------------------------------------------------------------------*/
.fn_cs_services_classic{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_services_classic .list{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_services_classic .list ul{
	list-style-type: none;
	margin: 0px;
	margin-left: -80px;
}
.fn_cs_services_classic .list li{
	width: 25%;
	float: left;
	padding-left: 80px;
	margin-bottom: 40px;
}
.fn_cs_services_classic .list .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding: 30px 0px;
}
.fn_cs_services_classic span.icon{
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
}
.fn_cs_services_classic span.icon img,
.fn_cs_services_classic span.icon svg{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	left: 0px;
}
.fn_cs_services_classic span.icon i{
	font-size: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.fn_cs_services_classic .item h3{
	margin: 0;
	padding: 0;
	font-size: 20px;
	letter-spacing: 0px;
	color: #041230;
	line-height: 1.2;
	margin-bottom: 20px;
}
.fn_cs_services_classic .item p{
	margin: 0px;
	padding: 0px;
}
.fn_cs_services_classic[data-view="on"] .item p{
/*	margin-bottom: 15px;*/
}
.fn_cs_services_classic span.more_details.hidden{
	opacity: 0;
	position: relative;
}
.fn_cs_services_classic span.more_details{
	display: block;
	position: absolute;
	left: 0px;
	bottom: 9px;
}
.fn_cs_services_classic span.more_details a{
	font-size: 18px;
    line-height: 24px;
    font-family: ''Open Sans'';
    color: #041230;
	display: inline-block;
	padding-right: 27px;
}
.fn_cs_services_classic span.more_details img,
.fn_cs_services_classic span.more_details svg{
	width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    right: 0px;
    position: absolute;
}
.fn_cs_services_classic span.more_details .arroww_hover img,
.fn_cs_services_classic span.more_details .arroww_hover svg{
	opacity: 0;
    right: 20px;
}
.fn_cs_services_classic .item:hover span.more_details a .arroww img,
.fn_cs_services_classic .item:hover span.more_details a .arroww svg{
	opacity: 0;
}
.fn_cs_services_classic .item:hover span.more_details a .arroww_hover img,
.fn_cs_services_classic .item:hover span.more_details a .arroww_hover svg{
	right: 0px;
	opacity: 1;
	transition: opacity .3s 0s ease, right .3s 0s ease;
}
.fn_cs_services_classic .item .arrow{
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #c32c41;
	opacity: 0;
	transition: all .5s ease;
	display: none !important;
}
.fn_cs_services_classic span.bg1{
	position: absolute;
	left: 100%;
	margin-left: 40px;
	top: 0px;
	bottom: 0px;
	background-color: #e5e5e5;
	width: 1px;
}
.fn_cs_services_classic span.bg2{
	position: absolute;
	left: 100%;
	margin-left: 40px;
	top: 0px;
	height: 0px;
	background-color: #c32c41;
	width: 1px;
	transition: all .5s ease;
}
.fn_cs_services_classic .item:hover span.bg2{
	height: 100%;
}
.fn_cs_services_classic .item:hover .arrow{
	right: -20px;
	opacity: 1;
}
.fn_cs_services_classic .item > a{
	display: block;
	position: absolute;
	left: 0px;
	right: -20px;
	bottom: 0px;
	z-index: 5;
	top: 0px;
}
.fn_cs_services_classic li:nth-of-type(4n) span.bg1,
.fn_cs_services_classic li:nth-of-type(4n) span.bg2{display: none;}
@media(max-width: 1040px){
	.fn_cs_services_classic .list li{width: 50%;}
	.fn_cs_services_classic .item .arrow{display: none;}
	.fn_cs_services_classic li:nth-of-type(2n) span.bg1{display: none;}
	.fn_cs_services_classic li:nth-of-type(2n) span.bg2{display: none;}
}
@media(max-width: 480px){
	.fn_cs_services_classic .item > a{right: 0px;}
	.fn_cs_services_classic .list li{width: 100%;}
	.fn_cs_services_classic span.bg1{display: block !important;}
	.fn_cs_services_classic li:last-child span.bg1{display: none !important;}
	.fn_cs_services_classic span.bg2{display: none;}
	.fn_cs_services_classic .list .item{padding-top: 0;}
	.fn_cs_services_classic span.bg1{
		width: auto;
	height: 1px;
		margin-left: auto;
		left: 0px;
		right: 0px;
		top: auto;
		bottom: 0px;
	}
}
/*------------------------------------------------------------------*/
/*	20) BOTTOM LINE
/*------------------------------------------------------------------*/
.fn_cs_bottom_line{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_bottom_line .inner{
	width: 100%;
	float: left;
	clear: both;
	border-top: 1px solid #dde3e8;
	padding-top: 16px;
}
.fn_cs_bottom_line .inner p{
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-size: 12px;
	letter-spacing: 0px;
}
/*------------------------------------------------------------------*/
/*	21) BUTTON
/*------------------------------------------------------------------*/
.fn_cs_button{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_button .inner{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_button a{
	display: inline-block;
	font-family: ''Open Sans'';
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 50px;
	padding: 0px 30px;
	border-radius: 2px;
	color: #222;
	background-color: #45a2df;
	font-weight: 500;
}
.fn_cs_button a:hover{
	background-color: #222;
	color: #45a2df;
}
/*------------------------------------------------------------------*/
/*	22) PRINCIPLES
/*------------------------------------------------------------------*/
.fn_cs_principles{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_principles .inner{
	width: 100%;
	float: left;
	clear: both;
	display: flex;
	flex-direction: row;
}
.fn_cs_principles .left_part{
	width: 320px;
	min-width: 320px;
	margin-right: 10%;
	padding-top: 111px;
}
.fn_cs_principles .left_part h3{
	font-size: 36px;
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
	line-height: 1.2;
	position: relative;
	left: -2px;
	margin-bottom: 35px;
	font-weight: 500;
}
.fn_cs_principles .left_part h3:after{
	top: 100%;
	margin-top: 11px;
	width: 100px;
	height: 2px;
	background-color: #45a2df;
	content: '';
	position: absolute;
	left: 2px;
}
.fn_cs_principles .left_part p{
	margin: 0px;
	padding: 0px;
	color: #666;
}
.fn_cs_principles .left_part p span{
	display: block;
	margin-bottom: 30px;
}
.fn_cs_principles .left_part p span:last-child{
	margin-bottom: 0px;
}
.fn_cs_principles .right_part{
	width: 100%;
	position: relative;
}
.fn_cs_principles .right_part ul{
	margin: 0px;
	list-style-type: none;
	margin-left: -30px;
}
.fn_cs_principles .right_part li{
	width: 50%;
	float: left;
	padding-left: 30px;
	margin-bottom: 20px;
}
.fn_cs_principles .right_part li:first-child{
	padding-top: 50px;
}
.fn_cs_principles .right_part .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding: 20px 10px 10px 20px;
}
.fn_cs_principles .right_part .item:after{
	content: '';
    position: absolute;
    width: 20px;
    height: 250px;
    top: 0px;
    left: 0px;
    background-color: #e8eef3;
}
.fn_cs_principles .right_part .item:before{
	content: '';
    position: absolute;
    left: 0px;
    top: 250px;
    border-top: 20px solid #e8eef3;
    border-left: 20px solid transparent;
}
.fn_cs_principles .right_part .title_holder:after{
	content: '';
    position: absolute;
    width: 180px;
    height: 20px;
    bottom: 100%;
    left: 0px;
    background-color: #e8eef3;
}
.fn_cs_principles .right_part .title_holder:before{
	content: '';
    position: absolute;
    left: 180px;
    bottom: 100%;
    border-top: 20px solid transparent;
    border-left: 20px solid #e8eef3;
}
.fn_cs_principles .right_part .title_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	background-color: #fff;
    padding: 44px 60px 72px 30px;
    min-height: 300px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
}
.fn_cs_principles .right_part .number_holder{
	position: absolute;
    width: 70px;
    height: 80px;
    right: 0px;
    bottom: 0px;
    line-height: 80px;
    letter-spacing: 0px;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    background-color: #e4810c;
    text-align: center;
    border-radius: 2px;
	font-family: ''Open Sans'';
}
.fn_cs_principles .right_part h3{
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-size: 20px;
	margin-bottom: 16px;
	color: #041230;
}
.fn_cs_principles.classic .left_part{padding-top: 0px;}
.fn_cs_principles.classic .right_part li:first-child{padding-top: 0px;}
@media(max-width: 1200px){
	.fn_cs_principles .inner{flex-direction: column;}
	.fn_cs_principles .left_part{
		padding-top: 0px;
		width: 100%;
		clear: both;
		min-width: 100%;
		margin-right: 0px;
		margin-bottom: 50px;
	}
	.fn_cs_principles .right_part{clear: both;}
	.fn_cs_principles .right_part li:first-child{padding-top: 0px;}
}
@media(max-width: 768px){
	.fn_cs_principles .right_part li{width: 100%;}
}
/*------------------------------------------------------------------*/
/*	23) COUNTER WITH CONTENT
/*------------------------------------------------------------------*/
.fn_cs_counter_with_content{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 1;
	padding: 100px 0px;
	overflow: hidden;
}
.fn_cs_counter_with_content:after{
	content: '';
	position: absolute;
	left: 0px;
	width: 50%;
	bottom: 0px;
	top: 0px;
	background-color: #202020;
	z-index: -1;
}
.fn_cs_counter_with_content:before{
	content: '';
	position: absolute;
	right: 0px;
	width: 50%;
	bottom: 0px;
	top: 0px;
	background-color: #e4810c;
	z-index: -1;
}
.fn_cs_counter_with_content .inner{
	width: 100%;
	float: left;
	clear: both;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.fn_cs_counter_with_content .leftpart{
	width: 290px;
	min-width: 290px;
	padding-right: 50px;
	
	box-sizing: border-box;
}
.fn_cs_counter_with_content .leftpart ul{
	margin: 0px;
	list-style-type: none;
}
.fn_cs_counter_with_content .leftpart li{margin: 0px;}
.fn_cs_counter_with_content .leftpart li div{
	margin-bottom: 37px;
}
.fn_cs_counter_with_content .leftpart li:last-child div{margin: 0px;}
.fn_cs_counter_with_content .leftpart h3{
	margin: 0px;
	padding: 0px;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #eee;
	line-height: 1;
	margin-bottom: 2px;
}
.fn_cs_counter_with_content .leftpart p{
	margin: 0px;
	padding: 0px;
	color: #999;
}
.fn_cs_counter_with_content .rightpart{
	padding: 87px 100px 80px 100px;
	position: relative;
}
.fn_cs_counter_with_content .rightpart .content_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 20;
}
.fn_cs_counter_with_content .rightpart .bg_holder{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
}
.fn_cs_counter_with_content .rightpart .o_color{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
}
.fn_cs_counter_with_content .rightpart .o_image{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}
.fn_cs_counter_with_content .rightpart h5{
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0px;
	color: #041230;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.fn_cs_counter_with_content .rightpart h3{
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	font-size: 36px;
	letter-spacing: 0px;
	color: #041230;
	margin-bottom: 23px;
}
.fn_cs_counter_with_content .rightpart p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 34px;
	color: #666;
}
.fn_cs_counter_with_content .rightpart .title_holder{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_counter_with_content .rightpart .img_list{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_counter_with_content .rightpart ul{
	list-style-type: none;
	margin: 0px;
	margin-left: -10px;
}
.fn_cs_counter_with_content .rightpart li{
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
	width: 160px;
	height: 100px;
}
.fn_cs_counter_with_content .rightpart li div{
	width: 150px;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	background-color: #eee;
	cursor: pointer;
}
.fn_cs_counter_with_content .rightpart li div img{
	height: 0px;
	width: 0px;
	position: absolute;
	opacity: 0;
}

.fn_cs_counter_with_content .rightpart .plus{
	opacity: 0;
    visibility: hidden;
    background-color: rgba(17,20,34,.9);
    z-index: 3;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all .5s ease;
}
.fn_cs_counter_with_content .rightpart .plus:before{
	width: 2px;
    height: 20px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0px 0px -1px;
    background-color: #45a2df;
    z-index: 5;
}
.fn_cs_counter_with_content .rightpart .plus:after{
	width: 20px;
    height: 2px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0px 0px -10px;
    background-color: #45a2df;
    z-index: 5;
}
.fn_cs_counter_with_content .rightpart li div:hover .plus{
	opacity: 1;
    visibility: visible;
}
@media (min-width: 1201px){
.fn_cs_counter_with_content .leftpart{background-color: transparent !important;}
}
@media (max-width: 1400px){
.fn_cs_counter_with_content .rightpart{padding: 67px 7% 60px 7%;}
.fn_cs_counter_with_content .leftpart{width: 250px;min-width: 250px;}
}
@media (max-width: 1200px){
.fn_cs_counter_with_content{padding: 50px 0px;}
.fn_cs_counter_with_content:after{width: 100%;}
.fn_cs_counter_with_content:before{display: none;}
.fn_cs_counter_with_content .rightpart:after{
	top: 100px;
	left: -1000px;
	right: -1000px;
	bottom: -1000px;
	content: '';
	position: absolute;
	background-color: #e4810c;
}
.fn_cs_counter_with_content .inner{display: block;}
.fn_cs_counter_with_content .leftpart{width: 100%;padding: 0px;float: left;clear: both;}

.fn_cs_counter_with_content .rightpart{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_counter_with_content .leftpart li{
	float: left;
	width: 50%;
	margin-bottom: 30px;
	padding-right: 30px;

	box-sizing: border-box;
}
.fn_cs_counter_with_content .leftpart li div{margin: 0px;}
.fn_cs_counter_with_content .leftpart{
	margin-bottom: 40px;
}
}
@media (max-width: 768px){
.fn_cs_counter_with_content .leftpart h3{font-size: 36px;}
.fn_cs_counter_with_content .rightpart h3{font-size: 30px;}
.fn_cs_counter_with_content .rightpart h5{font-size: 14px;margin-bottom: 10px;}
}
@media (max-width: 480px){
.fn_cs_counter_with_content .rightpart{padding: 40px 7% 30px 7%;}
.fn_cs_counter_with_content .leftpart{padding: 40px 7% 10px 7%;}
.fn_cs_counter_with_content .leftpart li{width: 100%;padding: 0px;text-align: center;}
}
/*------------------------------------------------------------------*/
/*	24) COUNTER WITH RATING
/*------------------------------------------------------------------*/
.fn_cs_counter_with_rating{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 1;
	padding: 100px 0px;
	overflow: hidden;
}
.fn_cs_counter_with_rating .container{
	z-index: 5;
}
.fn_cs_counter_with_rating:after{
	content: '';
	position: absolute;
    background-color: #081225;
    z-index: 4;
    transform: rotate(15deg);
    top: -800px;
    bottom: -800px;
    left: -800px;
    right: 55%;
}
.fn_cs_counter_with_rating .inner{
	width: 100%;
	float: left;
	clear: both;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.fn_cs_counter_with_rating .leftpart{
	width: 290px;
	min-width: 290px;
	padding-right: 50px;
	
	box-sizing: border-box;
}
.fn_cs_counter_with_rating .leftpart ul{
	margin: 0px;
	list-style-type: none;
}
.fn_cs_counter_with_rating .leftpart li{margin: 0px;}
.fn_cs_counter_with_rating .leftpart li div{
	margin-bottom: 37px;
}
.fn_cs_counter_with_rating .leftpart li:last-child div{margin: 0px;}
.fn_cs_counter_with_rating .leftpart h3{
	margin: 0px;
	padding: 0px;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #eee;
	line-height: 1;
	margin-bottom: 2px;
}
.fn_cs_counter_with_rating .leftpart p{
	margin: 0px;
	padding: 0px;
	color: #ccc;
	font-size: 14px;
	line-height: 24px;
}
.fn_cs_counter_with_rating .rightpart{
	padding: 87px 190px 80px 100px;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
}
.fn_cs_counter_with_rating .rightpart .content_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 20;
}
.fn_cs_counter_with_rating .rightpart .bg_holder{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
}
.fn_cs_counter_with_rating .rightpart .o_color{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
}
.fn_cs_counter_with_rating .o_image{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3;
}
.fn_cs_counter_with_rating .o_image:after{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	content: '';
}
.fn_cs_counter_with_rating .content_holder h5{
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 1;
	color: #041230;
	margin-bottom: 7px;
}
.fn_cs_counter_with_rating .content_holder h3{
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	font-size: 36px;
	letter-spacing: 0px;
	color: #041230;
	line-height: 1;
	margin-bottom: 38px;
	position: relative;
	left: -2px;
}
.fn_cs_counter_with_rating .content_holder h3:after{
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #45a2df;
	top: 100%;
	left: 2px;
	margin-top: 14px;
}
.fn_cs_counter_with_rating .content_holder p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 35px;
	color: #666;
}
.fn_cs_counter_with_rating .rightpart .title_holder{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_counter_with_rating .rightpart .img_list{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_counter_with_rating .rightpart ul{
	list-style-type: none;
	margin: 0px;
	margin-left: -10px;
}
.fn_cs_counter_with_rating .rightpart li{
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
	width: 160px;
	height: 90px;
}
.fn_cs_counter_with_rating .rightpart li div{
	width: 150px;
	height: 90px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	background-color: #eee;
	cursor: pointer;
}
.fn_cs_counter_with_rating .rightpart li div img{
	height: 0px;
	width: 0px;
	position: absolute;
	opacity: 0;
}

.fn_cs_counter_with_rating .rightpart .plus{
	opacity: 0;
    visibility: hidden;
    background-color: rgba(17,20,34,.9);
    z-index: 3;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all .5s ease;
}
.fn_cs_counter_with_rating .rightpart .plus:before{
	width: 2px;
    height: 20px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0px 0px -1px;
    background-color: #45a2df;
    z-index: 5;
}
.fn_cs_counter_with_rating .rightpart .plus:after{
	width: 20px;
    height: 2px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0px 0px -10px;
    background-color: #45a2df;
    z-index: 5;
}
.fn_cs_counter_with_rating .rightpart li div:hover .plus{
	opacity: 1;
    visibility: visible;
}
.fn_cs_counter_with_rating .rightpart:after{
	content: '';
	position: absolute;
	z-index: 5;
	right: 0px;
	bottom: 0px;
	width: 30px;
	top: 60px;
	background-color: #45a2df;
}
.fn_cs_counter_with_rating .rightpart:before{
	content: '';
	border-top: 20px solid transparent;
	border-right: 30px solid #45a2df;
	position: absolute;
	top: 40px;
	right: 0px;
	z-index: 7;
}
.fn_cs_counter_with_rating .rating_holder{
	position: absolute;
	z-index: 25;
	width: 80px;
	right: 80px;
	top: 0px;
	padding: 6px 13px 26px 13px;
	text-align: center;
	color: #fff;
	transition: all .3s ease;
}
.fn_cs_counter_with_rating .rating_holder img,
.fn_cs_counter_with_rating .rating_holder svg{
	width: 36px;
    height: 36px;
    position: relative;
}
.fn_cs_counter_with_rating .rating_holder h3.rating_number{
	margin: 0px;
    padding: 0px;
    font-size: 24px;
    letter-spacing: -0.25px;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-top: -7px;
    margin-bottom: 5px;
	font-family: 'Montserrat';
}
.fn_cs_counter_with_rating .rating_holder h3.rating_text{
	margin: 0px;
    padding: 0px;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
	font-family: 'Open Sans';
}
.fn_cs_counter_with_rating .rating_holder:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 15px;
	z-index: -1;
	background-color: #c32c41;
}
.fn_cs_counter_with_rating .r_footer:after{
	position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    border-top: 15px solid #c32c41;
    border-right: 40px solid transparent;
}
.fn_cs_counter_with_rating .r_footer:before{
	position: absolute;
    bottom: 0px;
    right: 0px;
    content: '';
    border-top: 15px solid #c32c41;
    border-left: 40px solid transparent;
}
.fn_cs_counter_with_rating .rating_holder > a{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}
.fn_cs_counter_with_rating .rightpart:hover .rating_holder{
	padding-top: 11px;
	padding-bottom: 31px;
}
@media(max-width: 1200px){
	.fn_cs_counter_with_rating .rightpart{padding-left: 50px;}
}
@media(max-width: 1040px){
	.fn_cs_counter_with_rating .inner{flex-direction: column;}
	.fn_cs_counter_with_rating:after{
		top: 0px;
		left: 0px;
		bottom: 40%;
		right: 0px;
		transform: rotate(0);
	}
	.fn_cs_counter_with_rating .leftpart{
		width: 100%;
		min-width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}
	.fn_cs_counter_with_rating .leftpart li{width: 50%;float: left;}
}
@media(max-width: 480px){
	.fn_cs_counter_with_rating .rightpart{padding-right: 100px;padding-left: 40px;padding-top: 40px;}
	.fn_cs_counter_with_rating .rating_holder{right: 0px;}
	.fn_cs_counter_with_rating .rightpart:after{top: 250px;}
	.fn_cs_counter_with_rating .rightpart:before{top: 230px;}
	.fn_cs_counter_with_rating .leftpart li{width: 100%;text-align: center;}
	.fn_cs_counter_with_rating .leftpart h3{font-size: 36px;}
	.fn_cs_counter_with_rating{padding: 70px 0px;}
}
/*------------------------------------------------------------------*/
/*	25) PROJECT STICKY MODERN (since industify)
/*------------------------------------------------------------------*/
.fn_cs_project_sticky_modern{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_project_sticky_modern .inner{
	width: 100%;
    float: left;
    clear: both;
    position: relative;
    display: flex;
    flex-direction: row;
}
.fn_cs_project_sticky_modern .left_part{
	width: 400px;
    min-width: 400px;
}
.fn_cs_project_sticky_modern .left_part_in{
	width: 100%;
	padding: 55px 50px 60px 50px;
	background-color: #45a2df;
}
.fn_cs_project_sticky_modern .right_part{
	width: 100%;
    padding-left: 60px;
    position: relative;
}
.fn_cs_project_sticky_modern .left_part h3{
	margin: 0px;
    padding: 0px;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 36px;
    line-height: 1.2;
    color: #041230;
	position: relative;
    padding-bottom: 13px;
	margin-bottom: 21px;
	left: -2px;
}
.fn_cs_project_sticky_modern .left_part h3:after{
	content: '';
    position: absolute;
    bottom: 0px;
    left: 2px;
    width: 100px;
    height: 2px;
    background-color: #45a2df;
}
.fn_cs_project_sticky_modern .left_part p{
	margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 33px;
}
.fn_cs_project_sticky_modern .left_part a{
	text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 14px;
	line-height: 50px;
	padding: 0px 30px;
	font-family: ''Open Sans'';
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .5px;
	color: #eee;
	background-color: #081225;
	border-radius: 2px;
}
.fn_cs_project_sticky_modern .right_part ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
}
.fn_cs_project_sticky_modern .right_part li{
	width: 100%;
	margin: 0px;
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 40px;
}
.fn_cs_project_sticky_modern .right_part li:last-child{
	margin-bottom: 0px;
}
.fn_cs_project_sticky_modern .right_part .item{
	width: 100%;
    float: left;
    clear: both;
    position: relative;
	padding: 0px 50px;
    box-sizing: border-box;
}
.fn_cs_project_sticky_modern .right_part .img_holder{
	position: relative;
}
.fn_cs_project_sticky_modern .right_part .title_holder{
	width: 100%;
    float: left;
    clear: both;
    z-index: 10;
    padding: 31px 30px 35px 30px;
    box-sizing: border-box;
}
.fn_cs_project_sticky_modern .right_part .title_holder h3{
	margin: 0px;
    padding: 0px;
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 8px;
	position: relative;
	left: -2px;
}
.fn_cs_project_sticky_modern .right_part .title_holder h3 a{
	color: #eee;
}
.fn_cs_project_sticky_modern .right_part .title_holder p{
	margin: 0px;
    padding: 0px;
    line-height: 1;
}
.fn_cs_project_sticky_modern .right_part .title_holder p a{
	position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 18px;
    padding-right: 25px;
	font-family: ''Open Sans'';
}
.fn_cs_project_sticky_modern .right_part .img_holder img{
	position: relative;
	opacity: 0;
	z-index: -3;
	min-width: 100%;
	min-height: 250px;
}
.fn_cs_project_sticky_modern .right_part .img_holder .abs_img{
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    background-size: cover;
    background-repeat: no-repeat;

    background-position: center center;
}
.fn_cs_project_sticky_modern .right_part .img_holder a{
	z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.2);
    transition: all .3s ease;
}
.fn_cs_project_sticky_modern .right_part .img_holder a:before{
	content: '';
    background-color: #45a2df;
    left: 50px;
    top: 49px;
    width: 0px;
    height: 2px;
    position: absolute;
    z-index: 22;
    transition: all .3s ease;
    transition-delay: .3s;
}
.fn_cs_project_sticky_modern .right_part .img_holder a:after{
	content: '';
    background-color: #45a2df;
    left: 59px;
    top: 40px;
    width: 2px;
    height: 0px;
    position: absolute;
    z-index: 22;
    transition: all .3s ease;
}
.fn_cs_project_sticky_modern .right_part .title_holder p svg,
.fn_cs_project_sticky_modern .right_part .title_holder p img{
	width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
}
.fn_cs_project_sticky_modern .right_part .title_holder > a{
	opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 33;
}
.fn_cs_project_sticky_modern .right_part .item:after{
	left: 0px;
    right: 0px;
    bottom: 0px;
	top: 50px;
    background-color: #eff4f7;
    content: '';
    position: absolute;
    z-index: -1;
}
.fn_cs_project_sticky_modern .right_part .item:hover .img_holder a{
	background-color: rgba(15,15,22,.2);
}
.fn_cs_project_sticky_modern .right_part .item:hover .img_holder a:after{
	height: 20px;
}
.fn_cs_project_sticky_modern .right_part .item:hover .img_holder a:before{
	width: 20px;
}
.fn_cs_project_sticky_modern .right_part .item:hover .title_holder p a{
	color: #45a2df;
}
.fn_cs_project_sticky_modern .right_part .item:hover .title_holder > a{
	opacity: 1;
	visibility: visible;
}
.fn_cs_project_sticky_modern .right_part .item{
	transition: all .5s ease;
}
.fn_cs_project_sticky_modern .right_part .item:hover{
	padding: 0px;
}
.fn_cs_project_sticky_modern[data-animation-type="beta"] .right_part .item{
	padding: 0px;
}
.fn_cs_project_sticky_modern[data-animation-type="gamma"] .right_part .item{
	padding: 0px 50px;
}
@media(max-width: 1400px){
	.fn_cs_project_sticky_modern .right_part .img_holder a:after{
		top: 30px;
    	left: 39px;
	}
	.fn_cs_project_sticky_modern .right_part .img_holder a:before{
		top: 39px;
		left: 30px;
	}
}
@media(max-width: 1200px){
	.fn_cs_project_sticky_modern .left_part{width: 100%;min-width: 100%;margin-bottom: 70px;}
	.fn_cs_project_sticky_modern .right_part{width: 100%;min-width: 100%;padding-left: 0px;}
	.fn_cs_project_sticky_modern .inner{flex-direction: column;}
}
@media(max-width: 1040px){
	.fn_cs_project_sticky_modern .right_part .item{padding: 0px !important;}
	.fn_cs_project_sticky_modern .right_part .title_holder h3{font-size: 20px;line-height: 1.3;}
}
/*------------------------------------------------------------------*/
/*	26) TRIPLE BLOG MODERN
/*------------------------------------------------------------------*/
.fn_cs_triple_blog_modern{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_triple_blog_modern ul{
	list-style-type: none;
	margin: 0;
	margin-left: -30px;
}
.fn_cs_triple_blog_modern li{
	width: 33.3333%;
	float: left;
	padding-left: 30px;
	margin-bottom: 40px;
}
.fn_cs_triple_blog_modern .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_triple_blog_modern .img_holder{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	background-color: #aaa;
    position: relative;
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_triple_blog_modern .img_holder a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.fn_cs_triple_blog_modern .img_holder img{
	opacity: 0;
	position: relative;
	z-index: -5;
	min-width: 100%;
}
.fn_cs_triple_blog_modern .time{
	position: absolute;
	z-index: 15;
	padding: 20px 19px 25px 19px;
	max-width: 100%;
	width: 80px;
}
.fn_cs_triple_blog_modern .time span:after{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	bottom: 15px;
	right: 0px;
	background-color: #ad3110;
	z-index: -1;
}
.fn_cs_triple_blog_modern .time span:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	border-top: 15px solid #ad3110;
	border-right: 80px solid transparent;
	z-index: -1;
}
.fn_cs_triple_blog_modern .time h3{
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	letter-spacing: -2px;
	position: relative;
	margin-bottom: 5px;
	font-weight: 300;
}
.fn_cs_triple_blog_modern .time h3:after{
	left: 0px;
	right: 0px;
	position: absolute;
	content: '';
	background-color: #ffc600;
	height: 1px;
	top: 100%;
}
.fn_cs_triple_blog_modern .time h5{
	margin: 0px;
	padding: 0px;
	color: #fff;
	letter-spacing: 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.fn_cs_triple_blog_modern .title_holder{
	width: 100%;
	float: left;
	clear: both;
	padding: 24px 0px 0px 0px;
}
.fn_cs_triple_blog_modern .title_holder p.t_header{
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 0px;
	color: #666;
	margin-bottom: 10px;
}
.fn_cs_triple_blog_modern .title_holder p.t_header span.t_author{
	display: inline-block;
}
.fn_cs_triple_blog_modern .title_holder p.t_header span.t_category{
	display: inline-block;
	position: relative;
}
.fn_cs_triple_blog_modern .title_holder p.t_header a{
	color: #45a2df;
	text-decoration: none;
	text-transform: capitalize;
	border-bottom: 1px solid #45a2df;
}
.fn_cs_triple_blog_modern .title_holder p.t_header a:hover{
	border-bottom-color: transparent !important;
}
.fn_cs_triple_blog_modern .title_holder > h3{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	letter-spacing: 0px;
	color: #041230;
	line-height: 1.2;
	margin-bottom: 24px;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer{
	margin: 0;
	padding: 0;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer a.bg{
	display: inline-block;
	border-radius: 3px;
	background-color: #081225;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 8px;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer a.bg:hover{
	background-color: #ad3110;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr{
	text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 27px;
    font-size: 18px;
    line-height: 24px;
	background-color: transparent !important;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr img,
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr svg{
	width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    right: 0px;
    position: absolute;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr .arrow_hover img,
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr .arrow_hover svg{
	opacity: 0;
    right: 20px;
}

.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr:hover .arrow svg{
	opacity: 0;
}
.fn_cs_triple_blog_modern .title_holder p.t_footer a.arr:hover .arrow_hover svg{
	right: 0px;
	opacity: 1;
	transition: opacity .3s 0s ease, right .3s 0s ease;
}
@media(max-width: 768px){
	.fn_cs_triple_blog_modern li{width: 100%;}
}
/*------------------------------------------------------------------*/
/*	27) HERO HEADER MODERN
/*------------------------------------------------------------------*/
.cons_w_wrapper .fn_cs_hero_header_modern{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: auto;
}
.cons_w_wrapper .fn_cs_hero_header_modern .content_holder{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 5;
}
.cons_w_wrapper .fn_cs_hero_header_modern .title_holder,
.cons_w_wrapper .fn_cs_hero_header_modern .btn_holder{
	width: 100%;
	float: left;
	clear: both;
}
.cons_w_wrapper .fn_cs_hero_header_modern .bg_holder{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 0;
}
.cons_w_wrapper .fn_cs_hero_header_modern .o_img{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
.cons_w_wrapper .fn_cs_hero_header_modern .o_color{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 4;
}
.cons_w_wrapper .fn_cs_hero_header_modern[data-height="vh"]{
	height: 100vh;
}
.cons_w_wrapper .fn_cs_hero_header_modern h3{
	margin: 0;
	padding: 0;
	font-size: 60px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -1.5px;
	padding-bottom: 14px;
	position: relative;
	margin-bottom: 31px;
	color: #eee;
}
.cons_w_wrapper .fn_cs_hero_header_modern h3:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 100px;
	height: 3px;
	background-color: #d24e1a;
}
.cons_w_wrapper .fn_cs_hero_header_modern p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 43px;
}
.cons_w_wrapper .fn_cs_hero_header_modern .video{
	position: relative;
	display: inline-block;
	padding-left: 80px;
	cursor: pointer;
}
.cons_w_wrapper .fn_cs_hero_header_modern .video .text{
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: 300;
	min-height: 60px;
	font-family: ''Open Sans'';
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.cons_w_wrapper .fn_cs_hero_header_modern .video .icon{
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 2px solid #ccc;
	top: 0px;
	left: 0px;
	transition: all .2s linear;
}
.cons_w_wrapper .fn_cs_hero_header_modern .video .icon:after{
	content: '';
	position: absolute;
	border: 16px solid transparent;
	border-left-color: #ccc;
	border-top-width: 9px;
	border-bottom-width: 9px;
	top: 50%;
	left: 50%;
	margin: -9px 0px 0px -5px;
	transition: all .2s ease;
	z-index: 1;
}
.cons_w_wrapper .fn_cs_hero_header_modern .video .icon:before{
    content: '';
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px auto auto -30px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: inherit;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
	
	border: 15px solid #ccc;
	
	transition: opacity 2s 1s ease;
	
    border-radius: 100%;
}
.cons_w_wrapper .fn_cs_hero_header_modern .video:hover .icon:before{
	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;
}
@media(max-width: 1200px){.cons_w_wrapper .fn_cs_hero_header_modern h3{font-size: 36px;}}
/*------------------------------------------------------------------*/
/*	28) PRINCIPLES MODERN
/*------------------------------------------------------------------*/
.fn_cs_principles_modern{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding-top: 30px;
}
.fn_cs_principles_modern:after{
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: '';
	z-index: -1;
}
.fn_cs_principles_modern .inner{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding: 30px 0px;
}
.fn_cs_principles_modern .inner:after{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 100%;
	width: 100px;
	content: '';
}
.fn_cs_principles_modern .inner:before{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 100%;
	width: 100px;
	content: '';
}
.fn_cs_principles_modern span.shape1{
	position: absolute;
	left: 0px;
	bottom: 100%;
	border-right: 20px solid rgba(49,99,151,0.4);
	border-top: 30px solid transparent;
}
.fn_cs_principles_modern span.shape2{
	position: absolute;
	left: 20px;
	bottom: 100%;
	border-left: 1150px solid rgba(49,99,151,0.4);
	border-top: 30px solid transparent;
}
.fn_cs_principles_modern ul{
	list-style-type: none;
	margin: 0;
	margin-left: -30px;
}
.fn_cs_principles_modern ul li{
	width: 33.3333%;
	float: left;
	padding-left: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.fn_cs_principles_modern .item{
	width: 100%;
	float: left;
	clear: both;
	height: 100%;
	position: relative;
	border: 10px solid #eee;
	padding: 105px 50px 95px 50px;
}
.fn_cs_principles_modern .item .number_holder{
	position: absolute;
	width: 70px;
	height: 80px;
	left: 50px;
	top: -10px;
	font-size: 36px;
	letter-spacing: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fn_cs_principles_modern .item .number_holder:after{
	border-top: 70px solid rgba(210,78,26,0.4);
	content: '';
	position: absolute;
	left: 100%;
	top: 10px;
	border-right: 20px solid transparent;
	transition: all .3s ease;
}
.fn_cs_principles_modern .item .icon{
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	bottom: 48px;
	left: 50px;
	color: #eee;
	transition: all .3s ease;
}
.fn_cs_principles_modern .item a{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	text-decoration: none;
}
.fn_cs_principles_modern .item:hover .icon{
	color: #d24e1a;
}
.fn_cs_principles_modern .item .icon svg,
.fn_cs_principles_modern .item .icon img{
	width: 15px;
	height: 15px;
	bottom: 0px;
	left: 0px;
	position: absolute;
}
.fn_cs_principles_modern .item:hover .number_holder:after{
	border-right-width: 30px;
}
.fn_cs_principles_modern .item h3{
	margin: 0;
	padding: 0;
	font-size: 24px;
	margin-bottom: 18px;
}
.fn_cs_principles_modern .item p{
	margin: 0;
	padding: 0;
}
@media(max-width: 1200px){
	.fn_cs_principles_modern ul li{width: 50%;}
	.fn_cs_principles_modern ul li:nth-of-type(3n){
		width: 100%;
	}
}
@media(max-width: 768px){
	.fn_cs_principles_modern ul li{width: 100% !important;}
}
@media(max-width: 480px){
	.fn_cs_principles_modern .item{padding: 95px 30px 75px 30px;}
	.fn_cs_principles_modern .item .number_holder{left: 30px;height: 70px;}
	.fn_cs_principles_modern .item .number_holder:after{border-top-width: 60px;}
	.fn_cs_principles_modern .item .icon{left: 30px;bottom: 38px;}
}
/*------------------------------------------------------------------*/
/*	29) ANIMATIONS
/*------------------------------------------------------------------*/
@-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)}
}
@-webkit-keyframes cs_fn_top{ from{ left:5px;}
 to{  left: 15px;}
}
@keyframes  cs_fn_top{ from{ left:5px;}
 to{  left: 15px;}
}
/* some changes */
.fn_cs_project_sticky .left_part h3{
	margin: 0px;
    padding: 0px;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 36px;
    line-height: 1.2;
    color: #041230;
    padding-bottom: 14px;
    position: relative;
    left: -2px;
	margin-bottom: 33px;
	text-transform: capitalize;
}
.fn_cs_project_sticky .left_part h3 span{
	display: block;
}
.fn_cs_experience .list ul{margin-left: -40px;}
.fn_cs_experience .inner{flex-direction: row;}
.fn_cs_experience .list{margin-left: 150px;}
@media(max-width: 1040px){
	.fn_cs_experience .inner{flex-direction: column;}
	.fn_cs_experience .list{margin-left: 0px;}
	.fn_cs_experience .inner{padding: 100px 0px;}
}
/*------------------------------------------------------------------*/
/*	30) SERVICE QUERY
/*------------------------------------------------------------------*/
.fn_cs_service_query{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_service_query .top_bar{
	width: 100%;
	float: left;
	clear: both;
	padding: 55px 50px;
	background-color: #111724;
}
.fn_cs_service_query .t_inner{
	width: 100%;
	float: left;
	clear: both;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	position: relative;
	padding-right: 100px;
}
.fn_cs_service_query .t_inner h3{
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-size: 30px;
	color: #eee;
	line-height: 40px;
}
.fn_cs_service_query .t_inner span{
	position: relative;
	font-size: 14px;
	color: #bbb;
	letter-spacing: 0px;
	margin-left: 62px;
	min-height: 40px;
	display: flex;
	align-items: center;
}
.fn_cs_service_query .t_inner span:after{
	top: 0px;
	right: 100%;
	margin-right: 30px;
	width: 2px;
	bottom: 0px;
	background-color: rgba(255,255,255,.1);
	position: absolute;
	content: '';
}
.fn_cs_service_query .service_part{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_service_query .service_part .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_service_query .service_part .item:after{
	content: '';
	position: absolute;
	z-index: 55;
	right: 0px;
	width: 2px;
	top: 0px;
	bottom: 0px;
	background-color: #111724;
}
.fn_cs_service_query .service_part .item .img_holder{
	position: relative;
	z-index: 1;
}
.fn_cs_service_query .service_part .item .img_holder img{
	position: relative;
	z-index: -5;
	opacity: 0;
}
.fn_cs_service_query .service_part .item .abs_img{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fn_cs_service_query .service_part .item .title{
	top: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	z-index: 10;
	padding: 45px 50px 100px 50px;
	
	background: rgba(0,0,0,0.6); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0)); /* Standard syntax */
}
.fn_cs_service_query .service_part .item .title h3{
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 1.1;
	max-width: 260px;
}
.fn_cs_service_query .service_part .item .title h3 a{
	color: #eee;
}
.fn_cs_service_query .service_part .item .title h3 a:hover{
	color: #fff;
}
.fn_cs_service_query .service_part .item .view_more{
	position: absolute;
	z-index: 15;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 100px 50px 50px 50px;
	background: rgba(0,0,0,0.6); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* Standard syntax */
}
.fn_cs_service_query .service_part .item .view_more a{
	display: inline-block;
	position: relative;
	border: 1px solid #eee;
	border-radius: 100px;
	padding: 0px 47px 0px 20px;
	line-height: 38px;
	color: #eee;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fn_cs_service_query .service_part .item .view_more img,
.fn_cs_service_query .service_part .item .view_more svg{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
	width: 15px;
	height: 15px;
	transition: right .3s ease;
}
.fn_cs_service_query .service_part .item .view_more a:hover img,
.fn_cs_service_query .service_part .item .view_more a:hover svg{
	right: 15px;
}
.fn_cs_service_query .service_part .item .view_more a:hover{
	color: #fff;
	border-color: #fff;
}
.fn_cs_service_query .service_part .item .img_holder:after{
	position: absolute;
	z-index: 10;
	content: '';
	left: 0px;
	top: 0px;
	right: 100%;
	bottom: 0px;
	background-color: rgba(0,0,0,0.6);
	transition: all .5s cubic-bezier(0.040, 0.630, 0.000, 0.965);
}
.fn_cs_service_query .service_part .item:hover .img_holder:after{
	right: 0px;
}
.fn_cs_service_query .owl_control{
	position: absolute;
	right: 0px;
	top: 5px;
}
.fn_cs_service_query .owl_control div{
	width: 30px;
	height: 30px;
	border-radius: 2px;
	background-color: #d24e1a;
	position: absolute;
	right: 0px;
	cursor: pointer;
}
.fn_cs_service_query .owl_control div:after{
	content: '';
	position: absolute;
	top: 11px;
	left: 13px;
	border: 5px solid transparent;
	border-left-color: #fff;
}
.fn_cs_service_query .owl_control .fn_prev:after{
	border-left-color: transparent;
	border-right-color: #fff;
	left: auto;
	right: 13px;
}
.fn_cs_service_query .owl_control .fn_prev{
	right: 35px;
}
@media(max-width: 1200px){
	.fn_cs_service_query .service_part .item .title{
		padding: 25px 30px 70px 30px;
	}
	.fn_cs_service_query .top_bar{
		padding: 55px 30px;
	}
}
@media(max-width: 1040px){
	.fn_cs_service_query .t_inner{
		flex-direction: column;
		padding-right: 0px;
		padding-bottom: 25px;
	}
	.fn_cs_service_query .t_inner span{margin-left: 0px;}
	.fn_cs_service_query .t_inner span:after{
		width: 100px;
		height: 3px;
		top: auto;
		left: 0px;
		margin-right: 0px;
		bottom: 100%;
		margin-bottom: 24px;
	}
	.fn_cs_service_query .t_inner h3{
		margin-bottom: 39px;
	}
	.fn_cs_service_query .owl_control{
		top: auto;
		left: 0px;
		right: auto;
		bottom: 0px;
	}
	.fn_cs_service_query .owl_control div{
		right: auto;
	}
	.fn_cs_service_query .owl_control .fn_prev{
		left: 0px;
	}
	.fn_cs_service_query .owl_control .fn_next{
		left: 35px;
	}
	.fn_cs_service_query .top_bar{
		padding-bottom: 85px;
	}
}
/*------------------------------------------------------------------*/
/*	31) ABOUT with RATING
/*------------------------------------------------------------------*/
.fn_cs_about_with_rating{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_about_with_rating .awr_inner{
	width: 100%;
	float: left;
	clear: both;
	display: flex;
    flex-direction: row;
}
.fn_cs_about_with_rating .left_part{
	width: 400px;
    min-width: 400px;
	padding-top: 32px;
}
.fn_cs_about_with_rating .left_part h3{
	margin: 0px;
    padding: 0px;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0px;
    color: #14141c;
    font-weight: 300;
    padding-bottom: 14px;
    position: relative;
    margin-bottom: 32px;
	left: -3px;
}
.fn_cs_about_with_rating .left_part h3:after{
	content: '';
    position: absolute;
    bottom: -9px;
    left: 3px;
    width: 100px;
    height: 3px;
    background-color: #d24e1a;
}
.fn_cs_about_with_rating .left_part p{
	margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 33px;
}
.fn_cs_about_with_rating .left_part p span{
	display: block;
	margin-bottom: 26px;
}
.fn_cs_about_with_rating .left_part p span:last-child{
	margin-bottom: 0px;
}
.fn_cs_about_with_rating .right_part{
	width: 100%;
    float: right;
    clear: both;
    position: relative;
	padding-left: 15%;
	margin-left: auto;
}
.fn_cs_about_with_rating .r_inner{
	width: 100%;
    float: left;
    clear: both;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.07);
}
.fn_cs_about_with_rating .top_section{
	width: 100%;
    float: left;
    clear: both;
	padding: 50px;
	background-color: #fff;
	padding-bottom: 52px;
	border-bottom: 2px solid rgba(0,0,0,0.05);
	position: relative;
}
.fn_cs_about_with_rating .badge_holder{
	width: 100%;
    float: left;
    clear: both;
	position: relative;
	border: 10px solid #d24e1a;
}
.fn_cs_about_with_rating .badge_left{
	width: 50%;
	float: left;
	position: relative;
	padding: 17px 20px 8px 20px;
}
.fn_cs_about_with_rating .badge_right{
	left: 50%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fn_cs_about_with_rating .badge_left h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 0;
	color: #14141c;
}
.fn_cs_about_with_rating .badge_left .b_title{
	margin-bottom: 60px;
	width: 100%;
    float: left;
    clear: both;
}
.fn_cs_about_with_rating .badge_left .b_desc{
	width: 100%;
    float: left;
    clear: both;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.fn_cs_about_with_rating .badge_left .year{
	font-size: 72px;
	font-family: ''Open Sans'';
	line-height: 1;
	letter-spacing: -1px;
	color: #14141c;
	font-weight: 300;
	margin-right: 14px;
}
.fn_cs_about_with_rating .badge_left .text{
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #d24e1a;
	font-family: ''Open Sans'';
}
.fn_cs_about_with_rating .rating_holder{
	position: absolute;
	right: 70px;
	top: 50px;
	width: 80px;
	padding: 6px 13px 11px 13px;
	text-align: center;
	background-color: #316397;
	color: #fff;
}
.fn_cs_about_with_rating .r_header{
    position: absolute;
    left: 0px;
    right: 0px;
    height: 10px;
    background-color: #316397;
    bottom: 100%;
}
.fn_cs_about_with_rating .r_header:after{
    border-top: 10px solid transparent;
    border-right: 5px solid #111623;
    content: '';
    position: absolute;
    right: 100%;
    top: 0px;
}
.fn_cs_about_with_rating .r_header:before{
    border-top: 10px solid transparent;
    border-left: 5px solid #111623;
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
}
.fn_cs_about_with_rating .r_footer:before{
    position: absolute;
    top: 100%;
    right: 0px;
    content: '';
    border-top: 15px solid #316397;
    border-left: 40px solid transparent;
}
.fn_cs_about_with_rating .r_footer:after{
    position: absolute;
    top: 100%;
    left: 0px;
    content: '';
    border-top: 15px solid #316397;
    border-right: 40px solid transparent;
}
.fn_cs_about_with_rating .rating_holder a{
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 22;
}
.fn_cs_about_with_rating .rating_holder svg,
.fn_cs_about_with_rating .rating_holder img{
    width: 36px;
    height: 36px;
    position: relative;
    margin-top: -11px;
}
.fn_cs_about_with_rating h3.rating_number{
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    letter-spacing: -0.25px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-top: -7px;
    margin-bottom: 5px;
}
.fn_cs_about_with_rating h3.rating_text{
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
}
.fn_cs_about_with_rating .bottom_section{
	width: 100%;
	float: left;
	clear: both;
	padding: 50px;
	background-color: #fff;
}
.fn_cs_about_with_rating .bottom_section .list{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_about_with_rating .bottom_section .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding-left: 50px;
	min-height: 30px;
	display: flex;
	align-items: center;
}
.fn_cs_about_with_rating .bottom_section ul{
	list-style-type: none;
	margin: 0px;
}
.fn_cs_about_with_rating .bottom_section li{
	margin: 0px;
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
}
.fn_cs_about_with_rating .bottom_section li:last-child{
	margin-bottom: 0;
}
.fn_cs_about_with_rating .bottom_section .icon{
	position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #d24e1a;
	color: #d24e1a;
}
.fn_cs_about_with_rating .bottom_section .icon img,
.fn_cs_about_with_rating .bottom_section .icon svg{
	width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0px 0px -7px;
}
.fn_cs_about_with_rating .bottom_section p{
	margin: 0;
	padding: 0;
	font-family: ''Open Sans'';
	font-size: 18px;
	color: #14141c;
}
@media(max-width: 1200px){
	.fn_cs_about_with_rating .awr_inner{flex-direction: column;}
	.fn_cs_about_with_rating .left_part{
		width: 100%;
		min-width: 100%;
		margin-bottom: 50px;
		padding-top: 0px;
	}
	.fn_cs_about_with_rating .badge_left{
		min-height: 320px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.fn_cs_about_with_rating .right_part{
		width: 100%;
		padding-left: 0px;
	}
	.fn_cs_about_with_rating .left_part h3{font-size: 36px;}
	.fn_cs_about_with_rating .top_section{
		padding: 40px;
		padding-bottom: 42px;
	}
	.fn_cs_about_with_rating .rating_holder{top: 40px;right: 60px;}
	.fn_cs_about_with_rating .bottom_section{padding: 40px;}
}
@media(max-width: 768px){
	.fn_cs_about_with_rating .badge_left{min-height: inherit; width: 100%;padding-right: 100px;}
	.fn_cs_about_with_rating .badge_right{display: none;}
	.fn_cs_about_with_rating .top_section{padding: 20px;padding-bottom: 22px;}
	.fn_cs_about_with_rating .rating_holder{right: 40px;top: 20px;}
	.fn_cs_about_with_rating .bottom_section{padding: 20px;}
	.fn_cs_about_with_rating .bottom_section p{font-size: 16px;}
}
/*------------------------------------------------------------------*/
/*	32) SINGLE TESTIMONIAL
/*------------------------------------------------------------------*/
.fn_cs_single_testimonial{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_single_testimonial .inner{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	border: 10px solid #e4810c;
	padding: 61px 150px;
	
	box-sizing: border-box;
}
.fn_cs_single_testimonial .inner svg,
.fn_cs_single_testimonial .inner img{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 60px;
	left: 60px;
	color: #d24e1a;
}
.fn_cs_single_testimonial .inner p{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: 300;
	color: #eee;
	margin-bottom: 36px;
}
.fn_cs_single_testimonial .inner h3{
	padding: 0px;
	margin: 0px;
	letter-spacing: 0px;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 6px;
	color: #eee;
}
.fn_cs_single_testimonial .inner h5{
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	color: #d24e1a;
	font-size: 18px;
}
@media(max-width: 1200px){
	.fn_cs_single_testimonial .inner{padding: 41px 80px 41px 100px;}
	.fn_cs_single_testimonial .inner svg, .fn_cs_single_testimonial .inner img{
		left: 40px;
		width: 40px;
		height: 40px;
		top: 40px;
	}
}
@media(max-width: 768px){
	.fn_cs_single_testimonial .inner{padding: 30px;}
	.fn_cs_single_testimonial .inner svg, .fn_cs_single_testimonial .inner img{
		bottom: 23px;
		right: 30px;
		top: auto;
		left: auto;
	}
	.fn_cs_single_testimonial .inner h3,
	.fn_cs_single_testimonial .inner h5{
		padding-right: 50px;
	}
}
@media(max-width: 480px){
	.fn_cs_single_testimonial .inner{border-width: 5px;}
}
/*------------------------------------------------------------------*/
/*	33) PROJECT STICKY FULL
/*------------------------------------------------------------------*/
.fn_cs_project_sticky_full{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_project_sticky_full .inner{
	width: 100%;
	float: left;
	clear: both;
	display: flex;
	flex-direction: row;
}
.fn_cs_project_sticky_full .left_part{
	width: 600px;
	min-width: 600px;
	padding: 143px 100px 150px 100px;
}
.fn_cs_project_sticky_full .right_part{
	width: 100%;
	float: left;
	clear: both;
	padding: 30px;
	background-color: #111724;
}
.fn_cs_project_sticky_full .left_part h3{
	margin: 0px;
    padding: 0px;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0px;
    color: #14141c;
    font-weight: 300;
    padding-bottom: 14px;
    position: relative;
    margin-bottom: 32px;
    left: -3px;
}
.fn_cs_project_sticky_full .left_part h3:after{
	content: '';
    position: absolute;
    bottom: -9px;
    left: 3px;
    width: 100px;
    height: 3px;
    background-color: #d24e1a;
}
.fn_cs_project_sticky_full .left_part p{
	margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 33px;
	color: #666;
}
.fn_cs_project_sticky_full .left_part p span{
	display: block;
    margin-bottom: 26px;
}
.fn_cs_project_sticky_full .left_part p span:last-child{
	margin-bottom: 0px;
}
.fn_cs_project_sticky_full .left_part a{
	display: block;
	line-height: 1;
	padding: 20px 28px 17px 28px;
	border-radius: 2px;
	text-decoration: none;
	font-family: ''Open Sans'';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .5px;
	color: #fff;
	background-color: #d24e1a;
	max-width: fit-content;
	max-width: max-content;
	max-width: intrinsic;
	max-width: -moz-max-content;
	max-width: -webkit-max-content;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fn_cs_project_sticky_full .left_part a:hover{
	background-color: #45a2df;
}
.fn_cs_project_sticky_full .right_part ul{
	margin: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
}
.fn_cs_project_sticky_full .right_part li{
	width: 100%;
	float: left;
	clear: both;
	margin: 0px;
	margin-bottom: 30px;
}
.fn_cs_project_sticky_full .right_part li:last-child{
	margin-bottom: 0px;
}
.fn_cs_project_sticky_full .right_part .item{
	width: 100%;
	float: left;
	clear: both;
	display: flex;
	flex-direction: row;
}
.fn_cs_project_sticky_full .right_part .img_holder{
	width: 55%;
	min-width: 55%;
	float: left;
	position: relative;
}
.fn_cs_project_sticky_full .right_part .img_holder img{
	position: relative;
	z-index: 3;
	opacity: 0;
}
.fn_cs_project_sticky_full .right_part .img_holder a{
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fn_cs_project_sticky_full .right_part .abs_img{
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fn_cs_project_sticky_full .right_part .title_holder{
	width: 45%;
	float: right;
	background-color: #181e2b;
	border: 1px solid rgba(255,255,255,.03);
	border-left-width: 0px;
	padding: 62px 70px 31px 70px;
	display: flex;
	flex-direction: column;
}
.fn_cs_project_sticky_full .right_part .title_holder h3{
	margin: 0;
	padding: 0;
	letter-spacing: 0px;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 36px;
}
.fn_cs_project_sticky_full .right_part .title_holder h3 a{
	color: #eee;
}
.fn_cs_project_sticky_full .right_part .title_holder h3 a:hover{
	color: #45a2df;
}
.fn_cs_project_sticky_full .right_part .title_holder p{
	margin: 0;
	padding: 0;
	padding-top: 24px;
	border-top: 1px solid rgba(255,255,255,.2);
	position: relative;
	margin-top: auto;
}
.fn_cs_project_sticky_full .right_part .title_holder p:after{
	top: -1px;
	content: '';
	position: absolute;
	left: 0px;
	right: 100%;
	height: 1px;
	background-color: rgba(255,255,255,.3);
	transition: all 500ms cubic-bezier(0.040, 0.630, 0.000, 0.965);
}
.fn_cs_project_sticky_full .right_part .item:hover p:after{
	right: 0px;
}
.fn_cs_project_sticky_full .right_part .title_holder p a{
	display: block;
	max-width: fit-content;
	max-width: max-content;
	max-width: intrinsic;
	max-width: -moz-max-content;
	max-width: -webkit-max-content;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 29px;
	color: #eee;
	font-size: 18px;
	letter-spacing: 0px;
	position: relative;
	font-family: ''Open Sans'';
}
.fn_cs_project_sticky_full .right_part .title_holder p a svg,
.fn_cs_project_sticky_full .right_part .title_holder p a img{
	width: 14px;
	height: 14px;
	right: 5px;
	top: 50%;
	position: absolute;
	margin-top: -7px;
	transition: all .3s ease;
}
.fn_cs_project_sticky_full .right_part .title_holder p a:hover svg,
.fn_cs_project_sticky_full .right_part .title_holder p a:hover img{
	right: 0px;
}
.fn_cs_project_sticky_full .right_part .title_holder span.desc{
	color: #999;
	font-size: 14px;
	display: block;
	margin-bottom: 30px;
}
@media(max-width: 1500px){
	.fn_cs_project_sticky_full .left_part{
		padding-left: 50px;
		padding-right: 50px;
		width: 500px;
		min-width: 500px;
		padding-top: 83px;
		padding-bottom: 90px;
	}
	.fn_cs_project_sticky_full .right_part .title_holder{
		padding: 34px 30px 31px 30px;
	}
	.fn_cs_project_sticky_full .right_part .title_holder h3{
		font-size: 24px;
	}
}
@media(max-width: 1200px){
	.fn_cs_project_sticky_full .left_part h3{font-size: 36px;left: -2px;}
	.fn_cs_project_sticky_full .left_part h3:after{left: 2px;}
	.fn_cs_project_sticky_full .inner{flex-direction: column;}
	.fn_cs_project_sticky_full .left_part{
		width: 100%;
		min-width: 100%;
		padding-top: 45px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 50px;
	}
}
@media(max-width: 768px){
	.fn_cs_project_sticky_full .right_part .item{flex-direction: column;}
	.fn_cs_project_sticky_full .right_part .title_holder,
	.fn_cs_project_sticky_full .right_part .img_holder{width: 100%;min-width: 100%;}
	.fn_cs_project_sticky_full .right_part .title_holder{border-top-width: 0px;border-left-width: 1px;}
}
@media(max-width: 480px){
	.fn_cs_project_sticky_full .right_part{padding: 20px;}
	.fn_cs_project_sticky_full .right_part li{margin-bottom: 20px;}
	.fn_cs_project_sticky_full .right_part .title_holder{padding: 24px 20px 21px 20px;}
}
/*------------------------------------------------------------------*/ 
/*	34) KENBURNSY
/*------------------------------------------------------------------*/
.fn_cs_kenburnsy_wrap{
	width: 100%;
	position: relative;
	float: left;
}
.fn_cs_kenburnsy {
	overflow: hidden;
	height: 100vh;
}
body.admin-bar .fn_cs_kenburnsy{
	height: calc(100vh - 32px);
	height: -moz-calc(100vh - 32px);
	height: -webkit-calc(100vh - 32px);
}
@media(max-width: 782px){
	body.admin-bar .fn_cs_kenburnsy{
		height: calc(100vh - 66px);
		height: -moz-calc(100vh - 66px);
		height: -webkit-calc(100vh - 66px);
	}
}
.kenburnsy {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.fn_cs_kenburnsy img {
  visibility: hidden;
}

.kenburnsy .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}



/********************************************
global css
**************************************/
.elementor-widget-heading.elementor-widget-heading .elementor-heading-title{color:#6ec1e4;}.elementor-widget-heading .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-image .widget-image-caption{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-text-editor{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#6ec1e4;}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button{font-family:"Roboto", Sans-serif;font-weight:500;background-color:#61ce70;}.elementor-widget-divider .elementor-divider-separator{border-top-color:#7a7a7a;}.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:#6ec1e4;}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:#6ec1e4;}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-image-carousel .elementor-image-carousel-caption{font-family:"Roboto", Sans-serif;font-weight:500;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:#7a7a7a;}.elementor-widget-icon-list .elementor-icon-list-icon i{color:#6ec1e4;}.elementor-widget-icon-list .elementor-icon-list-text{color:#54595f;}.elementor-widget-icon-list .elementor-icon-list-item{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-counter .elementor-counter-number-wrapper{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-counter .elementor-counter-title{color:#54595f;font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:#6ec1e4;}.elementor-widget-progress .elementor-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-testimonial .elementor-testimonial-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-testimonial .elementor-testimonial-name{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-testimonial .elementor-testimonial-job{color:#54595f;font-family:"Roboto Slab", Sans-serif;font-weight:400;}.elementor-widget-tabs .elementor-tab-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-tabs .elementor-tab-title.elementor-active{color:#61ce70;}.elementor-widget-tabs .elementor-tab-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-accordion .elementor-accordion .elementor-tab-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active{color:#61ce70;}.elementor-widget-accordion .elementor-accordion .elementor-tab-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-toggle .elementor-toggle .elementor-tab-title{color:#6ec1e4;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active{color:#61ce70;}.elementor-widget-toggle .elementor-toggle .elementor-tab-content{color:#7a7a7a;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-alert .elementor-alert-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-widget-alert .elementor-alert-description{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-widget-frel-about-with-rating .left_part h3{color:#6ec1e4;}.elementor-widget-frel-about-with-rating .left_part h3:after{background-color:#6ec1e4;}.elementor-widget-frel-about-with-rating .left_part p{color:#6ec1e4;}.elementor-widget-frel-about-with-rating .top_section{background-color:#6ec1e4;border-bottom-color:#6ec1e4;}.elementor-widget-frel-about-with-rating .bottom_section{background-color:#6ec1e4;}.elementor-widget-frel-about-with-rating .badge_holder{border-color:#6ec1e4;}.elementor-widget-frel-about-with-rating .badge_holder h3{color:#6ec1e4;}.elementor-widget-frel-about-with-rating .badge_holder .year{color:#6ec1e4;}.elementor-widget-frel-about-with-rating .badge_holder .text{color:#6ec1e4;}.elementor-widget-frel-about-with-rating .rating_holder{background-color:#6ec1e4;color:#6ec1e4;}.elementor-widget-frel-about-with-rating .r_header{background-color:#6ec1e4;}.elementor-widget-frel-about-with-rating .r_footer:after{border-top-color:#6ec1e4;}.elementor-widget-frel-about-with-rating .r_footer:before{border-top-color:#6ec1e4;}.elementor-widget-frel-about-with-rating .r_header:before{border-left-color:#6ec1e4;}.elementor-widget-frel-about-with-rating .r_header:after{border-right-color:#6ec1e4;}.elementor-widget-frel-about-with-rating h3.rating_number{color:#6ec1e4;}.elementor-widget-frel-about-with-rating h3.rating_text{color:#6ec1e4;}.elementor-widget-frel-about-with-rating .bottom_section .icon{color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-frel-about-with-rating .bottom_section p{color:#6ec1e4;}.elementor-widget-frel-about .leftpart h3.title{color:#6ec1e4;}.elementor-widget-frel-about .leftpart h3.title:after{background-color:#6ec1e4;}.elementor-widget-frel-about .leftpart p.desc{color:#6ec1e4;}.elementor-widget-frel-about .leftpart h3.name{color:#6ec1e4;}.elementor-widget-frel-about .leftpart p.occ{color:#6ec1e4;}.elementor-widget-frel-about .rightpart .border .span1:after,.elementor-widget-frel-about .rightpart .border .span1:before,.elementor-widget-frel-about .rightpart .border .span2:after,.elementor-widget-frel-about .rightpart .border .span2:before{background-color:#6ec1e4;}.elementor-widget-frel-accordion .fn_cs_accordion h3{color:#6ec1e4;}.elementor-widget-frel-accordion .fn_cs_accordion .acc_head p{color:#6ec1e4;}.elementor-widget-frel-accordion .fn_cs_accordion .plus:after{background-color:#6ec1e4;}.elementor-widget-frel-accordion .fn_cs_accordion .plus:before{background-color:#6ec1e4;}.elementor-widget-frel-accordion .fn_cs_accordion .plus{border-color:#6ec1e4;}.elementor-widget-frel-accordion .fn_cs_accordion .acc_content p{color:#6ec1e4;}.elementor-widget-frel-arrow-link a{color:#6ec1e4;}.elementor-widget-frel-arrow-link a svg{color:#6ec1e4;}.elementor-widget-frel-bottom-line p{color:#6ec1e4;}.elementor-widget-frel-bottom-line .inner{border-top-color:#6ec1e4;}.elementor-widget-frel-button a{font-family:"Roboto", Sans-serif;font-weight:600;color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-button a:hover{color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-call-to-action h3{font-family:"Roboto", Sans-serif;font-weight:600;color:#6ec1e4;}.elementor-widget-frel-call-to-action p{font-family:"Roboto", Sans-serif;font-weight:600;color:#6ec1e4;}.elementor-widget-frel-call-to-action a{font-family:"Roboto", Sans-serif;font-weight:600;color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-call-to-action .fn_cs_call_to_action{background-color:#6ec1e4;}.elementor-widget-frel-call-to-action a:hover{color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-check-list .fn_cs_check_list h3{color:#6ec1e4;}.elementor-widget-frel-check-list .fn_cs_check_list p{color:#6ec1e4;}.elementor-widget-frel-check-list .fn_cs_check_list svg{color:#6ec1e4;}.elementor-widget-frel-check-list .fn_cs_check_list img{color:#6ec1e4;}.elementor-widget-frel-counter-with-content .fn_cs_counter_with_content:after{background-color:#6ec1e4;}.elementor-widget-frel-counter-with-content .fn_cs_counter_with_content:before,.elementor-widget-frel-counter-with-content .rightpart:after{background-color:#6ec1e4;}.elementor-widget-frel-counter-with-content .leftpart h3{color:#6ec1e4;}.elementor-widget-frel-counter-with-content .leftpart p{color:#6ec1e4;}.elementor-widget-frel-counter-with-content .rightpart h5{color:#6ec1e4;}.elementor-widget-frel-counter-with-content .rightpart h3{color:#6ec1e4;}.elementor-widget-frel-counter-with-content .rightpart p{color:#6ec1e4;}.elementor-widget-frel-counter-with-content .o_color{background-color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .fn_cs_counter_with_rating:after{background-color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .leftpart h3{color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .leftpart p{color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .o_image:after{background-color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .content_holder h5{color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .content_holder h3{color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .content_holder h3:after{background-color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .content_holder p{color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .o_color{background-color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .rightpart:after{background-color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .rightpart:before{border-right-color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .rating_holder:after{background-color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .rating_holder .r_footer:before{border-top-color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .rating_holder .r_footer:after{border-top-color:#6ec1e4;}.elementor-widget-frel-counter-with-rating .rating_holder{color:#6ec1e4;}.elementor-widget-frel-counter-with-rating h3.rating_number{color:#6ec1e4;}.elementor-widget-frel-counter-with-rating h3.rating_text{color:#6ec1e4;}.elementor-widget-frel-description p{color:#6ec1e4;}.elementor-widget-frel-experience .o_color{background-color:#6ec1e4;}.elementor-widget-frel-experience .badge_holder{border-color:#6ec1e4;}.elementor-widget-frel-experience .title h3{color:#6ec1e4;}.elementor-widget-frel-experience .desc span.year{color:#6ec1e4;}.elementor-widget-frel-experience .desc span.text{color:#6ec1e4;}.elementor-widget-frel-experience .list span{color:#6ec1e4;}.elementor-widget-frel-experience .list span:after{background-color:#6ec1e4;}.elementor-widget-frel-hero-header-modern .o_color{background-color:#6ec1e4;}.elementor-widget-frel-hero-header-modern .content_holder h3{color:#6ec1e4;}.elementor-widget-frel-hero-header-modern .content_holder h3:after{background-color:#6ec1e4;}.elementor-widget-frel-hero-header-modern .content_holder p{color:#6ec1e4;}.elementor-widget-frel-hero-header-modern .video .text{color:#6ec1e4;}.elementor-widget-frel-hero-header-modern .video .icon{border-color:#6ec1e4;}.elementor-widget-frel-hero-header-modern .video .icon:after{border-left-color:#6ec1e4;}.elementor-widget-frel-hero-header-modern .video .icon:before{border-color:#6ec1e4;}.elementor-widget-frel-hero-header .o_color{background-color:#6ec1e4;}.elementor-widget-frel-hero-header .content_holder h3{color:#6ec1e4;}.elementor-widget-frel-hero-header .content_holder h3:after{background-color:#6ec1e4;}.elementor-widget-frel-hero-header .content_holder p{color:#6ec1e4;}.elementor-widget-frel-hero-header a.discover{color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-hero-header a.discover:hover{color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-hero-header .video .text{color:#6ec1e4;}.elementor-widget-frel-hero-header .video .icon{border-color:#6ec1e4;}.elementor-widget-frel-hero-header .video .icon:after{border-left-color:#6ec1e4;}.elementor-widget-frel-hero-header .video .icon:before{border-color:#6ec1e4;}.elementor-widget-frel-info-list .fn_cs_info_list.full{background-color:#6ec1e4;}.elementor-widget-frel-info-list .fn_cs_info_list.contained .list{background-color:#6ec1e4;}.elementor-widget-frel-info-list .fn_cs_info_list h3{color:#6ec1e4;}.elementor-widget-frel-info-list .fn_cs_info_list p{color:#6ec1e4;}.elementor-widget-frel-info-list .fn_cs_info_list svg{color:#6ec1e4;}.elementor-widget-frel-info-list .fn_cs_info_list .icon{border-color:#6ec1e4;}.elementor-widget-frel-info-rating .o_color{background-color:#6ec1e4;}.elementor-widget-frel-info-rating .left_part{background-color:#6ec1e4;}.elementor-widget-frel-info-rating .left_part:after{background-color:#6ec1e4;}.elementor-widget-frel-info-rating .left_part:before{background-color:#6ec1e4;}.elementor-widget-frel-info-rating .left_part h3{color:#6ec1e4;}.elementor-widget-frel-info-rating .left_part p{color:#6ec1e4;}.elementor-widget-frel-info-rating .l_video .text{color:#6ec1e4;}.elementor-widget-frel-info-rating .l_video .icon{border-color:#6ec1e4;}.elementor-widget-frel-info-rating .l_video .text:after{background-color:#6ec1e4;}.elementor-widget-frel-info-rating .middle_part .m_in{background-color:#6ec1e4;}.elementor-widget-frel-info-rating .middle_part .rating_holder{background-color:#6ec1e4;color:#6ec1e4;}.elementor-widget-frel-info-rating .middle_part .r_header{background-color:#6ec1e4;}.elementor-widget-frel-info-rating .middle_part .r_footer:before{border-top-color:#6ec1e4;}.elementor-widget-frel-info-rating .middle_part .r_footer:after{border-top-color:#6ec1e4;}.elementor-widget-frel-info-rating .middle_part .r_header:before{border-left-color:#6ec1e4;}.elementor-widget-frel-info-rating .middle_part .r_header:after{border-right-color:#6ec1e4;}.elementor-widget-frel-info-rating .middle_part h3.rating_number{color:#6ec1e4;}.elementor-widget-frel-info-rating .middle_part h3.rating_text{color:#6ec1e4;}.elementor-widget-frel-info-rating .middle_part .tagline_holder span{color:#6ec1e4;}.elementor-widget-frel-info-rating .middle_part .tagline_holder span:after{background-color:#6ec1e4;}.elementor-widget-frel-introduce .o_color{background-color:#6ec1e4;}.elementor-widget-frel-introduce .wing12{border-right-color:#6ec1e4;}.elementor-widget-frel-introduce .wing11{border-left-color:#6ec1e4;}.elementor-widget-frel-introduce .wing22{border-top-color:#6ec1e4;}.elementor-widget-frel-introduce .wing21{border-top-color:#6ec1e4;}.elementor-widget-frel-introduce .title_holder h5{color:#6ec1e4;}.elementor-widget-frel-introduce .title_holder h3{color:#6ec1e4;}.elementor-widget-frel-introduce .title_holder h3:after{background-color:#6ec1e4;}.elementor-widget-frel-introduce .title_holder p{color:#6ec1e4;}.elementor-widget-frel-introduce .badge_holder{border-color:#6ec1e4;}.elementor-widget-frel-introduce .badge_holder h3{color:#6ec1e4;}.elementor-widget-frel-introduce .badge_holder .year{color:#6ec1e4;}.elementor-widget-frel-introduce .badge_holder span:not(.year){color:#6ec1e4;}.elementor-widget-frel-introduce .fn_cs_introduce span.video{background-color:#6ec1e4;}.elementor-widget-frel-introduce .fn_cs_introduce span.video span:before{border-color:#6ec1e4;}.elementor-widget-frel-introduce .fn_cs_introduce span.video:before, .elementor-widget-frel-introduce .fn_cs_introduce span.video:after{border-left-color:#6ec1e4;}.elementor-widget-frel-location-list .fn_cs_location_list .title_holder{background-color:#6ec1e4;}.elementor-widget-frel-location-list .fn_cs_location_list h3{color:#6ec1e4;}.elementor-widget-frel-location-list .fn_cs_location_list .icon{background-color:#6ec1e4;color:#6ec1e4;}.elementor-widget-frel-location-list .fn_cs_location_list .shape{background-color:#6ec1e4;}.elementor-widget-frel-location-list .fn_cs_location_list .content_holder{background-color:#6ec1e4;}.elementor-widget-frel-location-list .fn_cs_location_list p{color:#6ec1e4;}.elementor-widget-frel-location-list .fn_cs_location_list a{color:#6ec1e4;}.elementor-widget-frel-main-slider-with-content .o_color{background-color:#6ec1e4;}.elementor-widget-frel-main-slider-with-content .title_holder h3{color:#6ec1e4;}.elementor-widget-frel-main-slider-with-content .title_holder p{color:#6ec1e4;}.elementor-widget-frel-main-slider-with-content .swiper_controller div{background-color:#6ec1e4;}.elementor-widget-frel-main-slider-with-content .swiper_controller .fn_next:after{border-left-color:#6ec1e4;}.elementor-widget-frel-main-slider-with-content .swiper_controller .fn_prev:after{border-right-color:#6ec1e4;}.elementor-widget-frel-main-slider-with-content .swiper_pagination > span{color:#6ec1e4;}.elementor-widget-frel-main-title h3{color:#6ec1e4;}.elementor-widget-frel-main-title h3 span{color:#6ec1e4;}.elementor-widget-frel-main-title h3:after{background-color:#6ec1e4;}.elementor-widget-frel-principles-modern .fn_cs_principles_modern:after{background-color:#6ec1e4;}.elementor-widget-frel-principles-modern .inner{background-color:#6ec1e4;}.elementor-widget-frel-principles-modern .inner:after{background-color:#6ec1e4;}.elementor-widget-frel-principles-modern .inner:before{background-color:#6ec1e4;}.elementor-widget-frel-principles-modern .shape span.shape1{border-right-color:#6ec1e4;}.elementor-widget-frel-principles-modern .shape span.shape2{border-left-color:#6ec1e4;}.elementor-widget-frel-principles-modern .item{border-color:#6ec1e4;}.elementor-widget-frel-principles-modern .number_holder{background-color:#6ec1e4;color:#6ec1e4;}.elementor-widget-frel-principles-modern .number_holder:after{border-top-color:#6ec1e4;}.elementor-widget-frel-principles-modern .item h3{color:#6ec1e4;}.elementor-widget-frel-principles-modern .item p{color:#6ec1e4;}.elementor-widget-frel-principles-modern .item a{color:#6ec1e4;}.elementor-widget-frel-principles .left_part h3{color:#6ec1e4;}.elementor-widget-frel-principles .left_part h3:after{background-color:#6ec1e4;}.elementor-widget-frel-principles .left_part p{color:#6ec1e4;}.elementor-widget-frel-principles li .title_holder:after{background-color:#6ec1e4;}.elementor-widget-frel-principles li .item:after{background-color:#6ec1e4;}.elementor-widget-frel-principles li .title_holder:before{border-left-color:#6ec1e4;}.elementor-widget-frel-principles li .item:before{border-top-color:#6ec1e4;}.elementor-widget-frel-principles .item .title_holder{background-color:#6ec1e4;}.elementor-widget-frel-principles .right_part h3{color:#6ec1e4;}.elementor-widget-frel-principles .right_part p{color:#6ec1e4;}.elementor-widget-frel-principles .number_holder{color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-full .right_part{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-full .right_part .title_holder{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-full .right_part .title_holder h3 a{color:#6ec1e4;}.elementor-widget-frel-project-sticky-full .right_part .title_holder h3 a:hover{color:#6ec1e4;}.elementor-widget-frel-project-sticky-full .right_part .title_holder p a{color:#6ec1e4;}.elementor-widget-frel-project-sticky-full .right_part .title_holder p{border-top-color:#6ec1e4;}.elementor-widget-frel-project-sticky-full .right_part .title_holder p:after{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-full .left_part h3{color:#6ec1e4;}.elementor-widget-frel-project-sticky-full .left_part h3:after{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-full .left_part p{color:#6ec1e4;}.elementor-widget-frel-project-sticky-full .left_part a{color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-full .left_part a:hover{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .right_part .title_holder h3 a{color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .right_part .title_holder p a{color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .right_part .item:hover .title_holder p a{color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .right_part .item:after{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .right_part .img_holder a{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .right_part .item:hover .img_holder a{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .right_part .img_holder a:before{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .right_part .img_holder a:after{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .left_part_in{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .left_part h3{color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .left_part h3:after{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .left_part p{color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .left_part a{color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-project-sticky-modern .left_part a:hover{color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-project-sticky .right_part .title_holder h3 a{color:#6ec1e4;}.elementor-widget-frel-project-sticky .right_part .title_holder p a{color:#6ec1e4;}.elementor-widget-frel-project-sticky .right_part .item:hover .title_holder p a{color:#6ec1e4;}.elementor-widget-frel-project-sticky .right_part .item:after{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky .right_part .img_holder a{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky .right_part .item:hover .img_holder a{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky .right_part .img_holder a:before{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky .right_part .img_holder a:after{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky .left_part h3{color:#6ec1e4;}.elementor-widget-frel-project-sticky .left_part h3:after{background-color:#6ec1e4;}.elementor-widget-frel-project-sticky .left_part p{color:#6ec1e4;}.elementor-widget-frel-project-sticky .left_part a{color:#6ec1e4;}.elementor-widget-frel-project-sticky .left_part a svg{color:#6ec1e4;}.elementor-widget-frel-service-query .top_bar{background-color:#6ec1e4;}.elementor-widget-frel-service-query .t_inner h3{color:#6ec1e4;}.elementor-widget-frel-service-query .t_inner span{color:#6ec1e4;}.elementor-widget-frel-service-query .owl_control div{background-color:#6ec1e4;}.elementor-widget-frel-service-query .owl_control .fn_prev:after{border-right-color:#6ec1e4;}.elementor-widget-frel-service-query .owl_control .fn_next:after{border-left-color:#6ec1e4;}.elementor-widget-frel-service-query .service_part .item .img_holder:after{background-color:#6ec1e4;}.elementor-widget-frel-service-query .service_part .item .title h3 a{color:#6ec1e4;}.elementor-widget-frel-service-query .service_part .item .title h3 a:hover{color:#6ec1e4;}.elementor-widget-frel-service-query .service_part .item .view_more a{color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-frel-service-query .service_part .item .view_more a:hover{color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-frel-services-classic span.bg1{background-color:#6ec1e4;}.elementor-widget-frel-services-classic span.bg2{background-color:#6ec1e4;}.elementor-widget-frel-services-classic .arrow{color:#6ec1e4;}.elementor-widget-frel-services-classic .icon{color:#6ec1e4;}.elementor-widget-frel-services-classic h3{color:#6ec1e4;}.elementor-widget-frel-services-classic p{color:#6ec1e4;}.elementor-widget-frel-services-classic span.more_details a{color:#6ec1e4;}.elementor-widget-frel-services span.bg1{background-color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-frel-services .icon{background-color:#6ec1e4;color:#6ec1e4;}.elementor-widget-frel-services .icon span:after{border-top-color:#6ec1e4;}.elementor-widget-frel-services .icon:after{border-right-color:#6ec1e4;}.elementor-widget-frel-services .icon:before{border-left-color:#6ec1e4;}.elementor-widget-frel-services h3{color:#6ec1e4;}.elementor-widget-frel-services p{color:#6ec1e4;}.elementor-widget-frel-services span.bg2{background-color:#6ec1e4;}.elementor-widget-frel-services .item:hover h3{color:#6ec1e4;}.elementor-widget-frel-services .item:hover p{color:#6ec1e4;}.elementor-widget-frel-services .arrow{color:#6ec1e4;}.elementor-widget-frel-single-testimonial p{color:#6ec1e4;}.elementor-widget-frel-single-testimonial h3{color:#6ec1e4;}.elementor-widget-frel-single-testimonial h5{color:#6ec1e4;}.elementor-widget-frel-single-testimonial .inner{border-color:#6ec1e4;}.elementor-widget-frel-single-testimonial svg,.elementor-widget-frel-single-testimonial img{color:#6ec1e4;}.elementor-widget-frel-support-block .desc p{font-family:"Roboto", Sans-serif;font-weight:600;color:#6ec1e4;}.elementor-widget-frel-support-block .bottom_section .link_block a{font-family:"Roboto", Sans-serif;font-weight:600;color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-support-block .bottom_section .tfree_block p{font-family:"Roboto", Sans-serif;font-weight:600;color:#6ec1e4;}.elementor-widget-frel-support-block .support_block{background-color:#6ec1e4;border-color:#6ec1e4;}.elementor-widget-frel-support-block .bottom_section .link_block a:hover{color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-support-block .bottom_section div:nth-child(2):after{background-color:#6ec1e4;}.elementor-widget-frel-support-block .icon{background-color:#6ec1e4;color:#6ec1e4;}.elementor-widget-frel-support-block .icon span:after{border-top-color:#6ec1e4;}.elementor-widget-frel-support-block .icon:after{border-right-color:#6ec1e4;}.elementor-widget-frel-support-block .icon:before{border-left-color:#6ec1e4;}.elementor-widget-frel-support-block .img_wrap span{border-right-color:#6ec1e4;}.elementor-widget-frel-triple-blog-modern .time span:after{background-color:#6ec1e4;}.elementor-widget-frel-triple-blog-modern .time span:before{border-top-color:#6ec1e4;}.elementor-widget-frel-triple-blog-modern .time h3{color:#6ec1e4;}.elementor-widget-frel-triple-blog-modern .time h5{color:#6ec1e4;}.elementor-widget-frel-triple-blog-modern .time h3:after{background-color:#6ec1e4;}.elementor-widget-frel-triple-blog-modern .title_holder p.t_header{color:#6ec1e4;}.elementor-widget-frel-triple-blog-modern p.t_header a{color:#6ec1e4;border-bottom-color:#6ec1e4;}.elementor-widget-frel-triple-blog-modern .title_holder h3 a{color:#6ec1e4;}.elementor-widget-frel-triple-blog-modern .title_holder h3 a:hover{color:#6ec1e4;}.elementor-widget-frel-triple-blog-modern p.t_footer a.bg{color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-triple-blog-modern p.t_footer a.bg:hover{color:#6ec1e4;background-color:#6ec1e4;}.elementor-widget-frel-triple-blog-modern p.t_footer a.arr{color:#6ec1e4;}.elementor-widget-frel-triple-blog .title_holder h3 a{color:#6ec1e4;}.elementor-widget-frel-triple-blog .title_holder h3 a:hover{color:#6ec1e4;}.elementor-widget-frel-triple-blog .title_holder p{color:#6ec1e4;}.elementor-widget-frel-triple-blog a.icon{color:#6ec1e4;}
/********************************************
post 277 css
**************************************/
.elementor-227 .elementor-element.elementor-element-23ac36a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-227 .elementor-element.elementor-element-3b554ca .o_img{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-227 .elementor-element.elementor-element-3b554ca .o_color{background-color:rgba(20,21,30,0.9);}.elementor-227 .elementor-element.elementor-element-3b554ca .content_holder{padding-top:272px;padding-bottom:280px;max-width:800px;}.elementor-227 .elementor-element.elementor-element-3b554ca .video{max-width:228px;}.elementor-227 .elementor-element.elementor-element-3b554ca .content_holder h3{color:#eee;}.elementor-227 .elementor-element.elementor-element-3b554ca .content_holder h3:after{background-color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-3b554ca .content_holder p{color:#ddd;}.elementor-227 .elementor-element.elementor-element-3b554ca .video .text{color:#eee;}.elementor-227 .elementor-element.elementor-element-3b554ca .video .icon{border-color:#fff;}.elementor-227 .elementor-element.elementor-element-3b554ca .video .icon:after{border-left-color:#fff;}.elementor-227 .elementor-element.elementor-element-3b554ca .video .icon:before{border-color:#fff;}.elementor-227 .elementor-element.elementor-element-10e2b50{margin-top:-30px;margin-bottom:0px;}.elementor-227 .elementor-element.elementor-element-c9f25a3 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-227 .elementor-element.elementor-element-03edeca .fn_cs_principles_modern:after{background-color:#111724;}.elementor-227 .elementor-element.elementor-element-03edeca .inner{background-color:#0e141f;}.elementor-227 .elementor-element.elementor-element-03edeca .inner:after{background-color:#0e141f;}.elementor-227 .elementor-element.elementor-element-03edeca .inner:before{background-color:#0e141f;}.elementor-227 .elementor-element.elementor-element-03edeca .shape span.shape1{border-right-color:rgba(49,99,151,0.4);}.elementor-227 .elementor-element.elementor-element-03edeca .shape span.shape2{border-left-color:rgba(49,99,151,0.4);}.elementor-227 .elementor-element.elementor-element-03edeca .item{border-color:#eee;}.elementor-227 .elementor-element.elementor-element-03edeca .number_holder{background-color:#d24e1a;color:#eee;}.elementor-227 .elementor-element.elementor-element-03edeca .number_holder:after{border-top-color:rgba(210,78,26,0.4);}.elementor-227 .elementor-element.elementor-element-03edeca .item h3{color:#eee;}.elementor-227 .elementor-element.elementor-element-03edeca .item p{color:#eee;}.elementor-227 .elementor-element.elementor-element-03edeca .item a{color:#eee;}.elementor-227 .elementor-element.elementor-element-5d63913 > .elementor-background-overlay{background-image:url("http://industify.frenify.com/1/wp-content/uploads/2018/08/about-bg-left.png");background-position:top left;background-repeat:no-repeat;background-size:auto;opacity:0.1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-227 .elementor-element.elementor-element-5d63913{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:150px 0px 150px 0px;}.elementor-227 .elementor-element.elementor-element-17f0192 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-227 .elementor-element.elementor-element-c118747 .leftpart h3.title{color:#14141c;}.elementor-227 .elementor-element.elementor-element-c118747 .leftpart h3.title:after{background-color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-c118747 .leftpart p.desc{color:#666;}.elementor-227 .elementor-element.elementor-element-c118747 .leftpart h3.name{color:#14141c;}.elementor-227 .elementor-element.elementor-element-c118747 .leftpart p.occ{color:#666;}.elementor-227 .elementor-element.elementor-element-c118747 .rightpart .border .span1:after,.elementor-227 .elementor-element.elementor-element-c118747 .rightpart .border .span1:before,.elementor-227 .elementor-element.elementor-element-c118747 .rightpart .border .span2:after,.elementor-227 .elementor-element.elementor-element-c118747 .rightpart .border .span2:before{background-color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-3d4c765 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-227 .elementor-element.elementor-element-c61c3ae .top_bar{background-color:#111724;}.elementor-227 .elementor-element.elementor-element-c61c3ae .t_inner h3{color:#eee;}.elementor-227 .elementor-element.elementor-element-c61c3ae .t_inner span{color:#bbb;}.elementor-227 .elementor-element.elementor-element-c61c3ae .owl_control div{background-color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-c61c3ae .owl_control .fn_prev:after{border-right-color:#fff;}.elementor-227 .elementor-element.elementor-element-c61c3ae .owl_control .fn_next:after{border-left-color:#fff;}.elementor-227 .elementor-element.elementor-element-c61c3ae .service_part .item .img_holder:after{background-color:rgba(0,0,0,0.6);}.elementor-227 .elementor-element.elementor-element-c61c3ae .service_part .item .title h3 a{color:#eee;}.elementor-227 .elementor-element.elementor-element-c61c3ae .service_part .item .title h3 a:hover{color:#fff;}.elementor-227 .elementor-element.elementor-element-c61c3ae .service_part .item .view_more a{color:#eee;border-color:#eee;}.elementor-227 .elementor-element.elementor-element-c61c3ae .service_part .item .view_more a:hover{color:#fff;border-color:#fff;}.elementor-227 .elementor-element.elementor-element-729e12f{background-color:#f8feff;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:150px 0px 150px 0px;}.elementor-227 .elementor-element.elementor-element-729e12f > .elementor-background-overlay{background-image:url("http://industify.frenify.com/1/wp-content/uploads/2018/08/abstract.png");background-position:top right;background-repeat:no-repeat;opacity:0.1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-227 .elementor-element.elementor-element-b3ce97c > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-227 .elementor-element.elementor-element-9e1c582 .left_part h3{color:#14141c;}.elementor-227 .elementor-element.elementor-element-9e1c582 .left_part h3:after{background-color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-9e1c582 .left_part p{color:#666;}.elementor-227 .elementor-element.elementor-element-9e1c582 .top_section{background-color:#fff;border-bottom-color:rgba(0,0,0,0.05);}.elementor-227 .elementor-element.elementor-element-9e1c582 .bottom_section{background-color:#fff;}.elementor-227 .elementor-element.elementor-element-9e1c582 .badge_holder{border-color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-9e1c582 .badge_holder h3{color:#14141c;}.elementor-227 .elementor-element.elementor-element-9e1c582 .badge_holder .year{color:#14141c;}.elementor-227 .elementor-element.elementor-element-9e1c582 .badge_holder .text{color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-9e1c582 .rating_holder{background-color:#316397;color:#fff;}.elementor-227 .elementor-element.elementor-element-9e1c582 .r_header{background-color:#316397;}.elementor-227 .elementor-element.elementor-element-9e1c582 .r_footer:after{border-top-color:#316397;}.elementor-227 .elementor-element.elementor-element-9e1c582 .r_footer:before{border-top-color:#316397;}.elementor-227 .elementor-element.elementor-element-9e1c582 .r_header:before{border-left-color:#111623;}.elementor-227 .elementor-element.elementor-element-9e1c582 .r_header:after{border-right-color:#111623;}.elementor-227 .elementor-element.elementor-element-9e1c582 h3.rating_number{color:#fff;}.elementor-227 .elementor-element.elementor-element-9e1c582 h3.rating_text{color:#fff;}.elementor-227 .elementor-element.elementor-element-9e1c582 .bottom_section .icon{color:#d24e1a;border-color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-9e1c582 .bottom_section p{color:#14141c;}.elementor-227 .elementor-element.elementor-element-5a22c29 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-227 .elementor-element.elementor-element-b81c3d0 h3{font-family:"'Open Sans'", Sans-serif;font-size:30px;font-weight:400;line-height:32px;letter-spacing:0px;color:#eee;}.elementor-227 .elementor-element.elementor-element-b81c3d0 p{font-family:"Open Sans", Sans-serif;font-size:18px;font-weight:400;line-height:24px;letter-spacing:0px;color:#999;}.elementor-227 .elementor-element.elementor-element-b81c3d0 a{font-family:"'Open Sans'", Sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;line-height:50px;letter-spacing:0.5px;color:#041230;background-color:#fff;}.elementor-227 .elementor-element.elementor-element-b81c3d0 .fn_cs_call_to_action{padding-top:50px;padding-bottom:50px;border-radius:0px;background-color:#0f0f16;}.elementor-227 .elementor-element.elementor-element-b81c3d0 a:hover{color:#fff;background-color:#45a2df;}.elementor-227 .elementor-element.elementor-element-7865a3e{background-image:url("http://industify.frenify.com/1/wp-content/uploads/2018/08/single-testimonial.jpg");transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:150px 0px 150px 0px;}.elementor-227 .elementor-element.elementor-element-7865a3e > .elementor-background-overlay{background-color:#14151e;opacity:0.9;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-227 .elementor-element.elementor-element-76e6faf p{color:#eee;}.elementor-227 .elementor-element.elementor-element-76e6faf h3{color:#eee;}.elementor-227 .elementor-element.elementor-element-76e6faf h5{color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-76e6faf .inner{border-color:rgba(238,238,238,0.2);}.elementor-227 .elementor-element.elementor-element-76e6faf svg,.elementor-227 .elementor-element.elementor-element-76e6faf img{color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-544e689 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-227 .elementor-element.elementor-element-631a37a .right_part{background-color:#111724;}.elementor-227 .elementor-element.elementor-element-631a37a .right_part .title_holder{background-color:#181e2b;}.elementor-227 .elementor-element.elementor-element-631a37a .right_part .title_holder h3 a{color:#eee;}.elementor-227 .elementor-element.elementor-element-631a37a .right_part .title_holder h3 a:hover{color:#45a2df;}.elementor-227 .elementor-element.elementor-element-631a37a .right_part .title_holder p a{color:#eee;}.elementor-227 .elementor-element.elementor-element-631a37a .right_part .title_holder p{border-top-color:rgba(255,255,255,.2);}.elementor-227 .elementor-element.elementor-element-631a37a .right_part .title_holder p:after{background-color:rgba(255,255,255,.3);}.elementor-227 .elementor-element.elementor-element-631a37a .left_part h3{color:#14141c;}.elementor-227 .elementor-element.elementor-element-631a37a .left_part h3:after{background-color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-631a37a .left_part p{color:#666;}.elementor-227 .elementor-element.elementor-element-631a37a .left_part a{color:#fff;background-color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-631a37a .left_part a:hover{background-color:#45a2df;}.elementor-227 .elementor-element.elementor-element-6ade177{background-color:#f8feff;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:142px 0px 105px 0px;}.elementor-227 .elementor-element.elementor-element-6ade177 > .elementor-background-overlay{background-image:url("http://industify.frenify.com/1/wp-content/uploads/2018/08/map.png");background-position:top center;background-repeat:no-repeat;opacity:0.2;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-227 .elementor-element.elementor-element-8dbb680 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-227 .elementor-element.elementor-element-8dbb680 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-227 .elementor-element.elementor-element-89f299b .title_holder{max-width:400px;}.elementor-227 .elementor-element.elementor-element-89f299b h3{color:#14141c;}.elementor-227 .elementor-element.elementor-element-89f299b h3 span{color:#14141c;}.elementor-227 .elementor-element.elementor-element-89f299b h3:after{background-color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-89f299b > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-227 .elementor-element.elementor-element-9cca02c .time span:after{background-color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-9cca02c .time span:before{border-top-color:#d24e1a;}.elementor-227 .elementor-element.elementor-element-9cca02c .time h3{color:#fff;}.elementor-227 .elementor-element.elementor-element-9cca02c .time h5{color:#fff;}.elementor-227 .elementor-element.elementor-element-9cca02c .time h3:after{background-color:#ffc600;}.elementor-227 .elementor-element.elementor-element-9cca02c .title_holder p.t_header{color:#666;}.elementor-227 .elementor-element.elementor-element-9cca02c p.t_header a{color:#45a2df;border-bottom-color:#45a2df;}.elementor-227 .elementor-element.elementor-element-9cca02c .title_holder h3 a{color:#041230;}.elementor-227 .elementor-element.elementor-element-9cca02c .title_holder h3 a:hover{color:#45a2df;}.elementor-227 .elementor-element.elementor-element-9cca02c p.t_footer a.bg{color:#fff;background-color:#081225;}.elementor-227 .elementor-element.elementor-element-9cca02c p.t_footer a.bg:hover{color:#fff;background-color:#ad3110;}.elementor-227 .elementor-element.elementor-element-9cca02c p.t_footer a.arr{color:#041230;}@media(max-width:1024px){.elementor-227 .elementor-element.elementor-element-5d63913{padding:100px 0px 100px 0px;}.elementor-227 .elementor-element.elementor-element-729e12f{padding:100px 0px 100px 0px;}.elementor-227 .elementor-element.elementor-element-6ade177{padding:92px 0px 55px 0px;}}@media(max-width:767px){.elementor-227 .elementor-element.elementor-element-5d63913{padding:70px 0px 70px 0px;}.elementor-227 .elementor-element.elementor-element-729e12f{padding:70px 0px 70px 0px;}.elementor-227 .elementor-element.elementor-element-6ade177{padding:62px 0px 25px 0px;}}
/* 01. BASE */
a,i,textarea{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}iframe,img,table{max-width:100%}table td,table th{vertical-align:top}article,aside,details,figcaption,figure,footer,header,hgroup,nav,pre,section{display:block}.space10,.space100,.space1000,.space20,.space200,.space30,.space300,.space40,.space400,.space50,.space500,.space60,.space70,.space90{float:left;clear:both;width:100%}.space10,.space100,.space1000,.space20,.space200,.space30,.space300,.space40,.space400,.space50,.space500,.space60,.space70,.space90,textarea{width:100%}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{background:0 0;border:0;margin:0;padding:0;vertical-align:baseline;outline:0}table,table td,table th,table tr{border:1px solid #eee}blockquote{quotes:none}blockquote:after,blockquote:before{content:'';content:none}ol,ul{margin:30px}ol li,ul li{margin-bottom:5px}img{vertical-align:middle;height: auto;}del{text-decoration:line-through}a,i{transition:all .3s ease;border:none}a:hover{text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:700;color:#333;margin-bottom:20px}h1{font-size:45px}h2{font-size:36px}h3{font-size:30px}h4{font-size:24px}h5{font-size:20px}h6,table th{font-size:16px}table{text-align:left;border-collapse:collapse;border-spacing:0;margin-bottom:15px;color:#999}table th{color:#333;background:0 0;font-weight:400;padding:15px 10px}table td{padding:10px}code,pre{padding:10px 10px 0;border-left:3px solid #6FBF71;border-bottom:1px solid transparent;background:#f7f7f7;}pre{word-break:break-all;word-wrap:break-word}pre code{white-space:pre-wrap}p{letter-spacing:1px}.space10{margin-bottom:10px}.space20{margin-bottom:20px}.space30{margin-bottom:30px}.space40{margin-bottom:40px}.space50{margin-bottom:50px}.space60{margin-bottom:60px}.space70{margin-bottom:70px}.space80{width:100%;float:left;clear:both;margin-bottom:80px}.space90{margin-bottom:90px}.space100{margin-bottom:100px}.space200{margin-bottom:200px}.space300{margin-bottom:300px}.space400{margin-bottom:400px}.space500{margin-bottom:500px}.space1000{margin-bottom:1000px}textarea{border-radius:0;font-size:13px;color:#333;resize:vertical;font-family:Raleway,Arial,Helvetica,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;line-height:1.4;padding:10px!important;border:1px solid #eee;transition:all .3s ease}.uneditable-input,input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week]{border-radius:0;font-size:13px;color:#333;letter-spacing:.5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;font-family:Raleway,Arial,Helvetica,sans-serif;line-height:1.6;padding:10px!important;height:44px;vertical-align:middle;border:1px solid #eee;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.uneditable-input:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,input[type=text]:focus,input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,textarea:focus{border-color:#ccc;background:#eee}input[type=submit]{padding:13px 15px;height:44px;line-height:1;text-transform:uppercase;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.5px;border:none;cursor:pointer;color:#FFF;background:#777;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}input[type=submit]:hover{background:#444}select{padding:8px;border:2px solid #eee}input[type=button]{cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* sceleton */
.clearfix,.clearfix:after,.container{clear:both}.container,.row{height:auto}.container,.fn-col-12{width:100%}.clearfix:after,.clearfix:before{display:table;line-height:0;content:""}.container{max-width:1250px;margin-left:auto;margin-right:auto;padding:0 40px;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.container.full{max-width:100%}.fn-sidebar,[class*=fn-col]{float:left;margin-right:4%}[class*=fn-col].float-right{float:right}.fn-col-12,.fn-sidebar.last,[class*=fn-col].last,[class*=fn-col].no-space{margin-right:0}.fn-col-9{width:74%}.fn-col-8{width:65.3333%}.fn-col-6{width:48%}.fn-col-4{width:30.6666%}.fn-col-3{width:22%}.fn-sidebar{width:30.6666%}.fn-col-9.no-space{width:78%}.fn-col-8.no-space{width:69.3333%}.fn-col-6.no-space{width:52%}.fn-col-4.no-space{width:34.6666%}.fn-col-3.no-space{width:26%}@media (max-width:1040px){.fn-sidebar{width:100%;clear:both;margin-right:0;padding:50px 0}.fn-col-8.fix{width:100%}.container{padding:0 20px}}@media (max-width:768px){.fn-col-12,.fn-col-3,.fn-col-4,.fn-col-6,.fn-col-8,.fn-col-9{width:100%}}@media (max-width:480px){.container{padding:0 10px}}
/* lightgallery */
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(lg/lg.eot?n1z373);src:url(lg/lg.eot?#iefixn1z373) format("embedded-opentype"),url(lg/lg.woff?n1z373) format("woff"),url(lg/lg.ttf?n1z373) format("truetype"),url(lg/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:0 solid transparent;margin-bottom:5px;position:relative}.lg-outer .lg-thumb-item:before{content:"";position:absolute;z-index:10;width:100%;height:100%;background:rgba(0,0,0,.7);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#555}.lg-outer .lg-thumb-item.active:before,.lg-outer .lg-thumb-item:hover:before{background:rgba(0,0,0,0)}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;z-index:5;position:relative}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#999;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/* inline*/
.industify_fn_wrapper_all_inner{box-sizing:border-box}
/********************************************
theme css
**************************************/
.industify_fn_widget_estimate .helper6,.wid-title span:after,.widget_block:after,.widget_tag_cloud .tagcloud:after,blockquote:after{content:''}.industify_fn_blog_single .fn-format-gallery .img_overlay,.industify_fn_header .toll_free .img_holder,.industify_fn_mobilemenu_wrap .m_toll_free .img_holder,.industify_fn_searchpage_nothing>div:before,.industify_fn_widget_estimate .abs_img,ul.industify_fn_portfolio_list .img_abs{background-size:cover;background-repeat:no-repeat;background-position:center center}html{overflow-x:hidden;padding:0;margin:0}body{font-family:'Open Sans',sans-serif;font-size:14px;line-height:1.5;letter-spacing:.5px;font-weight:400;-ms-word-wrap:break-word;word-wrap:break-word;color:#565656}button,h1,h2,h3,h4,h5,h6,input[type=button],input[type=submit]{font-family:'Open Sans'}.industify_fn_svg{width:20px;height:20px;fill:currentcolor}.widget_block,blockquote{width:100%;float:left;clear:both}a i{transition:none}ol,ul{margin:30px}ol ol,ol ul,ul ol,ul ul{margin:15px}button,input,textarea{outline:0}:focus{outline-color:transparent;outline-style:none}blockquote p,dl{margin-bottom:20px}blockquote:after{clear:both;display:table}blockquote{border-left:3px solid #6FBF71;font-style:italic;margin:10px 0 23px;padding:12px 12px 12px 5%;background-color:#e9eff4;line-height:1.7;color:#777;box-sizing:border-box;font-size:20px}blockquote p:last-child{margin-bottom:0}code,pre{display:inline-block;overflow-x:visible;padding:7px 10px;margin:5px 0;-ms-word-wrap:break-word;white-space:pre-wrap;word-wrap:break-word}p+pre{margin:20px 0}.uneditable-input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{color:#777;background-color:#f5f5f5;border:1px solid #e5e5e5;height:40px;font-size:14px}input[type=button],input[type=submit]{border:none;height:44px;font-weight:500;font-size:14px;padding:0 25px!important;text-transform:uppercase;letter-spacing:.5px;background-color:#316397;color:#fff}input[type=button]:hover,input[type=submit]:hover{background-color:#d24e1a;color:#fff}textarea{height:auto;max-width:600px}h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{color:#041230}h1>a:hover,h2>a:hover,h3>a:hover,h4>a:hover,h5>a:hover,h6>a:hover{color:#316397}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.2}p{margin-bottom:20px;letter-spacing:0}#wp-calendar caption{margin-bottom:15px}.widget_block{color:#333;margin-bottom:53px}.widget_block:after{clear:both;display:table}.widget_block:last-child{margin-bottom:0}.wid-title span{font-weight:300;display:block;font-size:20px;color:#041230;margin-bottom:24px;position:relative;line-height:1.5;font-family:'Open Sans',sans-serif;letter-spacing:0}.wid-title span:after{position:absolute;width:50px;height:1px;top:100%;left:0;margin-top:3px;background-color:#d24e1a}.textwidget p{margin:0;padding:0;line-height:1.7;letter-spacing:0;color:#777}.widget_nav_menu ul{list-style-type:none;margin:0}.widget_nav_menu ul li{width:50%;float:left;margin:0;padding:0 10px 0 0;box-sizing:border-box}.widget_nav_menu ul li a{display:block;font-size:14px;text-decoration:none;letter-spacing:0;line-height:2;color:#777;font-weight:500!important}.widget_nav_menu ul li a:hover{color:#333}.widget_nav_menu ul ul{display:none}.widget_businesshours p{margin:0 0 15px;padding:0;line-height:1.7;letter-spacing:0;color:#777}.widget_businesshours .fn_days ul{list-style-type:none;margin:0}.widget_businesshours .fn_days span{line-height:1.7;float:left;font-size:14px;color:#777;letter-spacing:0}.widget_businesshours .fn_days li{float:left;clear:both;width:100%;margin:0;padding:3px 0;position:relative;border-bottom:1px dashed #ccc}.widget_businesshours .fn_days li:last-child{border-bottom-color:transparent}.widget_businesshours .fn_days .hours{float:right;font-weight:400;margin-left:20px;color:#fff}.widget_block ul{list-style-type:none;margin:0}.widget_block li{margin-bottom:5px;color:#777}.widget_block.widget_rss li{margin-bottom:15px}.widget_block li:last-child{margin:0}.widget_block a{text-decoration:none;color:#777;font-weight:600}.widget_block label{margin-right:10px}.widget_block img,.widget_block p{margin:10px 0}table{border-radius:3px}.widget_block select,select{overflow:hidden;max-width:220px;min-width:220px;background-color:#f5f5f5;border-color:#e5e5e5;border-radius:4px;border-width:1px;cursor:pointer;color:#777;height:40px}@media(max-width:480px){.widget_block select,select{min-width:auto}}.industify_fn_sidebar .widget_nav_menu ul li{width:100%;padding-right:0}.widget_block ul ul{padding-left:15px;list-style-type:circle;margin:5px 0;list-style-position:inside}.widget_block.widget_nav_menu ul ul{list-style-type:none;list-style-position:inherit;margin:0 0 0 15px;padding:0}.widget_search input[type=text]{height:40px;padding:0 10px!important;border:1px solid #e5e5e5;background-color:#f5f5f5;width:100%}.widget_search .search2{position:relative}.widget_search input[type=submit]{height:40px;padding:0!important;color:#fff;width:40px;background-color:transparent!important;text-transform:uppercase;margin-bottom:0!important;position:absolute;right:0;top:0;z-index:5;cursor:pointer}.widget_search a.fn_search{color:#666!important;width:40px;height:40px;position:absolute;z-index:1;right:0;top:0}.widget_search a.fn_search img,.widget_search a.fn_search svg{width:20px;height:20px;position:absolute;top:10px;left:10px}.widget_search input{margin-bottom:10px;float:left}.widget_search label{display:block;margin-bottom:10px;margin-right:0}.widget_tag_cloud .tagcloud{margin-left:-10px}.widget_tag_cloud a{line-height:1;display:block;float:left;text-align:center;padding:12px 15px;margin-bottom:5px;margin-left:5px;color:#fff!important;text-decoration:none;transition:all .5s ease;border-radius:2px;background-color:#f4b21c}.widget_tag_cloud .tagcloud:after{clear:both;display:table}.widget_media_gallery img{margin:0;border:none!important}.widget_media_gallery .gallery-item{padding:5px;margin:0!important}.industify_fn_widget_estimate{width:100%;float:left;clear:both;position:relative}.industify_fn_widget_estimate img{margin:0;opacity:0;visibility:hidden;position:relative}.industify_fn_widget_estimate .img_holder{width:100%;float:left;clear:both;position:relative;height:460px}.industify_fn_widget_estimate .helper1{z-index:15;position:absolute;border-left:80px solid #d24e1a;border-top:55px solid transparent;left:0;bottom:0}.industify_fn_widget_estimate .helper2{z-index:15;position:absolute;border-right:220px solid #d24e1a;border-top:55px solid transparent;right:0;bottom:0}.industify_fn_widget_estimate .helper3,.industify_fn_widget_estimate .helper4,.industify_fn_widget_estimate .helper5,.industify_fn_widget_estimate .helper6{border-top:80px solid transparent;position:absolute;bottom:0}.industify_fn_widget_estimate .helper3{z-index:10;border-left:80px solid #000;opacity:.2;left:0}.industify_fn_widget_estimate .helper4{z-index:10;border-right:220px solid #000;opacity:.2;right:0}.industify_fn_widget_estimate .helper5{z-index:5;border-left:80px solid #d24e1a;left:0}.industify_fn_widget_estimate .helper6{z-index:5;border-right:220px solid #d24e1a;right:0}.industify_fn_widget_estimate .abs_img{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000;z-index:2}.industify_fn_widget_estimate:after,.industify_fn_widget_estimate:before{position:absolute;bottom:0;background-color:rgba(255,255,255,.1);right:0;content:''}.industify_fn_widget_estimate:after{z-index:2;width:50px;height:85px}.industify_fn_widget_estimate:before{z-index:1;width:100px;height:170px}.industify_fn_widget_estimate .bfwe_inner{width:100%;float:left;clear:both;position:relative;z-index:5;padding:43px 40px 50px;background-color:#d24e1a}.industify_fn_widget_estimate .bfwe_inner p{padding:0;margin:0 0 23px;color:#fff;font-size:22px;line-height:30px;font-weight:400;letter-spacing:0}.industify_fn_widget_estimate .bfwe_inner a{display:inline-block;background-color:#e9eff4;padding:14px 25px;font-size:14px;line-height:1.6;letter-spacing:.5px;color:#041230;text-transform:uppercase;border-radius:2px;font-weight:500;box-shadow:0 0 5px rgba(0,0,0,.1);font-family:'Open Sans'}.industify_fn_widget_estimate .bfwe_inner a:hover{background-color:#111422;color:#fff}.industify_fn_sidebar .null-instagram-feed{width:100%;float:left;clear:both;overflow:hidden}.industify_fn_sidebar .null-instagram-feed img{margin:0}.industify_fn_sidebar .null-instagram-feed .owl-nav{position:absolute;bottom:10px;left:10px}.industify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-next,.industify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-prev{height:44px;width:44px;border-radius:2px;position:relative;margin-left:3px}.industify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-next span,.industify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-prev span{display:none}.industify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-next:after,.industify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-prev:after{width:0;height:0;content:'';position:absolute;border:5px solid transparent;top:18px;left:14px}.industify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-next:after{border-left-color:#fff;left:20px}.industify_fn_sidebar .null-instagram-feed .owl-carousel .owl-nav button.owl-prev:after{border-right-color:#fff}.industify_fn_widget_brochure{width:100%;float:left;clear:both}.industify_fn_widget_brochure .fn_brochures li{float:left;clear:both;width:100%;margin:0 0 5px}.industify_fn_widget_brochure .br_item{float:left;clear:both;width:100%;padding:18px 30px 18px 75px;background-color:#111422;position:relative}.industify_fn_widget_brochure .br_item a{text-decoration:none;display:block;left:0;top:0;bottom:0;right:0;z-index:15;position:absolute}.industify_fn_widget_brochure .icon{position:absolute;width:48px;height:48px;top:5px;left:5px;bottom:0;color:#ccc;z-index:3}.industify_fn_widget_brochure .industify_fn_svg{position:absolute;width:26px;height:26px;top:50%;left:50%;margin:-13px 0 0 -13px;transition:all .3s ease}.industify_fn_widget_brochure li:hover .br_item:after{border-left-color:#fff}.industify_fn_widget_brochure li:hover .icon,.industify_fn_widget_brochure li:hover .text{color:#fff}.industify_fn_widget_brochure .text{font-weight:600;letter-spacing:0;font-size:14px;color:#ccc;transition:all .3s ease;display:block;position:relative;line-height:1.6;font-family:Montserrat}.industify_fn_widget_brochure .br_item:after{content:'';position:absolute;right:15px;top:50%;margin-top:-5px;border:5px solid transparent;border-left-color:#ccc;z-index:3;transition:all .3s ease}.aligncenter{display:block;margin:0 auto 30px}.alignright{float:right;margin-left:30px;margin-bottom:30px}.alignleft,.floatleft{float:left}.alignleft{margin-right:30px;margin-bottom:30px}.floatright{float:right}.textcenter{text-align:center}.textright{text-align:right}.textleft{text-align:left}.wp-caption{text-align:center;margin-bottom:20px;max-width:100%}.wp-caption img{margin:0;padding:0;border:0}.wp-caption p.wp-caption-text{font-size:12px!important;padding:0;margin:10px 15px 0!important;font-style:italic;line-height:1.4!important;letter-spacing:.5px;font-weight:400}.wp-caption.alignleft p.wp-caption-text{text-align:left}.wp-caption.alignright p.wp-caption-text{text-align:right}.wp-smiley{margin:0!important;max-height:1em}blockquote.left{margin-right:40px;text-align:left;margin-left:0;width:50%;float:left}blockquote.right{margin-left:40px;text-align:left;margin-right:0;width:50%;float:right}.mc_signup_submit #mc_signup_submit{margin-top:0;width:100%}.bypostauthor{margin:0;padding:0}.gallery-caption{margin:0;font-size:13px;font-style:italic;color:#999;padding:5px 0}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;white-space:nowrap;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);-moz-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6)}.industify_fn_custom_lang_switcher span.click,.industify_fn_header ul.vert_nav>li>a{font-weight:500;font-size:14px;text-transform:uppercase;font-family:'Open Sans';letter-spacing:.5px}.industify_fn_header,.industify_fn_wfh,.industify_fn_wrapper,.industify_fn_wrapper_all{width:100%;clear:both;float:left}.sticky{height:auto}.industify_fn_wrapper_all{min-height:100vh;position:relative}body.admin-bar .industify_fn_wrapper_all{min-height:calc(100vh - 32px);min-height:-moz-calc(100vh - 32px);min-height:-webkit-calc(100vh - 32px)}.industify_fn_wrapper_all,.industify_fn_wrapper_all *{box-sizing:border-box}.industify_fn_wrapper_all:after{clear:both;display:table;content:''}.industify_fn_header{border-bottom:1px solid #eee;z-index:200}body.elementor-editor-active .industify_fn_header{z-index:2}.industify_fn_header .header_inner{width:100%;float:left;clear:both;display:flex;flex-direction:row}.industify_fn_header .menu_logo{margin:0 60px 0 50px;display:flex;align-items:center}.industify_fn_header .menu_logo a{padding:7px 0;text-decoration:none;height:100%;display:flex;align-items:center}.industify_fn_header .menu_logo a img{max-width:225px;max-height:100px}.industify_fn_header .menu_logo .desktop_logo,.industify_fn_header .menu_logo .retina_logo,.industify_fn_header .menu_logo .retina_logo_dark{display:none}.industify_fn_header .menu_nav{display:flex;align-items:center}.industify_fn_header .menu_nav ul{list-style-type:none;margin:0 0 0 -35px}.industify_fn_header ul.vert_nav>li{float:left;margin:0 0 0 35px;position:relative}.industify_fn_header ul.vert_nav>li>a{display:block;line-height:104px;height:104px;text-decoration:none;color:#000;position:relative}.industify_fn_header ul.vert_nav>li.menu-item-has-children>a{padding-right:13px}.industify_fn_header ul.vert_nav>li.menu-item-has-children>a:after{content:'';position:absolute;right:0;top:50%;margin-top:-5px;border:5px solid transparent;border-top-color:#000}.industify_fn_header .toll_free_lang{margin-left:auto;padding:9px 0 9px 60px;display:flex;flex-direction:row;align-items:center}.industify_fn_custom_lang_switcher ul,.industify_fn_moving_lang ul{width:90px;padding:5px 12px;border-radius:5px;list-style-type:none}.industify_fn_custom_lang_switcher a span,.industify_fn_custom_lang_switcher li.active>span,.industify_fn_moving_lang a span,.industify_fn_moving_lang li.active>span{display:inline-block;color:#eee}.industify_fn_custom_lang_switcher{position:relative;margin-right:30px}.industify_fn_moving_lang{z-index:55555;position:fixed;opacity:0;visibility:hidden;transition:all .5s ease}.industify_fn_moving_lang.opened{opacity:1;visibility:visible}.industify_fn_moving_lang ul{margin:0;min-width:max-content;min-width:intrinsic;min-width:-moz-max-content;min-width:-webkit-max-content;background-color:#000}.industify_fn_custom_lang_switcher ul{opacity:0;visibility:hidden;margin:5px 0 0;position:absolute;min-width:max-content;min-width:intrinsic;min-width:-moz-max-content;min-width:-webkit-max-content;background-color:#111;top:100%;left:0;transition:all .5s ease}.industify_fn_custom_lang_switcher a,.industify_fn_moving_lang a{color:#eee;text-decoration:none}.industify_fn_custom_lang_switcher li,.industify_fn_moving_lang li{margin:5px 0}.industify_fn_custom_lang_switcher li.active,.industify_fn_moving_lang li.active{opacity:.5}.industify_fn_custom_lang_switcher li img,.industify_fn_moving_lang li img{margin-right:5px}.industify_fn_custom_lang_switcher span.click{color:#666;cursor:pointer;padding-right:13px}.industify_fn_custom_lang_switcher span.click:after{content:'';position:absolute;right:0;top:9px;border:5px solid transparent;border-top-color:#666}.industify_fn_custom_lang_switcher.frenify_url li.active,.industify_fn_moving_lang.frenify_url li.active{cursor:default}.industify_fn_custom_lang_switcher.frenify_url li,.industify_fn_moving_lang.frenify_url li{cursor:pointer}.industify_fn_header .toll_free{padding:22px 0;position:relative}.industify_fn_header .toll_free .tf_in{position:relative;padding-left:20px;padding-right:34px;min-height:42px;display:flex;align-items:center;z-index:5}.industify_fn_header .toll_free .tf_in p{margin:0;color:#fff;font-family:'Open Sans';font-size:18px;letter-spacing:.5px;font-style:italic}.industify_fn_header .toll_free .img_holder{position:absolute;width:42px;height:42px;border-radius:100%;left:43px}.industify_fn_header .toll_free span.shape1:after{content:'';position:absolute;top:9px;bottom:9px;right:0;left:23px;background-color:#316397;z-index:1}.industify_fn_header .toll_free span.shape1:before{content:'';position:absolute;top:0;bottom:0;right:0;left:46px;background-color:rgba(0,0,0,.1);z-index:1}.industify_fn_header .menu_nav ul.sub-menu ul,.industify_fn_header ul.vert_nav>li>ul{z-index:55;width:260px}.industify_fn_header .toll_free span.shape2{position:absolute;left:0;top:9px;border-top:68px solid transparent;border-right:23px solid #316397}.industify_fn_header .toll_free span.shape3{position:absolute;left:23px;top:0;border-top:86px solid transparent;border-right:23px solid rgba(0,0,0,.1)}.industify_fn_header ul.vert_nav>li>ul{position:absolute;margin:0;background-color:#111;top:100%;left:-30px;padding:20px 0;z-index:55;transition:all .3s ease;opacity:0;visibility:hidden}.industify_fn_header ul.vert_nav ul:after{border-top:20px solid #111;border-right:230px solid transparent;position:absolute;top:100%;left:0}.industify_fn_wrapper_all[data-nav-skin=dark] .industify_fn_header .toll_free span.shape3,.industify_fn_wrapper_all[data-nav-skin=transdark] .industify_fn_header .toll_free span.shape3,.industify_fn_wrapper_all[data-nav-skin=nobglight] .industify_fn_header .toll_free span.shape3{border-right-color:rgba(255,255,255,.1)}.industify_fn_header ul.vert_nav li:hover>ul{opacity:1;visibility:visible}.industify_fn_header ul.vert_nav>li>ul li{margin:5px 0 10px;position:relative;padding:0 30px}.industify_fn_header ul.vert_nav>li>ul li:last-child{margin-bottom:5px}.industify_fn_header ul.vert_nav>li>ul a{display:block;color:#ccc;text-decoration:none;font-family:'Open Sans';font-size:14px}.industify_fn_wrapper_all[data-nav-skin=dark] .industify_fn_custom_lang_switcher span.click,.industify_fn_wrapper_all[data-nav-skin=dark] .industify_fn_header ul.vert_nav>li>a,.industify_fn_wrapper_all[data-nav-skin=transdark] .industify_fn_custom_lang_switcher span.click,.industify_fn_wrapper_all[data-nav-skin=transdark] .industify_fn_header ul.vert_nav>li>a,.industify_fn_wrapper_all[data-nav-skin=nobglight] .industify_fn_custom_lang_switcher span.click,.industify_fn_wrapper_all[data-nav-skin=nobglight] .industify_fn_header ul.vert_nav>li>a{color:#eee}.industify_fn_header ul.vert_nav>li>ul:hover a{color:#eee;opacity:.5}.industify_fn_header ul.vert_nav>li>ul:hover a:hover,.industify_fn_header ul.vert_nav>li>ul:hover li:hover>a{opacity:1}.industify_fn_header .menu_nav ul.sub-menu ul{position:absolute;margin:0;background-color:#111;top:-25px;left:100%;padding:20px 0;z-index:55;transition:all .3s ease;opacity:0;visibility:hidden}.industify_fn_wrapper_all[data-nav-skin=dark] .industify_fn_header{background-color:#0d0d0d;border-bottom:none}.industify_fn_wrapper_all[data-nav-skin=dark] .industify_fn_header .desktop_logo_dark{display:none}.industify_fn_wrapper_all[data-nav-skin=dark] .industify_fn_header .desktop_logo{display:block}.industify_fn_wrapper_all[data-nav-skin=dark] .industify_fn_custom_lang_switcher span.click:after{border-top-color:#999}.industify_fn_wrapper_all[data-nav-skin=dark] .industify_fn_header .toll_free span.shape1:before{background-color:rgba(255,255,255,.1)}.industify_fn_wrapper_all[data-nav-skin=dark] .industify_fn_header ul.vert_nav>li.menu-item-has-children>a:after{border-top-color:#eee}.industify_fn_wrapper_all[data-nav-skin=translight] .industify_fn_header{position:absolute;background-color:rgba(255,255,255,.3);border-bottom:none}.industify_fn_wrapper_all[data-nav-skin=transdark] .industify_fn_header{position:absolute;background-color:rgba(0,0,0,.3);border-bottom:none}.industify_fn_wrapper_all[data-nav-skin=transdark] .industify_fn_header .toll_free span.shape1:before,.industify_fn_wrapper_all[data-nav-skin=nobglight] .industify_fn_header .toll_free span.shape1:before{background-color:rgba(255,255,255,.1)}.industify_fn_wrapper_all[data-nav-skin=transdark] .industify_fn_header .desktop_logo_dark{display:none}.industify_fn_wrapper_all[data-nav-skin=transdark] .industify_fn_header .desktop_logo{display:block}.industify_fn_wrapper_all[data-nav-skin=transdark] .industify_fn_custom_lang_switcher span.click:after{border-top-color:#999}.industify_fn_wrapper_all[data-nav-skin=transdark] .industify_fn_header ul.vert_nav>li.menu-item-has-children>a:after{border-top-color:#eee}.industify_fn_wrapper_all[data-nav-skin=nobglight] .industify_fn_header{position:absolute;border-bottom-color:rgba(255,255,255,.1)}.industify_fn_wrapper_all[data-nav-skin=nobglight] .industify_fn_header .desktop_logo_dark{display:none}.industify_fn_wrapper_all[data-nav-skin=nobglight] .industify_fn_header .desktop_logo{display:block}.industify_fn_wrapper_all[data-nav-skin=nobglight] .industify_fn_custom_lang_switcher span.click:after{border-top-color:#999}.industify_fn_wrapper_all[data-nav-skin=nobglight] .industify_fn_header ul.vert_nav>li.menu-item-has-children>a:after{border-top-color:#eee}.industify_fn_wrapper_all[data-nav-skin=nobgdark] .industify_fn_header{position:absolute;border-bottom-color:rgba(0,0,0,.1)}.industify_fn_mobilemenu_wrap{width:100%;float:left;clear:both;display:none;overflow:hidden}.industify_fn_mobilemenu_wrap ul{list-style-type:none;margin:0}.industify_fn_mobilemenu_wrap .logo_hamb{width:100%;float:left;clear:both;padding:20px;background-color:#0f0f16;box-sizing:border-box}.industify_fn_mobilemenu_wrap .logo_hamb .in{width:100%;display:flex;align-items:center;justify-content:space-between}.industify_fn_mobilemenu_wrap .menu_logo a{text-decoration:none;display:block;cursor:pointer}.industify_fn_mobilemenu_wrap .menu_logo a img{max-width:225px}.industify_fn_mobilemenu_wrap .mobilemenu{width:100%;float:left;clear:both;padding:40px 20px 30px;background-color:#090909;display:none;box-sizing:border-box}.industify_fn_mobilemenu_wrap .vert_menu_list ul{margin:20px 0 10px 20px;list-style-type:none;display:none;position:relative;overflow:hidden}.industify_fn_mobilemenu_wrap .vert_menu_list a{text-decoration:none;color:#ccc;font-size:18px;line-height:27px;text-transform:uppercase;display:block;position:relative;font-family:'Open Sans'}.industify_fn_mobilemenu_wrap .vert_menu_list a:hover,.industify_fn_mobilemenu_wrap .vert_menu_list li.active.menu-item-has-children>a{color:#fff}.hamburger,.industify_fn_mobilemenu_wrap .vert_menu_list ul a{text-transform:none}.industify_fn_mobilemenu_wrap .vert_menu_list li{margin:0 0 10px;position:relative}.industify_fn_mobilemenu_wrap .vert_menu_list li.menu-item-has-children>a:after{width:0;height:0;content:'';position:absolute;border:5px solid transparent;border-left-color:#666;right:1px;top:50%;margin-top:-5px;transition:all .3s ease;transform-origin:left center}.industify_fn_mobilemenu_wrap .vert_menu_list li.active.menu-item-has-children>a:after{transform:rotate(90deg);margin-top:-8px}.industify_fn_mobilemenu_wrap .vert_menu_list li.active.menu-item-has-children>a:after,.industify_fn_mobilemenu_wrap .vert_menu_list li.menu-item-has-children:hover>a:after{border-left-color:#fff}.industify_fn_mobilemenu_wrap .menu_logo{margin-right:20px}.industify_fn_mobilemenu_wrap .m_toll_free_lang{width:100%;float:left;clear:both;background-color:#081414;display:flex;flex-direction:row;align-items:center;padding:9px 0 9px 20px}.industify_fn_mobilemenu_wrap .industify_fn_custom_lang_switcher{margin:0 20px 0 0}.industify_fn_mobilemenu_wrap .industify_fn_custom_lang_switcher span.click{display:none}.industify_fn_mobilemenu_wrap .industify_fn_custom_lang_switcher ul{opacity:1;visibility:visible;position:relative;width:auto;background-color:transparent;margin-left:-10px;padding:0;top:auto;border-radius:0;min-width:inherit;left:auto;float:left}.industify_fn_mobilemenu_wrap .industify_fn_custom_lang_switcher li{float:left;margin-left:10px}.industify_fn_mobilemenu_wrap .m_toll_free{margin-left:auto;padding:22px 0;position:relative}.industify_fn_mobilemenu_wrap .m_toll_free .tf_in{position:relative;padding-left:108px;padding-right:34px;min-height:42px;display:flex;align-items:center;z-index:5}.industify_fn_mobilemenu_wrap .m_toll_free .tf_in p{margin:0;color:#fff;font-family:'Open Sans';font-size:18px;letter-spacing:.5px;font-style:italic}.industify_fn_mobilemenu_wrap .m_toll_free .img_holder{position:absolute;width:42px;height:42px;border-radius:100%;left:43px}.industify_fn_mobilemenu_wrap .m_toll_free span.shape1:after{content:'';position:absolute;top:9px;bottom:9px;right:0;left:23px;background-color:#316397;z-index:1}.industify_fn_mobilemenu_wrap .m_toll_free span.shape1:before{content:'';position:absolute;top:0;bottom:0;right:0;left:46px;background-color:rgba(255,255,255,.1);z-index:1}.industify_fn_mobilemenu_wrap .m_toll_free span.shape2{position:absolute;left:0;top:9px;border-top:68px solid transparent;border-right:23px solid #316397}.industify_fn_mobilemenu_wrap .m_toll_free span.shape3{position:absolute;left:23px;top:0;border-top:86px solid transparent;border-right:23px solid rgba(255,255,255,.1)}.hamburger{cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger-box{width:30px;height:18px;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:30px;height:2px;background-color:#000;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-8px}.hamburger-inner::after{bottom:-10px}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner::after{top:-16px;-webkit-transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;-moz-transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;-ms-transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;-o-transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse-r .hamburger-inner::before{-webkit-transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);-moz-transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);-ms-transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);-o-transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{-webkit-transform:translate3d(0,-10px,0) rotate(45deg);-moz-transform:translate3d(0,-10px,0) rotate(45deg);-ms-transform:translate3d(0,-10px,0) rotate(45deg);transform:translate3d(0,-10px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner::after{top:0;opacity:0;-webkit-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;-moz-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;-ms-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;-o-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse-r.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);-moz-transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);-ms-transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);-o-transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1)}.hamburger{padding:0;height:100%;display:table-cell;vertical-align:middle}.hamburger-box{display:block}.hamburger .hamburger-inner,.hamburger .hamburger-inner::after,.hamburger .hamburger-inner::before{background-color:#ccc;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}.industify_fn_all_pages,.industify_fn_all_pages_content,.industify_fn_all_pages_inner,.industify_fn_content,.industify_fn_pagetitle,.industify_fn_pagetitle .title_holder,.industify_fn_without_sidebar_page,.industify_fn_without_sidebar_page .inner{width:100%;float:left;clear:both}.industify_fn_all_pages_content,.industify_fn_wrapper{width:100%;float:left;clear:both;position:relative}.industify_fn_pagetitle{position:relative}.industify_fn_content_archive .industify_fn_pagetitle{margin-bottom:70px}.industify_fn_pagetitle .title_holder{position:relative;padding:95px 0 35px}.industify_fn_pagetitle .title_holder:after,.industify_fn_pagetitle .title_holder:before{left:0;position:absolute;height:6px;background-color:#eee;content:''}.industify_fn_pagetitle .title_holder:after{bottom:0;width:70px}.industify_fn_pagetitle .title_holder:before{bottom:13px;width:150px}.industify_fn_blog_single,.industify_fn_blog_single .post_content,.industify_fn_blog_single .post_header{width:100%;float:left;clear:both}.industify_fn_pagetitle h3{margin:0;padding:0;font-size:48px;letter-spacing:0;font-weight:300;color:#14141c;line-height:1;position:relative;left:-1px}body.single-post .industify_fn_wrapper_all{overflow:hidden}.blog_single_page .industify_fn_leftsidebar .industify_fn_blog_single{margin:0 0 150px}.blog_single_page .industify_fn_rightsidebar{margin-top:100px;margin-bottom:150px}.industify_fn_blog_single{margin:0 0 70px}.industify_fn_blog_single .fn-format-img{width:100%;float:left;clear:both;margin-bottom:44px;position:relative}.industify_fn_blog_single .fn-format-img .shape1{position:absolute;left:40px;bottom:0;z-index:3;border-right:20px solid rgba(255,255,255,.3);border-top:30px solid transparent}.industify_fn_blog_single .fn-format-img .shape2{position:absolute;left:60px;bottom:0;z-index:3;border-left:600px solid rgba(255,255,255,.3);border-top:30px solid transparent}.industify_fn_blog_single .fn-format-img .time{position:absolute;z-index:15;padding:20px 19px 25px;max-width:100%;width:80px;left:0;top:0}.industify_fn_blog_single .fn-format-img .time span:after{position:absolute;content:'';top:0;left:0;bottom:15px;right:0;background-color:#d24e1a;z-index:-1}.industify_fn_blog_single .fn-format-img .time span:before{position:absolute;content:'';left:0;bottom:0;border-top:15px solid #d24e1a;border-right:80px solid transparent;z-index:-1}.industify_fn_blog_single .fn-format-img .time h3{margin:0 0 5px;padding:0;color:#fff;font-size:36px;line-height:1;letter-spacing:-2px;position:relative;font-weight:300}.industify_fn_blog_single .fn-format-img .time h3:after{left:0;right:0;position:absolute;content:'';background-color:#ffc600;height:1px;top:100%}.industify_fn_blog_single .fn-format-img .time h5{margin:0;padding:0;color:#fff;letter-spacing:0;font-size:12px;line-height:14px;font-weight:400;text-transform:uppercase}.industify_fn_blog_single .fn-format-audio,.industify_fn_blog_single .fn-format-gallery{width:100%;float:left;clear:both;margin-bottom:44px}.industify_fn_blog_single .fn-format-gallery img{height:0;position:absolute}.industify_fn_blog_single .fn-format-gallery .item{height:500px;min-height:calc(100vh - 200px);position:relative;cursor:pointer}.industify_fn_blog_single .fn-format-gallery .owl-nav button{width:30px;height:30px;position:absolute;top:50%;z-index:5;left:30px;left:-30px;margin-top:-15px;background-color:rgba(0,0,0,.5);border-radius:3px;color:#fff;transition:all .5s ease;opacity:0;visibility:hidden}.industify_fn_blog_single .fn-format-gallery .owl-carousel:hover .owl-nav button{left:30px;opacity:1;visibility:visible}.industify_fn_blog_single .fn-format-gallery .owl-carousel:hover .owl-nav button.owl-next{right:30px;left:auto}.industify_fn_blog_single .fn-format-gallery .owl-nav button:hover{background-color:#000}.industify_fn_blog_single .fn-format-gallery .owl-nav button:after{content:"\e094";font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.industify_fn_blog_single .fn-format-gallery .owl-nav button span{display:none}.industify_fn_blog_single .fn-format-gallery .owl-nav button.owl-next{left:auto;right:-30px}.industify_fn_blog_single .fn-format-gallery .owl-nav button.owl-next:after{content:"\e095"}.industify_fn_blog_single .fn-format-gallery .img_overlay{position:absolute;left:0;right:0;top:0;bottom:0;z-index:3}.industify_fn_blog_single .fn-format-link{width:100%;float:left;clear:both;margin-bottom:44px;line-height:1.7;color:#777;font-size:14px;padding:20px;background-color:#e9eff4;box-sizing:border-box}.industify_fn_blog_single .fn-format-link a{text-decoration:none;color:#777;font-weight:600}.industify_fn_blog_single .fn-format-link a:hover{color:#f4b21c}.industify_fn_blog_single .fn-format-quote{width:100%;float:left;clear:both;margin-bottom:44px}.industify_fn_blog_single .fn-format-quote blockquote b{font-style:normal}.industify_fn_blog_single .fn-format-video{width:100%;float:left;clear:both;margin-bottom:44px}.industify_fn_blog_single .fn-format-video iframe{min-width:100%}.blog_single_title{width:100%;float:left;clear:both;position:relative}.blog_single_title .title_holder{width:100%;float:left;clear:both;position:static;padding-bottom:11px;box-sizing:border-box}.blog_single_title p.t_header{display:block;font-size:14px;line-height:1.7;letter-spacing:0;color:#777;margin-bottom:90px;float:left;clear:both}.blog_single_title p.t_header a{color:#316397;text-decoration:none;text-transform:capitalize;border-bottom:1px solid #316397}.blog_single_title p.t_header a:hover{border-bottom-color:transparent}.blog_single_title p.t_header span{position:relative}.blog_single_title .title_holder:after,.blog_single_title .title_holder:before{position:absolute;height:6px;background-color:#eee;left:0;content:''}.blog_single_title .title_holder:after{width:150px;bottom:65px}.blog_single_title .title_holder:before{width:70px;bottom:52px}.blog_single_title .title_holder h3{margin:95px 0 0;padding:0;font-size:48px;letter-spacing:0;font-weight:300;color:#041230;line-height:1;position:relative}.industify_fn_sidebarpage .blog_single_title .title_holder h3{margin-top:0}.blog_single_title .title_holder a{text-decoration:none;color:#777}.industify_fn_blog_single .post_content .content_holder{width:100%;float:left;clear:both}.industify_fn_blog_single .post_content .content_holder p{margin:0 0 20px;padding:0;line-height:1.7;letter-spacing:0;color:#777}.industify_fn_tags a,.industify_fn_tags label{font-size:14px;line-height:1;font-weight:600;float:left}.industify_fn_blog_single .post_content .content_holder p:last-child{margin-bottom:0}.industify_fn_blog_single .industify_fn_tags{margin-top:43px}.industify_fn_tags{width:100%;float:left;clear:both}.industify_fn_tags label{padding:12px 0;margin-right:20px;color:#777;text-transform:uppercase}.industify_fn_tags a{display:block;text-align:center;padding:12px 15px;margin-bottom:5px;margin-left:5px;color:#fff!important;text-decoration:none;transition:all .5s ease;border-radius:2px;background-color:#f4b21c}.industify_fn_blog_single .industify_fn_comment{margin:0}.blog_single_page .industify_fn_without_sidebar_page{padding-top:0;padding-bottom:150px}body.single-post span.category a{text-decoration:none;color:#777;font-weight:600}body.single-post span.category a:hover{color:#f4b21c}.industify_fn_comment_wrapper{width:100%;float:left;clear:both}body.single-post .industify_fn_comment_wrapper{margin-top:95px}.industify_fn_comment{width:100%;float:left;clear:both;background-color:#e9eff4;overflow:hidden;margin:100px 0;padding:20px 40px;box-sizing:border-box}.industify_fn_comment div.comment-body,.industify_fn_comment ul.commentlist>li{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;clear:both}.comment-navigation{margin:30px 0 10px -15px;float:left;position:relative}.comment-navigation:after{clear:both;display:table;content:''}.comment-navigation div{display:block;float:left;padding-left:15px}.comment-navigation a{text-decoration:none;display:inline-block;position:relative}.industify_fn_comment .comment_list{width:100%;float:left;clear:both;position:relative;padding-bottom:27px;margin-top:35px;margin-bottom:24px}.industify_fn_comment .comment_list:before{right:-40px;left:-40px;top:100%;height:1px;background-color:rgba(0,0,0,.03);position:absolute;z-index:2;content:''}.industify_fn_comment p{margin:0;padding:0}.industify_fn_comment p.nocomments{margin-bottom:40px}.industify_fn_comment h3.comment-title{line-height:1.2;letter-spacing:0;font-size:24px;font-weight:300;color:#041230;margin-bottom:20px}.industify_fn_comment ul.commentlist{margin:0;list-style-type:none}.industify_fn_comment ul.commentlist>li:first-child{border-top-color:transparent}.industify_fn_comment ul.commentlist>li{margin:0;padding:20px 0;border-top:1px solid rgba(0,0,0,.05);box-sizing:border-box}.industify_fn_comment div.comment-body{position:relative;padding:6px 0 3px 90px;box-sizing:border-box}.industify_fn_comment div.comment-avatar{position:absolute;top:0;left:0;width:60px;height:60px}.industify_fn_comment div.comment-avatar img{width:60px;height:60px;position:relative;z-index:10;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}.industify_fn_comment span.author{display:block;line-height:1.2;letter-spacing:0;font-size:18px;font-weight:400;color:#041230;margin-bottom:7px}.industify_fn_comment span.author a{color:#041230;text-decoration:none}.industify_fn_comment span.author a:hover{color:#f4b21c}.industify_fn_comment span.time{line-height:1.2;font-size:14px;letter-spacing:0;color:#777;position:relative;display:inline-block}.industify_fn_comment a.comment-edit-link,.industify_fn_comment a.comment-reply-link{position:relative;color:#d24e1a;display:inline-block;text-decoration:none}.industify_fn_comment .edit-link{display:inline-block;margin:0 10px}.industify_fn_comment a.comment-edit-link{line-height:1.2;margin:0 10px}.industify_fn_comment a.comment-edit-link:after{content:'[';position:absolute;right:100%;top:0}.industify_fn_comment a.comment-edit-link:before{content:']';position:absolute;left:100%;top:0}.industify_fn_comment div.comment-text{margin-top:29px}.industify_fn_comment div.comment-text p{margin:0 0 34px;padding:0;line-height:1.7;letter-spacing:0;color:#777}.industify_fn_comment div.comment-text p:last-child{margin-bottom:0}.industify_fn_comment div.comment-text p>a{text-decoration:none;display:inline-block;color:#d24e1a}.industify_fn_comment div.comment-text .fn_reply{display:block}.industify_fn_comment div.comment-text .comment-reply-link{display:inline-block;border-radius:3px;background-color:#081225;color:#fff;text-decoration:none;font-size:14px;line-height:24px}.industify_fn_comment .comment-respond{width:100%;float:left;clear:both;margin:25px 0 30px;padding-top:0!important;position:relative}.industify_fn_comment h3.comment-reply-title{line-height:1.2;letter-spacing:0;font-size:24px;font-weight:300;color:#041230;margin-bottom:15px;text-transform:none;position:relative;top:-3px}.industify_fn_comment h3.comment-reply-title a{text-decoration:none;display:inline-block;position:relative;line-height:1.2;margin-left:20px;padding:0 1px;font-weight:500!important;color:#f4b21c}.industify_fn_comment h3.comment-reply-title a:after{content:'[';position:absolute;right:100%;top:0}.industify_fn_comment h3.comment-reply-title a:before{content:']';position:absolute;left:100%;top:0}.industify_fn_comment .logged-in-as{margin-bottom:18px;color:#d24e1a}.industify_fn_comment .logged-in-as a:first-child{text-decoration:none;display:inline-block;line-height:1;color:#d24e1a}.industify_fn_comment .logged-in-as a:last-child{text-decoration:none;display:inline-block;position:relative;line-height:1.2;margin:0 10px;color:#d24e1a}.industify_fn_comment .logged-in-as a:last-child:after{content:'[';position:absolute;right:100%;top:0}.industify_fn_comment .logged-in-as a:last-child:before{content:']';position:absolute;left:100%;top:0}.industify_fn_comment .input-holder{width:100%;float:left;clear:both;margin-bottom:20px}.industify_fn_comment .input-holder label{display:block;font-size:14px;letter-spacing:0;line-height:1.7;color:#777;margin-bottom:10px}.industify_fn_comment .input-holder span{display:inline-block;margin-left:1px;margin-top:-4px}.industify_fn_comment .input-holder textarea{width:100%;min-width:100%;background-color:#f5f5f5;border:1px solid #e5e5e5}.industify_fn_comment .input-holder input.com-text{width:340px;font-size:15px;padding:0 15px!important;height:40px;line-height:1;color:#777;background-color:#f5f5f5;vertical-align:bottom;border:1px solid #e5e5e5;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.industify_fn_searchpagelist,.industify_fn_searchpagelist_item,body.search .industify_fn_searchpage_title{width:100%;float:left;clear:both}.industify_fn_comment .form-submit{display:block;clear:both}.industify_fn_comment .form-submit input.submit{font-size:14px;padding:1px 20px 0!important;height:44px;text-transform:uppercase;text-decoration:none;display:inline-block;letter-spacing:.5px;line-height:1;border-radius:3px}.industify_fn_comment ul.children{padding:0;margin:20px 0 0 20px;clear:both;list-style-type:none;border-top:1px solid rgba(0,0,0,.05)}.industify_fn_comment ul.children>li{padding:20px 0 0;margin:0}.industify_fn_searchpagelist{margin-top:70px;margin-bottom:30px}.industify_fn_searchpagelist_item{padding:30px;margin-bottom:20px;background-color:#e9eff4;border:1px solid #e5e5e5;box-sizing:border-box;border-radius:5px}.industify_fn_searchpagelist_item.fn_has_post_thumb .fn_thumb_results{display:block}.industify_fn_searchpagelist_item.fn_has_post_thumb .fn_results{display:none}.industify_fn_searchpagelist_item .fn_thumb_results{width:100%;float:left;clear:both;display:none;padding-left:170px;min-height:170px;position:relative;padding-top:15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.industify_fn_searchpagelist_item .fn_thumb_results .img_holder{position:absolute;left:0;top:0;width:140px;height:140px;overflow:hidden;border-radius:100%}.industify_fn_searchpagelist_item .fn_thumb_results .title_img{width:100%;float:left;clear:both;box-sizing:border-box}.industify_fn_searchpagelist article,.industify_fn_searchpagelist_item .fn_results,.industify_fn_searchpagelist_item .fn_thumb_results .content_holder{width:100%;float:left;clear:both}.industify_fn_searchpagelist_item h1{font-size:24px;line-height:1.2;letter-spacing:0;margin-bottom:10px}.industify_fn_searchpagelist_item h1 a{text-decoration:none}.industify_fn_searchpagelist_item .sub{display:block;line-height:1.7;color:#777;font-size:15px;margin-bottom:40px}.industify_fn_searchpagelist_item p{line-height:1.7;letter-spacing:0;color:#777;margin-bottom:40px}.industify_fn_searchpage_nothing a.gotohome,.industify_fn_searchpagelist_item a.read_more{letter-spacing:.5px;font-weight:600;display:inline-block;text-transform:uppercase;text-decoration:none}.industify_fn_searchpagelist_item a.read_more{line-height:1;font-size:14px;color:#d24e1a;transition:all .5s ease}.industify_fn_searchpage_nothing{max-width:650px}.industify_fn_searchpage_nothing>div{width:100%;float:left;position:relative;background-color:#e9eff4;border:1px solid #e5e5e5;text-align:left;padding:100px 50px 70px;margin-top:55px;margin-bottom:100px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.industify_fn_searchpage_nothing p{line-height:1.7;color:#777;letter-spacing:0;margin-bottom:20px;font-weight:400}.industify_fn_searchpage_nothing>div:after{content:'';width:110px;height:110px;display:inline-block;line-height:110px;font-size:60px;top:-55px;left:50px;color:#333;position:absolute;background-color:#e9eff4;border:1px solid #e5e5e5;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.industify_fn_error_page,.industify_fn_error_page .error_wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;float:left}.industify_fn_searchpage_nothing>div:before{width:40px;height:40px;content:'';left:85px;top:-22px;position:absolute;z-index:22;background-image:url(framework/img/home.png)}.industify_fn_searchpage_nothing a.gotohome{line-height:1;position:relative;font-size:14px}.industify_fn_searchpage_nothing a.for_icon{position:absolute;width:110px;height:110px;display:inline-block;line-height:110px;font-size:60px;top:-55px;left:50px;z-index:55;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%}.industify_fn_searchpage_nothing .search2{width:100%;float:left;clear:both;position:relative}.industify_fn_searchpage_nothing .search2 input[type=text]{height:40px;padding:0 40px 0 10px!important;border:1px solid #e5e5e5;background-color:#f5f5f5;width:240px;position:relative}.industify_fn_searchpage_nothing .search2 input.fs{height:40px;padding:0!important;color:#fff;width:40px;background-color:transparent!important;text-transform:uppercase;margin-bottom:0!important;position:absolute;left:200px;top:0;z-index:5;cursor:pointer}.industify_fn_searchpage_nothing .search2 img,.industify_fn_searchpage_nothing .search2 svg{width:20px;height:20px;position:absolute;top:10px;left:10px}.industify_fn_searchpage_nothing .search2 a.fn_search{color:#666;width:40px;height:40px;position:absolute;z-index:1;left:200px;top:0}.industify_fn_error_page{width:100%;clear:both;padding:150px 0;position:relative;box-sizing:border-box}.industify_fn_error_page .error_wrap{width:100%;max-width:550px;box-sizing:border-box}.industify_fn_error_page .error_box{width:100%;float:left;clear:both;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.industify_fn_error_page .search_holder div{width:50%;float:left}.industify_fn_error_page .search_holder input{width:100%;min-width:100%;height:44px;text-align:center}.industify_fn_error_page .search_holder input[type=text]{background-color:#f9f9f9}.industify_fn_error_page .error_box h1{font-size:80px;letter-spacing:2px;line-height:1;margin-bottom:2px;color:#d24e1a;font-weight:500}.industify_fn_error_page .error_box h3{margin:0 0 37px;padding:0;font-size:36px;letter-spacing:0;font-weight:500;line-height:1}.industify_fn_error_page .error_box p{margin-bottom:44px;color:#777}.industify_fn_pagelinks{width:100%;float:left;clear:both;margin:20px 0}.industify_fn_pagelinks:after{clear:both;display:table;content:''}.industify_fn_pagelinks span.title{float:left;line-height:44px;display:block;margin-bottom:3px;margin-right:10px;color:#777}.industify_fn_pagelinks a,.industify_fn_pagelinks span.number{display:block;width:44px;height:44px;line-height:44px;text-align:center;border-radius:2px;font-weight:600;font-size:14px;float:left;color:#fff;margin-right:3px;margin-bottom:3px;transition:all .5s ease;background-color:#f4b21c}.industify_fn_pagelinks span.number:hover{background-color:#f4b21c;color:#fff}.industify_fn_pagelinks a{text-decoration:none}.industify_fn_pagelinks a span.number{color:#777;background-color:#ddd}ul.industify_fn_postlist{margin:0;list-style-type:none;position:relative}ul.industify_fn_postlist:after{clear:both;display:table;content:''}ul.industify_fn_postlist>li{margin:0;width:100%;float:left;box-sizing:border-box}ul.industify_fn_postlist>li:last-child>div{margin-bottom:0}ul.industify_fn_postlist .sticky_icon{display:none;width:50px;height:50px;position:absolute;z-index:10;right:0;top:0;color:#041230}ul.industify_fn_postlist .has-post-thumbnail .img_holder,ul.industify_fn_postlist .sticky .sticky_icon{display:block}ul.industify_fn_postlist .sticky_icon img,ul.industify_fn_postlist .sticky_icon svg{width:20px;height:20px;position:absolute;top:15px;left:15px}ul.industify_fn_postlist .sticky{padding:30px 30px 30px 120px!important;background-color:#e7f5ff!important}ul.industify_fn_postlist .sticky.has-post-thumbnail{padding:0!important;background-color:transparent!important}ul.industify_fn_postlist .sticky.has-post-thumbnail .title h3{padding-right:0}ul.industify_fn_postlist .sticky .title h3{padding-right:30px}ul.industify_fn_postlist li>div{width:100%;float:left;clear:both;position:relative;padding:36px 40px 40px 120px;box-sizing:border-box;margin-bottom:50px}ul.industify_fn_postlist .has-post-thumbnail{padding:0;background-color:transparent;border:none;border-radius:0}ul.industify_fn_postlist .has-post-thumbnail .content_holder{padding:36px 40px 40px;box-sizing:border-box}ul.industify_fn_postlist .img_holder{display:none;width:100%;float:left;clear:both;position:relative}ul.industify_fn_postlist .img_holder span.shape1{position:absolute;left:40px;bottom:0;z-index:3;border-right:20px solid rgba(255,255,255,.3);border-top:30px solid transparent}ul.industify_fn_postlist .img_holder span.shape2{position:absolute;left:60px;bottom:0;z-index:3;border-left:600px solid rgba(255,255,255,.3);border-top:30px solid transparent}ul.industify_fn_postlist .time{position:absolute;z-index:15;padding:20px 19px 25px;max-width:100%;width:80px;left:0;top:0}ul.industify_fn_postlist .content_holder,ul.industify_fn_postlist .excerpt_holder,ul.industify_fn_postlist .info_holder,ul.industify_fn_postlist .read_holder,ul.industify_fn_postlist .title{width:100%;float:left;clear:both}.industify_fn_postlist .time span:after{position:absolute;content:'';top:0;left:0;bottom:15px;right:0;background-color:#d24e1a;z-index:-1}.industify_fn_postlist .time span:before{position:absolute;content:'';left:0;bottom:0;border-top:15px solid #d24e1a;border-right:80px solid transparent;z-index:-1}.industify_fn_postlist .time h3{margin:0 0 5px;padding:0;color:#fff;font-size:36px;line-height:1;letter-spacing:-2px;position:relative;font-weight:300}.industify_fn_postlist .time h3:after{left:0;right:0;position:absolute;content:'';background-color:#ffc600;height:1px;top:100%}.industify_fn_postlist .time h5{margin:0;padding:0;color:#fff;letter-spacing:0;font-size:12px;line-height:14px;font-weight:400;text-transform:uppercase}ul.industify_fn_postlist .title h3{margin:0 0 19px;padding:0;font-size:30px;line-height:30px;letter-spacing:0;font-weight:400}ul.industify_fn_postlist .title h3 a{text-decoration:none}ul.industify_fn_postlist .info_holder p{margin:0 0 11px;padding:0;font-size:14px;letter-spacing:0;color:#666;float:left}ul.industify_fn_postlist .info_holder p span{float:left}ul.industify_fn_postlist .info_holder p .t_category{margin-left:20px;position:relative}ul.industify_fn_postlist .info_holder p .t_category:after{content:'';position:absolute;width:14px;height:1px;background-color:#666;top:50%;right:100%;margin-right:2px}ul.industify_fn_postlist .info_holder p a{color:#316397;text-decoration:none;text-transform:capitalize;border-bottom:1px solid #316397}ul.industify_fn_postlist .info_holder p a:hover{border-bottom-color:transparent}ul.industify_fn_postlist .excerpt_holder p{margin:0;padding:0;color:#666;font-size:14px}ul.industify_fn_postlist .excerpt_holder{margin-bottom:25px}ul.industify_fn_postlist .read_holder p{margin:0;padding:0}ul.industify_fn_postlist .read_holder a{display:inline-block;border-radius:3px;background-color:#081225;color:#fff;text-decoration:none;font-size:14px;line-height:24px;padding:0 8px}ul.industify_fn_postlist .read_holder a:hover{background-color:#d24e1a}body.archive .industify_fn_without_sidebar_page .industify_fn_pagination{margin:0 0 47px}body.archive.woocommerce .industify_fn_without_sidebar_page .inner{margin-bottom:50px;margin-top:70px}body.archive .industify_fn_without_sidebar_page .inner{margin-bottom:50px}.industify_fn_without_sidebar_page .industify_fn_blog_single{margin:0}.industify_fn_without_sidebar_page .industify_fn_pagination{margin:50px 0 0}.industify_fn_without_sidebar_page .industify_fn_service_page .industify_fn_pagination{margin:0}body.home .industify_fn_without_sidebar_page{margin-bottom:150px}.fn_blogpage .industify_fn_sidebarpage .industify_fn_pagination{margin:50px 0 0}body.search .industify_fn_pagination{margin:0 0 50px!important}body.search section.industify_fn_content{margin-bottom:50px}.industify_fn_without_sidebar_page>div>.inner{padding-bottom:130px;padding-top:70px}body.single-post .industify_fn_without_sidebar_page>div>.inner{padding-bottom:0;padding-top:0}body.search .industify_fn_without_sidebar_page>div>.inner{padding-bottom:0}body.home ul.industify_fn_postlist{margin-top:70px}body.home .industify_fn_leftsidebar ul.industify_fn_postlist{margin-top:0}ul.industify_fn_archive_list,ul.industify_fn_portfolio_list{margin:0 0 0 -50px;list-style-type:none}ul.industify_fn_archive_list .industify_fn_post{width:100%;float:left;clear:both;position:relative;box-shadow:0 0 40px rgba(0,0,0,.1)}ul.industify_fn_archive_list li{width:50%;float:left;padding-left:50px;margin-bottom:50px;box-sizing:border-box}ul.industify_fn_archive_list h3{font-size:22px;margin:0 0 17px;letter-spacing:0;line-height:1.3;font-weight:600}ul.industify_fn_archive_list h3 a{color:#041230;text-decoration:none;font-weight:400}ul.industify_fn_archive_list h3 a:hover{color:#316397}ul.industify_fn_archive_list p{line-height:1.7;color:#666;margin:0;padding:0;letter-spacing:0}ul.industify_fn_archive_list .read_more{position:absolute;left:0;bottom:0;max-width:calc(100% - 20px);max-width:-moz-calc(100% - 20px);max-width:-webkit-calc(100% - 20px);z-index:10}ul.industify_fn_archive_list .read_more a{font-weight:600;letter-spacing:0;text-decoration:none;text-transform:uppercase;font-size:14px;display:block;padding:0 62px 0 50px;height:40px;color:#fff;line-height:40px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#d24e1a;font-family:Montserrat}ul.industify_fn_archive_list .read_more a:hover{background-color:#316397}ul.industify_fn_archive_list .read_more:after{content:'';position:absolute;width:35px;height:40px;transform:skewX(27deg);right:0;bottom:0;z-index:20;background-color:#fff;margin-right:-24px}ul.industify_fn_archive_list .title_holder{border:1px solid #e5e5e5;padding:54px 50px 82px;background-color:#fff;width:100%;float:left;clear:both;position:relative;min-height:260px;box-sizing:border-box}ul.industify_fn_archive_list .title_holder:after,ul.industify_fn_archive_list .title_holder:before{bottom:0;background-color:rgba(0,0,0,.03);z-index:1;right:0;content:''}ul.industify_fn_archive_list .title_holder:after{position:absolute;width:100px;height:150px}ul.industify_fn_archive_list .title_holder:before{position:absolute;width:50px;height:80px}ul.industify_fn_archive_list .img_holder{width:100%;float:left;clear:both}ul.industify_fn_archive_list .has-post-thumbnail .title_holder{border:none}ul.industify_fn_archive_list .time{position:absolute;z-index:15;padding:20px 19px 25px;max-width:100%;width:80px;left:0;top:0}ul.industify_fn_archive_list .time span:after{position:absolute;content:'';top:0;left:0;bottom:15px;right:0;background-color:#d24e1a;z-index:-1}ul.industify_fn_archive_list .time span:before{position:absolute;content:'';left:0;bottom:0;border-top:15px solid #d24e1a;border-right:80px solid transparent;z-index:-1}ul.industify_fn_archive_list .time h3{margin:0 0 5px;padding:0;color:#fff;font-size:36px;line-height:1;letter-spacing:-2px;position:relative;font-weight:300}ul.industify_fn_archive_list .time h3:after{left:0;right:0;position:absolute;content:'';background-color:#ffc600;height:1px;top:100%}ul.industify_fn_archive_list .time h5{margin:0;padding:0;color:#fff;letter-spacing:0;font-size:12px;line-height:14px;font-weight:400;text-transform:uppercase}ul.industify_fn_archive_list article:not(.has-post-thumbnail) .title_holder{padding-left:120px}ul.industify_fn_archive_list.blog_archive p{margin-bottom:25px}ul.industify_fn_archive_list.blog_archive p.t_header{margin:0 0 11px;padding:0;font-size:14px;letter-spacing:0;color:#666;clear:both}ul.industify_fn_archive_list.blog_archive p.t_header .t_author{position:relative}ul.industify_fn_archive_list.blog_archive p.t_header .t_author:after{content:'';position:absolute;width:14px;height:1px;background-color:#666;top:50%;left:100%;margin-left:2px}ul.industify_fn_archive_list.blog_archive p.t_header .t_category{margin-left:20px}ul.industify_fn_archive_list.blog_archive p.t_header a{color:#316397;text-decoration:none;text-transform:capitalize;border-bottom:1px solid #316397}ul.industify_fn_archive_list.blog_archive p.t_header a:hover{border-bottom-color:transparent}ul.industify_fn_archive_list.blog_archive p.read_holder{margin-bottom:0}ul.industify_fn_archive_list.blog_archive .title_holder{padding:36px 40px 40px;min-height:120px;border:none}ul.industify_fn_archive_list.blog_archive p.read_holder a{display:inline-block;border-radius:3px;background-color:#081225;color:#fff;text-decoration:none;font-size:14px;line-height:24px;padding:0 8px}ul.industify_fn_archive_list.blog_archive p.read_holder a:hover{background-color:#d24e1a}ul.industify_fn_archive_list.blog_archive .title_holder:after,ul.industify_fn_archive_list.blog_archive .title_holder:before{display:none}ul.industify_fn_archive_list.blog_archive .industify_fn_post{box-shadow:0 0 15px rgba(0,0,0,.06)}.industify_fn_breadcrumbs{width:100%;float:left;clear:both;position:relative;padding-top:13px;padding-bottom:2px}.industify_fn_breadcrumbs ul{margin:0;list-style-type:none}.industify_fn_breadcrumbs ul li{float:left}.industify_fn_breadcrumbs a,.industify_fn_breadcrumbs span.bread-current{font-size:14px;color:#666;text-decoration:none;letter-spacing:0;line-height:1.5}.industify_fn_breadcrumbs a{font-weight:600}.industify_fn_breadcrumbs a:hover{color:#d24e1a}.industify_fn_breadcrumbs .separator span{width:33px;height:24px;display:block;position:relative}.industify_fn_breadcrumbs .separator span:after,.industify_fn_breadcrumbs .separator span:before{width:9px;height:2px;display:block;position:absolute;background-color:#ddd;left:13px;content:''}.industify_fn_breadcrumbs .separator span:after{top:8px;transform:rotate(45deg)}.industify_fn_breadcrumbs .separator span:before{top:14px;transform:rotate(135deg)}.industify_fn_sidebarpage,.industify_fn_sidebarpage .s_inner{width:100%;float:left;clear:both}.industify_fn_wrapper_all:not(.industify-theme) .industify_fn_sidebarpage .s_inner,body.home .industify_fn_sidebarpage .s_inner{margin-top:70px;margin-bottom:100px}.industify_fn_leftsidebar{width:calc(100% - 300px);width:-moz-calc(100% - 300px);width:-webkit-calc(100% - 300px);float:left;padding-right:50px;box-sizing:border-box}.industify_fn_rightsidebar{width:300px;float:right}.industify_fn_rightsidebar .wid-title span{font-weight:400}.portfolio_single .industify_fn_leftsidebar{width:calc(100% - 400px);width:-moz-calc(100% - 400px);width:-webkit-calc(100% - 400px);padding-right:30px}.portfolio_single .industify_fn_rightsidebar{width:400px}.industify_fn_wfh>.industify_fn_password_protected{max-width:1250px;padding-left:40px;padding-right:40px;margin:0 auto;float:none}.industify_fn_wfh>.industify_fn_password_protected:after{clear:both;display:table;content:''}@media(max-width:1040px){.industify_fn_wfh .industify_fn_password_protected{padding-left:20px;padding-right:20px}}@media(max-width:480px){.industify_fn_wfh .industify_fn_password_protected{padding-left:10px;padding-right:10px}}.industify_fn_password_protected{width:100%;float:left;clear:both;padding:125px 0 150px;box-sizing:border-box}.industify_fn_password_protected .in{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.industify_fn_password_protected .in p{color:#777;line-height:1.7;font-weight:400}.industify_fn_password_protected .message_holder{width:100%;float:left;clear:both;position:relative;text-align:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.industify_fn_password_protected .post-password-form>div{width:50%;float:left}.industify_fn_password_protected .post-password-form input[type=password]{text-align:center;background-color:#f9f9f9}.industify_fn_password_protected .icon_holder{position:absolute;top:0;width:100%;left:55px;text-align:left;height:0}.industify_fn_password_protected .icon_holder i{width:110px;height:110px;display:inline-block;line-height:110px;font-size:60px;border-radius:100%;background-color:#e9eff4;margin-top:-55px;color:#222;text-align:center}.industify_fn_password_protected .icon_holder i:after{content:'';position:absolute;width:110px;height:110px;background-color:transparent;border-radius:100%;left:0;z-index:5;border:1px solid #e5e5e5;top:-55px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.industify_fn_portfolio_category_filter{width:auto;float:left;clear:both;margin-bottom:40px;position:relative;z-index:25;height:50px}.industify_fn_portfolio_category_filter:after{clear:both;display:table;content:''}.industify_fn_portfolio_category_filter>a{display:inline-block;text-decoration:none;color:#fff;text-transform:uppercase;font-size:16px;font-weight:600;height:50px;line-height:50px;padding:0 90px 0 30px;position:relative;min-width:160px;overflow:hidden;letter-spacing:.5px;background-color:#d24e1a;font-family:Montserrat}.industify_fn_portfolio_category_filter ul a,ul.ajax_pagination a{display:block;color:#fff;font-family:Montserrat;text-decoration:none}.industify_fn_portfolio_category_filter>a:after{content:'';position:absolute;width:100px;height:50px;transform:skewX(-25deg);background-color:#fff;top:0;left:100%;margin-left:-50px;z-index:5;opacity:.15}.industify_fn_portfolio_category_filter>a:before{width:0;height:0;content:'';position:absolute;border:5px solid transparent;border-top-color:#fff;right:20px;top:22px;z-index:10}.industify_fn_portfolio_category_filter ul{list-style-type:none;margin:0;position:absolute;padding:20px 30px;width:100%;background-color:#0f111f;box-sizing:border-box;top:100%;left:0;opacity:0;visibility:hidden;transition:all .5s ease}.industify_fn_portfolio_category_filter ul:after{top:0;left:0;right:0;height:1px;background-color:rgba(255,255,255,.3);content:'';position:absolute}.industify_fn_portfolio_category_filter ul.opened{opacity:1;visibility:visible}.industify_fn_portfolio_category_filter li{margin:0}.industify_fn_portfolio_category_filter ul a{letter-spacing:.5px;position:relative;font-size:14px;line-height:35px;text-transform:capitalize;font-weight:500}.industify_fn_portfolio_category_filter ul:hover a:hover{opacity:1}.industify_fn_portfolio_category_filter ul a.active{opacity:1!important;font-size:16px}.industify_fn_portfolio_category_filter ul:hover a{opacity:.5}.industify_fn_portfolio_category_filter span.spinner{height:20px;width:20px;position:absolute;left:100%;margin-left:20px;top:12px;border:3px solid rgba(0,0,0,.2);border-top:3px solid rgba(0,0,0,.9);opacity:0;z-index:50;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-animation:spinner .6s infinite linear;-moz-animation:spinner .6s infinite linear;-o-animation:spinner .6s infinite linear;animation:spinner .6s infinite linear}@-webkit-keyframes spinner{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(359deg)}}@-moz-keyframes spinner{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(359deg)}}@-o-keyframes spinner{from{-o-transform:rotate(0)}to{-o-transform:rotate(359deg)}}@keyframes spinner{from{transform:rotate(0)}to{transform:rotate(359deg)}}.industify_fn_portfolio_category_filter span.spinner.active{opacity:1}.industify_fn_portfolio_page .portfolio_list_in{width:100%;float:left;clear:both;opacity:1}.industify_fn_portfolio_page .portfolio_list_in.active{opacity:.7}.industify_fn_ajax_pagination{width:100%;float:left;clear:both;margin:0}ul.ajax_pagination{margin:0 0 0 -10px;list-style-type:none}ul.ajax_pagination li{float:left;margin-left:10px}ul.ajax_pagination a{width:auto;height:40px;padding:0 20px;line-height:40px;cursor:pointer;position:relative;text-transform:uppercase;font-size:12px;transition:all .3s ease;font-weight:600;background-color:#f4b21c;border-radius:2px}ul.ajax_pagination a.next:after,ul.ajax_pagination a.prev:after{width:0;height:0;position:absolute;top:15px;transition:all .3s ease;content:''}ul.ajax_pagination a.prev{padding-left:35px}ul.ajax_pagination a.inactive.prev:after{border-right-color:#777}ul.ajax_pagination a.prev:after{border:5px solid transparent;border-right-color:#fff;left:15px}ul.ajax_pagination a.next{padding-right:35px}ul.ajax_pagination a.inactive.next:after{border-left-color:#777}ul.ajax_pagination a.next:after{border:5px solid transparent;border-left-color:#fff;right:15px}ul.ajax_pagination a.inactive{color:#777;background-color:#ddd;cursor:default}ul.industify_fn_portfolio_list li{width:50%;margin:0 0 50px;padding:0 0 0 50px;float:left;box-sizing:border-box}ul.industify_fn_portfolio_list .item{width:100%;float:left;clear:both;position:relative;padding-bottom:10px;box-sizing:border-box}ul.industify_fn_portfolio_list .item.no_img{padding-right:0}ul.industify_fn_portfolio_list .item:after{left:30px;right:30px;height:10px;bottom:0;background-color:#d24e1a;content:'';position:absolute;z-index:-1}ul.industify_fn_portfolio_list .img_holder{width:100%;float:left;clear:both;position:relative;z-index:1}ul.industify_fn_portfolio_list .img_holder a{z-index:10;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);transition:all .3s ease}ul.industify_fn_portfolio_list .img_holder a:after,ul.industify_fn_portfolio_list .img_holder a:before{content:'';background-color:#d24e1a;position:absolute;z-index:22;transition:all .3s ease}ul.industify_fn_portfolio_list .img_holder a:after{left:59px;top:40px;width:2px;height:0}ul.industify_fn_portfolio_list .img_holder a:before{left:50px;top:49px;width:0;height:2px;transition-delay:.3s}ul.industify_fn_portfolio_list img{position:relative;z-index:-5;opacity:0;min-width:100%;min-height:270px}ul.industify_fn_portfolio_list .img_abs{position:absolute;left:0;top:0;right:0;bottom:0;z-index:5}ul.industify_fn_portfolio_list .title_holder{width:100%;float:left;clear:both;position:absolute;z-index:10;left:0;bottom:10px;padding:34px 50px 36px;box-sizing:border-box}ul.industify_fn_portfolio_list .title_holder h3{margin:0 0 10px;padding:0;font-size:24px;letter-spacing:0;font-weight:300}ul.industify_fn_portfolio_list .title_holder h3 a{color:#eee;text-decoration:none}ul.industify_fn_portfolio_list .title_holder h3 a:hover{color:#fff}ul.industify_fn_portfolio_list .title_holder p{margin:0;padding:0;line-height:1;font-family:Montserrat}ul.industify_fn_portfolio_list .title_holder p a{position:relative;display:inline-block;text-transform:uppercase;color:#fff;font-weight:600;letter-spacing:0;font-size:14px;line-height:18px;padding-right:25px;text-decoration:none}ul.industify_fn_portfolio_list .title_holder a.hover_link{opacity:0;visibility:hidden;display:block;position:absolute;left:0;top:0;right:0;bottom:0;z-index:33}ul.industify_fn_portfolio_list .title_holder img,ul.industify_fn_portfolio_list .title_holder svg{width:15px;height:15px;position:absolute;right:0;top:50%;margin-top:-7px}ul.industify_fn_portfolio_list .item:hover .img_holder a{background-color:rgba(15,15,22,.9)}ul.industify_fn_portfolio_list .item:hover .img_holder a:after{height:20px}ul.industify_fn_portfolio_list .item:hover .img_holder a:before{width:20px}ul.industify_fn_portfolio_list .item:hover .title_holder p a{color:#d24e1a}ul.industify_fn_portfolio_list .item:hover .title_holder a.hover_link{opacity:1;visibility:visible}.industify_fn_portfolio_details{width:100%;float:left;clear:both;top:50px;bottom:50px}.industify_fn_portfolio_details .share_box{width:100%;float:left;clear:both;padding-bottom:33px;background-color:#e9eff4}.industify_fn_share_icons{width:100%;float:left;clear:both;padding:5px 70px 5px 40px;position:relative;z-index:2;box-sizing:border-box;overflow:hidden}.industify_fn_share_icons:after,.industify_fn_share_icons:before{background-color:#e2e8ec;position:absolute;z-index:1;top:0;content:''}.industify_fn_share_icons:after{left:0;right:80px;bottom:0}.industify_fn_share_icons:before{width:100px;height:100%;right:52px;transform:skewX(-30deg)}.industify_fn_share_icons label{letter-spacing:0;line-height:40px;color:#041230;margin-right:5px;display:inline-block;font-weight:600;position:relative;z-index:2}.industify_fn_share_icons ul{display:initial;margin:0 0 0 -5px;list-style-type:none;z-index:2;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.industify_fn_share_icons ul li{margin:0 0 0 5px;display:inline-block;text-align:center}.industify_fn_share_icons ul li a{display:block;text-decoration:none;font-size:15px;letter-spacing:0;color:#041230;line-height:1;width:20px;height:40px;font-weight:600;padding:13px 0 12px;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.industify_fn_share_icons ul li a:hover{color:#f4b21c}.industify_fn_share_icons ul li a i{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.industify_fn_portfolio_details .title_holder{width:100%;float:left;clear:both;padding:0 40px;background-color:#e9eff4;box-sizing:border-box}.industify_fn_portfolio_details .title_holder h3{margin:0 0 29px;padding:0;font-size:24px;letter-spacing:0;line-height:1.3;color:#041230;font-weight:400}.industify_fn_portfolio_details .info_list{width:100%;float:left;clear:both;padding:0 40px;background-color:#e9eff4;box-sizing:border-box}.industify_fn_portfolio_details .info_list ul{list-style-type:none;margin:0 0 7px}.industify_fn_portfolio_details .info_list li{margin-bottom:21px}.industify_fn_portfolio_details .info_list p{margin:0 0 1px;padding:0;line-height:1.4;color:#f4b21c}.industify_fn_portfolio_details .info_list span{font-size:14px;display:block;color:#777;line-height:1.4}.industify_fn_portfolio_details .info_list span a{text-decoration:none;color:#777}.industify_fn_portfolio_details .info_list span a:hover{color:#f4b21c}.industify_fn_portfolio_details .content_holder{width:100%;float:left;clear:both;padding:0 40px;background-color:#e9eff4;box-sizing:border-box}.industify_fn_portfolio_details .content_holder p{margin:0 0 20px;padding:0;color:#777}.industify_fn_portfolio_details .content_holder p:last-child{margin-bottom:40px}.industify_fn_portfolio_details .video_holder{width:100%;float:left;clear:both;padding:30px 40px 0;background-color:transparent;box-sizing:border-box}.industify_fn_portfolio_details .video_holder .lightbox{width:auto;float:left;clear:both;position:relative;cursor:pointer}.industify_fn_portfolio_details .video_holder .play_icon{width:30px;height:30px;display:block;position:absolute;left:0;top:0;color:#777;border:2px solid #777;border-radius:100%;box-sizing:border-box}.industify_fn_portfolio_details .video_holder img,.industify_fn_portfolio_details .video_holder svg{width:8px;height:8px;position:absolute;left:50%;top:50%;margin:-4px 0 0 -3px}.industify_fn_portfolio_details .video_holder .play_text{position:relative;width:100%;float:left;padding-left:40px;line-height:30px;font-weight:500;color:#f4b21c;font-size:18px;font-family:Quicksand;box-sizing:border-box}.industify_fn_portfolio_details .video_holder .play_text span{position:relative;display:block}.industify_fn_portfolio_details .video_holder .play_icon:before{content:'';display:block;position:absolute;top:-2px;left:-2px;width:30px;height:30px;background-color:inherit;opacity:0;z-index:-1;pointer-events:none;border:3px solid #777;border-radius:100%;box-sizing:border-box}.industify_fn_portfolio_details .video_holder .lightbox:hover .play_icon:before{opacity:1;-webkit-animation:cs_fn_pulse 2s cubic-bezier(.3,1,.3,1) infinite;animation:cs_fn_pulse 2s cubic-bezier(.3,1,.3,1) infinite}.industify_fn_portfolio_details .video_holder .play_text span:after{content:'';position:absolute;bottom:4px;background-color:#ccc;left:0;right:0;height:1px;transition:all .2s ease}.industify_fn_portfolio_details .video_holder .play_text:hover span:after{height:2px;bottom:0}.industify_fn_portfolio_single_list{width:100%;float:left;clear:both;top:50px;bottom:50px}.industify_fn_portfolio_single_list .plus{opacity:0;visibility:hidden;background-color:rgba(17,20,34,.9);z-index:3;content:'';position:absolute;top:0;left:0;right:0;bottom:0;transition:all .5s ease}.industify_fn_portfolio_single_list .plus:after{width:20px;height:2px;content:'';position:absolute;top:50%;left:50%;margin:-1px 0 0 -10px;background-color:#f4b21c;z-index:5}.industify_fn_portfolio_single_list .plus:before{width:2px;height:20px;content:'';position:absolute;top:50%;left:50%;margin:-10px 0 0 -1px;background-color:#f4b21c;z-index:5}.industify_fn_portfolio_single_list .item:hover .plus{opacity:1;visibility:visible}.industify_fn_portfolio_single_list .item{width:100%;float:left;clear:both;margin-bottom:30px;cursor:pointer;position:relative;overflow:hidden}.industify_fn_portfolio_single_list .item:last-child{margin:0}span.industify_fn_videoitem{width:100px;height:100px;display:block;position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px;z-index:5;color:#ccc;transition:all .3s ease}span.industify_fn_videoitem img,span.industify_fn_videoitem svg{position:absolute;left:43px;top:40px;width:20px;height:20px}span.industify_fn_videoitem:after{content:'';display:block;width:100%;height:100%;left:0;top:0;position:absolute;border:5px solid #ccc;border-radius:100%;box-sizing:border-box;transition:all .3s ease}.industify_fn_portfolio_single_list .item:hover span.industify_fn_videoitem:after{opacity:.5;border-width:3px}.industify_fn_portfolio_single_list .item:hover span.industify_fn_videoitem{transform:scale(1.2)}.industify_fn_portfolio_single_list .item img{min-width:100%}.industify_fn_hovercaption{position:absolute;z-index:50;bottom:0;left:0;right:0;text-align:center;padding:20px;background:rgba(0,0,0,.2);background:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));background:-o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));background:-moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));opacity:0;visibility:hidden;transform:translateY(20px);transition:all .5s ease;box-sizing:border-box}.industify_fn_footer .top_footer_img,ul.industify_fn_service_list .img_abs,ul.industify_fn_service_list_default .img_holder .img_abs{background-size:cover;background-position:center center;background-repeat:no-repeat}.industify_fn_hovercaption h3{margin:0 0 10px;padding:0;font-size:24px;color:#fff;letter-spacing:0;line-height:1.1;font-weight:300}.industify_fn_hovercaption h5{margin:0;padding:0;font-size:16px;color:#fff;text-transform:uppercase}.industify_fn_portfolio_single_list .item:hover .industify_fn_hovercaption{opacity:1;visibility:visible;transform:translateY(0)}.industify_fn_portfolio_justified{width:100%;float:left;clear:both;margin-top:10px}.industify_fn_portfolio_justified .j_list{width:100%;float:left;clear:both;padding:0 10px;box-sizing:border-box}.industify_fn_portfolio_justified .j_list_in{width:100%;float:left;clear:both}.industify_fn_portfolio_justified .j_list .plus{opacity:0;visibility:hidden;background-color:rgba(17,20,34,.9);z-index:3;content:'';position:absolute;top:0;left:0;right:0;bottom:0;transition:all .5s ease}.industify_fn_portfolio_justified .j_list .plus:after,.industify_fn_portfolio_justified .j_list .plus:before{position:absolute;top:50%;left:50%;background-color:#d24e1a;z-index:5;content:''}.industify_fn_portfolio_justified .j_list .plus:after{width:20px;height:2px;margin:-1px 0 0 -10px}.industify_fn_portfolio_justified .j_list .plus:before{width:2px;height:20px;margin:-10px 0 0 -1px}.industify_fn_portfolio_justified .j_list a:hover .plus{opacity:1;visibility:visible}.industify_fn_portfolio_justified .j_list a:hover .industify_fn_hovercaption{opacity:1;visibility:visible;transform:translateY(0)}.industify_fn_portfolio_justified .j_content{width:100%;float:left;clear:both}.industify_fn_portfolio_justified .j_content_in{width:100%;float:left;clear:both;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.industify_fn_portfolio_justified .content_part:after,.industify_fn_portfolio_justified .helpful_part:after{clear:both;display:table;content:''}.industify_fn_portfolio_justified .content_part{width:100%;box-sizing:border-box}.industify_fn_portfolio_justified .helpful_part{width:370px;min-width:370px;position:relative;box-sizing:border-box;margin-left:70px}.industify_fn_portfolio_justified .hp_inner{width:100%;float:left;clear:both;padding:36px 40px 34px;background-color:#fff;position:relative;box-sizing:border-box}.industify_fn_portfolio_justified .hp_inner:after,.industify_fn_portfolio_justified .hp_inner:before{position:absolute;bottom:0;background-color:rgba(0,0,0,.03);right:0;content:''}.industify_fn_portfolio_justified .hp_inner:after{width:100px;height:150px;z-index:1}.industify_fn_portfolio_justified .hp_inner:before{width:50px;height:80px;z-index:2}.industify_fn_portfolio_justified .content_part h3{margin:0 0 24px;padding:0;font-size:30px;font-weight:400;letter-spacing:0}.industify_fn_portfolio_justified .content_holder,.industify_fn_portfolio_justified .title_holder{width:100%;float:left;clear:both}.industify_fn_portfolio_justified .content_holder p{margin:0 0 23px;padding:0;color:#666}.industify_fn_portfolio_justified .share_box,.industify_fn_portfolio_justified .video_holder{width:100%;margin-bottom:20px;clear:both;float:left}.industify_fn_portfolio_justified .industify_fn_share_icons:after,.industify_fn_portfolio_justified .industify_fn_share_icons:before{display:none}.industify_fn_portfolio_justified .industify_fn_share_icons ul li a{color:#555;font-size:16px;height:30px;padding:8px 0 7px}.industify_fn_portfolio_justified .industify_fn_share_icons ul li a:hover{color:#f4b21c}.industify_fn_portfolio_justified .industify_fn_share_icons label{line-height:30px}.industify_fn_portfolio_justified .industify_fn_share_icons{padding:0}.industify_fn_portfolio_justified .video_holder{position:relative}.industify_fn_portfolio_justified .video_holder .play_icon{width:30px;height:30px;display:block;position:absolute;left:0;top:0;color:#777;border:2px solid #777;border-radius:100%;box-sizing:border-box}.industify_fn_portfolio_justified .video_holder .play_icon:before{content:'';display:block;position:absolute;top:-2px;left:-2px;width:30px;height:30px;background-color:inherit;opacity:0;z-index:-1;pointer-events:none;border:3px solid #777;border-radius:100%;box-sizing:border-box}.industify_fn_portfolio_justified .video_holder .lightbox:hover .play_icon:before{opacity:1;-webkit-animation:cs_fn_pulse 2s cubic-bezier(.3,1,.3,1) infinite;animation:cs_fn_pulse 2s cubic-bezier(.3,1,.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)}}.industify_fn_portfolio_justified .video_holder img,.industify_fn_portfolio_justified .video_holder svg{width:8px;height:8px;position:absolute;left:50%;top:50%;margin:-4px 0 0 -3px}.industify_fn_portfolio_justified .video_holder .play_text{position:relative;width:100%;float:left;padding-left:40px;line-height:30px;font-weight:400;color:#777;box-sizing:border-box}.industify_fn_portfolio_justified .video_holder .play_text span{position:relative;display:block;font-size:18px;color:#f4b21c}.industify_fn_portfolio_justified .video_holder .play_text span:after{content:'';position:absolute;bottom:4px;background-color:#ccc;left:0;right:0;height:1px;transition:all .2s ease}.industify_fn_portfolio_justified .video_holder .play_text:hover span:after{height:2px;bottom:0}.industify_fn_portfolio_justified .video_holder .lightbox{width:auto;float:left;clear:both;position:relative;cursor:pointer}.industify_fn_prevnext{margin-top:40px;width:100%;float:left;clear:both}.industify_fn_prevnext:after{clear:both;display:table;content:''}.industify_fn_prevnext ul{margin:0 0 0 -10px;list-style-type:none}.industify_fn_prevnext li{float:left;margin-left:10px}.industify_fn_prevnext .h_next,.industify_fn_prevnext .h_prev{display:none}.industify_fn_prevnext a,.industify_fn_prevnext span{display:block;text-decoration:none;width:auto;height:40px;padding:0 20px;color:#fff;line-height:40px;cursor:pointer;position:relative;text-transform:uppercase;font-size:12px;transition:all .3s ease;font-weight:600;border-radius:2px}.industify_fn_prevnext .h_prev span,.industify_fn_prevnext .prev a{padding-left:35px}.industify_fn_prevnext .h_prev span:after{border-right-color:#777!important}.industify_fn_prevnext .h_prev span:after,.industify_fn_prevnext .prev a:after{width:0;height:0;content:'';position:absolute;border:5px solid transparent;border-right-color:#fff;top:15px;left:15px;transition:all .3s ease}.industify_fn_prevnext .h_next span,.industify_fn_prevnext .next a{padding-right:35px}.industify_fn_prevnext .h_next span:after,.industify_fn_prevnext .next a.inactive:after{border-left-color:#777!important}.industify_fn_prevnext .h_next span:after,.industify_fn_prevnext .next a:after{width:0;height:0;content:'';position:absolute;border:5px solid transparent;border-left-color:#fff;top:15px;right:15px;transition:all .3s ease}.industify_fn_prevnext span{color:#777;background-color:#ddd;cursor:default}.industify_fn_prevnext[data-switch=prev] .prev a,.industify_fn_prevnext[data-switch=next] .next a,.industify_fn_prevnext[data-switch=yes] a{background-color:#d24e1a}.industify_fn_prevnext[data-switch=next] .h_prev{display:block}.industify_fn_prevnext[data-switch=next] .prev{display:none}.industify_fn_prevnext[data-switch=prev] .h_next{display:block}.industify_fn_prevnext[data-switch=prev] .next{display:none}.industify_fn_portfolio_justified .helpful_part ul{list-style-type:none;margin:0;position:relative;z-index:10}.industify_fn_portfolio_justified .helpful_part li{margin-bottom:21px}.industify_fn_portfolio_justified .helpful_part li:last-child{margin-bottom:0}.industify_fn_portfolio_justified .helpful_part p{margin:0 0 1px;padding:0;line-height:1.4;color:#d24e1a}.industify_fn_portfolio_justified .helpful_part span{display:block;color:#777;line-height:1.4}.industify_fn_pagination ul:after,.industify_fn_pagination:after{display:table;content:'';clear:both}.industify_fn_portfolio_justified .helpful_part span a{text-decoration:none;color:#777}.industify_fn_portfolio_justified .helpful_part span a:hover{color:#d24e1a}.industify_fn_pagination{width:100%;float:left;clear:both;margin:60px 0}.industify_fn_pagination ul{margin:0 0 0 -3px;list-style-type:none}.industify_fn_pagination li{float:left;margin-left:3px;margin-bottom:3px}.industify_fn_pagination li.view{margin-left:20px}.industify_fn_pagination li a,.industify_fn_pagination li span{display:block;width:44px;height:44px;line-height:44px;text-align:center;border-radius:2px;font-weight:700;font-size:14px}.industify_fn_pagination li a{text-decoration:none;transition:all .5s ease;color:#777;background-color:#e9eff4}.industify_fn_pagination li a:hover,.industify_fn_pagination li span{color:#fff;background-color:#f4b21c}.industify_fn_pagination li p{margin:0;padding:0;line-height:44px;color:#777;letter-spacing:0;font-weight:600;font-size:14px}.industify_fn_wrapper_all[data-pagination-text=disable] .industify_fn_pagination li.view{display:none}.industify_fn_service_page,.industify_fn_service_page .service_list{width:100%;float:left;clear:both}ul.industify_fn_service_list{margin:0 0 0 -50px;list-style-type:none}ul.industify_fn_service_list:after{clear:both;display:table;content:''}ul.industify_fn_service_list li{width:50%;float:left;padding-left:50px;margin-bottom:50px;box-sizing:border-box}ul.industify_fn_service_list .item{width:100%;float:left;clear:both;box-shadow:0 0 40px rgba(0,0,0,.1)}ul.industify_fn_service_list .img_holder{position:relative}ul.industify_fn_service_list .img_holder a{position:absolute;z-index:10;display:block;left:0;right:0;bottom:0;top:0}ul.industify_fn_service_list img{position:relative;z-index:-5;opacity:0;min-height:200px}ul.industify_fn_service_list .img_abs{position:absolute;z-index:5;left:0;right:0;bottom:0;top:0}ul.industify_fn_service_list .title_holder{padding:55px 40px 82px;width:100%;float:left;clear:both;position:relative;min-height:260px;border:10px solid #0e2424;border-top-width:0}ul.industify_fn_service_list span.roof:after,ul.industify_fn_service_list span.roof:before{border-top:10px solid transparent;bottom:100%;z-index:33;content:'';position:absolute}ul.industify_fn_service_list span.roof:after{border-left:10px solid #0e2424;left:-10px}ul.industify_fn_service_list span.roof:before{border-right:10px solid #0e2424;right:-10px}ul.industify_fn_service_list .title_in{width:100%;float:left;clear:both}ul.industify_fn_service_list .title{width:100%;float:left;clear:both;position:relative;z-index:5}ul.industify_fn_service_list .title_in:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:-1}ul.industify_fn_service_list .title_holder:after,ul.industify_fn_service_list .title_holder:before{position:absolute;bottom:0;background-color:rgba(0,0,0,.03);right:0;content:''}ul.industify_fn_service_list .title_holder:after{width:100px;height:150px;z-index:1}ul.industify_fn_service_list .title_holder:before{width:50px;height:80px;z-index:2}ul.industify_fn_service_list li.no_img .title_holder{padding:50px 30px;background-color:#f9f9f9;border:1px solid #e5e5e5}ul.industify_fn_service_list .title_holder h3{font-size:22px;margin:0 0 16px;letter-spacing:0;line-height:1.3}ul.industify_fn_service_list .title_holder h3 a{text-decoration:none;color:#041230;font-weight:400}ul.industify_fn_service_list .title_holder h3 a:hover{color:#f4b21c}ul.industify_fn_service_list .title_holder p{line-height:1.7;color:#666;margin:0;padding:0;letter-spacing:0}ul.industify_fn_service_list .title_holder .read_more a{text-transform:uppercase;font-size:14px;font-weight:600;text-decoration:none;display:block;padding:0 42px 0 40px;height:42px;color:#fff;letter-spacing:0;line-height:40px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#0e2424}ul.industify_fn_service_list .title_holder .read_more{position:absolute;left:0;bottom:-10px;max-width:calc(100% - 20px);max-width:-moz-calc(100% - 20px);max-width:-webkit-calc(100% - 20px);z-index:10}ul.industify_fn_service_list .title_holder .read_more:after{border-left:16px solid #0e2424;border-top:32px solid transparent;content:'';position:absolute;left:100%;top:0;transition:all .3s ease}ul.industify_fn_service_list .item:hover .title_holder .read_more:after,ul.industify_fn_service_list .item:hover span.roof:after{border-left-color:#f4b21c}ul.industify_fn_service_list span.roof:after,ul.industify_fn_service_list span.roof:before{transition:all .3s ease}ul.industify_fn_service_list .item:hover span.roof:before{border-right-color:#f4b21c}ul.industify_fn_service_list .item:hover .title_holder .read_more a{background-color:#f4b21c}ul.industify_fn_service_list .item:hover .title_holder{border-color:#f4b21c}ul.industify_fn_service_list .item .title_holder{transition:all .3s ease}ul.industify_fn_service_list_default{margin:0;list-style-type:none}ul.industify_fn_service_list_default>li{margin:0 0 30px;padding:0;float:left;width:100%;clear:both}ul.industify_fn_service_list_default>li:last-child{margin-bottom:0}ul.industify_fn_service_list_default .item{float:left;width:100%;clear:both;padding-top:40px}ul.industify_fn_service_list_default .item_in{float:left;width:100%;clear:both;min-height:220px;position:relative;padding:35px 60px 73px 300px}ul.industify_fn_service_list_default .img_holder{width:220px;height:220px;position:absolute;left:40px;top:-40px}.service_single .lp_inner,.service_single .other_services,.service_single .other_services .item,.service_single .other_services .os_list,.service_single .other_services li,ul.industify_fn_service_list_default .title{width:100%;float:left;clear:both}ul.industify_fn_service_list_default .img_holder .img_abs{position:absolute;left:0;top:0;bottom:0;right:0;background-color:#70616e}ul.industify_fn_service_list_default .img_holder a{display:block;position:absolute;left:-10px;top:-10px;bottom:-10px;right:-10px;z-index:3}ul.industify_fn_service_list_default .title h3{margin:0 0 18px;padding:0;font-size:24px;letter-spacing:0}ul.industify_fn_service_list_default .title p{margin:0;padding:0;color:#666}.service_single .other_services .read_more a,ul.industify_fn_service_list_default .read_more a{color:#fff;display:block;text-decoration:none;text-transform:uppercase;font-family:Montserrat}ul.industify_fn_service_list_default .title h3 a{text-decoration:none}ul.industify_fn_service_list_default .read_more{position:absolute;right:0;bottom:0;max-width:100%}ul.industify_fn_service_list_default .read_more a{height:40px;line-height:40px;line-height:42px;padding:0 60px 0 40px;background-color:#081225;font-weight:500;letter-spacing:.5px;position:relative}ul.industify_fn_service_list_default .read_more a:after{border-top:40px solid transparent;border-right:20px solid #081225;content:'';position:absolute;right:100%;bottom:0;transition:all .3s ease}ul.industify_fn_service_list_default .read_more a:hover:after{border-right-color:#316397}ul.industify_fn_service_list_default .read_more a:hover{background-color:#316397}.industify_fn_all_pages_content.service_layout_list .industify_fn_pagination{margin:50px 0 0}.industify_fn_all_pages_content.service_layout_list .default_service_content{width:100%;float:left;clear:both;margin-bottom:55px}.industify_fn_all_pages_content.service_layout_list .default_service_content h1,.industify_fn_all_pages_content.service_layout_list .default_service_content h2,.industify_fn_all_pages_content.service_layout_list .default_service_content h3,.industify_fn_all_pages_content.service_layout_list .default_service_content h4,.industify_fn_all_pages_content.service_layout_list .default_service_content h5,.industify_fn_all_pages_content.service_layout_list .default_service_content h6{margin:0 0 15px;padding:0;font-size:24px;letter-spacing:0}.industify_fn_all_pages_content.service_layout_list .default_service_content p{margin:0;padding:0}body.single-industify-service .industify_fn_wrapper_all{overflow:hidden}.service_single .lp_inner{padding-bottom:70px}.service_single .other_services{padding-top:64px;position:relative}.service_single .other_services:after{left:0;right:0;top:0;content:'';position:absolute;height:1px;background-color:#e9eff4}.service_single .other_services>h3{margin:0 0 33px;padding:0;font-size:30px;font-weight:400;letter-spacing:0}.service_single .other_services ul{margin:0;list-style-type:none}.service_single .other_services li{margin:0 0 40px;padding:0}.service_single .other_services li:last-child{margin-bottom:0}.service_single .other_services .item{padding:54px 50px 82px;background-color:#e9eff4;position:relative;overflow:hidden;box-sizing:border-box}.service_single .other_services .read_more{position:absolute;left:0;bottom:0;max-width:calc(100% - 20px);max-width:-moz-calc(100% - 20px);max-width:-webkit-calc(100% - 20px)}.service_single .other_services .read_more a{padding:0 62px 0 50px;height:40px;font-weight:600;font-size:14px;letter-spacing:0;line-height:40px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#d24e1a}.service_single .other_services .read_more a:hover{background-color:#316397}.service_single .other_services .read_more:after{content:'';position:absolute;width:35px;height:40px;transform:skewX(27deg);right:0;bottom:0;z-index:20;margin-right:-24px;background-color:#e9eff4}.service_list_as_function,.service_list_as_function .title_holder{width:100%;float:left;clear:both}.service_single .other_services li h3{margin:0 0 17px;padding:0;font-size:22px;font-weight:400;letter-spacing:0}.service_single .other_services li h3 a{text-decoration:none}.service_single .other_services li p{margin:0;padding:0}.service_list_as_function{position:relative;margin-bottom:60px;overflow:hidden;background-color:#d24e1a;box-sizing:border-box}.service_list_as_function .title_holder h3{margin:0 0 27px;padding:0;font-weight:700;display:block;font-size:18px;text-transform:uppercase;color:#777;position:relative;line-height:1.5;letter-spacing:0}.service_list_as_function .title_holder h3:after{position:absolute;content:'';width:50px;height:1px;top:100%;left:0;margin-top:7px}.service_list_as_function .list_holder{width:100%;float:left;clear:both;padding:34px 30px;position:relative;z-index:15;box-sizing:border-box}.service_list_as_function ul{list-style-type:none;margin:0}.service_list_as_function ul:after{display:table;clear:both;content:''}.service_list_as_function li{width:100%;float:left;clear:both;margin:0 0 19px}.service_list_as_function li:last-child{margin:0}.service_list_as_function li a{text-decoration:none;display:inline-block;font-size:16px;letter-spacing:0;color:#eee;font-weight:300;line-height:1.3;position:relative}.service_list_as_function li a:after{background-color:#ffc600;content:'';position:absolute;left:0;top:100%;margin-top:3px;width:30px;height:1px;transition:all .3s ease}.service_list_as_function li a:hover,.service_list_as_function li.active a{color:#fff}.service_list_as_function li.active a{font-weight:500}.service_list_as_function li a:hover:after,.service_list_as_function li.active a:after{width:60px}.industify_fn_footer,.industify_fn_footer .bottom_widget,.industify_fn_footer .footer_bottom,.service_list_as_function .title{width:100%;float:left;clear:both}.service_list_as_function .title{padding:29px 30px 26px;background-color:rgba(255,255,255,.1);position:relative;margin-bottom:12px}.service_list_as_function .title:after{content:'';position:absolute;left:30px;top:100%;border:15px solid transparent;border-top-width:13px;border-top-color:rgba(255,255,255,.1)}.service_list_as_function .title h3{margin:0;padding:0;font-size:14px;text-transform:uppercase;color:#eee;font-weight:500}.industify_fn_wrapper_all div.wpcf7 input,.industify_fn_wrapper_all div.wpcf7 textarea{margin-top:7px}.industify_fn_wrapper_all div.wpcf7 textarea{max-width:600px}.industify_fn_wrapper_all div.wpcf7 input[type=submit]{margin-top:0}.industify_fn_wrapper_all div.wpcf7-acceptance-missing,.industify_fn_wrapper_all div.wpcf7-validation-errors{border-width:1px}.industify_fn_wrapper_all div.wpcf7 label{font-size:14px}.industify_fn_footer{position:relative;overflow:hidden}.industify_fn_footer .footer_bottom{position:relative;background-color:#081225}.industify_fn_footer .footer_bottom_in{width:100%;float:left;clear:both;position:relative;background-color:#081225;padding:61px 0 63px}.industify_fn_footer .bottom_widget .widget_nav_menu ul{margin-left:-30px}.industify_fn_footer .bottom_widget .widget_nav_menu ul li{width:auto;float:left;padding-left:30px;padding-right:0}.industify_fn_footer .footer_copyright{width:100%;float:left;clear:both}.industify_fn_footer .footer_copyright p{margin:0;padding:0;color:#999}.industify_fn_footer .footer_copyright a{text-decoration:none;font-weight:600;border-bottom:1px dotted transparent}.industify_fn_footer .footer_copyright a:hover{border-bottom-color:#777}.industify_fn_footer .footer_widget{width:100%;float:left;clear:both;position:relative;z-index:2;padding:83px 0 49px;box-sizing:border-box}.industify_fn_footer .footer_widget .inner{width:100%;float:left;clear:both;position:relative}.industify_fn_footer ul.widget_area{list-style-type:none;margin:0 0 0 -80px}.industify_fn_footer .footer_widget .inner:after,.industify_fn_footer .footer_widget .inner:before,.industify_fn_footer ul.widget_area:after{position:absolute;top:100%;margin-top:43px;content:''}.industify_fn_footer ul.widget_area>li{width:33.3333%;float:left;padding-left:80px;margin-bottom:40px;box-sizing:border-box}.industify_fn_footer .footer_widget .inner:after{height:6px;background-color:rgba(255,255,255,.05);right:100%;left:-3000px}.industify_fn_footer .footer_widget .inner:before{height:6px;background-color:rgba(255,255,255,.05);left:0;right:6px;margin-right:0}.industify_fn_footer ul.widget_area:after{right:0;border-top:6px solid transparent;border-left:6px solid rgba(255,255,255,.05)}.industify_fn_footer .widget_tag_cloud .tagcloud a{color:#041230}.industify_fn_footer table,.industify_fn_footer table td,.industify_fn_footer table th,.industify_fn_footer table tr{border-color:#444}.industify_fn_footer .textwidget p,.industify_fn_footer .widget_block a,.industify_fn_footer .widget_block li,.industify_fn_footer .widget_businesshours p,.industify_fn_footer .widget_nav_menu ul li a,.industify_fn_footer table th{color:#ccc;font-weight:300!important}.industify_fn_footer .widget_businesshours .fn_days .day{color:#ccc}.industify_fn_footer .widget_businesshours .fn_days li{border-bottom-color:rgba(204,204,204,.15)}.industify_fn_footer .wid-title span,.industify_fn_footer .widget_block a:hover,.industify_fn_footer .widget_nav_menu ul li a:hover{color:#eee}.industify_fn_footer .widget_businesshours .fn_days li:last-child{border-bottom-color:transparent}.industify_fn_footer .bottom_widget .widget_nav_menu ul li a{font-size:16px;text-transform:uppercase;font-weight:500!important}.industify_fn_wrapper_all[data-footer-copyright=disable] .industify_fn_footer .footer_copyright,.industify_fn_wrapper_all[data-footer-copyright=disable][data-footer-widget=disable] .industify_fn_footer,.industify_fn_wrapper_all[data-footer-widget=disable] .industify_fn_footer .footer_widget{display:none}.industify_fn_footer .widget_oih_opt_in_widget div{background-color:transparent!important}.industify_fn_footer .widget_oih_opt_in_widget .oih-loading-spinner>div{background-color:#fff!important}.industify_fn_footer .opt-in-hound-opt-in-content-wrapper,.industify_fn_footer .opt-in-hound-opt-in-form-wrapper,.industify_fn_footer .opt-in-hound-opt-in-success-message-wrapper{padding:0}.industify_fn_footer .opt-in-hound-opt-in-wrapper.opt-in-hound-narrow .opt-in-hound-opt-in-form-input,.industify_fn_footer .opt-in-hound-opt-in-wrapper.opt-in-hound-opt-in-form-fields-orientation-stacked .opt-in-hound-opt-in-form-input,.industify_fn_footer .opt-in-hound-opt-in-wrapper.opt-in-hound-opt-in-form-position-right .opt-in-hound-opt-in-form-input{margin-bottom:0}.industify_fn_footer .opt-in-hound-opt-in-promo{display:none!important}.industify_fn_footer .opt-in-hound-opt-in-form{display:flex!important;flex-direction:row!important}.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-form .opt-in-hound-opt-in-form-input{padding-right:0}.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-form .opt-in-hound-opt-in-form-button{flex:0 150px}.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper h1,.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper h2,.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper h3,.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper h4,.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper h5,.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper h6,.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-content-wrapper p,.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-success-message-wrapper h1,.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-success-message-wrapper h2,.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-success-message-wrapper h3,.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-success-message-wrapper p{font-size:18px;font-weight:500;letter-spacing:0;margin:0;color:#fff;text-align:right!important}.industify_fn_footer .opt-in-hound-opt-in-wrapper .opt-in-hound-opt-in-form-errors{text-align:right!important}.industify_fn_footer .widget_oih_opt_in_widget input[type=email]::-webkit-input-placeholder{color:#ccc!important}.industify_fn_footer .widget_oih_opt_in_widget input[type=email]::-moz-placeholder{color:#ccc!important}.industify_fn_footer .widget_oih_opt_in_widget input[type=email]:-ms-input-placeholder{color:#ccc!important}.industify_fn_footer .widget_oih_opt_in_widget input[type=email]:-moz-placeholder{color:#ccc!important}.industify_fn_footer .widget_oih_opt_in_widget input[type=email]{height:44px!important;background-color:rgba(245,245,245,.05)!important;border:1px solid rgba(229,229,229,.2)!important;border-right-width:0!important;border-radius:0!important;padding:0 20px!important;color:#ccc!important}.industify_fn_footer .widget_oih_opt_in_widget button{height:44px!important;background-color:#d24e1a!important;border-radius:0 3px 3px 0!important;padding:0 25px!important;font-size:14px!important;text-transform:uppercase!important;font-weight:500!important;color:#fff!important;letter-spacing:.5px}.industify_fn_footer .widget_oih_opt_in_widget button:hover{background-color:#316397!important}.industify_fn_footer .top_footer{width:100%;float:left;clear:both;position:relative}.industify_fn_footer .top_footer:after{position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(8,18,37,1);opacity:.9;content:''}.industify_fn_footer .top_footer_img{position:absolute;left:0;top:0;right:0;bottom:0;z-index:-1}.industify_fn_footer .subscribe_f{width:100%;float:left;clear:both;position:relative;padding:40px 0;z-index:2}.industify_fn_footer .subscribe_f:after{bottom:0;left:0;right:0;height:1px;background-color:rgba(255,255,255,.1);position:absolute;content:''}.industify_fn_footer .subscribe_in{width:100%;float:left;clear:both;display:flex;flex-direction:row;align-items:center}.industify_fn_footer .subscribe_in .s_left{padding-right:50px;position:relative;display:flex;flex-direction:row;align-items:center}.industify_fn_footer .subscribe_in .s_left img,.industify_fn_footer .subscribe_in .s_left svg{width:50px;height:50px;min-width:50px;margin-right:20px;fill:currentcolor;color:#d24e1a}.industify_fn_footer .subscribe_in .s_left p{margin:0;padding:0;color:#eee;font-size:16px;font-weight:300}.industify_fn_footer .subscribe_in>div{width:50%;box-sizing:border-box}a.industify_fn_totop{position:absolute;width:51px;height:51px;top:50%;margin-top:-25px;right:0;z-index:25;overflow:hidden;text-align:center;cursor:pointer;transition:all .5s ease}a.industify_fn_totop .top{display:block;width:29px;height:29px;background-color:#316397;position:absolute;left:11px;top:0;border-radius:2px}a.industify_fn_totop .text{position:absolute;left:0;right:0;top:35px;text-transform:uppercase;font-size:10px;line-height:1;color:#999;letter-spacing:0;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .3s ease;font-family:Montserrat}a.industify_fn_totop .top:after{content:'';width:0;position:absolute;display:block;border:5px solid transparent;border-bottom-color:#fff;left:10px;bottom:12px}a.industify_fn_totop:hover .text{color:#fff}.industify_fn_footer[data-b-widget=disable][data-copy=disable] a.industify_fn_totop{top:auto;margin-top:auto;bottom:0;right:0;position:fixed;opacity:0;visibility:hidden}.industify_fn_footer[data-b-widget=disable][data-copy=disable] .footer_bottom_in{padding:0}.industify_fn_footer[data-b-widget=disable][data-copy=disable] a.industify_fn_totop.scrolled{opacity:1;visibility:visible;bottom:15px}@media(max-width:1400px){.industify_fn_wrapper_all.toll_free_enable .industify_fn_header ul.vert_nav>li{margin-left:15px}.industify_fn_header .menu_nav ul{margin-left:-15px}.industify_fn_header .toll_free_lang{padding-left:15px}.industify_fn_header .menu_logo{margin-right:30px;margin-left:40px}}@media(max-width:1200px){.industify_fn_header .toll_free .img_holder,.industify_fn_header .toll_free .tf_in p span{display:none}.industify_fn_custom_lang_switcher{margin-right:10px}.industify_fn_header .toll_free .tf_in{padding-right:20px;padding-left:46px}.industify_fn_header .menu_logo{margin-right:15px;margin-left:20px}.industify_fn_header .menu_logo a{padding:15px 0}.industify_fn_footer .subscribe_in{flex-direction:column;align-items:flex-start}.industify_fn_footer .subscribe_in>div{width:100%}.industify_fn_footer .subscribe_in .s_left{padding:0;margin-bottom:30px}.industify_fn_footer ul.widget_area>li{width:100%}body.home .industify_fn_leftsidebar ul.industify_fn_postlist{margin-bottom:70px}.portfolio_single .industify_fn_rightsidebar{padding-top:0!important}.industify_fn_portfolio_justified .j_content_in{flex-direction:column}.industify_fn_portfolio_justified .content_part{margin-bottom:50px}.industify_fn_portfolio_justified .helpful_part{margin-left:0;width:100%;min-width:100%}.blog_single_page .industify_fn_leftsidebar .industify_fn_blog_single{margin-bottom:100px}.industify_fn_leftsidebar{width:100%;padding-right:0;clear:both}.blog_single_page .industify_fn_rightsidebar,.industify_fn_rightsidebar{width:100%;clear:both;margin-top:0}.blog_single_title .title_holder h3,.industify_fn_pagetitle h3{font-size:36px}}@media(max-width:1040px){.industify_fn_header,a.industify_fn_totop{display:none}.industify_fn_mobilemenu_wrap{display:block}.industify_fn_footer[data-b-widget=disable][data-copy=disable] a.industify_fn_totop{right:15px}.industify_fn_moving_lang{display:none}ul.industify_fn_archive_list li{width:100%}}@media(max-width:782px){body.admin-bar .industify_fn_wrapper_all{min-height:calc(100vh - 46px);min-height:-moz-calc(100vh - 46px);min-height:-webkit-calc(100vh - 46px)}}@media(max-width:768px){.industify_fn_comment .add_comment_wrap form input[type=text],.industify_fn_password_protected .post-password-form>div,ul.industify_fn_portfolio_list li{width:100%}.industify_fn_mobilemenu_wrap .m_toll_free .img_holder,.industify_fn_mobilemenu_wrap .m_toll_free .tf_in p span,ul.industify_fn_service_list_default .img_holder{display:none}.industify_fn_password_protected .post-password-form input{border-radius:3px}.industify_fn_password_protected .post-password-form input[type=password]{border-radius:3px;margin-bottom:10px}.industify_fn_mobilemenu_wrap .m_toll_free .tf_in{padding-right:20px;padding-left:46px}.industify_fn_portfolio_details .video_holder{padding-left:20px;padding-right:20px}.industify_fn_portfolio_details .content_holder,.industify_fn_portfolio_details .info_list,.industify_fn_portfolio_details .title_holder{padding:0 20px}.industify_fn_error_page .error_box h3{font-size:30px;font-weight:400}.industify_fn_error_page{padding:100px 0}.industify_fn_error_page .search_holder div{width:100%;padding-right:0!important}.industify_fn_error_page .search_holder input[type=text]{margin-bottom:10px}.industify_fn_comment{padding:0 20px}.industify_fn_comment .comment-respond{padding-top:50px}.industify_fn_comment ul.commentlist>li{padding-left:0}.industify_fn_comment div.comment-body{padding:10px 0 0}.industify_fn_comment .comment-data{padding-left:80px;min-height:50px}.industify_fn_comment .add_comment_wrap .title_holder h3,.industify_fn_comment .title_holder h3{font-size:24px}.industify_fn_comment .add_comment_wrap{padding-top:40px}ul.industify_fn_service_list_default .item{padding-top:0}ul.industify_fn_service_list_default .item_in{padding-left:20px;padding-right:20px;min-height:inherit}ul.industify_fn_service_list_default .read_more a{padding:0 20px}ul.industify_fn_postlist .has-post-thumbnail .content_holder{padding-left:20px;padding-right:20px}}@media(max-width:480px){.industify_fn_comment .comment_single .person_comment .inner h3,.industify_fn_comment .comment_single .person_comment .inner>span,.industify_fn_comment .title_holder h3{text-align:center}ul.industify_fn_archive_list article:not(.has-post-thumbnail) .title_holder{padding-left:110px}ul.industify_fn_archive_list .title_holder{padding:34px 30px 62px}ul.industify_fn_archive_list .read_more a{padding-left:30px}.industify_fn_comment .input-holder input.com-text{width:100%;min-width:100%}.industify_fn_comment .comment_single{padding-left:0}.industify_fn_comment .comment_single .person_info{position:relative;top:auto;max-width:inherit}.industify_fn_comment .comment_single_wrap{padding:0 20px 24px}.industify_fn_comment .comment_single .person_comment .inner p{text-align:justify}.industify_fn_comment .add_comment_wrap form input[type=submit]{width:100%}}@media (max-width:320px){.industify_fn_comment .form-submit input.submit{width:100%}.industify_fn_comment .comment_single_wrap{padding-left:10px;padding-right:10px}}@media (-webkit-min-device-pixel-ratio:1.1),(min-device-pixel-ratio:1.1),(min-resolution:120dpi){.industify_fn_header .menu_logo .desktop_logo,.industify_fn_header .menu_logo .desktop_logo_dark{display:none!important}.industify_fn_wrapper_all[data-nav-skin=dark] .industify_fn_header .menu_logo .retina_logo{display:block}.industify_fn_wrapper_all[data-nav-skin=light] .industify_fn_header .menu_logo .retina_logo,.industify_fn_wrapper_all[data-nav-skin=dark] .industify_fn_header .menu_logo .retina_logo_dark{display:none}.industify_fn_wrapper_all[data-nav-skin=light] .industify_fn_header .menu_logo .retina_logo_dark{display:block}.industify_fn_wrapper_all[data-nav-skin=translight] .industify_fn_header .menu_logo .retina_logo{display:none}.industify_fn_wrapper_all[data-nav-skin=translight] .industify_fn_header .menu_logo .retina_logo_dark,.industify_fn_wrapper_all[data-nav-skin=transdark] .industify_fn_header .menu_logo .retina_logo{display:block}.industify_fn_wrapper_all[data-nav-skin=transdark] .industify_fn_header .menu_logo .retina_logo_dark,.industify_fn_wrapper_all[data-nav-skin=nobgdark] .industify_fn_header .menu_logo .retina_logo{display:none}.industify_fn_wrapper_all[data-nav-skin=nobglight] .industify_fn_header .menu_logo .retina_logo,.industify_fn_wrapper_all[data-nav-skin=nobgdark] .industify_fn_header .menu_logo .retina_logo_dark{display:block}.industify_fn_wrapper_all[data-nav-skin=nobglight] .industify_fn_header .menu_logo .retina_logo_dark{display:none}}.service_list_as_function,ul.industify_fn_service_list_default .img_holder .img_abs{border-radius:5px}.industify_fn_portfolio_justified .hp_inner{box-shadow:0 0 40px rgba(0,0,0,.1);border-radius:5px}ul.industify_fn_postlist li>div,ul.industify_fn_service_list_default .item_in{box-shadow:0 0 15px rgba(0,0,0,.1);border-radius:5px}.industify_fn_portfolio_justified .helpful_part p{font-weight:600;margin-bottom:5px}.industify_fn_footer .footer_widget .widget_block,.industify_fn_footer .footer_widget .widget_block p{margin-bottom:0}ul.industify_fn_service_list_default .read_more a{border-bottom-right-radius:5px}ul.industify_fn_portfolio_list .img_holder{border-radius:5px;overflow:hidden}.industify_fn_portfolio_justified .hp_inner:after,.industify_fn_portfolio_justified .hp_inner:before,ul.industify_fn_archive_list .title_holder:after,ul.industify_fn_archive_list .title_holder:before{border-top-left-radius:5px;border-bottom-right-radius:5px}.elementor-widget-image .elementor-image img,.industify_fn_password_protected .message_holder,.industify_fn_searchpage_nothing>div,.service_single .other_services .item{border-radius:5px}.fn_cs_counter_with_content .rightpart,.fn_cs_location_list .item,.fn_cs_project_sticky_full .right_part .item,.fn_cs_triple_blog_modern .img_holder,.industify_fn_widget_estimate,.industify_fn_widget_estimate .abs_img,.industify_fn_without_sidebar_page .inner{border-radius:5px;overflow:hidden}.industify_fn_blog_single .fn-format-img img,.industify_fn_comment,.product_meta,.thumbnail_container,.woocommerce-error,.woocommerce-info,.woocommerce-message{border-radius:5px}ul.industify_fn_postlist .img_holder img{max-height:600px;border-top-left-radius:5px;border-top-right-radius:5px}.fn_cs_triple_blog_modern .time,.industify_fn_blog_single .fn-format-img .time,ul.industify_fn_archive_list .time,ul.industify_fn_postlist .time{border-top-left-radius:5px;overflow:hidden}.industify_fn_comment .input-holder input.com-text,.industify_fn_comment .input-holder textarea,.industify_fn_searchpage_nothing .search2 input[type=text],.industify_fn_wrapper_all div.wpcf7 input,.industify_fn_wrapper_all div.wpcf7 textarea,.widget_search input[type=text],.woocommerce #review_form #respond textarea,.woocommerce .quantity .qty,.woocommerce a.button.alt,.woocommerce div.product form.cart .button,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-cart table.cart td.actions .coupon .input-text#coupon_code,input[type=submit],p.comment-form-author input,p.comment-form-email input{border-radius:3px}ul.industify_fn_archive_list .img_holder{border-top-left-radius:5px;border-top-right-radius:5px;overflow:hidden}ul.industify_fn_archive_list .title_holder{border-bottom-left-radius:5px;border-bottom-right-radius:5px;overflow:hidden}.industify_fn_without_sidebar_page>div>.inner,body.archive .industify_fn_without_sidebar_page .inner{overflow:visible}.cons_w_wrapper .fn_cs_hero_header_modern h3:after,.fn_cs_about .leftpart h3.title:after,.fn_cs_about_with_rating .left_part h3:after,.fn_cs_main_title .title_holder h3:after,.fn_cs_project_sticky_full .left_part h3:after,.fn_cs_service_query .t_inner span:after,.industify_fn_pagetitle .title_holder:after,.industify_fn_pagetitle .title_holder:before,.service_list_as_function li a:after,.wid-title span:after{border-radius:10px}.fn_cs_service_query .service_part .item .title h3{max-width:229px}ul.industify_fn_portfolio_list .item:after{border-bottom-left-radius:5px;border-bottom-right-radius:5px}#opt-in-hound-opt-in-1 .opt-in-hound-opt-in-form-wrapper .opt-in-hound-opt-in-form-input input{border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.industify_fn_header ul.vert_nav ul:after{content:none}.kenburnsy{background:#000}.industify_fn_header ul.vert_nav li>ul{transform:translateY(20px) scale(.8)}.industify_fn_header ul.vert_nav li:hover>ul{transform:translateY(0) scale(1)}.industify_fn_header .menu_nav ul.sub-menu ul{transform-origin:left bottom}.industify_fn_widget_brochure .icon{border-radius:100%;background-color:rgba(255,255,255,.03)}.industify_fn_portfolio_category_filter>a,.industify_fn_widget_brochure .br_item{border-radius:5px}.industify_fn_portfolio_category_filter ul{transform:translateY(20px) scale(.8);border-radius:5px}.industify_fn_portfolio_category_filter ul.opened{transform:translateY(10px) scale(1)}.industify_fn_password_protected .post-password-form input{border-radius:0 3px 3px 0}.fn_cs_project_sticky_full .right_part .abs_img{border-radius:3px}.industify_fn_password_protected .post-password-form input[type=password]{border:none;border-radius:3px 0 0 3px}p .alignleft{margin-top:30px}@media(max-width:768x){p .alignleft,p .alignright{margin-top:30px;width:100%;clear:both}p .alignleft{margin-right:0}p .alignright{float:left;margin-left:0}}p{line-height:1.8}.fn_cs_principles_modern .item,.fn_cs_single_testimonial .inner{border-radius:5px}.fn_cs_principles_modern .item .number_holder{border-bottom-left-radius:5px}.industify_fn_footer .footer_copyright a{color:#ccc}.fn_cs_counter_with_rating .rightpart,.fn_cs_counter_with_rating .rightpart li div{border-radius:5px;overflow:hidden}.cons_w_wrapper .fn_cs_hero_header_modern .video .icon:before{opacity:1;-webkit-animation:cs_fn_pulse 2s cubic-bezier(.3,1,.3,1) infinite;animation:cs_fn_pulse 2s cubic-bezier(.3,1,.3,1) infinite}@media(min-width:1041px){.fn_cs_service_query .t_inner h3{min-width:229px}.fn_cs_counter_with_rating{border-radius:5px}}.fn_cs_triple_blog_modern .title_holder p.t_footer a.bg,.industify_fn_comment div.comment-text .comment-reply-link{padding:8px 25px}@media(min-width:1201px){.industify_fn_sidebarpage .extra_single_title_holder{width:calc(100% - 300px);width:-moz-calc(100% - 300px);width:-webkit-calc(100% - 300px);float:left;padding-right:50px}.blog_single_page .industify_fn_rightsidebar{margin-top:0}}.industify_fn_header ul.vert_nav li>ul:after{content:'';border-right:260px solid transparent}.industify_fn_header .menu_nav ul.sub-menu ul,.industify_fn_header ul.vert_nav>li>ul{border-radius:5px 5px 0 0;padding-bottom:10px}.industify_fn_error_page .search_holder{width:100%;float:left;clear:both}.industify_fn_error_page .search_holder form{display:flex;flex-direction:row}.industify_fn_error_page .search_holder div:first-child{padding-right:0;width:100%}.industify_fn_error_page .search_holder input[type=submit]{border-radius:0 3px 3px 0}.industify_fn_error_page .search_holder input[type=text]{border-radius:3px 0 0 3px;text-align:left;padding-left:20px!important;padding-right:20px!important}.industify_fn_footer .footer_widget .widget_block img{margin-top:0}.fn_cs_introduce span.video span:before{opacity:1;-webkit-animation:cs_fn_pulse 2s cubic-bezier(.3,1,.3,1) infinite;animation:cs_fn_pulse 2s cubic-bezier(.3,1,.3,1) infinite}.industify_fn_wrapper_all div.wpcf7 p{margin-bottom:12px}.fn_cs_location_list ul.list>li:last-child,.industify_fn_wrapper_all div.wpcf7 p:nth-last-child(2){margin-bottom:0}.industify_fn_wrapper_all div.wpcf7 input,.industify_fn_wrapper_all div.wpcf7 textarea{width:100%}.industify_fn_wrapper_all div.wpcf7 input[type=submit]{width:auto}.fn_cs_project_sticky_full .right_part .title_holder span.desc{margin-bottom:45px}@media(max-width:768px){ul.industify_fn_postlist li>div:not(.has-post-thumbnail){padding:36px 0 40px}ul.industify_fn_postlist li>div:not(.has-post-thumbnail) .title{min-height:54px}ul.industify_fn_postlist li>div:not(.has-post-thumbnail) .info_holder,ul.industify_fn_postlist li>div:not(.has-post-thumbnail) .title{padding-left:120px;padding-right:20px}ul.industify_fn_postlist li>div:not(.has-post-thumbnail) .excerpt_holder,ul.industify_fn_postlist li>div:not(.has-post-thumbnail) .read_holder{padding-left:20px;padding-right:20px}ul.industify_fn_postlist .sticky{padding:36px 0 40px!important}}.has-post-thumbnail .industify_fn_time{display:none!important}.industify_fn_time{z-index:15;padding:20px 19px 25px;max-width:100%;width:80px;position:relative;border-top-left-radius:3px;overflow:hidden;margin-right:20px;clear:both}.industify_fn_time span:after,.industify_fn_time span:before{position:absolute;z-index:-1;left:0;content:''}.industify_fn_leftsidebar .industify_fn_blog_single .content_holder ol,.industify_fn_leftsidebar .industify_fn_blog_single .content_holder ul,.industify_fn_leftsidebar .industify_fn_blog_single .gallery{float:left;width:100%;clear:both}.industify_fn_time span:after{top:0;bottom:15px;right:0;background-color:#d24e1a}.industify_fn_time span:before{bottom:0;border-top:15px solid #d24e1a;border-right:80px solid transparent}.industify_fn_time h3{margin:0 0 5px;padding:0;color:#fff;font-size:36px;line-height:1;letter-spacing:-2px;position:relative;font-weight:300}.industify_fn_time h3:after{left:0;right:0;position:absolute;content:'';background-color:#ffc600;height:1px;top:100%}.industify_fn_time h5{margin:0;padding:0;color:#fff;letter-spacing:0;font-size:12px;line-height:14px;font-weight:400;text-transform:uppercase}@media(max-width:480px){ul.industify_fn_postlist .time{display:none}ul.industify_fn_postlist li>div:not(.has-post-thumbnail) .info_holder,ul.industify_fn_postlist li>div:not(.has-post-thumbnail) .title{padding-left:20px}}.industify_fn_blog_single .fn-format-img .shape1,.industify_fn_blog_single .fn-format-img .shape2,ul.industify_fn_postlist .img_holder span.shape1,ul.industify_fn_postlist .img_holder span.shape2{display:none}a.industify_fn_totop{display:none!important}.fn_cs_about_with_rating .rating_holder,.industify_fn_password_protected .icon_holder{display:none}.elementor-227 .elementor-element.elementor-element-b81c3d0 a{color:#fff;background-color:#d24e1a}@media(min-width:1041px){.elementor-334 .elementor-element.elementor-element-aea38fd .cons_w_wrapper{max-width:1250px;margin:0 auto;padding:0 40px}}.industify_fn_password_protected .message_holder{background-color:transparent;padding:0;border:none}.industify_fn_password_protected .post-password-form>div:nth-child(2){padding-right:0;width:calc(100% - 170px)}.industify_fn_password_protected .post-password-form>div:nth-child(3){width:auto}.industify_fn_password_protected .post-password-form input[type=password]{border-radius:3px 0 0 3px;text-align:left;padding-left:20px!important;padding-right:20px!important;border:1px solid #e5e5e5;margin-bottom:0!important}.industify_fn_password_protected .post-password-form input{width:100%;min-width:100%;height:44px;text-align:center}.industify_fn_password_protected .post-password-form input[type=submit]{border-radius:0 3px 3px 0}.industify_fn_password_protected .in{max-width:550px}.industify_fn_password_protected .message_holder h1{font-size:80px;letter-spacing:2px;line-height:1;margin-bottom:2px;color:#d24e1a;font-weight:500}.industify_fn_password_protected .message_holder h3{margin:0 0 37px;padding:0;font-size:36px;letter-spacing:0;font-weight:500;line-height:1}.industify_fn_password_protected .in p{margin-bottom:44px}@media(max-width:768px){.industify_fn_password_protected .message_holder h1{font-size:40px}.industify_fn_password_protected .message_holder h3{font-size:30px}}.extra_single_title_holder{width:100%;display:flex;flex-direction:row;align-items:flex-start}.industify_fn_time{margin-top:95px;margin-bottom:0;min-width:80px}.industify_fn_blog_single .fn-format-img .time{display:none}
/********************************************
custom css
**************************************/
.oil {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 2em;
    line-height: 2;
}
.oil div:first-child {
    padding: 0 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #fff;
}

.oil div {
    width: 120px;
    text-align: center;

}
.row {
	padding: 	30px 0;
}

.elementor-element-9b59fb8 {
    height: 114px;
    overflow: hidden;
}


/*** sidebar */

.nav-sidebar {
	padding: 20px 0;
    background: linear-gradient(45deg, rgb(24, 28, 43) 0%, rgb(49, 99, 151) 100%) !important;
    position: relative;
    border-radius: 5px;
}


.nav-sidebar ul{
	list-style: none;
	color: #fff;
}


.nav-sidebar ul a{
	color: inherit;
}

@media(max-width: 767px){
	.nav-sidebar {
		display: none;
	}
}

@media(max-width: 1040px){
	.elementor-element-9b59fb8 {
		display: none;
	}
}