* {
    margin:0;
    padding: 0;
}
body {
    margin:0 !important;
    padding: 0;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    overflow-x: hidden;
    font-weight: normal;
    font-style: normal;
}

a {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:hover {
    text-decoration: none;
    color: #00adee;
}
a:visited {
    text-decoration: none;
    color: #00adee;
}
a:focus{
    text-decoration: none;
}
li {
    list-style: none;
}
h3 {
    font-size: 32px;
    line-height: 32px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Proxima Nova Alt Rg';
    font-weight: bold;
    font-style: normal;
}
ul {
    margin-left: 0;
}
/*=====================
      Header
======================*/

#extra-banner {
    top: -134px;
    z-index: -1;
}
.site-branding {
    position: relative;
    top: -19px;
}
#main-slider {
    margin-top:23px;
}
#masthead {
    position: absolute;
    left:0;
    right:0;
    z-index: 999;
}
.main-top-header {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 15px;
    padding-top: 9px;
}

.top-contact {
    border-right: 1px solid #35619f;
    padding-right: 10px;
}
.top-email {
    padding-left: 10px;
}
.top-contact ul li strong,
.top-email ul li strong {
    color: #35619f;
    font-weight: normal;
}
.top-three {
    padding-left: 13px;
}
.top-contact ul li  a,
.top-email ul li  a {
    color: #252525;
}
.top-contact ul li  a:hover,
.top-email ul li  a:hover {
    color: #35619f;
}

/*Main Menu*/
header#masthead .col-md-3 {
    padding-left: 0 !important;
}
header#masthead .col-md-9 {
    padding-right: 0 !important;
}
#site-navigation {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    background: rgba(32,37,109,1);
    background: -moz-linear-gradient(left, rgba(32,37,109,1) 0%, rgba(32,37,109,1) 14%, rgba(54,104,166,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(32,37,109,1)), color-stop(14%, rgba(32,37,109,1)), color-stop(100%, rgba(54,104,166,1)));
    background: -webkit-linear-gradient(left, rgba(32,37,109,1) 0%, rgba(32,37,109,1) 14%, rgba(54,104,166,1) 100%);
    background: -o-linear-gradient(left, rgba(32,37,109,1) 0%, rgba(32,37,109,1) 14%, rgba(54,104,166,1) 100%);
    background: -ms-linear-gradient(left, rgba(32,37,109,1) 0%, rgba(32,37,109,1) 14%, rgba(54,104,166,1) 100%);
    background: linear-gradient(to right, rgba(32,37,109,1) 0%, rgba(32,37,109,1) 14%, rgba(54,104,166,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20256d', endColorstr='#3668a6', GradientType=1 );
    width: 96%;
    float: right;
    position: relative;
}
#site-navigation:before {
    position: absolute;
    content: '';
    left: -36px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 0px 0 36px;
    border-color: #20256d transparent transparent transparent;
}
ul#primary-menu li a {
    color: #fff;
    font-size: 16px;
    margin: 23px 15px;
}
ul#primary-menu li a:hover {
    color: #848484;
}

ul#primary-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
ul#primary-menu li.menu-item-has-children:after {
    position: absolute;
    right: 0;
    top: 24px;
    font-family: "FontAwesome";
    content: "\f107" !important;
    color: #ffffff;
}
.main-navigation ul ul a {
    width: 215px;
}
ul.sub-menu {
    background: #20256d;
    padding: 0;
    border-top: 3px solid #dedede;
}
ul.sub-menu li {
    border-bottom: 1px solid #dfdfdf;
    padding: 0 !important;
}
ul.sub-menu li a {
    color: #fff !important;
    padding: 13px 10px !important;
}
ul.sub-menu li a:hover {
    color: #848484 !important;
}


.top-searc-form {
    position: absolute;
    bottom: -67px;
    background: #fff;
    padding: 8px 35px;
    display: flex;
    width: 350px;
    justify-content: center;
    padding-top: 13px;
    display: none;
}
input.search-submit {
    height: 41px;
    border: 0;
    background: #20256d;
    border-radius: 0;
    color: #fff;
    line-height: 41px;
    padding: 0 8px;
    font-size: 14px;
    position:relative;
    top:-1;
}
input.search-field {
    width: 216px;
    border-radius: 0;
    border: 0;
    background: #e2e2e2;
    height: 41px;
    line-height: 41px;
    padding-left: 11px;
}
.searchlink {
    padding-right: 15px !important;
}

