/*
Theme Name: Northern Elevator
Author: Adnan Shahzad
Author URI: https://www.nelevator.com
Description: Wordpress theme for Northern Elevator Company
Version: 1.0
Text Domain: nec
*/
@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon/icons.eot");
	src: url("fonts/icomoon/icons.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon/icons.woff")
		format("woff"), url("fonts/icomoon/icons.ttf") format("truetype"), url("fonts/icomoon/icons.svg#icomoon")
		format("svg");
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "nel";
	src: url("fonts/nel/theme-icons.eot");
	src: url("fonts/nel/theme-icons.eot?#iefix") format("embedded-opentype"), url("fonts/nel/theme-icons.woff")
		format("woff"), url("fonts/nel/theme-icons.ttf") format("truetype"), url("fonts/nel/theme-icons.svg#icomoon")
		format("svg");
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "theme";
	src: url("fonts/icons/theme-icons.eot");
	src: url("fonts/icons/theme-icons.eot?#iefix") format("embedded-opentype"), url("fonts/icons/theme-icons.ttf") format("truetype");
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'icomoon2';
	src:  url('fonts/icomoon2/icomoon.eot?a7hyi');
	src:  url('fonts/icomoon2/icomoon.eot?a7hyi#iefix') format('embedded-opentype'),
	url('fonts/icomoon2/icomoon.ttf?a7hyi') format('truetype'),
	url('fonts/icomoon2/icomoon.woff?a7hyi') format('woff'),
	url('fonts/icomoon2/icomoon.svg?a7hyi#icomoon') format('svg');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}
