/*
Theme Name: GreySteel Wordpress Theme
Author: BTS Brands
Author URI: https://btsbrands.com/
Description: Custom wordpress theme for GreySteel by BTS Brands
Version: 1.0
*/

/************type***************/
@font-face {
    font-family: "Flaticon";
    src: url("assets/fonts/flaticon.eot");
    src: url("assets/fonts/flaticon.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/flaticon.woff") format("woff"),
    url("assets/fonts/flaticon.ttf") format("truetype"),
    url("assets/fonts/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Bahnschrift Light';
    src: url(assets/fonts/bahnschrift/bahnschrift.ttf);
}

@font-face{
    font-family: 'Gotham Bold';
    src: url(assets/fonts/Gotham/GothamBold.ttf);
}

/*@font-face{
    font-family: 'Trajan Pro Regular';
    src: url(assets/fonts/Gotham/TrajanProRegular.ttf);
}*/

html {
  scroll-behavior: smooth;
}
body{overflow-x: hidden !important; color: #000; font-size: 16px; line-height: 28px; font-family: 'Poppins', sans-serif;}
*p {font-size: 15px;}
.bahnFont{font-family: 'Bahnschrift Light';}
.heading-border h1,.heading-border h2,.heading-border h3{padding-bottom: 30px; margin-bottom: 20px;
    background: url("assets/img/nav-hover.png") center bottom no-repeat; background-size: 30% 3px; display: inline-block; }

.heading-border-left h1,.heading-border-left h2,.heading-border-left h3{padding-bottom: 30px; margin-bottom: 20px;
    background: url("assets/img/nav-hover.png") left bottom no-repeat; background-size: 30% 3px; display: inline-block; }

li.cat-item-10, li.cat-item-9{display: none;}
/************************* fonts, buttons, icons and text blocks styles**********************************/
h1{font-size: 50px; line-height: 50px;}
h2{font-size: 44px; line-height: 44px;}
h3{font-size: 24px; line-height: 26px;}
h4{font-size: 20px; line-height: 30px;}
h5{font-size: 16px; line-height: 24px;}
h6{font-size: 14px; line-height: 24px;}
.regular h1, .regular h2, .regular h3, .regular h4, .regular h5, .regular h6{font-weight: 400;}
.search-results h1{font-size: 30px; color: #000000; font-weight: 400; line-height: 36px;}
.bdr-btm-3{ background: url('assets/img/bdr-btm-3.png') center bottom no-repeat; padding-bottom: 30px; margin-bottom: 30px;}
.heading-inline{display: inline !important;}
.heading-notopmargin h1{margin-top: 0;}
.white{color: #ffffff;}
.black{color: #000000;}
a{color: #888888; font-weight: 400;text-decoration: none; -webkit-transition: 0.3s ease-in-out !important;-moz-transition: 0.3s ease-in-out !important;-ms-transition: 0.3s ease-in-out !important;-o-transition: 0.3s ease-in-out !important;transition: 0.3s ease-in-out !important;}
a:hover{color: #888888; text-decoration: none;}
a:focus{text-decoration: none; outline: none}
ul{margin: 0; padding: 0}
ul li{list-style: none;}
p{margin: 15px 0 0 0 !important; padding: 0;}
.p-notopmargin p{margin-top: 0 !important;}
.centered{text-align: center;}
.right{text-align: right;}
.just{text-align: justify;}
.italic{font-style: italic;}
.f-right{float: right;}
/*.mybtn{
    padding: 5px 20px 5px 20px !important;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
    background: #233f71;
    margin-top: 30px;  
    border: 0;
}
.mybtn:focus{color: #ffffff; border: none;}
.mybtn:hover{
    background: #febe4e;
    color: #ffffff;
}


.mybtn2{padding: 0 25px 0 25px !important; margin-top: 15px; display: inline-block;
    color: #ffffff; font-size: 14px; font-weight: 600;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}
.mybtn2:focus{color: #ffffff; border: none;}*/


.btn-gray, .btn-gray:focus{background: #eaeaea; color: #004812; border: none; text-decoration: none;}
.btn-gray:hover{background: #aeaeae; border: none; color: #ffffff; text-decoration: none; }
.btn-banner{background: transparent; position: relative; overflow: hidden; border: 2px solid #ffffff; color: #ffffff; text-transform: uppercase;}
.btn-banner i{left: -50px; top: 9px; position: absolute;}
.btn-banner:hover > i{left: 15px;}
.btn-banner:hover{padding-left: 40px !important; color: #ffffff; border: 2px solid #ffffff; }

.btn-green{background: #82c23e; border-radius: 20px;}
.btn-green:hover {background: #82c23e; border-bottom: none;}

.btn-dark{background: #D5AF34; color: #ffffff; border-radius: 2px;}
.btn-dark:hover{background: #000000; color: #ffffff;  border-radius: 2px;}


.icon-outset p{padding-left: 15px;}
.icon-outset i{margin-left: -14px !important; margin-right: 2px; }
.txt-black{color: #000000;}
.txt-md{font-size: 16px; line-height: 28px;}
.txt-white{color: #ffffff;}
.move-top {position: relative; top: -120px;}
.move-down { position: relative; top: 40px;}
.txt-white h1, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white h5, .txt-white h6{color: #ffffff;}
.d-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-x{
	display: flex;
	flex-flow: row wrap;
	max-width: 100%;
	justify-content: center;
}
.flex-y{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.flex-inner{width: 100%; height: 100%; padding: 30px; border-radius: 10px; overflow: hidden; position: relative; z-index: 1; transition: .3s;}
/************************* fonts, buttons, icons and text blocks styles end**********************************/

/************************* margins and paddings***************************************************************/
.marginxs{margin-top: 30px; margin-bottom: 30px;}
.marginsm{margin-top: 55px; margin-bottom: 55px;}
.marginstart{margin-top: 55px;}
.marginlast{margin-bottom: 55px;}
.marginmd{margin-top: 90px; margin-bottom: 90px;}
.marginlg{margin-top: 150px; margin-bottom: 150px;}
.paddingxs{padding-top: 30px; padding-bottom: 30px;}
.mrg-bt-40{margin-bottom: 40px;}
.mrg-bt-30{margin-bottom: 30px;}
.mrg-bt-20{margin-bottom: 20px;} 
.mrg-tp-20{margin-top: 20px;}
.mrg-tp-30{margin-top: 30px;}
.mrg-tp-40{margin-top: 40px;}
.marginauto{margin: auto;}
.notopmargin{margin-top: 0 !important;} .nobottommargin{margin-bottom: 0 !important;} .noleftmargin{margin-left:  0 !important;} .norightmargin{margin-right:  0 !important;}
.notoppadding{padding-top: 0 !important;} .nobottompadding{padding-bottom: 0 !important;} .noleftpadding{padding-left:  0 !important;} .norightpadding{padding-right:  0 !important;}
.custom-width-80{width: 80%; margin: auto;}
.custom-width-90{width: 90%; margin: auto; }
.custom-width-60{width: 60%; margin: auto;}
.custom-height{height: 500px;}
.txt-padded{padding-left: 15px; padding-right: 15px;}
.txt-padded-white{padding: 50px; background: #f9f9f9;}
/************************* margins and paddings end***************************************************************/

/*****************backgrounds, borders and lines**************************************************************************************/
.section-sep{height: 3px; background: url('assets/img/section-sep.png') center center no-repeat;}
.line{height: 1px; border-bottom: 1px solid #c5c5c5;}
.line-gold{height: 1px; border-bottom: 5px solid #dda036;}
.line-gold-thin{height: 1px; border-bottom: 2px solid #dda036;}
.line-dark-thin{height: 1px; border-bottom: 1px solid #cccccc;}
.line-light-thin{height: 1px; border-bottom: 1px solid #eeeeee;}
.bg-white{background: #ffffff;}
.bg-white-tr{background: rgba(255, 255, 255, 0.8);}
.bg-dark{background: #2e3233;}
.bg-dark-buildings{background: url('assets/img/buildings.png')center bottom no-repeat #181d1e;}
.bg-light-gray{background: #f6f6f6;}
.bg-green{background: #82c23e;}
.bg-blue{background: #233f71;}
.bg-dark-blue{background: #323e48;}
/*****************backgrounds, borders and lines**************************************************************************************/

/*************************** general global styles**************************************************************************************/
.deadcenter{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.deadcenter2{position: absolute; top: 100%; left: 50%; transform: translate(-50%, -50%);}
.gen-transition{-webkit-transition: 0.3s ease-in-out !important;-moz-transition: 0.3s ease-in-out !important;-ms-transition: 0.3s ease-in-out !important;-o-transition: 0.3s ease-in-out !important;transition: 0.3s ease-in-out !important;}
.gen-transition2{-webkit-transition: 0.5s ease-in-out !important;-moz-transition: 0.5s ease-in-out !important;-ms-transition: 0.5s ease-in-out !important;-o-transition: 0.5s ease-in-out !important;transition: 0.5s ease-in-out !important;}
.gen-rel{position: relative;}
.img-100 img{max-width: 100%; height: auto !important;}
.img-min-100 img{min-width: 100%; max-width: 100%; height: auto !important;}
/*************************** general global styles end**************************************************************************************/


.progress-bar {
	border-radius: 10px;
	overflow: hidden;
  	width: 100%;
	box-shadow: none;
	background: #ffffff;
}
.progress-bar span {
		display: block;
	}
.progress-bar .bar {
  background: rgba(0,0,0,0.075);
}

.progress {
  animation: loader 6s ease-out;
	animation-fill-mode: forwards;
  color: #fff;
  width: 0;
	margin: 0;
	height: 3px;
}
@keyframes loader {

	0% {
		width: 0;
	}

	20% {
		width: 20%;
	}

	25% {
		width: 25%;
	}

	43% {
		width: 43%;
	}

	56% {
		width: 56%;
	}

	66% {
		width: 66%;
	}

	71% {
		width: 71%;
	}

	75% {
		width: 75%;
    
	}


	100% {
		width: 97%;
	}

}
.page-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1042;
    opacity: 1;
}

.page-loaded {
    opacity: 0;
}

.loaded-zindex {
    z-index: -9 !important;
}
.loaded {
    display: none !important;
}

.loader-wrapper{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 15%;}

.loader-logo {
	width: 100px;
    opacity: 1;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
}



.loader{
    width: 50px;
    height: 50px;
    margin: 50px auto;
    transform: rotate(45deg);
    position: relative;
}
.loader div{
    background-color: #323e48;
    width: 15px;
    height: 15px;
    border-radius: 1px;
    position: absolute;
    left: 0;
}
.loader div:nth-child(1){ animation: animation1shape1 0.5s ease 0s infinite alternate; }
.loader div:nth-child(2){
    background-color: #7c878d;
    left: auto;
    right: 0;
    animation: animation1shape2 0.5s ease 0s infinite alternate;
}
.loader div:nth-child(3){
    background-color: #c1c5c9;
    bottom: 0;
    animation: animation1shape3 0.5s ease 0s infinite alternate;
}
.loader div:nth-child(4){
    background-color: #000000;
    bottom: 0;
    left: auto;
    right: 0;
    animation: animation1shape4 0.5s ease 0s infinite alternate;
}
@keyframes animation1shape1{
    0%{ transform: translate(0,0); }
    100%{ transform: translate(30px,30px); }
}
@keyframes animation1shape2{
    0%{ transform: translate(0,0); }
    100%{ transform: translate(-30px,30px); }
}
@keyframes animation1shape3{
    0%{ transform: translate(0,0); }
    100%{ transform: translate(30px,-30px); }
}
@keyframes animation1shape4{
    0%{ transform: translate(0,0); }
    100%{ transform: translate(-30px,-30px); }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    height: 100%;
}

/*******************main navigation************************************************/
.navbar-fxd-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.site-logo {
    position: absolute;
    top: 10%;
    left: 8px;
    width: 188px;
    height: 85px;
    padding: 0;
    background: url(assets/img/logo-w.svg) top left no-repeat;
    background-size: 100%;
	transition: 0.3s;
}

.site-logo:hover {
    border-bottom: none;
}

#menu-primary-menu {
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}

#navbar {
    padding-right: 0;
}
.navbar {
    margin-bottom: 0;
    border: none;
}
.navbar-nav {
    float: right;
}
.navbar-nav li {
    margin: 25px 2px;
    padding: 0;
    float: none;
    display: inline-block;
    position: relative;
}
.navbar-nav li a {
    display: block;
    margin: 0;
    padding: 12px 12px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}
.navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #c1c5c9;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.navbar-nav li a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}
.navbar-nav li.current-menu-item a:before {
    width: 100%;
    right: auto;
    left: 0;   
}
.navbar-nav li a:hover, .navbar-nav li.current-menu-item a {
    color: #ffffff;
}
.navbar-nav > li > a:hover, .navbar-nav > li.current-menu-item > a  {color: #ffffff !important;}
.navbar-nav li a:focus {
    outline: none;
    text-decoration: none;
}
/*.navbar-nav li:last-child a {
    background: #7c878d !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 12px 30px;
}
.navbar-nav li:last-child a:hover {
    background: #323e48 !important;
    color: #ffffff;
}*/

.sub-menu {
    display: none;
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 99;
    width: 240px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: rgba(0,0,0,0.6);
}
.sub-menu li {
    display: block !important;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
}
.navbar-nav li:hover > .sub-menu {
    display: block;
}
.sub-menu li a {
    display: block !important;
    padding: 8px !important;
    margin: 0 !important;
    line-height: 28px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
    transform: none !important;
}
.sub-menu li a:before {
    background: none !important; 
}



.camera_wrap {
    height: 95vh !important;
    margin-top: 50px;
}
.camera_overlayer {
    opacity: 0.8;
    background: rgb(50 62 72 / 90%) !important;
}
/*.camera_next, .camera_prev, .camera_commands{
    display: none;
}*/

.camera_commands{
    display: none;
}
.camera_next, .camera_prev {
    background: none;
}
.camera_next > span {
    position: absolute;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background: none;
    border-radius: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: rgba(255,255,255,0.20);
}
.camera_prev > span {
    position: absolute;
    left: 20px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background: none;
    border-radius: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: rgba(255,255,255,0.20);
}
.camera_next > span:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 700; 
}
.camera_prev > span:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 700; 
}
.camera_next > span:hover, .camera_prev > span:hover{
    background-color: #323e48;
}

.headerbg {padding: 180px 0 180px;}
.headerbg-single {padding: 230px 0 150px 0 !important;}
.headerbg h1{text-transform: uppercase; font-weight: 600; margin:0; font-size: 44px; position: relative; padding-bottom: 20px; font-family: 'Bahnschrift Light';}
.headerbg h1:before{content:''; position:absolute; width: 30%; height:3px; bottom: 0px; left: 0;}

.headerbg p{width: 900px;}
.headerbg h3{font-size: 20px;}

/*******************main navigation ends************************************************/

.header-social-container {
    width: 100%;
    text-align: center;
}
.header-social-container{background: #ffffff; border-top: 1px solid #eeeeee;}
.header-social-container #headersocial {display: inline-block;}
.header-social-container #headersocial li {display: inline-block; padding: 10px 5px;}
.header-social-container #headersocial li a {display: block; color: #596e94; font-size: 13px; line-height: 13px; font-weight: 400;}
.header-social-container #headersocial li a:hover {color: #366EDF; text-decoration: none;}
.header-social-container #headersocial li a:focus {color: #366EDF; text-decoration: none;}
.header-social-container #headersocial li.headerPhone a {font-size: 12px;}
.header-social-container #headersocial li.headerPhone a i {font-size: 13px;}
.header-social-container #headersocial li.headerSocialLink a {
    border: 1px solid #596e94;
    border-radius: 50%;
    width: 23px;
    height: 23px; 
    line-height: 22px; 
    text-align: center; 
    font-size: 12px;
}
.header-social-container #headersocial li.headerSocialLink a:hover {border: 1px solid #366EDF; background: #366EDF; color: #ffffff;}

.side-social{position: absolute; top: 40vh; left: 0; z-index: 99; border-top: 4px solid #febe4e;}
.side-social li a{
    display: block; 
    color: #ffffff; 
    font-size: 18px;
    padding: 5px 18px 5px 18px;
    background-color: #233f71; 
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.side-social li a:hover{color: #febe4e;} 

.header-social{position: absolute; right: 0; top: 29vh; z-index: 9999; background: #004812; padding: 5px; border-radius: 10px 0 0 10px;}
.header-social li{display: block; margin: 5px 2px !important;}
.header-social li a{display: inline-block !important; font-size: 14px !important; color: #ffffff; border-radius: 100%; background: #82c23e;
    padding-top: 2px; text-align: center; width: 30px; height: 30px;
    -webkit-transition: 0.3s ease-in-out !important;-moz-transition: 0.3s ease-in-out !important;-ms-transition: 0.3s ease-in-out !important;-o-transition: 0.3s ease-in-out !important;transition: 0.3s ease-in-out !important;}
.header-social li a:hover{border: none; background: #ffffff; color: #82c23e;}

.contact-social{margin: 15px 0; padding: 0;}
.contact-social li:first-child, .contact-social li:first-child a{padding-left: 0; margin-left: 0; font-size: 18px !important;}
.contact-social li{display: inline; margin: 5px;}
.contact-social li a{display: initial !important; font-size: 24px !important; color: #ffffff; padding: 0;
    -webkit-transition: 0.3s ease-in-out !important;-moz-transition: 0.3s ease-in-out !important;-ms-transition: 0.3s ease-in-out !important;-o-transition: 0.3s ease-in-out !important;transition: 0.3s ease-in-out !important;}
.contact-social li a:hover{ border: none;}
.contact-info-box{background: #004812; margin-top: 32px; padding: 5px 15px 5px 15px; border-radius: 5px;}
/*******************************home slider************************************/

.wrapper-vh-100{top: 0; left: 0; width: 100%; z-index: -1;}
.slider-shadow{background: url('assets/img/shadow.png') center bottom no-repeat;
    width: 100%; height: 81px; position: absolute; left: 0; top: 0; z-index: 99;}
.swiper3{background: none !important;}
.swiper-container{background: none; position: relative;}
.slide-image{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.4; z-index: -9;}

#leadership{ position: relative; top: -90px; } 
#grownoi, #securetaxbenefits, #engageexperts { position: relative; top: -95px; } 

.curve{background: url('assets/img/curve.png') center center no-repeat; width: 100%; height: 140px; position: absolute; left: 0; bottom: 0; z-index: 99;}
.curve-blue{background: url('assets/img/curve-blue.png') center center no-repeat; width: 100%; height: 140px;}
.curve-green-gray{background: url('assets/img/curve-green-gray.png') center center no-repeat; width: 100%; height: 140px;}

.swiper-container-horizontal > .swiper-pagination{bottom: 10px !important;}
.swiper3, .swiper2{overflow: hidden;}
.swiper3 .swiper-slide{padding-bottom: 40px;}
.swiper3 .swiper-pagination-bullet{border: 2px solid #cccccc;}
.swiper3 .swiper-pagination-bullet-active{background: #cccccc;}
.t-title{color: #004812; font-weight: 700;}
.t-org{font-weight: 700; text-transform: uppercase;}

.swiper-pagination-bullet{border: 2px solid #dddddd !important;}
.swiper-pagination-bullet-active{background: #dddddd !important;}

.homeSliderleft {width: 310px; position: absolute; top: 55%; left: 40px; transform: translateY(-45%); z-index: 2;}
.banner-overlayerBlue {position: relative; top: 0; left: -15px; width: 410px; height: 100%; z-index: 1;}
.page-id-9 .banner-overlayerBlue{position: absolute; width: 430px;}
/* .mainHomeBanner::before {content: "";
    position: absolute;
    background: rgba(50, 62, 72, .7);
    width: 90%;
    height: 35%;
    top: 0;
    left: 0;
    clip-path: polygon(100% 0, 0 0, 0 100%);} */
/*******************************home slider ends************************************/

/**************misc******************/
.page-margin{margin-top: 0;}
.page-heading{margin-top: 90px; background: #eeeeee; padding: 30px 0;}
.page-heading h1{
    font-size: 24px;
    font-weight: 500;
    color: #004812;
    line-height: 24px;
    margin: 0;
}
.form-fields, .form-fields2, .form-fields3{
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    float: left;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
    background: transparent;
    color: #000000;
}
.form-fields3 {height: 102px;}
#wpcf7-f2422-o1 .wpcf7-submit,#wpcf7-f2423-o1 .wpcf7-submit {width: 100%; margin-top: 34px;
    margin-bottom: 0;}

.page-template-InvestorRegistration .form-fields{
	color: #000000;
}
.modal-open{overflow: visible;}
.form-fields-left{width: 48%; float: left; box-sizing: border-box; padding: 5px; font-size: 14px; margin-bottom: 20px; border: 1px solid #c9c9c9;}
.form-fields-right{width: 48%; float: right; box-sizing: border-box; padding: 5px; font-size: 14px; margin-bottom: 20px; border: 1px solid #c9c9c9;}
.form-fields2{ height: 110px;}
.form-terms{float: left; margin-bottom: 25px !important; font-size: 13px; line-height: 22px;}
.wpcf7-list-item{display: block; margin-bottom: 10px; font-size: 14px;}

.wpcf7-submit, .ln-widgetBox.search .searchButton a {
    float: right;
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 6px 40px !important;
    text-transform: capitalize;
	border-radius: 6px;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
    line-height: 24px;
    font-size: 14px !important;
}
.wpcf7-submit:hover, .searchButton a:hover{background: #7c878d !important; border: 1px solid #ffffff;}
div.wpcf7 img.ajax-loader {float: left;}
.wpcf7-list-item{margin:0 !important;}
.wpcf7-list-item first label{margin-bottom: 0;}
.wpcf7-list-item-label{font-weight: 400;}
div.wpcf7-response-output{float: left; margin: 0 !important;}
.wpcf7-not-valid-tip {
	color: #dc3232; 
	font-size: 12px;
	font-weight: normal;
	display: block;
}.wpcf7-not-valid{border: 1px solid #bf303e;}
.maps iframe{pointer-events: none;}

.sidebar{padding-left: 30px;}
.sidebar-thumbnails img{width: 32% !important; height: auto !important;}
.sidebar-cats a{color: #525656; }

.bullet-text ul{margin: 15px 0;}
.bullet-text ul li{display: block; padding-left: 15px; background: url('assets/img/double-arrow.png') 0 10px no-repeat; margin: 5px 0; color: #000;} 

/**************misc ends*****************/

.show{display: block;}
.hide{display: none;}
.showOn991{display: none;}
.pagination {
    clear:both;
    /*padding:20px 0;*/
    margin: 0;
    position:relative;
    line-height:13px;
    font-weight: 600;
}

.pagination span{
    display:block;
    float:left;
    margin: 2px 20px 2px 0;
    padding:4px 7px;
    text-decoration:none;
    width:auto;
    color: #2e2b28;
}

.pagination span.current{
    display:block;
    float:left;
    margin: 2px 2px 2px 0 !important;
    padding:4px 7px;
    border-radius: 2px;
    text-decoration:none;
    width:auto;
    color: #2e2b28;
    background: #cccccc;
}

.pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:4px 7px;
    text-decoration:none;
    width:auto;
    color: #dda036;
    border-radius: 2px;
}

.pagination a:hover{
    background: #dda036; color: #ffffff; border-bottom: none;
}
.pagination .current{
    padding:6px 2px 5px 2px;
    color:#2e2b28;
}

.pagination-container{position: relative;}
.pagination-absolute-container{position: absolute; top: 30px; right: 0; }

.round-image{width: 120px; height: 120px; border-radius: 100%; float: left; overflow: hidden;}
.round-image2{width: 290px; height: 290px; border-radius: 100%; margin: 0 auto; overflow: hidden;}
.img-text{width: 60%; float: left; padding-left: 20px;}
span.screen-reader-text{display: none}
.search-field{margin-bottom: 10px; border: 1px solid #aeaeae; outline: none; border-radius: 3px; padding: 1px 10px;}
.search-submit{border: none; outline: none; background: #394F5F; color: #ffffff; padding: 2px 15px; border-radius: 3px;}
.search-results search-form{display: block; margin-top: 35px !important;}
.search-results h3{margin-top: 0; font-weight: 500;}
.search-results .blog-f-image{width: 100px; float: left;}
.search-results .blog-text{width: 60%; float: left; padding-left: 15px;}
.search-results .blog-text{width: 80% ;}
.search-results a{font-weight: 400;}

.small-thumb-feed h5{margin: 0; font-weight: 500;}
.small-thumb-feed p{margin-top: 0 !important; display: inline;}

.small-thumb-feed .blog-f-image{width: 100px; float: left;}
.small-thumb-feed .blog-text{width: 80% ; float: left; padding-left: 15px;}
.small-thumb-feed a{font-weight: 400; margin: 0 !important;}
.ex-pd{padding: 0 10px;}
.form-container{width: 90%; margin: auto;}
.form-container-narrow{width: 60%; margin: auto;}

.circle-iconsm{position: relative; margin: auto; width: 60px; height: 60px; border-radius: 100%; color: #ffffff; font-size: 24px;}
.circle-iconmd{position: relative; float: left; width: 80px; height: 80px; border-radius: 100%; background: #82c23e; color: #ffffff; font-size: 20px;}
.circle-iconlg{
    position: relative;
    margin: auto;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: #004812;
    border: 2px solid #eeeeee;
    color: #eeeeee;
    font-size: 20px;
}

.minus-margin{margin-top: -100px;}

.circle-iconlg-hover{
    position: absolute;
    z-index: -99;
    margin: auto;
    width: 195px;
    height: 195px;
    border-radius: 100%;
    background: #000000;
    opacity: 0.6;
    font-size: 20px;
    top: 35%; left: 50%; transform: translate(-50%, -50%);
}

.circle-iconlg-hover2{
    position: absolute;
    z-index: -99;
    margin: auto;
    width: 195px;
    height: 195px;
    border-radius: 100%;
    background: #000000;
    opacity: 0.1;
    font-size: 20px;
    top: 35%; left: 50%; transform: translate(-50%, -50%);
}


.block .circle-iconlg{position: relative; float: left; width: 120px; height: 120px; border-radius: 100%; background: #ffffff; border: 2px solid #004812; color: #004812; font-size: 40px;}
.circle-iconlgtr{position: relative; margin: auto; width: 120px; height: 120px; overflow: hidden; border-radius: 100%; border: 2px solid #7baa29; color: #7baa29; font-size: 20px;}
.icon-outset-holder{width: 80px; float: left;}
.icon-outset-holder2{width: 60px; float: left; font-size: 30px; color: #aeaeae;}

.iconlg-text{width: 80%; float: left; padding-left: 20px;}

.specialties .circle-iconmd{font-size: 30px;}
.block h3{margin-top: 0;}
.txtsmaller{font-size: 13px;}
.email-phone{margin: 10px 0;}
.email-phone i{color: #dddddd;}
.email-phone a{color: #aeaeae; font-size: 12px; display: block; line-height: 20px;}
.email-phone a:hover, .email-phone a:hover i{border-bottom: none; color: #004812;}
.uppercase{text-transform: uppercase;}
.more-link{display: none;}
.twitter a{color: #1da1f2;}
.facebook a{color: #3b5998;}
.linkedin a{color: #0077b5;}
.col-main{border: 1px solid #f5f5f5; border-radius: 5px; padding: 5px;}
.overlay-details{position: absolute; padding-bottom: 16px; bottom: 24px; left: 0; background: rgba(0,0,0,0.5); width: 100%;}
.overlay-details h3{
    margin: 0;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.overlay-details h3 a{
    border: none;
    color: #ffffff;
}

.overlay-details h5 {
    margin: 0;
    position: absolute;
    bottom: -15px;
    left: 10px;
    background: #004812;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    display: inline-block;
}

.blog-feed{float: left; margin-bottom: 30px; border-bottom: 2px dotted #dddddd; padding-bottom: 15px;}
.news-tags a{font-weight: 400; color: #004812;}
.news-tags a:hover{border-bottom-color: #004812;}
.blog-feed h2{font-weight: 500; font-size: 22px; line-height: 26px; }
.blog-feed h2 i{position: absolute; left: 0; top: 0px; color: #ffffff; font-size: 13px !important; background: #82c23e;
    border-radius: 100%; padding: 12px 13px; display: inline-block;}
.blog-feed h2 a{font-weight: 500; color: #004812;}
.blog-feed h2 a:hover{border-bottom-color: #004812;}
.icon-centered .circle-iconlg{float: none; margin: auto;}
.blog-details{font-size: 12px; font-weight: 400;}
.blog-more{margin: 10px 0; display: inline-block;}
.blog-more:hover{border-bottom: none; color: #004812;}
.sidebar-feed h5{font-weight: 600; margin-bottom: 0;}
.sidebar-feed h5:hover{color: #000000;}
.sidebar-feed p{margin-top: 0 !important;}
.sidebar-gray-block{background: #f9f9f9; padding: 15px;}
.full-thumbs{overflow: hidden;}
.full-thumbs .thumb-overlay .deadcenter2{opacity: 0;}
.thumb-overlay{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.2); z-index: 99;}
.thumb-overlay .deadcenter{width: 95%;}
.thumb-overlay h3{background: rgba(255, 255, 255, 0.8); display: inline-block; border-radius: 20px; padding: 5px 15px; font-weight: 400; font-size: 18px;}

.full-thumbs a:hover > .thumb-overlay{background: rgba(0, 0, 0, 0.8);}
.full-thumbs a:hover > .thumb-overlay > .deadcenter2{opacity: 1; top: 50%;}
.full-thumbs a:hover > .thumb-overlay > .deadcenter{opacity: 1; top: 20%;}
.full-thumbs a:hover > .thumb-overlay > .deadcenter h3{background: transparent; font-weight: 600; color: #ffffff;}

.thumb-overlay .deadcenter2 h4{color: #ffffff;}
.thumb-overlay .deadcenter2 h2{color: #ffffff; padding-bottom: 20px;}
.thumb-overlay .deadcenter2{color: #ffffff;}
.featured-wrapper{height: 250px; position: relative; overflow: hidden; background: #000000;}
.featured-img{position: absolute; top: 0; left: -20%; width:120%; height: 120%; z-index: 9;}
.short-desc{position: absolute; top: 100%; left: 0; z-index: 99; color: #ffffff; padding: 10px; text-align: center;}
.featured-wrapper:hover > .featured-img{left: 0; opacity: 0.6;}
.featured-wrapper:hover > .short-desc{top: 20%;}
.featured-content h3{font-size: 18px; font-weight: 600; color: #82c23e;}
.featured-wrapper:hover > .featured-img{
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    filter: grayscale(70%);
    transition: all 0.3s ease;
}

.light-hover{position: relative; padding-top: 20px; padding-bottom: 20px;}
.light-hover:hover > .circle-iconmd{opacity: 0.3}
.light-hover:hover > .iconlg-text{opacity: 0.3}
.light-overlay{position: absolute; bottom: 0; left: 0; width: 100%; height: 0; opacity: 0; border-radius: 100px;
    background: rgba(255, 255, 255, 0.2); padding-top: 15px; padding-bottom: 15px; z-index: 9; overflow: hidden;}
.light-hover:hover > a > .light-overlay{height: 100%; opacity: 1;}
.experience h4{margin-bottom: 0; font-weight: 500;}
.experience p{margin-top: 0 !important;}

.listing-details{background: rgba(0, 0, 0, 0.05); padding: 10px;    }
.blog-f-image{max-height: 350px; overflow: hidden;}
/*.blog-text{width: 60%; float: left; padding-left: 15px;}*/

.transaction-content h3{ color: #ffffff;}
.transaction-content h4{ color: #004812; font-size: 14px;}
.transaction-overlay{    border: 2px solid rgba(255,255,255,.3); padding: 10px;}
.thumb-image{height: 260px; overflow: hidden;}
.thumb-image img{width: 120%; margin-left: -20%;}
.transaction-overlay:hover > .thumb-image img{margin-left: 0;
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    filter: grayscale(70%);
    transition: all 0.3s ease;
}
.heading-style h2{margin-bottom: 30px !important;}

.about-section p{margin: 0;}
.about-section h2{margin: 0;}
.about-section blockquote{
    padding: 0 15px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
.closed-trans-sec{
    position: relative;
    background: url('assets/img/slide-3.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.closed-trans-sec:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}

.about-top-page-margin{margin-top: 90px;}


/******************buildout*****************/
.clientbg .swiper-container{height: auto; border: none;}

.our-client img {
    border: 1px solid #cccccc;
}

.left-clients{width: 50%; vertical-align: top; float: left;}
.right-clients{width: 50%; vertical-align: top; float: left;}

.download-container{background: url('assets/img/blog-border.png') left bottom repeat-x; padding-bottom: 40px; margin-bottom: 25px;}
.pdf-icon{width: 50px; margin: 0 auto;}
.pdf-icon i{font-size: 48px; color: #d60000; margin-top: 7px;}
.downlaod-text h5{font-weight: 400; font-size: 13px;}


#legend { background-color: white; margin: 10px; padding: 10px; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;     border-left: 5px solid #004812; width: 250px; }
.infowindow {padding: 10px;}
#legend h3, .infowindow h3 { margin-top: 0; font-weight: 500; font-size: 14px; color: black; line-height: 22px; }
#legend p, .infowindow p { color: #5B5B5B; font-size: 12px; }
#legend a, .infowindow a { text-decoration: none; color: #004812; }
#legend a:hover, .infowindow a:hover { text-decoration: underline; }
#map-canvas{ height: 450px;}


.post-box {
    border-bottom: 2px dotted #dddddd;
}
.post-thumb {
    position: relative;
}
.f-left {
    float: left;
}
.post-box .post-content {
    padding: 0px 10px;
}
.fix {
    overflow: hidden;
}
.post-box h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    display: block;
    padding-left: 20px;
    background: url('assets/img/chevron-right.png') 0 3px no-repeat;
}
.post-content .pr-20{
    padding-left: 20px;
}
.post-box h3 a {
    color: #525656;
}

.post-box h3 a i {
    color: #ff0000;
}
.post-box span {
    font-size: 10px;
    color: #525656;
}

/***************************POPUP*******************************/
.modal-content-area2 {
    position: relative;
    z-index: 1050;
    background: #ffffff;
    border-radius: 5px;
    min-height: 42vh;
    border: none;
    width: 45%;
    margin: 25vh auto 0; 
}
.modal-backdrop {
    opacity: 0.8 !important;
}
.modal-header {
    min-height: 16.42857143px; 
    padding: 20px;
}
.modal-header .close {
    margin-top: -7px;
    margin-right: 0px;
    font-size: 26px;
    opacity: 0.4;
}
.modal-header h3 {
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.modal-header p {
    font-size: 14px;
    line-height: 20px;
}
.modal-content {
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    box-shadow: none;
}


.gform_heading{width: 100%; text-align: center; padding: 0 70px; margin-bottom: 20px;}
.gform_heading .gform_title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #2a2d2e;
    text-transform: uppercase;
}
.gform_heading .gform_description {
    font-size: 20px;
    line-height: 20px;
    color: #2a2d2e;
    font-weight: 300;
}
/*.modal-backdrop.in{opacity: 0 !important;}*/
.modal-backdrop{opacity: 0.8 !important;}

/***
====================================================================
	Slider Section
====================================================================
***/

.main-video {
    height: 100vh; min-height: 500px;
    overflow: hidden; 
}
/* #myVideo{ 
    min-width: 100%;
} */
#videoBG {
    position: fixed; z-index: -2; top: 0; left: 50%; transform: translateX(-50%);
}
@media (min-aspect-ratio: 16/9) {
    #videoBG {
        width:100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    #videoBG {
        width:auto;
        height: 100%;
    }
}
@media (max-width: 767px) {
/*     #videoBG {
        display: none;
    } */
    /*.homePageBanner {
        background: url('assets/img/poster.jpg') center center no-repeat;
        background-size: cover;
    }*/
}
.banner-overlayer {
    bottom: 0; 
    left: 0;  
    position: absolute;
    right: 0;
    top: 0; 
    z-index: 1;
    background: rgba(0, 0, 0, .7);
}
.slide-text {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%); 
    z-index: 99;
    text-align: right;
	padding-right: 70px;
	width:970px;
}
.slide-text h1 {
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    line-height: 46px;
    font-size: 38px;
	font-family: 'Bahnschrift Light';
	text-transform: uppercase;
}

.slide-text h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
} 

.mybtn{ 
    font-size: 14px !important;
    line-height: 30px !important;
    color: #ffffff;
    font-weight: 500 !important;
    border-radius: 0px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px !important;
    padding: 5px 20px !important;
    border: none;
	border-radius: 7px;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}
.mybtn:hover{
    color: #ffffff !important;
    border: none;
}
.mybtn-dealflow{
    margin-top: 0 !important; padding: 12px 50px !important; font-size: 16px !important;
}

/***
====================================================================
	Start Counter
====================================================================
***/

.counter-item {
    color: #777777; 
    position: relative;
    padding: 0 10px 0;
    min-height: 155px;
    margin: 0 auto;
    text-align: center;
    border-top: none;
}
.counter-item:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
}
.counter-item:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
}
.counter-item .counter-icon {
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    line-height: 48px;
    font-size: 42px;
}
.counter-item .counter-icon .counter-img {
    font-size: 65px;
    display: block
}
.counter-item .counter-number {
    font-size: 32px;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0;
}
.counter-item .counter-plus {
    font-size: 34px;
    font-weight: 500;
}
.counter-item .counter-meta {
    font-size: 18px;
    font-weight: 500;
}
.counter-box{padding: 0;}
/***
====================================================================
	Start Contact Page
====================================================================
***/

.contact-form-section h2 {
    color: #394F5F;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin: 30px 0 10px 0;
    position: relative;
    padding-left: 60px;
}
.contact-form-section h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 15px;
    width: 40px;
    height: 3px;
    border-radius: 50px;
    background-color: #394F5F;
}
.contact-form-section h2:after {
    position: absolute;
    content: '';
    left: 45px;
    bottom: 15px;
    width: 5px;
    height: 3px;
    border-radius: 50px;
    background-color: #394F5F;
}
.contact-form-section p{
    margin: 0 !important;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    color: #999999;
}
.contact-box{
    padding: 0 0 0 60px;
    position: relative;
    min-height: 55px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}
.contact-box .icon {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    border: 1px dashed #C2D7EA;
    color: #394F5F;
    padding-top: 3px;
}
.contact-box .icon i::before {
    font-size: 20px;
}
.contact-box .content p {
    line-height: 22px;
    color: #394F5F;
    font-weight: 500;
    font-size: 15px;
}
.contact-box .content p a {
    color: #394F5F;
    font-weight: 500;
}
.contact-box .content p a:hover, .contact-box .content p a:focus {
    color: #000000;
}
.contact-form-box{
    background: #f6f6f6;
    padding: 50px 50px;
    margin-left: 10px;
    display: inline-block;
}
.contact-box-social{
    margin-top: 30px;
}
.contact-box-social li{
    display: inline-block;
    margin-right: 10px;
}
.contact-box-social li a{
    display: inline-block;
    font-size: 16px;
    color: #394F5F;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #dddddd;
}
.contact-box-social li a:hover{
    color: #C2D7EA;
    background: #000000;
}

.contact .footer-banner-section{
    display: none;
}
.offices {display: flex; justify-content: center; flex-flow: row wrap; max-width: 100%;}
.flex-gap{width: 25%; margin-bottom: 10px; padding: 0 8px;}
.officesContent {width: 100%; height: 100%; transition:.3s; position: relative; overflow:hidden; padding:25px; border-radius:20px; z-index:1;}
.officesContent:hover{box-shadow: 0 0 15px rgba(0,0,0,0.1);}

.officesContent:after {position: absolute; content: ''; right: 0px; top: 0px; width: 30%; height: 100%; opacity: 0; background-color: #ffffff;
    transition: all 600ms ease; z-index: -1;}
.officesContent:hover::after {width: 100%; opacity: 1;}


.officesContent .contact-pg-box p, .officesContent .contact-pg-box li span, .officesContent .contact-pg-box .mybtn{font-size:12px !important;}
.officesContent .contact-pg-box .mybtn{margin-top: 0 !important;}

.contact-pg-box h3{margin: 0; margin-bottom: 15px; padding-bottom: 15px; position: relative; font-size: 22px; text-transform: uppercase;}
.contact-pg-box h3:before{content:''; position: absolute; bottom: 0; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 2px; background: #000;}

.officesContent .contact-pg-box li{line-height: 20px;}
.officesContent .contact-pg-box li span{font-weight:600;}
.contact-pg-box h3 a{
    font-weight: 600;
}
.contact-pg-box h3 a:hover{
    color: #7c878d; 
}
.contact-pg-box p {margin: 0 !important; line-height: 24px;}
.contact-pg-box ul {margin: 20px 0;}
.contact-pg-box ul li a{
    color: #7c878d;
    font-weight: 500;
}
.contact-pg-box ul li a:hover{
    color: #323e48;
}

#iw-container {
    padding: 10px;
}
#iw-container .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    background-color: #323e48;
    color: #ffffff;
    margin: 0;
    width: auto;
}
#iw-container .iw-content {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 10px 0 0 0;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}
.iw-content img {
    float: right;
    margin: 0 5px 5px 10px;
}
.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}
.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}


.single-offices.offices {display: block;}

/***
====================================================================
	Start Testimonials
====================================================================
***/

.testimonial{
    margin: 0 20px 25px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #ffffff;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #323e48;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 0;
}
.testimonial .testimonial-content p{
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding-bottom: 20px;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

/***
====================================================================
	Start Section Heading
====================================================================
***/

.sec-title h2 {
    margin: 3px 0 0 0;
    font-size: 50px;
	line-height: 54px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}
.sec-title h2 strong {
    font-weight: 500;
}

.sec-title p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    color: #323e48; 
    margin-top: 25px !important;
}

.sec-title-white h2, .sec-title-white p {
    color: #ffffff; 
}
.sec-title-white h2:before, .sec-title-white h2:after {
    background: #ffffff;
}

/***
====================================================================
	Home About Section
====================================================================
***/

.about-home-sec{
    background: #ffffff;
	position: relative;
	z-index: 1;
}
.about-home-sec:before {content: ""; background: url("assets/img/usMap.svg")center center no-repeat; position: absolute;
	background-size: contain;
    width: 100%;
    height: 100%;
    opacity: .1;
    z-index: -1;}
.about-home-sec h2{
    font-size: 50px;
	line-height: 54px;
    font-weight: 300 !important;
    margin: 0;
    text-transform: uppercase;
/*     color: #ffffff; */
}
.about-home-sec h2 strong {
    font-weight: 500;
}
.about-home-sec p{
/*     color: #000; */
}

/***
====================================================================
	Start About Section
====================================================================
***/
.about-pg-sec h2 {margin: 0;}
.about-pg-sec h2 strong {
    font-weight: 600;
}
.my-gallery li {
	width:20%;
	display: inline-block;
	float:left;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.my-gallery li img{
    border: 1px solid #dddddd;
}
.field-title {margin: 0;}
/***
====================================================================
	Start Services Section
====================================================================
***/
.servicesContainer {
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.servicesContainer .flex-gap{display: flex;
    flex-wrap: wrap;
    width: 20% !important;
    padding: 0 8px;
	margin-bottom: 10px;}
.servicesInnerCol {
	position:relative;
	overflow:hidden;
	text-align:center;
    padding: 28px 20px;
	border-radius: 20px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.servicesInnerCol:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:30%;
	height:100%;
	opacity:0;
	background-color:#ffffff;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
}
.servicesInnerCol:hover::before{
	width:100%;
	opacity:1;
}
.servicesInnerCol .icon-box{
	position:relative;
	font-size:70px;
	line-height: 70px;
	display:inline-block;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.servicesInnerCol:hover .icon-box{
	color:#323e48;
}
.servicesInnerCol h3{
	position:relative;
	min-height: 52px;
	line-height: 26px;
        font-size: 20px;
	text-transform:uppercase;
        font-weight: 600;
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
	margin: 0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.servicesInnerCol h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
}
/* .servicesInnerCol:hover h3{
	color:#323e48;
} */
.servicesInnerCol .services-text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height: 22px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.servicesInnerCol:hover .services-text{color:#323e48;}
.servicesInnerCol:hover{box-shadow:0px 0px 15px rgba(0,0,0,0.10);}
.single-services-info p{font-size: 18px;}
.single-services-info a {color: var(--secondary);}
.single-services-info span {color: var(--secondary);}

.servicesLink{font-weight: 600; text-transform: uppercase; position: relative; z-index: 1; font-size: 13px; display:inline-block; margin-top: 20px; transition: .3s;}
.servicesLink:after{content:'\276F'; position: absolute; top: 50%; left: 110%; transform: translate(0, -50%);}
.servicesInnerCol.d-flex{display: flex; flex-wrap: wrap; justify-content: center; align-content: space-between;}
.headerLine {position: relative; padding-bottom: 10px; margin-bottom: 10px;}
.headerLine:before{content:''; position: absolute; bottom: -10px; left: 0; width: 100%; height: 2px;}

/***
====================================================================
	Start Team Section
====================================================================
***/
.ourPeople {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    max-width: 100%;
}
.ourPeople{position:relative;}

/* .ourPeople:first-child:before {
    content: '';
    position: absolute;
    top: 32%;
    right: 100%;
    transform: translateY(-68%);
    width: 20%;
    height: 5px;
}
.ourPeople:first-child:after {
    content: '';
    position: absolute;
    bottom: 18%;
    transform: translateY(-82%);
    left: 100%;
    width: 30%;
    height: 5px;
} */
.team .ourPeople:first-child:before, .team .ourPeople:first-child:after{display: none;}
.page-id-2975 .ourPeople:first-child:before, .page-id-2975 .ourPeople:first-child:after, .page-id-2974 .ourPeople:first-child:after, .page-id-2974 .ourPeople:first-child:before{display: none;}

.ourPeoplelist {width: 100%;}
.team_box_center{
    display: flex;
    justify-content: center;
}
.team_box {
    position: relative;
    margin-bottom: 110px;
}
.team_box .team_image {
    position: relative;
    overflow: hidden;
	border-radius: 10px;
    overflow: hidden;
    border: 2px solid #ffffff;
}
.team_box .team_image img {
    width: 100%;
    transition: .5s;
}
.team_box .team_overlay-box {
    position: absolute;
	padding: 30px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transition: .5s;
}
.team_box .team_content {
    position: absolute;
    left: 10px;
    right: 10px;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    bottom: -30px;
    padding: 10px;
    transform: translateY(50%);
    transition: .5s;
	min-height: 90px;
	border-radius: 10px;
    overflow: hidden;
}
.team_box .team_content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    transform: scale(1,0);
    transform-origin: center;
    opacity: 0;
    transition: .5s;
}

.team_box h4 {
    position: relative; 
    margin: 0;
    transition: .5s;
    font-size: 18px; 
    font-weight: 600;
	margin-bottom: 5px;
    padding-bottom: 5px;
	text-transform: uppercase;
}
.team_box h4:before{content: ''; position:absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 2px;}
.team_box:hover h4:before{background:#ffffff;}

.team_box p {
    color: #797979;
    font-size: 12px;
    text-transform: capitalize;
    transition: .5s;
    position: relative;
    line-height: 20px;
    margin-top: 0 !important;
}
.team_content p:last-child {margin-top: 5px !important;}

.team_box:hover .team_image img {
    transform: scale(1.15);
}
.team_box:hover .team_overlay-box {
    opacity: 1;
    visibility: visible;
}
.team_box:hover .team_content {
    bottom: 10px;
}
.team_box:hover h4 {
    color: #ffffff;
}
.team_box:hover p {
    color: #ffffff;
}
.team_box:hover .team_content:before {
    transform: scale(1);
    opacity: 1;
}

.teamSearch .form-fields{border-radius: 10px; float: right; width: 700px;}
.teamSearch .form-fields {border-radius: 10px; width: 100%;}
.teamSearch .mybtn {margin-top: 0 !important; margin-right: 10px;}
.teamSearch h3 {font-size: 34px; margin: 0 0 20px; padding-bottom: 20px; position:relative; text-transform: uppercase;}
.teamSearch h3:before{content:''; position: absolute; bottom:0; left: 0; width: 97%; height: 2px;}
.teamSearch p {margin:0 0 30px !important;}


/***************************Single Team Page*******************************/
.single-team .teamAbout ul, 
.single-team .teamEducation ul, 
.single-team .teamInterests ul {margin-left: 20px;}
.single-team .teamAbout ul li,
.single-team .teamEducation ul li,
.single-team .teamInterests ul li {list-style-type: disc;}

.teamBio .image{border: 2px solid #fff; border-radius: 10px;}
.teamBio .teamBioContent h3{display: inline-block;}
.teamBio .teamBioContent p { margin: 0 !important; line-height: 22px;}
.teamBio .teamBioContent p, .teamBioContent h5{font-style: italic;}
.teamBio .teamBioContent p{color: #ffffff;}
.teamBio .headerbg h1{display: inline-block; padding-bottom: 10px; line-height: 32px;}
.teamBio .headerbg h1:before{width: 100%;}
.teamBio .headerbg {padding: 100px 0 0;}
.teamBio .teamBioContent h1 a {color: #fff; font-size: 18px;}
.teamBio .teamBioContent h1 a:first-child {margin-left: 130px;}
.teamBio .teamBioContent .mybtn{margin-top: 20px !important;}
.teamBio .flex-x .inner1{width: 25%; padding-right: 30px;}
.teamBio .flex-x .inner2{width: 75%;}

.teamAwards .awardsImage img {width: 150px; margin-top: 20px;}

.teamAbout .teamAboutContent p:first-child {margin: 0 !important;}

.teamInterests ul{margin-top: 30px;}

.teamCommunitySec {    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}
.teamCommunitySec .teamCommunity {width: 100%; margin-right: 20px; text-align: center;}
.teamCommunitySec .teamCommunity img{width: 150px;}

/***
====================================================================
            Footer Section
====================================================================
***/

.main-footer{
	background-size: cover;
	background-color: #081937;
	position: relative;
}
.main-footer:before{
	content: ""; position: absolute;
	width: 100%; height: 100%; top: 0; left: 0;
	display: block; opacity: 0.8;
}
.footer-top{
    padding: 50px 0 0 0;
}
.footer-top .footer-widget .footer-logo{
    margin-bottom: 15px;
	padding-bottom: 10px;
}
.footer-top .footer-widget .footer-logo img{
    width: 60%
}
.footer-top .footer-widget .footer-text p{
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
}
.footer-top .footer-widget .footer-info li{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    padding-left: 25px;
    margin-bottom: 8px;
}
.footer-top .footer-widget .footer-info li:last-child{
    margin-bottom: 0px;
}
.footer-top .footer-widget .footer-info li i{
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 14px;
}
.footer-top .footer-widget .footer-info li a{
    color: #ffffff;
}
.footer-top .footer-widget .footer-info li a:hover{
    color: #a5cfc7;
}
.footer-top  .footer-widget .footer-title{ 
    margin-bottom: 20px;
}
.footer-top  .footer-widget .footer-title h3{
    font-size: 22px;
    line-height: 30px;
/*     color: #ffffff; */
    font-weight: 600;
    margin: 0;
}
.footer-top .footer-widget .footer-links li{ 
    margin-bottom: 6px;
}
.footer-top .footer-widget .footer-links li:last-child{
    margin-bottom: 0px;
}
.footer-top .footer-widget .footer-links li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 18px;
}

.footer-top .footer-widget .footer-links li a:before{
    position: absolute;
    content: "\f061";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    font-size: 11px;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.footer-top .newsletter-widget{
    display: inline-block;
}
.footer-top .newsletter-widget p{
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 40px !important;
}
.newsletter-widget .form-fields::placeholder, .newsletter-widget .form-fields2::placeholder{
	color: #ffffff;
}
.newsletter-widget .form-fields, .newsletter-widget textarea{
	color: #ffffff;
}
.newsletter-widget .wpcf7-response-output{color: #ffffff;}


.page-template-InvestorRegistration select.form-fields{
	height: 150px;
} 
.footer-bottom-menu {
    padding: 20px 0;
    color: #ffffff;
}
.footer-bottom-menu a{
    color: #ffffff;
	font-size: 14px;
}
.footer-bottom-menu a:hover{ 
    color: var(--secondary);
}
.footer-bottom-menu ul li{ 
    display: inline-block;
}
.footer-bottom-menu ul li:before {
    content: "|";
    color: #CCC;
    padding-right: 15px;
}
.footer-bottom-menu ul li:first-child:before {
    display: none;
}
.footer-bottom-menu ul li a{ 
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding-right: 10px;
}
.footer-bottom-menu ul li a:hover{ 
    color: var(--secondary);
}
.footer-bottom{ 
    padding: 12px 0px;
	border-top: 1px solid #ffffff;
	position: relative; 
	z-index:1;
	color: #ffffff;
}
.footer-bottom .copyright p{
    font-size: 14px;
    line-height: 20px; 
    margin: 0 !important;
    padding-top: 10px;
}
.footer-bottom .copyright span {
	font-size: 11px;
}
.footer-bottom .copyright a {color: #bbbbbb;}
.footer-bottom .copyright a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.footer-bottom .footer-social {
    float: right;
}
.footer-bottom .footer-social li {
    float: left;
    margin-right: 10px;
}
.footer-bottom .footer-social li:last-child{
    margin: 0px !important;
}
.footer-bottom .footer-social li a{
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom .footer-social li a:hover{
    color: #ffffff;
    background: #7c878d;
}
#wpcf7-f5-o1 ::placeholder {
    color: #ffffff !important;
}
.footer-section {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
}


/***
====================================================================
	Start Transactions 
====================================================================
***/

.closedDeals{display: flex; flex-flow: row wrap; max-width: 100%; justify-content: center;}
.closedDealsInner{width: 100%; height:100%;  border-radius: 10px; overflow: hidden;}
a#more_posts {cursor: pointer;}

.transaction-box {
    position: relative;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.transaction-box .transaction-image {
    position: relative;
    display: block;
    overflow: hidden;
}
.transaction-box .transaction-image img { 
    width: 100%;
    transition: .5s;
}
.transaction-box .transaction-image .transaction-price {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #ffffff;
    padding: 8px 15px;
}
.transaction-box .transaction-image .transaction-price h4 {
    color: #233f71;
    margin: 0;
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
}
.transaction-box .transaction-image .transaction-date {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 10px 20px;
}
.transaction-box .transaction-image .transaction-date h4 {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}
.transaction-box .transaction-image .transaction-type {
    position: absolute;
    top: 10px;
    padding: 10px;
}
.transaction-box .transaction-image .transaction-type h4 {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}
.transaction-box .transaction-image .case-studies {
    position: absolute;
    top: 60px;
    left: 0;
}
.transaction-box .transaction-image .case-studies h5 {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    background: #323e48;
    padding: 12px 20px;
    transition: .5s;
}
.transaction-box .transaction-image .case-studies h5:hover { 
    background: #7c878d; 
}
.transaction-box:hover .transaction-image img {
    transform: scale(1.3);
}
.transaction-box .transaction-lower-box {
    position: relative;
    display: block;
    padding: 20px 10px;
    transition: .3s;
}
.transaction-box .transaction-lower-box p{ 
    color: #999999;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 !important;
}
.transaction-box .transaction-lower-box h3{  
    line-height: 22px;
    margin: 0 0 5px 0;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    padding-bottom: 5px;
}
.page-id-579 .transaction-box .transaction-lower-box h3{font-size: 16px;}
.transaction-box .transaction-lower-box h3:before{position:absolute; bottom: 0; left: 0;content:''; width: 30%; height: 2px;}

.deals .flex-gap{width: 33% !important;}
.deals {
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
    justify-content: center;
}

.dealsInner {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
	border-radius: 10px;
    position: relative;
    z-index: 1;
	overflow: hidden;
	transition: .3s;
	width: 100%;
	height: 100%;
}
.dealsInner:hover{box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.dealsInner:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:30%;
	height:100%;
	opacity:0;
	background-color:#ffffff;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	z-index: -1;
}
.dealsInner:hover::before{
	width:100%;
	opacity:1;
}
.dealsInner h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.dealsInner h3:before{content:''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 30%; height: 2px; }
.dealFlow-box { box-shadow: 0 0 15px rgba(0,0,0,0.1); border-radius: 10px; padding-right: 40px; padding-left: 40px; position: relative; background: #fff;}

/***
====================================================================
	Start Product Type Section
====================================================================
***/
.practiceGrpSec {}
.practiceGrpSec .custFlexContainer {display: flex; flex-wrap: wrap; justify-content: center;}
.product-type-box {
    width: 25%; display: flex; flex-wrap: wrap; padding-left: 15px; padding-right: 15px; margin-bottom: 20px;
}
.product-type-box .prTypeBoxInner {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 1px solid #eeeeee;
    padding: 35px 20px 20px 20px; 
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.product-type-box .prTypeBoxInner:before {
    width: 100%;
    height: 0%;
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
}
.prTypeBoxInner.d-flex {display: flex; justify-content: center; align-items: flex-start; align-content: space-between;}
.product-type-box .prTypeBoxInner:hover:before {
    height: 100%;
}
.product-type-box .prTypeBoxInner:hover p, .product-type-box .prTypeBoxInner:hover h5, .product-type-box .prTypeBoxInner:hover i, .product-type-box .prTypeBoxInner:hover .btn-read-more 
, .product-type-box .prTypeBoxInner:hover .servicesLink{
    color: #ffffff;
}
.product-type-box i {
    font-size: 52px;
}
.product-type-box  h5 {
    transition: 0.5s;
    position: relative;
    font-size: 22px;
    font-weight: 600;  
    text-transform: capitalize;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.product-type-box .prTypeBoxInner:hover h5:before {
   background: #fff;
}
.product-type-box h5:before {
    width: 30%;
    height: 2px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
	transform: translateX(-50%);
    transition: 0.5s;
}
.product-type-box p {
    margin-top: 10px !important;
    line-height: 20px;
    font-size: 14px;
}

/***
====================================================================
	Start Principles and Standards Page
====================================================================
***/
.principlestop {display: flex; flex-flow: row wrap; justify-content: center; max-width: 100%;}
.principlesServices {width: 25%; padding: 30px;  border-radius: 10px; position: relative; overflow: hidden; z-index: 1; transition:.3s;}
.principlesServices:hover{box-shadow:0 0 15px rgba(0,0,0,0.1);}

.principlesServices:before{position:absolute; content:''; right:0px; top:0px; width:30%; height:100%; opacity:0; background-color:#ffffff; transition: all 600ms ease; z-index: -1;}
.principlesServices:hover:before{width: 100%; opacity:1;}


.principlesServices i {font-size: 100px;}
.principlesServices h2 {font-size: 22px;line-height: 26px; position:relative; padding-bottom: 10px;}
.principlesServices h2:before{content:''; position: absolute; bottom: 0; left: 50%; width: 130px; height: 2px;transform: translateX(-50%);}
.principlesServices p{line-height: 20px;}

/***
====================================================================
	Start Careers Page
====================================================================
***/
.joinGreysteelSec h3 {margin: 0;}
.table > thead > tr > th, .table > tbody > tr > td {border: none;}

.table-positions th {
    font-size: 16px;
    padding: 20px 15px !important;
    font-weight: 700;
    text-transform: uppercase;;
}
.table-positions td {
    padding: 20px 15px !important;
}
.table-positions h3 {
    font-size: 18px;
    color: #7c878d;
    margin: 0;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}
.table-positions h3:hover { 
    color: #323e48; 
}
.career_single_content p {
    color: #666666;
}
.job-apply-btn {
    padding: 11px 50px 9px;
    background: #7c878d;
    border-radius: 100px;
    font-size: 18px; 
    color: #ffffff;
    text-transform: uppercase; 
    font-weight: 600;
}
.job-apply-btn:hover {
    background: #323e48;
    color: #ffffff;
}
.careers-form{border-bottom: 1px solid #eeeeee;}
.careers-form h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #323e48;
}

.careerInner {display: flex; flex-flow: row wrap; justify-content: center; max-width: 100%;}

.careerInner .flex-gap{width: 33% !important;}
.careerInnerContent {width: 100%; height:100%; padding: 30px; border-radius: 10px; overflow: hidden; position: relative; z-index:1; transition:.3s;}
.careerInnerContent:hover{box-shadow: 0 0 15px rgba(0,0,0,.1);}

.careerInnerContent h2 {margin-top: 0; padding-bottom: 10px; font-size: 36px; position: relative;}
.careerInnerContent h2:before {content:''; position: absolute; width: 130px; height: 2px; bottom:0; left: 50%; transform: translateX(-50%);}

.careerInnerContent:before{position:absolute; content:''; right:0px; top:0px; width:30%; height:100%; opacity:0; background-color:#ffffff; transition: all 600ms ease;}
.careerInnerContent:hover::before{width:100%; opacity:1; z-index: -1;}

.jobsHeading {padding-left: 40px;}
.jobsContent {padding-left: 40px;  border-radius: 10px;  margin-bottom:10px;}

.jobTitle{position:relative;}
.jobTitle:before{position: absolute; content:'\002B'; top: 50%; left: -30px; transform: translateY(-50%);font-size: 24px;}

.jobsHeading h3, .jobsContent h3, .jobsContent p {text-transform: uppercase;}
.jobsHeading h3, .jobsContent h3{margin: 10px 0;}

.filter-sidebar .form-group{margin-bottom:0 !important;}
ul.filter {max-width: 100%; display: flex; justify-content: center; flex-flow: row wrap;}

ul.filter li{}
ul.filter li .filter-inner {border-radius: 10px; overflow: hidden;}
ul.filter .text-black{text-align: center; display: block; font-weight: normal; margin: 0; font-size: 12px; cursor: pointer; transition: .3s;}
ul.filter .text-black:hover, ul.filter .text-black:focus{color: #ffffff;}
input.greysteel-portfolios, input.greysteel-portfolios-all{opacity: 0; width: 0; display: none;}

ul.filter li span {display: block; padding: 5px;}
ul.filter li span:hover{cursor: pointer;}
ul.filter li input:checked + span {color:#fff;}

ul.filter li:first-child {display: none;}
/***
====================================================================
	Start Awards Page
====================================================================
***/

.awards{max-width: 100%; display: flex; justify-content: center; flex-flow: row wrap;}
.awards .awardsInner{width: 23%; margin: 8px; position: relative; overflow: hidden; text-align: center; padding: 28px 20px; border-radius: 20px;
    transition: all 300ms ease;}
.awards .awardsInner:hover {box-shadow: 0px 0px 15px rgba(0,0,0,0.10);}
.awards .awardsInner:after {position: absolute; content: ''; right: 0px; top: 0px; width: 30%; height: 100%; opacity: 0; background-color: #ffffff;
    transition: all 600ms ease;}
.awards .awardsInner:hover::after {width: 100%; opacity: 1;}
.awardsinnerContent {position: relative;z-index: 1;}

.cta h1{text-transform: uppercase; display: inline-block; padding-bottom: 30px; margin-bottom: 30px; position:relative;}
.cta h1:before {content:''; position:absolute; bottom:0; left:50%; width: 200px; height: 2px; transform: translate(-50%, -50%);}
.cta p {width: 768px; text-align: center; margin: 0 auto !important;}
/***
====================================================================
	Start Press Releases Page
====================================================================
***/

.press-re-box h3{
    margin: 0;
}
.press-re-box hr{
    margin: 10px 0;
}
.press-re-box h4{
    color: #888888;
    font-size: 16px;
    line-height: 22px
}
.press-re-box h4 span{ 
    font-family: 'Frutiger 45 light';
    color: #323e48;
    padding-right: 50px;
}
.press-re-box h4 a{
    color: #888888;
    font-weight: 500;
}
.press-re-box h4 a:hover{
    color: #323e48;
}
#year-form select {
    height: 34px;
    width: 187px;
}

/***
====================================================================
	Start Research Page
====================================================================
***/

.single-research-info p{
    margin-top: 10px !important;
}
.single-research-info a{
    color: #005486;
}
.single-research-info .btn-research {
    color: #ffffff;
    background: #7c878d;
    padding: 8px 15px;
}
.single-research-info .btn-research:hover {
    background: #323e48;
}
.tfcWidget{margin-top: 9px !important;}
#scrollingText .tile {width: 11.1% !important;}
.panTable #scrollingText .tile a span.quotes{background-color: #323e48 !important; display: block;
    width: 100%; border: none !important; border-right: 1px dashed rgba(255,255,255,0.3) !important;}
.panTable #scrollingText .tile:last-child a span.quotes{border-right: none !important;}
.symbolName{padding: 0 !important; margin: 0 !important;}
.linkedinFeedSec h2 {margin: 0;}
.linkedinFeedSec p {margin: 15px 0 15px !important;}
/***
====================================================================
	Ends Research Page
====================================================================
***/
/***
====================================================================
	Start Capital Markets Page
====================================================================
***/
.cMbtn {margin-top: 0 !important; cursor: pointer;}
.capitalMarketSec {}
.capitalMarketSec .move-top {top: -60px;}
.capitalMarket-header { position: absolute; top: 50%; left: 460px; transform: translateY(-50%); z-index: 99;}
.capitalMarketSec .move-top {top: -60px;}
.capitalMarketSec .capitalMarketImg {}
.capitalMarketSec .capitalMaretImg img {}
.capitalMarketBox {display: flex; max-width: 100%; justify-content: center; flex-flow: row wrap;}

.capitalMarketSec .capitalMarketDetail { width: 100%; height: 100%; border-radius: 10px; overflow: hidden; padding: 20px 30px; display: flex; flex-direction: column; justify-content: flex-start; align-items: center;  position: relative; z-index: 1;}
.capitalMarketDetail:hover{box-shadow: 0 0 15px rgba(0,0,0,0.1);}

.capitalMarketDetail:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:30%;
	height:100%;
	opacity:0;
	background-color:#ffffff;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	z-index: -1;
}
.capitalMarketDetail:hover::before{width:100%; opacity:1;}
.capitalMarketSec .capitalMarketDetail .mybtn{font-size: 12px !important;}

.capitalMarketSec .capitalMarketDetail i {font-size: 70px;}
.capitalMarketSec .capitalMarketDetail h3 {margin: 0;}
.capitalMarketSec .capitalMarketDetail p {line-height: 22px; margin: 10px 0 0 !important;}
.capitalMarketSec .capitalMarketDetail p a {font-weight: 600; cursor: pointer; display: block; margin-top: 5px;}
.affordableHousing .modal-dialog, .capitalMarketSec .modal-dialog {width: 768px;}
.affordableHousing .modalIcon i, .capitalMarketSec .modalIcon i, .advisoryServices .modalIcon i{font-size: 70px;}
.capitalMarketSec .capitalMarketDetail h3 {margin-top: 10px; margin-bottom: 10px; padding-bottom: 10px; position: relative;}
.capitalMarketSec .capitalMarketDetail h3:before{content:''; position:absolute; width: 30%; height:3px; bottom: 0; left: 50%; transform: translateX(-50%);}
.capitalMarketLower h3.headerLine .servicesLink {float: right; font-size: 14px; text-transform: uppercase; font-weight: 600; margin-right: 10px; margin-top: 0;}
.cmTeamHidden {height: 0; opacity: 0; overflow: hidden; transition: .3s ease-in-out;}
.cmTeamHeight {height: initial;}
#cmTeamShowHide {cursor: pointer;}

.page-template-capital-markets .page-margin, .page-template-affordable-housing .page-margin, .page-template-receive-dealflow .page-margin, .page-template-value-my-deal .page-margin, .page-template-obtain-financing .page-margin {height: 70vh; display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;}
.page-template-capital-markets .headerbg, .page-template-affordable-housing .headerbg, .page-template-receive-dealflow .headerbg, .page-template-value-my-deal .headerbg, .page-template-obtain-financing .headerbg {padding: 0;}
.page-template-capital-markets .homeSliderleft, .page-template-affordable-housing .homeSliderleft, .page-template-receive-dealflow .homeSliderleft, .page-template-value-my-deal .homeSliderleft, .page-template-obtain-financing .homeSliderleft {top: 55%; transform: translateY(-50%);}
.page-template-capital-markets .headerbg h1, .page-template-affordable-housing .headerbg h1, .page-template-receive-dealflow .headerbg h1, .page-template-value-my-deal .headerbg h1, .page-template-obtain-financing .headerbg h1 {margin: 0 0 15px;}


.page-template-receive-dealflow .dropdown {overflow-y: scroll; height: 460px;}
.page-template-receive-dealflow .check-boxes-lg .form-fields {border: none; margin-bottom: 0;}
/***
====================================================================
	Ends Capital Markets Page
====================================================================
***/
.dFlex {display: flex; flex-wrap: wrap; align-items: center;}
.leaflet-top, .leaflet-bottom {z-index: 998 !important;}
#map {
    width: 100%;
    height: 650px;
	margin-top:4px;
}
.leaflet-popup-content-wrapper {
    padding: 8px !important; 
    border-radius: 5px !important;
}
.leaflet-popup-content {
    margin: 10px 20px !important;
}
.leaflet-popup-content h3{
    font-size: 20px;
    color: #323e48;
    font-weight: 600;
    margin: 0;
    line-height: 28px;
}
.leaflet-popup-content h6{
    font-size: 14px;
    color: #323e48; 
    margin: 0;
}
.leaflet-top, .leaflet-bottom {z-index: 980;}
.capitalMarketImg img{border: 1px solid #dddddd; background: rgba(0,0,0,0.05);}
.overflowHidden {overflow: hidden;}
.swiper-button-prev {left: -40px !important;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {right: -40px !important;}
.modal {z-index: 999;}
.modal-content-area, .bts-modal-content{position: relative; z-index: 1050; background: #f5f5f5; min-height: 30vh;
    border: 1px solid #dddddd; width: 950px; max-width: 100%; margin: 85px auto 0; text-align: left;}
.modal-content-area p {text-align: justify;}
/*.modal-backdrop.in{opacity: 0 !important;}*/
.modal-backdrop{opacity: 0.8 !important; background-color: #000000;}
.modal-header, .bts-modal-header {
    min-height: 16.42857143px;
    border-bottom: 1px solid #e5e5e5; background: #ffffff;
}
.modal-content, .bts-modal-body {border-radius: 0; box-shadow: none; padding: 5px; border: none; background: #f5f5f5;}
.bts-modal-body {padding: 20px;}
.modal-content-area .modal-title, .bts-modal-header h2 {padding-right: 30px; text-align: center; font-size: 20px; line-height: 1.42857143;
    font-weight: 700;
    line-height: 30px;
    color: #000000;}
#myModalLabel {margin: 0; padding-right: 30px;}
.modal-header .close, .bts-modal-header .bts-close {
	font-size: 34px;
    line-height: 34px;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin-top: -2px;
    float: right;
    position: initial;
    color: #000;
    font-weight: bold;
    opacity: .2;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}
.modal-header .close:hover, .bts-modal-header .bts-close:hover, .modal-header .close:focus, .bts-modal-header .bts-close:focus {
	color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.closedDealModal {}
.closedDealModal .modal-content-area {width: 786px;}
/*======================Home Slider Widget Starts======================*/
.mainHomeBanner .sliderExperience {position: absolute;
    top: 120px;
    left: 50px;
    z-index: 1;}
.mainHomeBanner .sliderExperience h2 {font-family: 'Bahnschrift Light';text-transform: uppercase; color: #ffffff;
    margin: 0; font-size: 34px;}
div#TID0342806714 {margin-bottom: 20px;}
div#TID0342806714, div#TID0058500626 {max-width: 100%; width: 300px !important;}
div#TID0342806714 > div:first-child, div#TID0058500626 > div:first-child {display: none !important;}
div#TID0342806714 #TableRows #TableHeaderRow, div#TID0058500626 #TableRows #TableHeaderRow {color: #ffffff; font-size: 16px; background-color: transparent !important;}
div#TID0342806714 .odd .widgetTableCell, div#TID0342806714 .even .widgetTableCell, div#TID0058500626 .odd .widgetTableCell, div#TID0058500626 .even .widgetTableCell {font-size: 12px !important;}
div#TID0342806714 #TableRows .odd, div#TID0342806714 #TableRows .even, div#TID0058500626 #TableRows .odd, div#TID0058500626 #TableRows .even {background-color: transparent;}
div#TID0342806714 #TableRows .widgetTableCell, div#TID0058500626 #TableRows .widgetTableCell {color: #ffffff !important;}
div#TID0342806714 div, div#TID0058500626 div {background-color: transparent !important; pointer-events: none;}
div#TID0342806714 div hr, div#TID0058500626 div hr {border: 1px solid #ffffff !important;}
div#TID0342806714 div a, div#TID0058500626 div a {color: #ffffff !important;}

div#TID0342806714 > div:nth-child(3), div#TID0342806714 > div:nth-child(4), div#TID0058500626 > div:nth-child(4), div#TID0058500626 > div:nth-child(5) {display: none !important;}
/*======================Home Slider Widget Ends======================*/
/*======================Greycast Page Starts======================*/
.greycastIntro {}
.greycastIntro h3 {margin: 0;}
.greycastIntro p {}
.greycastSec {position: absolute; z-index: 1; top: 120px;}

.greycastSec .mybtn {margin: 0 !important; display: block; color: #fff; font-size: 30px !important; padding: 15px 30px !important;}
.podcastHeader {position: absolute; top: 55%; left: 32%; transform: translate(0, -50%);}
.greycastSec p {width: auto; margin-bottom: 10px !important; text-transform: uppercase;}
.greycastSec ul li {margin-bottom: 40px;}


.greycastSec .greycastBox {}
.greycastSec .greycastBox img {}
/*======================Greycast Page Ends======================*/
/*======================Home Popup Starts======================*/
.homePopup {position: fixed;
    bottom: 0;
    right: 0;
/*     transform: translate(-50%, -50%); */
    padding: 0;
    border-radius: 5px 0 0 5px;
	border: 1px solid #c5c5c5;
    box-shadow: 0px 0px 40px -15px #000000;
    width: 400px;
    max-width: 100%;
    z-index: 999;
	overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;}
.homePopup h3 {margin: 0 0 10px 0; font-size: 24px; font-weight: 600; color: #fff; padding: 20px 20px 6px 50px;}
.menu-home-popup-menu-container{padding: 0 20px 0 50px;}
.homePopup ul {margin: 5px 0 15px;}
.homePopup ul li {}
.homePopup ul li a {padding: 5px 0; position: relative; display: block;}
/* .homePopup ul li a:before {position: absolute;
    content: "\f061";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    font-size: 11px;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;} */
.homePopup #closeHomePopup {cursor: pointer; font-size: 20px; line-height: 20px; padding: 0;
	position: absolute;
    top: 31px;
    left: 20px;
    z-index: 1;
	background: none;
}
.homePopup #openHomePopup {cursor: pointer; font-size: 20px; line-height: 20px; padding: 0;
	position: absolute;
    top: 31px;
    left: 20px;
    z-index: 1;
	background: none;
}
.hide{display: none !important;}
.clickable{cursor: pointer;}
#homePopup .icon-bar:first-child{display: block;
    width: 15px;
    height: 2px;
    transform: rotate(45deg);}

#homePopup .icon-bar:last-child{display: block;
    width: 15px;
    height: 2px;
    transform: rotate(-45deg); margin-top:-2px;}
#homePopup #openHomePopup{transform: rotate(45deg);}
#homePopupRespBtn, #homePopupResp {display: none;}
/*======================Home Popup Ends======================*/

.transactionTitle{padding:180px 0 10px;}
.transactionBtn{padding: 0 0 90px;}
.teamCommunitySec .swiper-wrapper{align-items: center;}

/*======================Community Start======================*/
.community{max-width: 100%; display: flex; justify-content: center; flex-flow: row wrap;}
.community .communityInner{width: 23%; margin: 8px; position: relative; overflow: hidden; text-align: center; padding: 28px 20px; border-radius: 20px;
    transition: all 300ms ease;}
.community .communityInner:hover {box-shadow: 0px 0px 15px rgba(0,0,0,0.10);}
.community .communityInner:after {position: absolute; content: ''; right: 0px; top: 0px; width: 30%; height: 100%; opacity: 0; background-color: #ffffff;
    transition: all 600ms ease;}
.community .communityInner:hover::after {width: 100%; opacity: 1;}
.CommunityinnerContent {position: relative;z-index: 1;}

.cta h1{text-transform: uppercase; display: inline-block; padding-bottom: 30px; margin-bottom: 30px; position:relative; margin-top: 0;}
.cta h1:before {content:''; position:absolute; bottom:0; left:50%; width: 200px; height: 2px; transform: translate(-50%, -50%);}
.cta p {width: 768px; text-align: center; margin: 0 auto !important;}

/*======================Community Ends======================*/



/*======================The Engine Start======================*/

.theEnginetop {display: flex; flex-flow: row wrap; justify-content: center; max-width: 100%;}
.theEngineServices {width: 25%; padding: 30px; border-radius: 10px; position: relative; overflow: hidden; z-index: 1; transition:.3s;}
.theEngineServices:hover{box-shadow:0 0 15px rgba(0,0,0,0.1);}

.theEngineServices:before{position:absolute; content:''; right:0px; top:0px; width:30%; height:100%; opacity:0; background-color:#ffffff; transition: all 600ms ease; z-index: -1;}
.theEngineServices:hover:before{width: 100%; opacity:1;}


.theEngineServices i {font-size: 100px;}
.theEngineServices h2 {font-size: 22px;line-height: 26px; position:relative; padding-bottom: 10px;}
.theEngineServices h2:before{content:''; position: absolute; bottom: 0; left: 50%; width: 130px; height: 2px;transform: translateX(-50%);}
.theEngineServices p{line-height: 20px; margin: 0 !important;}

.tscDescription h2 {position: relative; margin-top: 0; margin-bottom: 20px; padding-bottom: 20px;}
.tscDescription h2:before{content:''; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0;}
.tscDescription h3 {margin-top: 30px; margin-bottom: 0;}
.tscDescription p {line-height: 20px;}

.tscDescription .image{border-radius: 10px;}
.plusSign {width: 12.5%; position: relative;}
.plusSign:before{content:'\002B'; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); font-size: 70px;}
/*======================The Engine Ends======================*/

.fullLine {position: relative;padding: 0 !important;}
.fullLine:before{position: absolute;top: 0;left:0;content:'';width: 100%;height: 2px;}


/*======================Receive Deal Flow======================*/
.dealFlow-heading h3 { margin: 0; margin-bottom: 10px; padding-bottom: 30px; position: relative; text-align: center; text-transform: uppercase; font-size: 30px;}
.dealFlow-heading h3:before{content:''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 7%; height: 2px;}

.form-fields:focus{outline: none !important;}
.financing .form-fields{border: none; text-transform: uppercase;}
.financing .right-allign {float: right;}
.financing .opt-in {border-bottom: none !important; margin: 0;}
.financing .opt-in label {margin: 0;}
.financing .opt-in input[type="checkbox"] {margin: 0 6px 0 0 !important;}
.financing .opt-in .wpcf7-list-item-label{font-weight:600;}
.financing .form-fields.mybtn {margin: 10px 0 0 0 !important;}
.wpcf7-submit.form-fields.mybtn:hover {color: #fff !important;}
select.align {padding-bottom: 12px; font-weight: 600;}

/*======================Receive Deal Flow End======================*/

/*======================Loan Restrcuturing======================*/

.loanRestructuringSec {}
.loanRestructuringBox .flex-gap{width:33%;}
.loanRestructuringBox {display: flex; max-width: 100%; justify-content: center; flex-flow: row wrap;}

.loanRestructuringSec .loanRestructuringDetail { width: 100%; height: 100%; border-radius: 10px; overflow: hidden; padding: 20px 30px; display: flex; flex-direction: column; justify-content: flex-start; align-items: center;  position: relative; z-index: 1;}
.loanRestructuringDetail:hover{box-shadow: 0 0 15px rgba(0,0,0,0.1);}

.loanRestructuringDetail:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:30%;
	height:100%;
	opacity:0;
	background-color:#ffffff;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	z-index: -1;
}
.loanRestructuringDetail:hover::before{width:100%; opacity:1;}


.loanRestructuringSec .loanRestructuringDetail i {font-size: 70px;}
.loanRestructuringSec .loanRestructuringDetail h3 {margin: 15px 0; padding-bottom: 15px; position:relative;}
.loanRestructuringSec .loanRestructuringDetail h3:before {content:''; position: absolute; width: 30%; height: 2px; bottom: 0; left: 50%; transform: translatex(-50%);}
.loanRestructuringSec .loanRestructuringDetail p {line-height: 22px; margin: 10px 0 0 !important;}


/*======================Loan Restrcuturing Ends======================*/


/*======================Affordable Housing======================*/
.affordableHousing .ahContainer {display: flex; max-width: 100%; justify-content: center; flex-flow: row wrap;}
.affordableHousing .flex-gap{width: 33% !important;}

.affordableHousing .ahInner i, .advisoryServices .asInner i {font-size: 80px;}
.affordableHousing .ahInner h3, .advisoryServices .asInner h3{position:relative; margin: 10px 0; padding: 0 0 10px 0;}
.affordableHousing .ahInner h3:before, .advisoryServices .asInner h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
}

.ahInnerContent a {font-weight: 600; cursor: pointer;}

.headerLine .genLink { float: right; font-size: 14px; text-transform: uppercase; font-weight: 600; float: right; position: relative; margin-right: 15px;}
.headerLine .genLink:after{content:'\276F'; position: absolute; top: 50%; left: 110%; transform: translate(0, -50%);}


.advisoryServices .asInner:hover, .affordableHousing .ahInner:hover{box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.advisoryServices .asInner:before, .affordableHousing .ahInner:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:30%;
	height:100%;
	opacity:0;
	background-color:#ffffff;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	transition: all 600ms ease;
	z-index: -1;
}
.advisoryServices .asInner:hover::before, .affordableHousing .ahInner:hover::before{
	width:100%;
	opacity:1;
}
.ah-cta h1{font-size: 36px;}
.advisoryServices .modalInnerContent ul li, .affordableHousing .modalInnerContent ul li{list-style: disc; margin-left: 15px;}
.advisoryServices .asInnerContent a, .ahInnerContent a {font-weight: 600; cursor: pointer;}
/*======================Offices Single======================*/
.single-offices .headerbg h1 .mybtn {float: right; margin-top: 0 !important;}
.single-offices .headerbg h1:before {width: 100%;}
.singleOfficeBox {background: #fff; padding: 20px 200px; border-radius: 10px; top: -190px; display: flex; justify-content: center; max-width: 100%;
	flex-flow: row wrap;}
.singleOfficeBox .contact-pg-box h3{margin-bottom: 0; padding-bottom: 0;}
.singleOfficeBox .contact-pg-box h3:before{display: none;}
.singleOfficeBox .contact-pg-box p{margin-top: 15px !important; margin-bottom: 10px !important; padding-bottom: 10px; position: relative; display: inline-block;}
.singleOfficeBox .contact-pg-box p:before{content:''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 30%; height: 2px;}
.single-offices .contact-pg-box ul li a{text-transform: uppercase;}
.single-offices .contact-pg-box ul{margin: 0;}
.single-offices .navbar-nav li .sub-menu li a{background: rgba(0,0,0,0.7) !important; color: #fff !important;}
.singleOfficeBox .contact-pg-box h3 {margin-bottom: 0; padding-bottom: 0; font-size: 30px; font-weight: 600;}
.single-offices .team_box h4{font-size: 16px;}

.singleOfficeCtaContent h1{font-size: 20px; line-height: 24px;}
.singleOfficeCtaContent p{font-size: 12px; line-height: 20px;}
.singleOfficeCtaContent .mybtn{padding: 5px 17px !important;}
.officeSingleWidth, .officeCustom33 , .officeCustom100{padding: 0 8px; width: 33%;} 

.single-offices .singleOfficeCta {border-radius: 10px; padding: 20px; width: 100%; height: calc(100% - 40px);}
.singleOfficeCtaContent h1 {font-size: 24px; line-height: 30px; text-transform: uppercase; margin: 0; margin-bottom: 10px; padding-bottom: 10px; position: relative; display: inline-block;}
.singleOfficeCtaContent h1:before{content: ''; position: absolute; bottom: 0; left: 50%; width: 30%; height: 2px; transform: translateX(-50%);}
.singleOfficeCtaContent p {margin: 0 !important;}
.single-offices .singleOfficeCta .flex-y{justify-content: center;}
.single-offices .height100 {height: 100%;}

.tfcWidget{width: 95% !important; margin-left:10px !important;}
#TID0369707992.widgetContainer{width: 100% !important;}
.widgetTableCell{font-size: 100% !important; padding-top:7px !important; padding-bottom: 7px !important;}
#TID0369707992 #TableHeaderRow{font-size:14px !important;}
#TID0369707992 #TimeStamp, #TID0369707992 #copyright {font-size:10px !important;}
#TID0369707992.widgetContainer{font-size:13px !important;}
.awardsImage img{max-width:200px; margin:15px auto;}


.affordableHousingLower .swiperDealFlow .swiper-slide, .capitalMarketLower .swiperDealFlow .swiper-slide{height: auto;}



/*------- Dropdown Checkboxes-----*/
/* DEMO 2 */

.wrapper-dropdown-2 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    margin: 0 auto 20px;
    padding: 10px 10px 10px 0;
	 border-bottom: 2px solid #001144;
    /* Styles */
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
}

.wrapper-dropdown-2 .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0; max-height: 320px; overflow: auto;
	background: #fff;
	z-index: 1;
	  box-shadow: 0 0 15px rgba(0,0,0,0.1);
    /* Styles */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-2 .dropdown > span {
    display: block;
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wrapper-dropdown-2 .dropdown .form-fields{padding: 0 !important;}
.wpcf7-list-item label {
    width: 100%;
    cursor: pointer;
	margin: 0;
	padding:5px 0 2px 16px;
}
.wpcf7-list-item label input[type="checkbox"]{ pointer-events: none;}


/* Active state */

.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
    display: block;
}
.wrapper-dropdown-2 h5 {
    margin: 0;
    color: #001144;
    font-weight: 700;
}
#dd1 .form-fields, #dd2 .form-fields{border: none !important;}
.price label {margin: 0;}
#dd1 .dropdown {height: 460px; overflow: auto;}
#dd2 .dropdown {height: 105px; overflow: auto;}

/*------- Dropdown Checkboxes-----*/


#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  color: #081937;
  border: 1px solid #081937;
  margin-bottom: 12px;
}


#sliderToggle {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 210px;
  left: 0;
  margin: auto;
  -webkit-transition: 700ms ease;
  -moz-transition: 700ms ease;
  -o-transition: 700ms ease;
  transition: 700ms ease;
	display: none;
}
.page-template-our-people .filter-sidebar li.t-corporate{display: none;}

.awardsLogos {border-top: 1px solid #ddd;}
.awards-image img{width: 150px;}
.awardsLogos .swiper-slide {display: flex; max-width: 100%; flex-flow: row wrap; justify-content: center; align-items: center; height: auto;}
.awardsLogos.move-top {top: -30px;}

/*****LEVER STYLE*****/
button#lever-clear-filters {
    background: #ffffff;
    border: 1px solid #ff0000;
    color: #ff0000;
    margin-bottom: 10px;
    font-size: 12px;
}
#lever-jobs-filter select{width: 25% !important;}
#lever-jobs {
  display: block;
  visibility: visible;
  opacity: 1;
  font-family: Helvetica, sans-serif;
  color: #2c2e2f;
  font-size: 16px;
}
#lever-jobs ul.list {
    float: left;
    width: 100%;
}
#lever-jobs ul,
#lever-jobs li,
#lever-jobs h1,
#lever-jobs h2,
#lever-jobs h3,
#lever-jobs h4,
#lever-jobs h5,
#lever-jobs h6,
#lever-jobs p,
#lever-jobs span {
  margin: 0;
  padding: 0;
}

#lever-jobs ul {
  list-style-type: none;
}
#lever-jobs li.lever-job,
#lever-jobs li.lever-job {
  text-align: left;
  display: flex;
  text-decoration: none;
  padding: 15px 15px 12px 15px;
}
#lever-jobs li.lever-job:nth-child(odd),
#lever-jobs li.lever-job:nth-child(odd) {
	background: #f5f5f5;
}
#lever-jobs .lever-team {
  margin-bottom: 1.5em;
}
#lever-jobs .lever-department {
  margin-bottom: 3em;
}
#lever-jobs .lever-team-title {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
#lever-jobs .lever-department-title {
  font-size: 1.5em;
  margin-bottom: 1em;
}
#lever-jobs .lever-job-title {
    display: inline-block;
    flex: 0 0 55%;
    color: #081937;
    margin-bottom: 0.2em;
}
#lever-jobs .lever-job-apply {
  display: inline-block;
  flex: 0 0 10%;
}
#lever-jobs .lever-job-apply a{
    color: #ffffff;
    font-weight: 500 !important;
    border-radius: 0px;
    letter-spacing: 1px;
    background: var(--primary);
    text-transform: uppercase;
    margin-top: 20px !important;
    padding: 10px 20px !important;
    border: none;
    border-radius: 7px;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}
#lever-jobs .lever-job-title:hover {
  color: #0068b3;
}
#lever-jobs .lever-job-title:active {
  color: #003459;
}
#lever-jobs .lever-job-tag {
  display: inline-block;
  color: #6a6a6a;
  flex: 0 0 25%;
}
@media (max-width: 767px) {
  #lever-jobs .lever-job-tag,
  #lever-jobs .lever-job-title {
    flex: 0 0 100%;
  }
  #lever-jobs .lever-job {
    flex-wrap: wrap;
  }
}

.subProperty, .placeholderProperty, .locationPlaceholder {text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.colHide{display: none;}
.page-id-18 .colHide, .page-id-516 .colHide, .page-id-514 .colHide, .page-id-565 .colHide, .page-id-4718 .colHide, .home .colHide{display: block;}
.page-id-18 .colShow, .page-id-516 .colShow, .page-id-514 .colShow, .page-id-565 .colShow, .page-id-4718 .colShow, .home .colShow{display: none;}

.serviceInnerBox {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.serviceInnerBoxLeft {
    width: 50%;
}
.serviceInnerBoxRight {
    width: 50%;
}
td, th {
	padding: 
	5px;
	border: 
	1px solid #000000;
}

td:last-child {text-align: center;}
#menu-item-5505:before {display: none;}