/*Mobile Sidebar Menu*/
.extra-mobile-box {
    display: none;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 9999;
    background: rgba(32,37,109,1);
    background: -moz-linear-gradient(left, rgba(32,37,109,1) 0%, rgba(32,37,109,1) 14%, rgba(54,104,166,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(32,37,109,1)), color-stop(14%, rgba(32,37,109,1)), color-stop(100%, rgba(54,104,166,1)));
    background: -webkit-linear-gradient(left, rgba(32,37,109,1) 0%, rgba(32,37,109,1) 14%, rgba(54,104,166,1) 100%);
    background: -o-linear-gradient(left, rgba(32,37,109,1) 0%, rgba(32,37,109,1) 14%, rgba(54,104,166,1) 100%);
    background: -ms-linear-gradient(left, rgba(32,37,109,1) 0%, rgba(32,37,109,1) 14%, rgba(54,104,166,1) 100%);
    background: linear-gradient(to right, rgba(32,37,109,1) 0%, rgba(32,37,109,1) 14%, rgba(54,104,166,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20256d', endColorstr='#3668a6', GradientType=1 );
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 11px;
    left: 20px;
    font-size: 36px;
    margin-right: 50px;
    border: 1px solid white;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    color: #fff;
    cursor: pointer;
}
.close_open_btn {
    text-align: right;
    padding: 16px;
    background: #35619f;
    color: #fff;
    z-index: 555;
}
.linkedin-banner-box {
    background: #fff9;
    height: 262px;
    line-height: 232px;
    padding-left: 29px;
    text-align: center;
    width: 100%;
    max-width: 446px;
    margin: 0 auto;
    margin-bottom: 0px;
    outline: 1px solid #20256d;
    outline-offset: -12px;
}
.linkedin-banner-box img {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 62%;
    height: auto;
    position: relative;
    top: 100px;
    left: 65px;
}
/*=====================
    Home Welcome
======================*/
#welcome-row {
    padding-top: 50px;
    padding-bottom: 30px;
}
.welcome-content {
    text-align: center;
}
.welcome-content h4 {
    font-size: 18px;
    color: #252525;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: normal;
    position: relative;
    display: inline-block;
}
.welcome-content h4:before {
    position: absolute;
    content: '';
    top: -43px;
    width: 5px;
    height: 29px;
    background: #e9e9e9;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.welcome-content h3 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    color: #35619f;
    margin-top: 0;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: normal;
}
.welcome-content p {
    display: inline-block;
    width: 100%;
    max-width: 73%;
    font-size: 16px;
    line-height: 24px;
    margin-top: 43px;
}
.welcome-content h6 {
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    width: 100%;
    max-width: 73%;
    color: #252525;
}
.welcome-content a {
    display: inline-block;
    background: #35619f;
    color: #fff;
    text-transform: uppercase;
    height: 56px;
    line-height: 56px;
    padding: 0 36px;
}
.welcome-content a:hover {
    background: #252525;
}
/*=====================
   Home Our Projects
======================*/
#are-project {
    padding-top: 95px;
}
#our-pr-row {
    margin-top: 25px;
}
.grayy-img {
    margin-bottom: 0 !important;
}
h2.current-project-title {
    background: #20256d;
    text-transform: uppercase;
    padding: 28px 0;
    margin: 0;
    position: relative;
}
.future-project-box:hover h2.current-project-title  {
    background: #35619f;
}

/*=====================
COMMERCIAL DEVELOPMENT
======================*/
#residentail-comercials-sec {
    padding-top: 90px;
    padding-bottom: 110px;
}
.main-development-row {
    text-align: center !important;
    margin: 0 auto !important;
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.comercial-box {
    text-align: center;
    border: 2px solid #35619f;
    height: 231px;
    width: 268px !important;
    transition: all 0.5s ease;
}

.comercial-middle-box {
    margin-left: 25px;
    margin-right: 25px;
}

h2.multifamily-title {
    text-transform: uppercase;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    width: 100%;
    max-width: 172px;
    text-align: center !important;
    margin: 0 auto;
    position: relative;
    top: -17px;
}
svg#Capa_1 {
    fill: #35619f;
}
svg#Capa_2,
svg#Capa_3 {
    fill: #35619f;
    width: 93px;
    position: relative;
    top: 7px;
}
.comercial-box:hover {
    background: #35619f;
}
.comercial-box:hover h2.multifamily-title {
    color: #fff !important;
    font-family: 'Proxima Nova Lt' !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
.comercial-box:hover svg#Capa_1,
.comercial-box:hover svg#Capa_2,
.comercial-box:hover svg#Capa_3 {
    fill: #fff;
}