body{
	font: normal 14px/20px "Raleway";
}
::selection {
    color: #ffffff;
    background: #F0542D;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
h1, h1 a {
    font: bold 36px/42px "Raleway";
}
h2, h2 a {
    font: 800 26px/30px "Raleway";
}
h4, h4 a {
    font: 300 20px/26px "Raleway";
}
h4, h4 a, h4 a:visited {
    color: #4A4F55;
}
ul, ol {
    margin: 0.4em 0px 0.4em 1.3em;
	padding: 0;
}
ul li, ol li {
    padding-bottom: 4px;
    padding-top: 4px;
}
a {
    text-decoration: none;
    color: #F0542D;
    transition: color .3s;
}
a:hover {
    text-decoration: none;
    color: #5C6268;
}
a:hover, a:active {
    outline: none;
}
a .icon {
    transition: all .3s ease;
}
.cbtn{
	border: 2px solid #F0542D;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.2em;	
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.cbtn.solid{
   background: #F0542D;
   border: none;
   border-radius: 5px;
   color: #fff;
   font-size: 0.8em;
   font-weight: normal;
}
.cbtn.solid:hover{
   background-color: #7C8A8D !important;
}
.cbtn:hover{
}
.cbtn::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #F0542D;
    transition: all 0.3s;
}
.cbtn.solid::after{
   content: none;
}
.cbtn:hover::after{
	height: 100%;
}
.cbtn span.btext {
    position: relative;
    font-weight: 700;
    vertical-align: middle;
    padding: 0.7em 1.2em;
    letter-spacing: 1px;
	display: inline-block;
}
.cbtn.solid span.btext{
   font-weight: normal;
}
.cbtn:hover span.btext {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.cbtn.solid:hover span.btext {
  position: static;
  transform: none;
}
.cbtn:hover span.btext::before {
	color: #fff;
	background: #F0542D;
    position: absolute;
    content: attr(data-text);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    top: 100%;
    left: 0px;
    height: 100%;
    width: 100%;
    padding: 0.7em 1.2em;
    line-height: 1.2em;
}
.cbtn.solid:hover span.btext::before {
  content: none;
}
.text-divider-double {
    position: relative;
    margin: 60px 0 25px 0;
    text-align: center;
}
.text-divider-double + .sep {
    margin: 0 0 30px 0;
    position: relative;
	display: block;
	clear: both;	
	min-width: 100%;
	height: 1px;
	border-top: 1px solid;
	color: #EDEDED;	
}
.text-divider-double .icon {
    display: block;
    padding-bottom: 20px;
}
header .top{
	background: #000;
	font-size: 12px;
	color: #CCD0D0;
	padding: 7px 0;
}
header .top span{
	font-size: 12px;
}
header .top span.hours{
	color: #fff;
	vertical-align: middle;
	font-size: 13px;
}
header .top span.hours strong{
	color: #f79c21;
}
header .top span.social > a {
    display: inline-block;
    width: 1.65em;
    height: 1.65em;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    font-size: 15px;
    margin: 0px;
}
header .top span.social > a:hover {
    background: #ffffff;
	color: #F0542D;
}
header .top span.social > a:hover span{
	color: #F0542D;
}
header .top span.social > a span{
	font-size: 15px;
	color: #D4D7D7;
	line-height: 1.65em;
}
header .mid{
	padding-top: 10px;
	padding-bottom: 10px;
}
header .mid .logo-wrapper{
	display: table-cell;
	max-width: 250px;
}
header .mid .logo-tagline {
    font: bold 10px/11px "Arial";
    display: block;
    padding-top: 5px;
    color: #2B2F34;
}
header .mid .header-text{
	white-space: nowrap;
	padding-top: 25px;
}
header .mid .header-text > div{
	display: inline-block;
}
header .mid .header-text > div.first{
	margin-right: 30px;
}
header .mid .header-text span{
	font-family: 'nel';
}
header .mid .header-text span{
	color: #D8D8D8;
	font-size: 32px;
	vertical-align: middle;
	display: inline-block;
	padding-right: 5px;
}
header .mid .header-text .title{
	font-size: 11px;
	display: inline;
}
header .mid .header-text a{
	padding-top: 5px;
}
header .mid .bg-light{
	background-color: transparent !important;
}
header .mid .navbar-collapse{
	margin-left: -15px;
	margin-right: -15px;
	background-color: #EDEDED;
	margin-top: 10px;
}
header .mid .navbar-collapse li > a {
    font: 600 13px/30px "Raleway";
    -webkit-transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
    display: block;
    padding: 0;
    outline: none;
    box-shadow: inset 0 -1px rgba(255,255,255,0.2);
    color: #000000;
}
header .mid .navbar-collapse li > a:hover{
	color: #F0542D;
}
header .mid .navbar-toggler {
    padding: .1rem .5rem;
	background-color: #EDEDED;
	border-color: #f69b21;
}
header .mid .navbar-nav .dropdown-menu{
	padding-left: 15px;
	padding-right: 15px;
}
.icon{
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    min-width: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icomoon2.icon, .icomoon2.icon-a::after, .icomoon2.icon-b::before {
    font-family: 'icomoon2';
}
.theme.icon, .theme.icon-a::after, .theme.icon-b::before {
    font-family: 'nel';
}
header .btm {
    min-height: 49px;
    border-top: solid 1px rgba(43,47,52,0.1);
}
header .btm #menu-primary{
	display: inline-block;
}
header .btm #menu-primary > li{
	text-transform: uppercase;
	display: inline-block;
    padding: 3px 15px 0 15px;
	position: relative;
}
header .btm #menu-primary > li > a{
	padding: 1em 0;
	display: block;
}
header .btm #menu-primary > li > a, header .btm #menu-primary > li > a:visited{
	color: #000000;
	font: 600 13px/16px "Raleway";
	border-bottom: solid 3px transparent;
	padding: 1em 0;
	letter-spacing: 0.05em;
	transition-duration: .3s;
	transition-property: color, border-bottom-color;
}
header .btm #menu-primary > li:hover > .sub-menu-wrapper {
    padding-top: 14px;
    position: absolute;
    top: 100%;
    left: 10%;
    width: 100%;
    z-index: 10000;
}
header .btm #menu-primary > li:hover > a, header .btm #menu-primary > li.current-menu-item > a{
	color: #F0542D;
	text-decoration: none;
	border-bottom: solid 3px #F0542D;	
}
header .btm #menu-primary > li:hover > .sub-menu-wrapper > .sub-menu {
    display: block;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
    border-radius: 0;
}
header .btm #menu-primary .sub-menu {
    display: none;
}
header .btm #menu-primary .sub-menu {
    position: absolute;
    top: 0;
    z-index: 200;
    display: none;
    margin: 0 auto auto 0;
    width: 190px;
    text-align: left;
    background: #ffffff;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .btm #menu-primary .sub-menu li > a {
    padding: 13px 13px;
    color: #000000;
    font: 600 "Raleway" 11px;
    text-transform: none;
    transition: all .3s;
    border: none;
	display: block;

}
header .btm #menu-primary .sub-menu li.current-menu-parent,
header .btm #menu-primary .sub-menu li.current-menu-item,
header .btm #menu-primary .sub-menu li.current-menu-ancestor,
header .btm #menu-primary .sub-menu li.current-menu-ancestor,
header .btm #menu-primary .sub-menu li:hover {
    background: #F6F6F6;
    border-radius: 0px;
}
header .btm #menu-primary .sub-menu li.current-menu-parent > a,
header .btm #menu-primary .sub-menu li.current-menu-item > a,
header .btm #menu-primary .sub-menu li.current-menu-ancestor > a,
header .btm #menu-primary .sub-menu li.current-menu-ancestor > a,
header .btm #menu-primary .sub-menu li:hover > a{
	color: #F0542D;
	border-left-color: #F0542D;
	border-bottom-color: #EDEDED;
}
header .btm .search-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
header .btm .search-wrapper button.header-search {
    border: 0;
    background: none;
    color: #D8D8D8;
    font-size: 20px;
}
header.inner{
	transition: box-shadow .3s ease, background-color .3s ease, transform .3s ease-out;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04);
}
.widget ul, .widget ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
.column-title {
    text-align: center;
    margin: 60px 0 30px 0;
}
.banner-top{
	background: url(images/b-top.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 23px;
	border-bottom: 20px solid #fff;
}
.banner{
	background: url(images/bridge.jpg) no-repeat;
	background-size: cover;
	background-position: center center; 	
	padding-top: 130px;
	padding-bottom: 100px;
}
.banner-f{
	background: url(images/banner-f2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: auto;
}
.banner-f .h-bars{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(images/h-bar.png) repeat-x;
}
.banner-f .v-bars{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(images/v-bar.png) repeat;
	background-position: bottom center;
}
.banner-f .caption{
	background-color: rgba(0,0,0,.9);
	border-radius: 10px;
	padding: 50px;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
.banner-f .caption .sub{
	padding-bottom: 20px;
}
.banner-f .caption .title span{
	color: #08aee2;
}
.banner-f .t{
	padding-bottom: 20px;
	line-height: 1.5;
	font-size: 28px;
}
.banner-f .b{
	padding-top: 30px;
	font-size: 28px;
	line-height: normal;
}
.banner-f .cbtn{
	padding: 10px 12px;
	font-size: 1rem;
	font-family: Roboto;
	overflow: visible;
	width: 250px;
	text-wrap: auto;
}
.banner-f .cbtn .icon{
	vertical-align: middle;
  	margin-left: 10px;
}
.banner-f .caption .title span.vbtn{
	cursor: pointer;
	background-color: #fff;
	border-radius: 10px;
	display: inline-block;
	padding: 10px 20px;
}
.banner-f .caption .title span.vbtn:hover{
	background: rgba(255,255,255,0.75);
}
.banner-f .caption .title span.vbtn2{
	display: none;
}
.banner-f .caption .title span.price.p1{
  background: #f7c502; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f7c502, #e97619); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f7c502, #e97619); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 4rem;
  font-weight: bold;
  line-height: normal;
}
.banner-f div.price.p2{
	display: none;
	background: #f7c502; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #f7c502, #e97619); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #f7c502, #e97619); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 70px;
	font-weight: bold;
	line-height: normal;
}
.banner-f .caption .title span.price sup, .banner-f .caption .title div.price sup{
	background: none;
	color: #e97619;
}
.banner-shadow{
	height: 50px;
	background: url(images/shadow.jpg) top center no-repeat;
	background-size: cover;
}
.banner .caption{
	margin-bottom: 30px;
	background: rgba(0,0,0,.8);
	display: inline-block;
	border-radius: 10px;
	padding: 5px 20px;
}
.banner .caption .h1 {
	font-family: Raleway;
    line-height: 70px;
    color: #fff;
    font-weight: 800;
    font-size: 60px;
}
.banner .caption .h2{
	font-family: Raleway;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}
.banner .cbtn{
	margin-right: 30px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	color: #fff;
	font-family: Roboto;
	background-color: #ff3a2d;
	border-radius: 5px;
	border-width: 0px;
	padding: 12px 35px;
}
.banner .cbtn.even{
	background-color: #efe6dd;
	color: #ff3a2d;
}
.banner .cbtn .icon{
	margin-left: 10px;
}
.banner-f2 .wrap{
	padding: 50px;
}
.banner-f2 p{
	font-size: 1rem;
}
.page-template-pt-flyer-2 .sec-c .wrap-right{
	line-height: normal;
	font-size: 1.05rem;
}
.page-template-pt-flyer-2 .sec-cta h3{
	font-weight: bold;
	font-size: 1.25rem;
	color: #212529;
}
.bg-orange{
	background-color: #344f68;
   color: #fff;
}
.wrap-flyer{
	font-size: 16px;
}
.sec-c{
	padding-bottom: 50px;
}
.sec-c .wrap-left h1{
	font-size: 24px;
}
.sec-c .wrap-left h2{
	font-size: 22px;
}
.sec-c .wrap-left h3{
	font-size: 20px;
}
.sec-c .wrap-left h1, .sec-c .wrap-left h2, .sec-c .wrap-left h3{
	color: #345672;
	line-height: normal;
	font-weight: bold;
}
.sec-c .wrap-left .top ul{
	margin-left: 0;
}
.sec-c .wrap-left .top li{
	background: url(images/b1.jpg) left top 7px no-repeat;
	background-size: 12px;
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
}
.sec-c .wrap-left .btm ul{
	margin-left: 0;
}
.sec-c .wrap-left .btm li{
	background: url(images/b2.jpg) left top 7px no-repeat;
	background-size: 15px;
	list-style: none;
	padding-left: 20px;
	line-height: 1.7;
}
.sec-c .wrap-right{
	background-color: #385670;
	color: #fff;
	padding: 30px;
	padding-top: 40px;
	padding-bottom: 24px;
	border-radius: 10px;
	margin-top: 18px;
}
.sec-c .wrap-right h3{
	margin-top: 0;
}
.sec-c .wrap-right ul{
	margin-left: 0;
}
.sec-c .wrap-right li{
	background: url(images/b3.jpg) left top 7px no-repeat;
	background-size: 15px;
	list-style: none;
	padding-left: 25px;
	padding-bottom: 15px;
}
.sec-c .row-i{
	font-weight: bold;
	font-size: 24px;
	padding-top: 20px;
}
.sec-c .row-i span{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 6px;
	background-size: contain !important;
}
.row-i span.phone{
	background: url(images/icon-phone.jpg) left center no-repeat;
	padding-left: 40px;
	background-size: 20px !important;	
}
.row-i span.email{
	background: url(images/icon-mail.jpg) left center no-repeat;
	padding-left: 50px;
	background-size: 30px !important;	
}
.row-i span.sep{
	color: #4c4c4c;
	padding-right: 25px;
	display: inline-block;
	padding-left: 15px;
}
.sec-c .row-i .hid{
	display: none;
}
.q-form{
	padding-top: 45px;
	padding-bottom: 25px;
}
.q-form input, .q-form select{
	margin-bottom: 0;
	width: 100%;
	font-size: 18px;
	background-color: #FFF;
	border: none;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #212529;
   padding: 10px 5px !important;
}
.q-form textarea{
	border: 1px solid #fff;
	border-radius: 5px;
}
.q-form input[type="submit"]{
	width: auto;
	font-weight: bold;
	padding: 15px 30px !important;
}
.q-form ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .9;
}
.q-form :-ms-input-placeholder {
  color: #ffffff;
  opacity: .9;
}
.q-form ::placeholder {
  color: #ffffff;
  opacity: .9;
}
.q-form .wpcf7-spinner{
	display: none;
}
footer.bg-blue{
	background-color: #385670;
	margin-top: 20px;
	margin-top: 0;
	padding-top: 50px;
}
footer.bg-blue .second{
	padding-bottom: 50px;
}
footer.bg-blue .title, footer.bg-blue .add{
	color: #fff;
	font-size: 18px;
}
footer span.highlight{
	color: #fa9e08;
	font-weight: bold;
}
.widget-add .title{
	padding-bottom: 10px;
}
.widget-add .title, .widget-add .add{
	font-size: 20px;
}
.sec-services .top{
	padding-top: 0.05px;
	padding-bottom: 40px;
	margin-top: -60px;
}
.sec-services .btm{
    /*background-image: url('images/bg_services.jpg');*/
    background-color: rgb(199, 199, 199);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
	padding-bottom: 20px;
}
.sec-services .btm h2{
	margin: 60px 0 30px 0;
}
.sec-services .btm .service{
	padding-top: 15px;
	padding-bottom: 15px;
}
.sec-services .btm .service h4:hover, .sec-services .btm .service h4 a:hover{
	color: #F0542D;
}
.sec-services .btm .thumbnail .icon {
    background: #F0542D;
    color: #ffffff;
    padding: 20px;
    border-radius: 100%;
    text-align: center;
    min-height: inherit;
    min-width: inherit;
    position: relative;
    line-height: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    margin-bottom: 10px;
    border: solid 5px #F0542D;
	transition: all .3s ease;
	font-size: 58px;
}
.sec-services .btm .thumbnail .icon::after {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #F0542D;
    border-width: 0.4em;
    margin-left: -0.4em;
    bottom: -0.6em;
    z-index: -1;
}
.sec-services .btm .service:hover .thumbnail .icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-color: #ffffff;
}
.sec-services .wrap-btn{
	margin: 1em 0;
}
.sec-about{
	padding-bottom: 60px;
}
.sec-about p{
	margin: 1em 0;
}
.sec-about iframe {
    display: block;
    margin: auto;
    max-width: 100%;
}
.sec-about .accordion{
    border: solid 1px #EDEDED;
    margin: 0;
    padding-top: 0px;
    list-style: none;
    background: #ffffff;
}
.sec-about .accordion h4 {
    padding: 23px 55px 23px 20px;
    margin: 0;
    cursor: pointer;
    outline: none;
    display: block;
    font: 300 20px/26px "Raleway";
        font-weight: 300;
        font-size: 20px;
    color: #364352;
    transition: opacity .3s ease;
    font-size: 12px;
    font-weight: bold;
	position: relative;
}
.sec-about .accordion h4::after {
    content: "\e60e";
    color: #F0542D;
    font-family: 'nel';
	right: 20px;
	position: absolute;	
}
.sec-about .accordion li{
	border-bottom: 1px solid #EDEDED;
	padding: 0;
}
.sec-about .accordion li:last-child {
    border-bottom: none;
}
.sec-about .accordion li.open h4::after{	
	content: "\e60f";
}
.sec-about .accordion li .inner{
	display: none;
}
.sec-about .accordion li.open .inner{
	display: block;
}
.sec-about .accordion .inner {
    padding: 10px 20px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.sec-gallery{
	/*background: url('images/bg-gallery.jpg');*/
	background-size: cover;
	background-attachment: fixed;
	background-color: #808080;
	padding-top: 0.05px;
	padding-bottom: 30px;
}
.sec-gallery .sort_by_cat {
    z-index: 6;
    text-align: center;
    margin-bottom: 30px;
}
.sec-gallery .sort_by_cat .inner-wrapper a {
    display: inline-block;
    margin: 0 .6em;
    color: #fff;
    border-bottom: solid 3px transparent;
	border-bottom-color: transparent;
    transition: all .3s;
    line-height: normal;
    padding-bottom: 7px;
    text-transform: uppercase;
}
.page-template-pt-gallery .sec-gallery .sort_by_cat .inner-wrapper a {
	color: #868686;
}
.sec-gallery .sort_by_cat .inner-wrapper a:hover, .sec-gallery .sort_by_cat .inner-wrapper a.active {
    color: #F0542D;
    border-bottom-color: #F0542D;
    text-decoration: none;
}
.sec-gallery .grid-item{
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.sec-gallery.inner-gallery{
	background: none;
}
.sec-gallery.slider-gallery{
	background: none;
	padding: 0;
}
.sec-gallery.slider-gallery .excerpt{
	display: none;
}
.sec-gallery.slider-gallery .grid-item{
	position: relative;
}
.sec-gallery.inner-gallery .grid-item{
	width: 33.33333%;
}
.sec-gallery .grid-item.state-open img, .sec-gallery.slider-gallery .grid-item:hover img {
    transform: scale(1.15);
	opacity: 0.2;
}
.sec-gallery .grid-item .grid-item-wrapper {
    overflow: hidden;
    border: 0;
    border: none;
    background: #ffffff;
	background-clip: border-box;
    background-clip: content-box;
    text-align: left;
}
.sec-gallery .grid-item .thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.sec-gallery .grid-item .thumbnail {
    display: block;
    max-height: none !important;
    background: #F0542D;
    position: relative;
    overflow: hidden;
}
.sec-gallery .grid-item .thumbnail > a {
    position: relative;
    display: block;
}
.sec-gallery .grid-item .thumbnail > a img {
	max-width: 100%;
	width: 100%;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.sec-gallery .grid-item .detail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5%;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}
.sec-gallery .grid-item .detail a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5%;
}
.sec-gallery .grid-item .detail h3 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    -ms-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    opacity: 0;
    margin-top: 10%;
	margin-bottom: 5px;
    color: #ffffff !important;
	font-size: 16px;
    font-weight: 700;
}
.sec-gallery .grid-item.state-open h3, .sec-gallery.slider-gallery .grid-item:hover h3 {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}
.sec-gallery .grid-item .excerpt p {
    margin: 5% 0 0;
    padding: 2%;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    color: #ffffff !important;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    -ms-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
}
.sec-gallery .grid-item.state-open .excerpt p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    -ms-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}
.sec-gallery .cbtn{
	margin-top: 45px;
	margin-bottom: 15px;
}
.sec-partners{
	padding-top: 60px;
	padding-bottom: 60px;
}
.sec-partners .partners-wrapper{
	position: relative;
}
.sec-partners .partners, .mod-partners .partners{
	padding-left: 85px;
	padding-right: 85px;
}
.sec-partners .partner{
	padding-left: 20px;
	padding-right: 20px;
}
.sec-partners .prev, .mod-partners .prev{
	width: 28px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	color: #7c8a8d;
	font-size: 25px;
	font-family: 'icomoon';
	z-index: 100;
	cursor: pointer;
}
.sec-partners .next, .mod-partners .next{
	width: 28px;
	height: 22px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	color: #7c8a8d;
	font-size: 25px;
	font-family: 'icomoon';
	z-index: 100;
	cursor: pointer;
}
.sec-reviews .top{
	/*background: url('images/testimonilas_bg.jpg') no-repeat center center;*/
	/*background-repeat: no-repeat;
	background-position: center center;*/
	background-color: #F8D60A;
	padding-top: 40px;
	padding-bottom: 40px;
}
.sec-reviews .top .icon{
	line-height: 50px;
}
.sec-reviews blockquote {
    overflow: auto;
    margin: 0;
    padding: 20px 0 10px 0;
    padding-left: 0;
    border-left: 0;
    text-align: left;
}
.sec-reviews blockquote h3{
	font-size: 24px;
}
.sec-reviews blockquote .quote-title{
	margin: 10px 0;
}
.sec-reviews blockquote p:first-child {
    margin-top: 0;
}
.sec-reviews blockquote .icon{
	color: #F8DF04;
}
.sec-reviews blockquote .icon.gray{
	color: #d5d5d5;
}
.sec-projects .btm{
	padding-bottom: 40px;
}
.sec-projects .wrap{
	padding-top: 15px;
}
.sec-projects .content{
	padding: 10px 20px 20px;
}
.sec-projects h3, .sec-projects h3 a{
	font-size: 1.2em;
}
.sec-cta{
	background-color: #F4F4F4;
	padding-top: 40px;
	padding-bottom: 40px;
}
.sec-cta h3, .sec-cta h3 a{
	color: #757575;
}
.sec-cta h3:hover, .sec-cta h3 a:hover{
	color: #F0542D;
}
.site-main{
	padding-bottom: 70px;
}
.page-header h1 {
    padding: 90px 0 40px 0;
    display: inline-block;
	color: #4d4d4d;
}
.wrap-header.with-bg{
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment: fixed;
	background-position: center top;
}
.mod-partners{
	padding-top: 50px;
	position: relative;
}
.mod-partners .partners-wrapper{
	position: relative;
}
.mod-partners .partner{
	padding-left: 10px;
	padding-right: 10px;
}
.slick-prev, .slick-next{
	width: 30px;
	height: 30px;
	color: #000;
	z-index: 100;
}
.slick-prev::before, .slick-next::before{
	font-size: 30px;
	color: #364352;
}
.slick-next{
	right: 15px;
}
.slick-prev{
	left: 15px;
}
#wpv-overlay-search {
  margin: auto;
  max-width: 550px;
  font-size: 50px;
}
#wpv-overlay-search input[type="text"] {
  width: 475px;
  height: 60px;
  max-width: calc(100% - 100px);
  border: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 18px;
}
#wpv-overlay-search input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
#wpv-overlay-search input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}
#wpv-overlay-search input[type="text"]::placeholder {
  color: #ffffff;
}
#wpv-overlay-search button[type="submit"] {
  width: 60px;
  height: 60px;
  border: 0;
  background: none;
  color: #ffffff;
  vertical-align: bottom;
  padding: 0;
}
input[type="button"], input[type="submit"] {
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
	border: none;
	border-radius: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    line-height: 1.15em;
    border-widht: 2px;
    padding: 0;
    text-align: center !important;
    background: #F0542D;
    color: #ffffff;
    padding: 0.8em 1.6em;
}
input[type="button"]:hover, input[type="submit"]:hover {
	background: #7C8A8D;
}
body > #wpv-overlay-search {
  display: none;
}
.mfp-vamtam button.mfp-close {
  color: #ffffff;
  opacity: 1;
  margin-right: -26px;
  right: 50%;
  margin-top: 60px;
  position: fixed;
}
.mfp-vamtam button.mfp-close:before {
  content: '';
  width: 52px;
  height: 52px;
  border: 4px solid;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -26px;
  margin-top: -26px;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer *{
	font: normal 13px/20px "Raleway";
}
footer .top{
    font: normal 13px/20px "Raleway";
    color: #AFAFAF;
    position: relative;
    /*background: url(images/footer-bg.jpg) no-repeat center bottom scroll;*/
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-color: #34373C;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
    background-color: #34373c;
}
footer .row.first {
    border-bottom: solid 1px rgba(237,237,237,0.2);
    margin-bottom: 30px;
}
footer .row.first > div{
	padding: 55px 0 30px;
}
footer .top h4 {
    border: none;
    text-align: left;
    padding: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	letter-spacing: 2px;
    margin: 0 0 10px;
    font: 300 14px/16px "Raleway";
    color: #ffffff;
}
footer .top a:hover{
	color: #fff;
}
footer .top .widget{
	border-right: 0;
	padding: 10px 0 30px;
}
footer .top .widget-menu li{
	padding: 0;
}
footer .top .widget-menu a{
	text-transform: uppercase;
	padding: 5px 8px 8px 3px;
	display: block;
}
footer .top .widget-menu a::after {
    content: '\002192';
    margin-left: 5px;
}
footer .top .social a .icon{
	font-size: 18px;
	padding: .6em;
	position: relative;
	min-height: 1em;
	min-width: 1em;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1.15;
	color: #fff;	
}
footer .top .social a:hover .icon{
	color: #F0542D;
}
footer .top .widget-benefits li{
	padding: 10px 0;
	font: normal 14px/20px "Raleway";
}
footer .top .widget-benefits li:first-child {
    padding-top: 0;
}
footer .top .widget-benefits a.cbtn{
	border: 2px solid #ffffff;
}
footer .top .widget-benefits a.cbtn span{
	color: #fff;
	padding: .8em 2em;
	font-weight: 600;
	line-height: 1.2em;
	display: inline-block;
	font: normal 13px/20px "Raleway";	
}
footer .top .widget-benefits a.cbtn span::before{
	padding: .8em 2em;
}
footer .btm{
    font: 300 12px/14px "Raleway";
    color: #898989;
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
	background-color: #ffffff;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
	padding: 25px 30px;
	margin: 0;
	position: relative;
	z-index: 5;	
}
footer .btm li{
	display: inline-block;
	margin: 0px 10px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:1199px){
	header .btm #menu-primary{
		padding-top: 7px;
	}
	header .btm #menu-primary > li{
		padding: 3px 13px 0 13px;
	}
	header .btm #menu-primary > li > a, header .btm #menu-primary > li > a:visited{
		font: 600 12px/12px "Raleway";
		padding: .25em 0;
		letter-spacing: normal;
	}
}
@media (max-width:991px){
	.container{
		max-width: 100%;
	}
	.banner{
		padding-top: 100px;
	}
	.banner .caption .h1{
		line-height: 50px;
		font-size: 50px;
	}
	.sec-projects .content {
		padding: 10px 10px 20px;
	}
	.sec-about .wrap-video{
		max-width: 560px;
		margin: auto;
	}
	.sec-gallery .grid-item{
		width: 33.3333%;
	}	
}
@media (max-width:767px){
	.banner {
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.banner .caption {
    	padding-bottom: 20px;
		padding: 30px 15px;
	}
	.banner .caption .h1{
		line-height: 40px;
		font-size: 40px;
	}
	.banner .caption .h2{
		font-size: 18px;
	}
	.banner-f span.price.p1{
		display: none;
	}
	.banner-f div.price.p2{
		display: block;
		font-size: 50px;
	}
	.banner-f span.vbtn.vbtn2{
		display: inline-block !important;
	}
	.banner-f span.vbtn{
		display: none !important;
	}
	.banner .cbtn{
		margin-right: 20px;
		padding: 10px 15px;
		font-size: 14px;
	}
	.sec-gallery .grid-item{
		width: 50%;
	}
	.banner-f{
		min-height: 290px;
	}
	.banner-f img.img-fluid{
		max-width: 250px;
	}
	.banner-f .caption{
		margin-top: 20px;
		font-size: 16px;
		padding: 30px 15px;
	}
	.banner-f .caption .sub{
		padding-bottom: 15px;
	}
	.banner-f .t, .banner-f .b{
		font-size: 22px;
	}
	.banner-f .t{
		line-height: normal;
	}
	.banner-f .b{
		padding-top: 20px;
	}
	.banner-shadow{
		height: 20px;
	}
	.sec-c{
		padding-bottom: 30px;
	}
	.sec-c .row-i{
		padding-top: 30px;
	}
	.sec-c .row-i span{
		display: inline-block;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sec-c .row-i .hid{
		display: block;
		height: 10px;
	}
	.sec-c .row-i .sep{
		display: none;
	}
	.sec-c .wrap-left h1{
		font-size: 20px;
	}
	.q-form input{
		font-size: 14px;
	}
	.q-form .h3{
		text-align: center;
	}
	.q-form input[type="submit"]{
		padding: 10px 15px !important;
	}
	.sec-cta {
		text-align: center;
		padding-top: 25px;
		padding-bottom: 20px;
	}
   .banner-f2 .caption .h1{
      font-size: 2rem;
   }
	footer.bg-blue{
		padding-top: 30px;
	}
	footer.bg-blue .second{
		padding-bottom: 30px;
	}
}
@media (max-width:575px){
	header .top{
		display: none;
	}
	.banner .caption .h1 {
    	line-height: 35px;
    	font-size: 30px;
	}
	.banner .caption .h2{
		font-size: 14px;
	}
	.banner .cbtn{
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.banner .cbtn.even{
		margin-right: 0;
	}
	.banner .cbtn .icon{
		display: none;
	}
	.sec-gallery .grid-item .excerpt{
		display: none;
	}
	.sec-partners{
		display: none;
	}
	.sec-cta h3{
		font-size: 18px;
	}
   .banner-f2 .wrap {
     padding: 20px;
   }
}
@media (max-width:450px){
}