/*=====================
    OUR SERVICES
======================*/
#main-service-sec {
    padding-top: 110px;
    padding-bottom: 15px;
}
.sourcing-deal-img {
    margin-bottom: 0 !important;
}
.sourcing-deal-img img {
    transition: all 0.5s ease;
}
h2.service-box-title {
    background: #20256d;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: normal;
    display: flex;
    justify-content: center;
    height: 80px;
    align-items: center;
    transition: all 0.5s ease;
}
.service-read-more {
    text-align: center;
}
.service-read-more a {
    font-size: 18px;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
    color: #35619f;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: normal;
}
.service-read-more a:hover {
    color: #000;
}
/*.service-box:hover h2.service-box-title{
    background: #35619f;
}
.service-box:hover .service-read-more a{
    color: #c3c3c3;
}
.service-box:hover .sourcing-deal-img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/
.sourcing-deal-img:hover + h2.service-box-title {
    background: #35619f;
}
h2.service-box-title:hover + .sourcing-deal-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
h2.service-box-title:hover{
    background: #35619f;
}
.sourcing-deal-img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
ul.vc_tta-tabs-list {
    display: flex !important;
    justify-content: center;
}
li.vc_tta-tab {
    width: 267px;
    height: 56px !important;
    line-height: 56px !important;
}
.wpb-js-composer .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab>a {
    border: 2px solid #35619f !important;
    background-color: transparent !important;
    color: #35619f !important;
    text-transform: uppercase !important;
    padding: 0 !important;
}
.wpb-js-composer .vc_tta-color-black.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #35619f !important;
    background-color: #35619f !important;
    color: #fff !important;
}

/*=====================
    Start Inner Page
=====================*/

/*Top Page Banner*/
.top-page-banner {
    height: 440px;
    margin-top: 23px;
}
h2.top-page-banner-title {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Trajan Pro';
    font-weight: bold;
    position: relative;
    margin: 0;
    padding: 48px 0;
    width: 100%;
    max-width: 387px;
}
.current-pr-top-title {
    padding: 28px 0 !important;
}
h2.top-page-banner-title:after {
    position: absolute;
    content: '';
    right: -180px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 144px 0 31px 180px;
    border-color: transparent transparent transparent rgba(29,34,107,0.8);
    top: 0;
}
h2.top-page-banner-title:before {
    background: rgba(29,34,107,0.8);
    position: absolute;
    content: '';
    left: -136px;
    width: 523px;
    height: 100%;
    top: 0;
    z-index: -1;
}

.team-wrapper {
    padding-top: 100px;
    padding-bottom: 65px;
}
.team-box {
    text-align: center;
    margin-bottom: 35px;
    border: 1px solid #ccc;
    padding: 54px 0;
}
.team-paginate {
    text-align: center;
    margin-top: 50px;
}
.team-info {
    margin-top: 39px;
    position: relative;
    overflow:hidden;
    transition: all 0.5s ease;
}
/*.team-info:after {
    position: absolute;
    background: #35619f;
    width: 100%;
    height: 100%;
    content: '';
    bottom: -100%;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
}*/
.team-img {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 36px;
}
.team-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
h3.team-title,
h4.team-member,
h5.tm-designation {
    margin: 0;
    position: relative;
    z-index: 2;
}
h3.team-title a  {
    color: #20256d;
}
h4.team-member a {
    color: #616161;
}
h3.team-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}
h4.team-member {
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
}
h5.tm-designation {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}
/*h3.team-title a:hover,
h4.team-member a:hover,
h5.tm-designation a:hover {
    color: #20256d;
}*/



/*.team-info:hover:after {
    bottom: 0;
}*/
.pagination>li>a, .pagination>li>span {
    color: #20256d;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #20256d;
    border-color: #20256d;
}

/*Team Single Page*/
.team-sinle-wrapper {
    display: flex;
}
.team-left-box {
    width: 35%;
    text-align: center;
}
.team-right-box {
    width: 65%;
    padding-left: 60px;
}
.team-single-img-box {
    border: 2px solid #35619f;
    text-align: center;
    padding-top: 46px;
    padding-bottom: 50px;
}
.team-single-img-box img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
h3.team-single-title {
    color: #35619f;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    margin: 0;
    line-height: 24px;
}
h4.team-single-designation {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 22px;
    font-weight: normal !important;
    font-family: 'Proxima Nova Rg';
    margin-top: 6px;
}
a.donload_resume {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    display: inline-block;
    background: #35619f;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 56px;
    line-height: 56px;
    padding: 0 60px;
    margin-top: 40px;
    transition: all 0.5s ease;
}
/*.team-eml {
    background: #35619f;
    height: 76px;
    line-height: 76px;
}*/
a.team-eml {
    color: #292929;
    font-size: 16px;
    line-height: 28px;
    background: #e4e4e4;
    height: 46px;
    line-height: 46px;
    display: block;
    width: 50%;
    float: left;
    border-right: 1px solid #fff;
}
a.team-eml:hover,
a.team-lnkd-pf:hover {
    background: #20256d;
    color: #fff;
}

.team-eml .fa,
.team-lnkd-pf .fa {
    padding-right: 7px;
}
/*.team-lnkd-pf {
   background: #fff;
   height: 76px;
   line-height: 76px;
}*/
a.team-lnkd-pf {
    color: #272727;
    font-size: 16px;
    line-height: 28px;
    background: #fff;
    height: 46px;
    line-height: 46px;
    display: block;
    margin-bottom: 39px;
    width: 50%;
    float: right;
    background: #e4e4e4;
}
.team-sinle-pagination {
    margin-top: 40px;
}
.team-sinle-pagination ul {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    justify-content: center;
    text-align: center;
}
.team-sinle-pagination ul li {
    width: 200px;
    height: 56px;
    line-height: 56px;
    background: #35619f;
    margin: 15px;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 22px;
}
.team-sinle-pagination ul li:nth-child(2) {
    width: 240px;
}
.team-sinle-pagination ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

.team-sinle-pagination ul li.team-pr a {
    padding-left: 5px;
}
.team-sinle-pagination ul li.team-nx a {
    padding-right: 5px;
}

.team-sinle-pagination ul li:first-child .fa {
    padding-right: 11px;
    font-weight: bold;
}
.team-sinle-pagination ul li:last-child .fa {
    padding-left: 11px;
    font-weight: bold;
}
.team-sinle-pagination ul li:hover,
a.donload_resume:hover {
    background: #20256d;
}

/*Contact Us Page*/
#we_love_hear_you {
    padding-top: 40px;
}
.contact-top-row {
    text-align: center;
}
.contact-top-row h3 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    color: #35619f;
    margin-top: 0;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: normal;
    margin-bottom: 24px;
}
.contact-top-row p {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 14px !important;
    display: inline-block;
}
.custom-ct-form .form-group {
    margin-bottom: 0;
}
.custom-ct-form .form-control {
    height: 75px;
    padding-left: 26px;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 0;
    border-color: #ebebeb;
    font-size: 18px;
}
.custom-ct-form textarea.form-control {
    height: auto;
    border-bottom: 1px solid #ebebeb;
    padding-top: 25px;
}
input#submit {
    background: #35619f;
    color: #fff;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    outline: none;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    padding: 0 52px;
    transition: all 0.5s ease;
    margin-top: 62px;
}
input#submit:hover {
    background: #20256d;
}
.wpcf7-not-valid {
    border: 1px solid red !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
.contact-left-content ul,
.current_office_space ul {
    margin-top: 40px;
}
.contact-left-content ul li,
.current_office_space ul li,
.broker-investenment_content_box li {
    position: relative;
    line-height: 36px;
    font-size: 18px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    padding-left: 32px;
}
.contact-left-content ul li:before,
.current_office_space ul li:before,
.broker-investenment_content_box li:before,
.broker-investenment_top_content li:before {
    position: absolute;
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #35619f;
    left: 0;
}
.contact-content-two p {
    display: inline-block;
    width: 100%;
    max-width: 90%;
    margin-bottom: 25px;
}
.contact-content-two h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #35619f;
    margin-top: 0;
    margin-bottom: 28px;
}
.contact-two-row {
    margin-top: 60px;
}
.real-state-left {
    width: 60% !important;
    padding-right: 40px !important;
}
.real-state-right {
    width: 40% !important;
    background: #f6f6f6;
    border: 1px dashed #d7d7d7;
    padding: 29px 26px 26px 36px !important;
}
.real-state-right.vc_column-inner {
    padding-left: 0 !important;
}
.real-state-right h3,
h2.contact_featured_title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    color: #35619f;
    margin-top: 0;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: normal;
    margin-left: -15px;
    margin-bottom: 43px !important;
}
.contact_extra_para {
    margin-left: -15px;
    margin-top: 12px;
}
ul.cont-info {
    margin-top: 40px;
}
ul.cont-info .fa {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #35619f;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
    margin-right: 15px;
}
ul.cont-info li {
    margin-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 21px;
    margin-top: 0;
}
ul.cont-info li a {
    font-size: 18px;
}
ul.cont-info li a:hover {
    color:#252525;
}








ul#menu-featured-product li {
    line-height: 36px;
    margin-left: -15px;
}
ul#menu-featured-product li a{
    font-size: 18px;
    color: #000000;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}
ul#menu-featured-product li a:hover {
    color: #35619f;
}
.real-state-right h3, h2.contact_featured_title {
    margin-bottom: 20px !important;

}
.investment_option_content p {
    margin-bottom: 20px;
}
.investment-option-right {
    background: #fff;
    padding-top: 34px !important;
    padding-bottom: 2px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 20px;
}
.investment-option-left {
    background:#35619f;
    margin-bottom: 20px;
}
.investment_option_cl {
    margin-bottom: 0 !important;
    text-align: center;
}
.investment_option_cl p {
    color: #fff;
    margin: 0;
}
div#logo_img_2 {
    margin-left: -47px;
}
.new-account-content a {
    display: inline-block;
    background: #35619f;
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 57px;
    position: relative;
    transition: all 0.5s ease;
    margin-top: 50px;
}
.new-account-content a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    right: 41px;
    font-weight: bold;
    top: -1px;
}
.new-account-content a:hover {
    background: #20256d;
}

/*Service Page*/
.investment-mgn-bdr h4 {
    border: 2px solid #35619f;
    color: #35619f;
    text-transform: uppercase;
    font-size: 24px !important;
    line-height: 56px !important;
    height: 56px !important;
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.investment-main-one-row {
    padding-top: 80px;
}
.investment-main-two-row {
    padding-bottom: 50px;
    padding-top: 66px;
}
.investment-mgn-bdr {
    margin-bottom: 56px !important;
}

/*investment Archive Page*/
.investment-top-banner {
    height: 440px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.header-banner-investment {
    position: relative;
    z-index: -1;
}
h2.investment-top-banner-title {
    position: absolute;
    bottom: 0;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Trajan Pro';
    font-weight: bold;
    margin: 0;
    padding: 48px 0;
    width: 100%;
    max-width: 387px;
    font-size: 36px;
    color: #ffffff;
    line-height: 43px;
    text-align: left;
}
h2.investment-top-banner-title:after {
    position: absolute;
    content: '';
    right: -180px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 144px 0 31px 180px;
    border-color: transparent transparent transparent rgba(29,34,107,0.8);
    top: 0;
}
h2.investment-top-banner-title:before {
    background: rgba(29,34,107,0.8);
    position: absolute;
    content: '';
    left: -136px;
    width: 523px;
    height: 100%;
    top: 0;
    z-index: -1;
}
.header-banner-investment img {
    width: 100%;
    max-width: 100%;
    height: 440px !important;
}
.investment-all,
.investment-single-wrapper {
    padding-top: 80px;
    padding-bottom: 0px;
}
.main-invesment-box {
    text-align: center;
    margin-bottom: 35px;
}
.investment-small-header {
    background: #20256d;
    padding: 20px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px
}
.investment-small-header h4 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}
.investment-small-footer {
    background: #20256d;
    padding: 26px 32px;
    height: 330px;
}

.investment-small-footer hr {
    height: 1px;
    color: rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.5);
    border: none;
}
.investment-small-footer h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 25px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}
.investment-small-footer h3 a {
    color: #fff;
}
.investment-small-footer strong {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}
.investment-small-footer span {
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
}
a.investment-view-dtl,
a.invest-project {
    margin-bottom: 8px;
    background: #35619f;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    transition: all 0.5s ease;
    font-size: 14px;
    width: 216px;
    padding: 0 !important;
}
a.investment-view-dtl .fa,
a.invest-project .fa {
    font-weight: bold;
    padding-left: 5px;
}
a.investment-view-dtl:hover,
a.invest-project:hover {
    background: #fff;
    color: #35619f;
}

.inner-sm .pagination {
    display: flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    justify-content: center;
}
.right {
    text-align: center;
}
.right a,
.right span {
    border: 1px solid gray;
    width: 35px;
    display: inline-block;
    height: 35px;
    padding:0;
    line-height: 35px;
    color: #000;
}
.right .current {
    background: #20256d;
    color: #fff;
    border-color: #20256d;
}
.right a:hover {
    background: #20256d;
    color: #fff;
    border-color: #20256d;
}

/*Investment Single Page*/
.remaing_time {
    background: #20256d;
    text-align: center;
    padding: 18px 0;
    margin-bottom: 52px;
}
#funding-countdown {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
#funding-countdown small {
    font-size: 24px;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    padding-right: 28px;
    margin-bottom: 12px !important;
    display: inline-block;
}
#funding-countdown small:last-child {
    padding-right: 0;
}
.remaing_time p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.investmnt-single-left {
    padding-right: 16px;
}
.investmnt-single-right h2,
h2.top-adress-bar {
    margin: 0;
    background: #00aeef;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    padding: 22px 0;
    display: block;
}
.funding_date, .investment_deal, .Investors_prj {
    background: #f6f6f6;
    padding: 11px 11px 7px 14px;
    margin-bottom: 10px;
}
.funding_date,
.investmnt-single-left img  {
    margin-top: 52px;
}
.funding_date span, .investment_deal span, .Investors_prj span {
    font-size: 18px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}
.Investors_prj span {
    font-size: 17px;
}
.funding_date p,
.investment_deal p,
.Investors_prj p {
    font-size: 24px;
}

.investmnt-single-left img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.private_pr_dt_sidebar,
.private_project_doc {
    text-align: center;
    border: 4px solid #20256d;
}
.private_pr_dt_sidebar h3,
.private_project_doc h3 {
    margin: 0;
    color: #fff;
    background: #20256d;
    display: block;
    font-size: 24px;
    line-height: 28px;
    padding: 22px 0;
}
.pr_pass {
    padding: 20px;
}
p#protected-details-text {
    height: 109px;
    background: #f6f6f6;
    border: 0;
    width: 100%;
    max-width: 100%;
    padding: 24px;
    margin:0;
    color: #707070;
    font-size: 18px;
}
.view-map-box {
    text-align: center;
}
.view-map-box p {
    font-size: 18px;
    color: #707070;
}
.view-map-box a {
    color: #00aeef;
}
.view-map-box {
    text-align: center;
    padding-top: 21px;
    border-bottom: 1px solid #e2e1e1;
    padding-bottom: 10px;
}
.view-map-box a:hover {
    color: #20256d;
}
.investmnt-single-left h3 {
    color: #35619f;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 28px;
    margin-top: 38px;
}
.investment_para p {
    margin-bottom: 24px;
}
.private_project_doc h3 {
    font-size: 30px;
    line-height: 32px;
}
.private_project_doc {
    margin-top: 110px;
}
.project_doc_inner {
    padding: 55px 163px;
}
.project_doc_inner input {
    border: 0;
    box-shadow: none;
    background: #f6f6f6;
    padding-left: 21px;
    height: 50px;
    border-radius: 0;
}
.project_doc_inner button.btn.btn-default,
a#request_pr_info {
    background: #35619f;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #35619f;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    font-size: 16px;
    transition: all 0.5s ease;
}
a#request_pr_info {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-top: 35px;
    padding: 0 18px;
}
.investement-frm {
    background: #ececec;
    padding: 23px 18px;
    padding-bottom: 50px;
    display: none;
}
input#frm_sbt {
    background: #35619f;
    color: #fff;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    outline: none;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding: 0 35px;
    transition: all 0.5s ease;
    margin-top: 20px;
}
input#frm_sbt:hover {
    background: #20256d;
}
a#request_pr_info .fa,
.project_doc_inner button.btn.btn-default .fa {
    padding-left: 5px;
    font-weight: bold;
}
.project_doc_inner button.btn.btn-default:hover,
a#request_pr_info:hover {
    background: #20256d;
}
.extra-brd {
    border: 1px solid #eaeaea;
    margin-top: 57px !important;
    display: block;
}

/*
DEVELOPMENT MANAGEMENT*/
.design_row {
    margin-bottom: 58px;
}
#design_rw_top {
    padding-top: 70px;
}
.development-left {
    width: 40% !important;
}
.development-right {
    width: 60% !important;
}
.development-right h4 {
    text-transform: uppercase;
    color: #35619f;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 30px;
}
.btn-invst-mt {
    text-align: center;
}
.btn-invst-mt a {
    background: #35619f;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #35619f;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    font-size: 16px;
    transition: all 0.5s ease;
    display: inline-block;
    margin-bottom: 40px !important;
}
.btn-invst-mt .fa {
    font-weight: bold;
    padding-left: 6px;
}
.btn-invst-mt a:hover {
    background: #20256d;
}

/*Project Page*/
#main_project_pg {
    padding-top: 85px;
    padding-bottom: 130px;
}
/*Current Project Page*/

h2.cr_prt {
    margin: 0;
    background: #20256d;
    text-transform: uppercase;
    padding: 28px;
}
h2.cr_prt {
    margin: 0;
    background: #20256d;
    text-transform: uppercase;
    padding: 28px;
    margin-bottom: 32px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}
.site_context h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    color: #35619f;
    margin-bottom: 28px;
}
.investment_deal_point {
    margin-top: 43px;
}
.future_projects_row img {
    margin-bottom: 35px;
}
.future_projects_row {
    margin-top: 70px;
}
.commercial-finance-left {
    width: 55% !important;
    float: left;
    padding-right: 20px !important;
}
.commercial-finance-right {
    width: 45% !important;
    float: right;
    background: #f6f6f6;
    padding: 29px 26px 26px 36px !important;
}
.commercial-finance-right ul {
    margin-top: 26px;
}
.commercial-finance-right ul li {
    position: relative;
    line-height: 36px;
    font-size: 18px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    padding-left: 32px;
}
.commercial-finance-right ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: normal;
    color: #35619f;
    left: 0;
}
.commercial-finance-right h3,
.commercial-finance-right h4 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #35619f;
    margin-top: 0;
    font-style: normal;
}
.commercial-finance-right h2 {
    margin: 0;
    background: #20256d;
    text-transform: uppercase;
    padding: 16px;
    margin-bottom: 42px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.commercial-finance-right h4 {
    text-align: center;
    margin: 0;
    border: 1px solid #555555;
    padding: 27px 0;
    border-left: 0;
    border-right: 0;
    margin-top: 40px;
}
.commercial_finance_para h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    color: #35619f;
    margin-bottom: 28px;
}
.commercial_finance_para {
    margin-bottom: 58px !important;
}
#sales_matrix_last {
    margin-bottom: 77px !important;
}


/*Career Page*/
.current_office_space {
    padding-top: 50px;
}
.current_office_space ul {
    margin-top: 40px;
    margin-bottom: 43px !important;
}
.current_office_space h3 {
    text-transform: uppercase;
    color: #35619f;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 51px;
}
.current_office_space strong {
    font-size: 18px;
    margin-bottom: 10px !important;
    display: inline-block;
}
.current_office_space p {
    margin-bottom: 25px;
}
.current_office_space a {
    color: #00aeef;
}
/*
Broker Incentives*/
#broker_investment_main_sec {
    padding-top: 70px;
    padding-bottom: 100px;
}
.contact-left-content ul li,
.current_office_space ul li,
.broker-investenment_content_box li {
    position: relative;
    line-height: 36px;
    font-size: 18px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    padding-left: 32px;
}
.broker-investenment_top_content p {
    margin-bottom: 33px;
}
.broker-investenment_top_content ul {
    margin-bottom: 45px !important;
}
.broker-investenment_top_content ul li {
    margin-bottom: 12px;
    margin-left: 29px;
}
.broker-investenment_top_content ul li:before {
    left: 17px;
}
.broker-investenment_content_box ul {
    margin-bottom: 35px !important;
}
.broker-investenment_content_box hr {
    margin-bottom: 35px !important;
}

/*404 Page*/
.not-found {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 100px;
}
.search-wrapper {
    padding-top: 70px;
    padding-bottom: 100px;
}
.search-results h2.entry-title a {
    color: #000;
}
/*=====================
    End Inner Page
=====================*/


/*Multi Step Form*/
ul#gform_fields_1 input {
    height: 46px;
    border-radius: 0;
    border-color: #ebebeb;
}
ul#gform_fields_1 label {
    color: #b7b7b7;
    font-weight: normal;
}
input.gform_next_button,
input.gform_previous_button,
input.gform_button {
    background: #35619f;
    color: #fff;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    outline: none;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    padding: 0 52px;
    transition: all 0.5s ease;
    margin-bottom: 40px !important;
}
input.gform_next_button:hover,
input.gform_previous_button:hover,
input.gform_button:hover {
    background: #20256d;
}
div#gform_confirmation_message_1 {
    font-weight: 600;
    text-align: center;
    color: green;
    font-size: 21px;
    margin-bottom: 40px;
    background: #ececec;
    padding: 16px;
}
.gform_wrapper .gform_page_footer {
    border-top: none !important;
}
#gform_1 input[type='checkbox'] {
    margin-top: 0 !important;
}
/*=====================
      Footer
======================*/
#top-footer {
    background: #111111;
}
.big-footer {
    background: #000;
    position: relative;
    padding-top: 109px;
    padding-bottom: 20px;
    padding-left: 34px;
    padding-right: 34px;
}
.big-footer:before {
    position: absolute;
    content: '';
    left: -117px;
    width: 138px;
    height: 100%;
    background: black;
    top: 0;
}
.footer-box-two{
    padding-top: 109px;
    padding-left: 70px;
}
.footer-box-three {
    padding-top: 109px;
}
.footer-box-one {
    text-align: center;
}
.footer-logo p:last-child {
    margin-top: 31px;
    display: inline-block;
    width: 100%;
    max-width: 90%;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
}

.footer-info ul {
    display: flex;
    flex-direction: column;
}

.footer-info ul li {
    margin-bottom: 12px;
}
.footer-info ul a {
    width: 60%;
    display: block;
    float: right;
    color: #fff;
    font-size: 15px;
}
.footer-info ul strong {
    width: 38%;
    color: #35619f;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
}
.footer-info .fa {
    padding-right: 7px;
}
.footer-info ul li a:hover {
    color: #35619f;
}
h2.footer-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #35619f;
    margin-bottom: 52px;
}
ul#menu-quick-links li {
    line-height: 29px;
}
ul#menu-quick-links li a {
    color: #fff;
    font-size: 15px;
}
ul#menu-quick-links li a:hover {
    color: #35619f;
}
#colophon {
    background: #000;
    text-align: center;
    padding: 56px 0;
}

.site-info p {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
}
.site-info a {
    color: #35619f;
}
.site-info a:hover {
    color: #fff;
}


@media (min-width: 1400px) {
    .big-footer:before {
        left: -392px;
        width: 400px;
    }
    h2.top-page-banner-title:before,
    h2.investment-top-banner-title:before {
        left: -425px;
        width: 812px;
    }
    .header-banner-investment img {
        height: auto !important;
    }

    #main_project_pg {
        padding-top: 0;
        margin-top: -35px;
    }
    .vc_empty_space {
        display: none;
    }

    #broker_investment_main_sec {
        margin-top: -28px;
    }
    .big-footer {
        padding-bottom: 99px;
    }
}
.investment-small-img img {
    height: 220px;
    object-fit: cover;
}
.funding_date p, .investment_deal p, .Investors_prj p {
    display:inline-block;
}
.top-two .textwidget ul li span {
    margin-left: 17px !important;
}
.formSubmitBtnCol .formSubmitBtn  {
    background: transparent;
    color: #fff !important;
}
.investment_deal,.funding_date {
    display: flex;
    justify-content: space-between;
}