/*
Theme Name: McConnell Capital Custom Wordpress Theme
Author: ML Jordan
Author URI: https://mljordan.com/
Description:Custom wordpress theme for McConnell Capital by MLJordan
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;
}

body{overflow-x: hidden !important; color: #333333; font-size: 15px; line-height: 28px; font-family: 'Roboto', sans-serif; letter-spacing: .025em;}

.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; color: #333333; font-weight: 400; line-height: 50px;}
h2{font-size: 44px; color: #333333; font-weight: 400; line-height: 44px;}
h3{font-size: 24px; color: #333333; font-weight: 400; line-height: 26px;}
h4{font-size: 20px; color: #333333; font-weight: 400; line-height: 30px;}
h5{font-size: 16px; color: #333333; font-weight: 400; line-height: 24px;}
h6{font-size: 14px; color: #333333; font-weight: 400; 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: 10px 45px 10px 45px !important;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    -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:focus{color: #ffffff; border: none;}

.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: #3e818c; 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: #eeeeee; color: #555555; border-radius: 2px;}
.btn-dark:hover{background: #3e818c; 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;}
.txt-white h1, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white h5, txt-white h6{color: #ffffff;}
/************************* 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;}
.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;}
.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%; }
.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 #e1e1e1;}
.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-skyline{background: url('assets/img/bg-skyline.jpg')center bottom no-repeat; padding-bottom: 150px;}
.bg-light-gray{background: #f6f6f6;}
.bg-green{background: #82c23e;}
.bg-blue{background: #3e818c;}
.custom-header-image{height: 270px;}
/*****************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**************************************************************************************/

.page-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    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%);}

.loader{
    width: 70px;
    height: 70px;
    margin: 50px auto;
    position: relative;
}
.loader-inner{
    position: absolute;
    border-radius: 2px;
    overflow: hidden;
    perspective: 1000;
    backface-visibility: hidden;
}
#loading1{
    width: 53px;
    height: 20px;
    left: 20px;
    transform: skew(-15deg, 0);
    z-index: 1;
}
#loading2{
    width: 33px;
    height: 20px;
    left: 20px;
    top: 15px;
    transform: skew(-15deg, 40deg)
}
#loading3{
    width: 53px;
    height: 20px;
    top: 30px;
    transform: skew(-15deg, 0)
}
.box{
    background: #3e818c;
    width: 400%;
    height: 100%;
    position: absolute;
    transform: translate3d(0px,0,0);
    backface-visibility: hidden;
}
#loading1 .box{
    animation: loading1 1.3s ease-in infinite  0s backwards;
}
#loading2 .box{
    transform: translate3d(0px,0,0);
    background: #009115;
    animation: loading2 1.3s linear infinite  0.3s  backwards;
}
#loading3 .box{
    animation : loading3 1.3s ease-out infinite  0.7s backwards;
}
.text-loading{
    font-size: 11px;
    font-style: italic;
    color: #3e818c;
    position:absolute;
    left: -3px;
    top: 55px;
    font-family:Arial;
    text-align:center;
}
@-webkit-keyframes loading1 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}
@keyframes loading1 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}
@-webkit-keyframes loading2 {
    from {
        -webkit-transform: translate3d(-160px, 0, 0);
        transform: translate3d(-160px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
}
@keyframes loading2 {
    from {
        -webkit-transform: translate3d(-160px, 0, 0);
        transform: translate3d(-160px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
}
@-webkit-keyframes loading3 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
    }
}
@keyframes loading3 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
    }
}


/*******************main navigation************************************************/
.home .navbar-fxd-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    overflow: visible;
    height: 22.2rem;
    background: none;
    background-image: -webkit-linear-gradient(black,transparent);
    background-image: linear-gradient(black,transparent);
    border-bottom: none;
}
.navbar-fxd-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 70px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.home .site-logo{
    background: url('assets/img/logo-l.png') top left no-repeat;
    background-size: 100%;
}
.home .site-logo{
    position: absolute;
    top: 50px;
    left: 0px;
    width: 250px;
    height: 35px;
    background: url('assets/img/logo-l.png') top left no-repeat;
    background-size: 100%;
}

.site-logo{
    position: absolute;
    top: 20px;
    left: 0px;
    width: 250px;
    height: 35px;
    background: url('assets/img/logo.png') top left no-repeat;
    background-size: 100%;
}


.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{padding: 0; float: none; display: inline-block; position: relative;}

.home .navbar-nav li a, .landing-page .navbar-nav li a{color: #ffffff;}

.home .navbar-nav li a{
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    overflow: hidden;
    margin: 60px 15px;
    padding: 0px 0;
    position: relative;
    width: auto;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    background: url(assets/img/nav-hover.png) center bottom no-repeat;
    background-size: 0 1px;
    -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{
    color: #898989;
    display: inline-block;
    font-size: 1.1rem;
    overflow: hidden;
    margin: 30px 15px 0 15px;
    padding: 0px 0;
    position: relative;
    width: auto;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    background: url(assets/img/nav-hover.png) center bottom no-repeat;
    background-size: 0 1px;
    -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:hover, .navbar-nav li.current-menu-item a, .team .navbar-nav li#menu-item-100 a{
    color: #898989;
    border-bottom: none;
    background: url(assets/img/nav-hover.png) center bottom no-repeat;
    background-size: 100% 1px;
}

.navbar-nav li a:focus{outline: none; text-decoration: none;}
.sub-menu{
    display: none;
    position: absolute;
    top: 85px;
    left: 15px;
    z-index: 99;
    width: 250px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}
.sub-menu li{display: block; text-align: left; padding: 0 !important;}
.sub-menu li a{display: block !important; padding: 10px !important; margin: 0 !important; color:#555555 !important; background: none !important; border-bottom: 1px dotted #eeeeee !important;}
.sub-menu li.current-menu-item a, .sub-menu li a:hover{}
.navbar-nav li:hover > .sub-menu{display: block;}

.headerbg {
    margin: 180px 0 100px 0;
}
/*******************main navigation ends************************************************/

/********************************footer****************************************************/
.container-footer{background: url('assets/img/bg-footer2.jpg') center top no-repeat #0d0d0e; background-size: cover; color:#999999; font-size: 14px;}
.container-footer i{}
.footer-logo img{margin: 5px 0 25px 0; width: 50%;}
.footer-logo{color: #dddddd !important; line-height: 22px;}
#menu-footer-menu{margin-bottom: 10px;}
.container-footer ul li{display: block; margin: 5px 15px 5px 0;}
.container-footer ul li a{display: block; -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;}
.container-footer ul li a, .container-footer a{color: #999999; font-size: 14px; font-weight: 400;}
.container-footer a i{color: #999999 !important;}
.container-footer a:hover i{color: #ffffff !important;}
.container-footer ul li a:hover{border-bottom: none;}
.container-footer h5{color: #ffffff; font-weight: 400;}
.footer-social{margin: 10px 0;}
.footer-social li:first-child {margin-left: 0 !important;}
.footer-social li:first-child a{padding-left: 0;}
.footer-social li{display: inline-block !important; margin: 2px !important;}
.footer-social li a{display: inline-block !important; font-size: 24px !important; color: #888888 !important; padding: 3px; -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;}
.footer-social li a:hover{color: #dda036 !important;}
.container-footer .icon-outset p{margin-top: 0 !important;}
.container-footer .icon-outset a:hover{border-bottom-color: #dda036;}
/********************************footer ends****************************************************/

.header-social{position: absolute; right: 0; top: 29vh; z-index: 9999; background: #3e818c; 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: #3e818c; 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{height: 100vh; background: #000000; position: relative;}
.slide-image{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.4; z-index: -9;}
.slide-text{margin-top: 42%; text-align: center;}
.slide-text h3{
    margin: 0;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .4em;
    line-height: 1.24;
    text-transform: uppercase;
}
.camera_bar{display: none;}
.slide-text-bg{padding: 50px; text-align: center;}
.slide-text h1, .slide-text h2, .slide-text h3{color: #ffffff;}
.slide-text h1{/*background: rgba(123, 170, 41, 0.8); */display: inline-block; font-weight: bold; font-size: 60px; line-height: 70px; margin: 0; text-transform: uppercase;}
.slide-text h2{font-weight: 400; font-size: 50px; line-height: 80px; margin-bottom: 50px;}
.slide-text-bg{padding: 25px; font-weight: 400;}

.home-services{position: relative; z-index: 99; }

.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: #3e818c; font-weight: 700;}
.t-org{font-weight: 700; text-transform: uppercase;}

.swiper2 .testimonial-content{font-size: 14px; font-style: normal; padding: 0 20px; line-height: 22px;}
.swiper2 .testimonial-image{width: 150px;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image: url('assets/img/next.png') !important;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-image: url('assets/img/back.png') !important;}

.swiper-pagination-bullet{border: 2px solid #dddddd !important;}
.swiper-pagination-bullet-active{background: #dddddd !important;}
/*******************************home slider ends************************************/

/**************misc******************/
.page-margin{margin-top: 70px;}
.page-heading{margin-top: 70px;}
.page-heading h1{
    font-size: 24px;
    font-weight: 500;
    color: #3e818c;
    line-height: 24px;
    margin: 0;
}
.form-fields, .form-fields2, .form-fields3{
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    font-size: 14px;
    float: left;
    margin-bottom: 15px;
    border: 1px solid #aaaaaa;
    background: 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;
}

.modal-open{overflow: visible;}
.form-fields:focus, .form-fields2:focus, .form-fields3:focus{background: none; border: 1px solid #aaaaaa; outline: none !important;}
.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: 278px;}
.form-fields3{ height: 192px;}
.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; text-align: center; background: #3e818c !important; color: #ffffff !important; border: none; outline: none; font-weight: 600 !important;
             padding: 5px 25px !important; box-sizing: border-box; text-transform: uppercase; border: 2px solid transparent;              
             -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;
  text-indent: 0 !important; text-align: center;
  width: auto !important; height: auto !important;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px !important;
}
.wpcf7-submit:hover, .searchButton a:hover{color: #ffffff !important; background: #ffba00 !important; border: 2px solid #ffba00;}
div.wpcf7 img.ajax-loader {float: left;}
.wpcf7-list-item{margin: 0 10px 0 0px !important;}
.wpcf7-list-item first label{margin-bottom: 0;}
.wpcf7-list-item-label{font-weight: 400;}
div.wpcf7-response-output{float: left;}
.wpcf7-not-valid-tip{display: none !important;}
.wpcf7-not-valid{border: 1px solid red;}
.maps iframe{pointer-events: none;}

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

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

.show{display: block;}
.hide{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: #3e818c; 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: #3e818c;
    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%);
}

.home-services:hover > .circle-iconlg-hover{width: 230px; height: 230px; opacity: 0.1;}
.home-services:hover > .circle-iconlg-hover2{width: 260px; height: 260px; opacity: 0;}

.services .circle-iconlg-hover, .services .circle-iconlg-hover2{top: 35%;}
.block .circle-iconlg{position: relative; float: left; width: 120px; height: 120px; border-radius: 100%; background: #ffffff; border: 2px solid #3e818c; color: #3e818c; 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: #3e818c;}
.team-info h3 a{font-weight: 400; color: #555555;}
.team-info h3{margin-bottom: 0; font-weight: 400; color: #555555; font-size: 22px;}
.team-info p{    /* margin-top: 0 !important; */
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    padding-bottom: 10px;}
.uppercase{text-transform: uppercase;}
.team-social{margin-top: 0;}
.team-social li{display: inline-block;}
.team-social li a{font-size: 20px; display: block;margin-right: 5px;}
.team-social li a:hover{border-bottom: none; color: #3e818c;}
.more-link{display: none;}
.team-excerpt{color: #999999;}
.team-overlay{position: absolute; top: 0; left: 0; width: 100%; height: 0; background: rgba(0, 0, 0, 0.7); text-align: center; overflow: hidden; opacity: 0;}
.team-image{height: 320px; background-size: 110% !important;}
.team-image:hover{background-size: 120% !important;}
/*.team-image:hover > .team-overlay{height: 100%; opacity: 1;}*/
/*.team-image:hover > .team-overlay > .mybtn{margin-top: 45%;}*/
.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: #3e818c;
    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: #3e818c;}
.news-tags a:hover{border-bottom-color: #3e818c;}
.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: #3e818c;}
.blog-feed h2 a:hover{border-bottom-color: #3e818c;}
.icon-centered .circle-iconlg{float: none; margin: auto;}
.blog-details{font-size: 12px; font-weight: 500;}
.blog-more{margin: 10px 0; display: inline-block;}
.blog-more:hover{border-bottom: none; color: #3e818c;}
.sidebar-feed h5{font-weight: 400; margin-bottom: 0;}
.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;}

.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: #3e818c; 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;
}

.testimonial-bg{border: 1px solid #eeeeee; border-radius: 5px; padding: 40px 0px; }
.testimonial-bg .content{font-size: 14px;}
.testimonial-bg:hover{box-shadow: 0 0 10px #cccccc;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease;
}
.testimonial-img{margin-top: -110px;}
.testimonial-img img{border-radius: 100%; width: 100px; height: 100px;}
.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;
}
.about .testimonial-bg{border: none;}
.about .testimonial-bg:hover{
    box-shadow: none; -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.3s ease; }

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


/************************Market Review********************/
.testimonial{
    border-left: 5px solid #3e818c;
    padding: 100px 0 80px 275px;
    position: relative
}
.testimonial:before,
.testimonial:after{
    content: "";
    width: 320px;
    height: 55px;
    border-right: 5px solid #3e818c;
    position: absolute;
    left: 0;
}
.testimonial:before{
    border-top: 5px solid #3e818c;
    top: 0;
}
.testimonial:after{
    border-bottom: 5px solid #3e818c;
    bottom: 0;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100px;
    left: 100px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 14px;
    color: #7a7e82;
    line-height: 27px;
    position: relative;
}
.testimonial .description p{
    margin:0 !important;
    font-size: 15px;
    line-height: 24px;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 20px;
    color: #7a7e82;
}
.testimonial .testimonial-title{
    font-size: 22px;
    font-weight:800;
    color: #22272c;
    text-transform: capitalize;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    font-weight: 700;
    color :#3e818c;
    margin-top: 10px;
}

@media only screen and (max-width: 990px){
    .testimonial{
        padding: 80px 0 80px 265px;
    }
}
@media only screen and (max-width: 767px){
    .testimonial{
        padding: 0;
        border: none;
    }
    .testimonial:before,
    .testimonial:after{
        border: none;
    }
    .testimonial .pic{
        position: relative;
        top: 0;
        left: 0;
    }
    .testimonial .description{
        margin-top: 15px;
    }

    .testimonial .description p{
        margin:0 !important;
    }
    .testimonial .description:before{
        content: "";
    }
}

.footer-logo p{margin-top: 0 !important; color: #999999;}

.bullet-text ul{margin: 20px 0;}
.bullet-text ul li{display: block; padding-left: 25px; background: url('assets/img/check-round.png') 0 3px no-repeat; margin: 5px 0; }


/***************************************SERVICES BOXES**********************************/
.jp_banner_jobs_categories_wrapper {
    float: left;
    width: 100%;
    padding-bottom: 100px;
    position: relative;
    list-style: none;
}

.jp_top_jobs_category_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    padding: 50px 30px 50px 30px;
    -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1);
    transition: all 300ms ease-in;
    transform: scale(1);

}
.jp_top_jobs_category_wrapper:hover {
    background: #3e818c !important;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    position: relative;
    -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 300ms ease-in;
    transform: scale(1.1);
}
.jp_top_clr_category_wrapper:nth-child(even) .jp_top_jobs_category_wrapper{
    background:#eeeeee;
}

.jp_top_jobs_category {
    display: inline-block;
}
.jp_top_category_icon {
    font-size: 25px;
    width: 80px;
    height: 80px;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    margin-bottom: 15px;
    border-radius: 80px;
    background: #3e818c;
}
.jp_top_category_icon i {
    color: #fff;
    text-align: Center;
    transition: all 0.5s;
}
.jp_top_jobs_category_wrapper:hover .jp_top_jobs_category h3 a,
.jp_top_jobs_category_wrapper:hover .jp_top_jobs_category p {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_top_jobs_category_wrapper:hover .jp_top_category_icon i {
    color: #111;
    transition: all 0.5s;
}
.jp_top_jobs_category_wrapper:hover .jp_top_category_icon {
    background: #555555;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_top_jobs_category h3{margin-top: 0;}
.jp_top_jobs_category h3 a {
    color: #111;
    font-size: 18px;
    font-weight: bold;
}
.jp_top_jobs_category_wrapper:hover .jp_top_jobs_category h3{color: #ffffff}
.jp_top_jobs_category p {
    color: #555555;
    padding-top: 0;
    margin-top: 0 !important;
}

/****************************WELCOME MSG***************************/
.tb_work_wrapper {
    padding-bottom: 90px;
}
.tb-flex-bdr-img {
    text-align: center;
    perspective: 1000px;
    position: relative;
}
.tb-flex-bdr-img img {
    width: 100%;
}
.tb-flex-bdr-img:after {
    content: '';
    position: absolute;
    right: -14px;
    top: 50px;
    height: 80%;
    width: 105%;
    border-width: 8px;
    border-style: solid;
    transform: rotateY(0);
    transform-origin: right;
    z-index: -1;
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
    color: #3e818c;
}
.tb-flex-bdr-img:hover:after {
    transform: rotateY(35deg);
    opacity: 0;
    visibility: hidden;
}
.tb_work_txt_wrapper {
    float: left;
    width: 100%;
}
.abt_txt_box h5 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 8px;
    margin-bottom: 77px;
}
.tb_left_heading_wraper {
    margin-bottom: 0px;
}

.abt_list_wrapper li i {
    color: #3e818c;
    margin-right: 15px;
    font-size: 18px;
}
.tb_left_heading_wraper h4 {
    font-size: 18px;
    color: #3e818c;
    text-transform: capitalize;
}
.tb_left_heading_wraper h2 span {
    width: 14px;
    height: 14px;
    background: #3e818c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: 0;
}
.tb_left_heading_wraper h2 span:after {
    content: '';
    border: 1px solid #dedede;
    width: 100px;
    position: absolute;
    left: 20px;
    bottom: 6px;
}
.tb_left_heading_wraper h2 {
    position: relative;
    display: inline-block;
}
.tb_left_heading_wraper h3 {
    font-size: 32px;
    color: #111111;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}
.tb_left_heading_wraper h3 span {
    font-size: 32px;
    color: #111111;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 700;
}
.abt_btn {
    width: 160px;
    height: 45px;
    line-height: 42px;
    margin-top: 30px;
    color: #111;
}
.abt_btn:hover {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.our-client img {
    border: 1px solid #cccccc;
    filter: grayscale(100%);
}
.our-client img:hover { 
    filter: grayscale(0%);
}

.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;}

.marketreports li{ display: inline-block; width: 49%; padding:0; text-align: center; border: 1px solid #dadada; }
.marketreports li a{display: block; font-size: 18px; padding: 7px 0; text-decoration: none; color: #3e818c;}
.marketreports li a:hover, .servicestop a:after{border-bottom: none; background: #3e818c; color: #ffffff;}
.marketreports > li.current-menu-item a{background: #3e818c; pointer-events: none; color: #ffffff;}
.marketreports > li.current-page-ancestor a{background: #3e818c;}


.contactus span{
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}
.contactus h1{
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 700;
}

.single-info {
    position: relative;
    padding: 25px 30px;
}
.info-icon {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #3e818c;
}
.info-content {
    padding-left: 70px;
}
.single-info h5 {
    margin: 0px;
    text-transform: capitalize;
    font-weight: 500;
}
.single-info p {
    margin: 0 !important;
}


#legend { background-color: white; margin: 10px; padding: 10px; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;     border-left: 5px solid #3e818c; 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: #3e818c; }
#legend a:hover, .infowindow a:hover { text-decoration: underline; }
#map-canvas{ height: 500px;}


.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: #555555;
}

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

.home .wpcf7-submit, .ln-widgetBox.search .searchButton a{
    height: 55px !important;
    float: none;
}
.home-subscribe {margin-top: 0px;}
.home-subscribe h1 {font-size: 80px; font-weight: 500; text-transform: uppercase; color: #555555;}
.home-subscribe h3 {font-size: 33px; font-weight: 500; text-transform: uppercase; color: #999999;}
.home-subscribe .btn-dark{background: #3e818c; color: #ffffff;}

.cre-news h2{font-size: 24px; margin-top: 0; color: #555555; margin-left: 28px;}
.cre-news h2 strong{color: #3e818c;}

.home-market-reports {padding-left: 40px;}
.home-market-reports .pdf-icon{float: left; margin: 0}
.home-market-reports .pdf-icon i{font-size: 32px; margin-top: 0;}
.home-market-reports .downlaod-text h5{padding-left: 0px; margin:0; line-height: 12px}
.home-market-reports .btn-dark{margin-left: 0px; background: transparent; padding: 0 !important;}
.home-market-reports .view-all-reports .btn-dark{margin-left: 0px; background: transparent; padding: 0 !important; text-decoration: underline;}
.home-market-reports .view-all-reports .btn-dark:hover{color: #3e818c;}
.home-market-reports .btn-dark:hover{color: #3e818c;}
.home-market-reports h2{font-size: 24px; margin-top: 0; color: #555555;}
.home-market-reports h2 strong{color: #3e818c; font-weight: 500;}

.eadvisor-subscription .wpcf7-submit, .ln-widgetBox.search .searchButton a{float: left;}



/*******************************HOME VIDEO*******************************/
.home-video {
    height: 850px;
    overflow: hidden;
}
.banner-overlayer {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
    background: #000000;
}

/********************************SECTION TOP HEADING***************************/
.section-title.white h3, .section-title.white p {
    color: #ffffff;
}
.section-title {
    padding-bottom: 0px;
}
.section-title h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #30323c;
}
.section-title p, .section-title.text-center p:before {
    position: relative;
    display: inline-block;
    margin: 0;
}
.section-title p:before, .section-title.text-center p:before {
    position: absolute;
    width: 160px;
    height: 1px;
    background-color: #dddddd;
    content: "";
    bottom: -5px;
}
.section-title p:after, .section-title.text-center p:after {
    position: absolute;
    bottom: -5px;
    content: "";
    background-color: #3e818c;
    width: 40px;
    height: 1px;
    left: 60px;
}
.section-title.text-center p:before {
    left: 50%;
    transform: translate(-50%);
}
.section-title.text-center p:after {
    left: 50%;
    transform: translateX(-50%);
}
.section-title.title-style-2 h3, .section-title.title-style-2 p {
    color: #ffffff;
}

/*******************************HOME SERVICES SECTION************************/
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters [class^="col-"], .row.no-gutters [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.service-box-inner {
    padding: 30px 38px 15px 38px;
    position: relative;
}

.digitalizer-service-box {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}
.digitalizer-service-box.service-box-style-1 {
    border: 1px solid #ececec;
    background-color: #fff;
}
.digitalizer-service-box.service-box-style-2 {
    background-color: transparent;
}
a.service-btn {
    transition: 0.3s;
}
.digitalizer-service-box:hover a{
    color: #ffffff;
    text-decoration: none;
}
span.service-icon i {
    font-size: 35px;
    color: #505050;
    padding-bottom: 15px;
    transition: 0.3s;
    display: inline-block;
}
.digitalizer-service-box.service-box-style-2 i {
    color: #01a0b5;
}
span.service-box-title-text {
    font-size: 18px;
    color: #505050;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    transition: 0.3s;
}
.service-box-content p {
    margin-bottom: 30px;
}
.digitalizer-service-box:hover span.service-box-title-text, .digitalizer-service-box:hover, .digitalizer-service-box:hover i {
    color: #ffffff;
}
.digitalizer-service-box.service-box-style-3:hover i {
    color: #505050;
}
.digitalizer-service-box.service-box-style-3 {
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 25px;
}
.digitalizer-service-box.service-box-style-3 span.service-icon {
    border: 1px solid #01a0b5;
    width: 70px;
    height: 70px;
    display: inline-block;
    line-height: 75px;
    margin-bottom: 22px;
    border-radius: 50%;
    transition: 0.3s;
}
.digitalizer-service-box.service-box-style-3:hover span.service-icon {
    background-color: #ffffff;
}
.digitalizer-service-box.service-box-style-3 span.service-icon i {
    font-size: 20px;
}
.digitalizer-service-box.service-box-style-3 .service-box-inner {
    padding: 35px 38px 15px;
}

/******************************PROPERTIES*****************************/
.portfolio {
    padding: 6rem 0;
    background: #edeff1; }

.portfolio .sec-title {
    margin-left: 0; }

.portfolio .sec-title h2 span {
    font-weight: 600;
    color: #111; }

.portfolio .sec-title h2 {
    color: #0098ef;
    margin-bottom: .5rem; }

.homes.no-mb {
    margin-bottom: 0px; }

.homes-img {
    display: block;
    -webkit-transition: -webkit-transform 0.6s ease-in;
    transition: -webkit-transform 0.6s ease-in;
    transition: transform 0.6s ease-in;
    transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in; }

.homes, .homes-img {
    position: relative;
    overflow: hidden; }

.homes-tag.featured {
    width: 84px !important;
    background: #18ba60 !important; }

.homes .button {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: #fff;
    border: none;
    background-color: #0098ef;
    display: inline-block;
    z-index: 99; }

.homes-tag.featured {
    left: 15px;
    margin-top: 15px; }

.homes-price,
.homes-tag {
    position: absolute;
    z-index: 99; }

.homes-tag.sale {
    background: #e54242 !important;
    width: 84px !important;
    height: 31px; }

.homes-tag.sale {
    right: 15px;
    margin-top: 15px;
    top: 0; }

.homes-tag.sale.rent {
    background: #ffb200 !important;
    color: #fff;
    z-index: 99; }

.price-properties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1rem; }

.homes-price {
    color: #fff;
    font-size: 13px !important;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    background: #3e818c;
    bottom: 15px;
    left: 15px;
    z-index: 99; }

.homes-content {
    background: #fff !important;
    padding: 20px 20px !important; }

.homes-content h3.title a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    text-decoration: none; }

.homes-content h3 {
    font-size: 18px;
    font-weight: 300;
    color: #444;
    margin: 0 !important;
}

.price-properties h3 {
    margin-bottom: 0px; }

.homes-content .homes-address {
    margin-top: 0px !important; }

.homes-content .homes-address .fa-map-marker {
    font-size: 1rem;
    text-decoration: none;
    color: #18ba60; }

.homes-content .homes-address a span {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 1px;
    text-decoration: none; }

.homes-address span {
    color: #666; }

.homes-content .homes-address a i {
    margin-right: 10px; }

.ourlistings{width: 33.33333333%; float: left; padding-left: 15px; padding-right: 15px;}

.project-single {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #0098ef; }

.project-inner {
    position: relative;
    overflow: hidden; }

.project-head {
    position: relative;
    text-align: center; }

.project-head:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    z-index: 33;
    background: #121B22;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

.project-single:hover .project-head:before {
    opacity: 0.8; }

.project-head img {
    width: 100%;
    z-index: 2; }

.project-bottom {
    text-align: center;
    padding: 10px 0 0;
    position: absolute;
    width: 100%;
    text-align: left;
    z-index: 333;
    text-align: center;
    top: 50%;
    margin-top: -23.5px; }

.project-bottom h4 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

.project-bottom h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: ""; }

.project-single:hover .project-bottom h4 {
    opacity: 1;
    visibility: visible; }

.project-bottom h4 a {
    color: #fff;
    text-decoration: none; }

.recently .project-bottom h4 span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400; }

.button-effect {
    position: absolute;
    text-align: left;
    bottom: 0;
    right: 0;
    z-index: 33;
    background: transparent;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    padding: 8px 15px;
    border-radius: 20px 0 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: .7rem; }

.project-single:hover .button-effect {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

.button-effect .btn {
    display: inline-block;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-right: 15px;
    border-radius: 100%;
    width: 31px;
    height: 31px;
    line-height: 31px;
    background: #fff;
    z-index: 99; }

.button-effect .btn:hover {
    color: #fff; }

.button-effect .btn:last-child {
    margin: 0; }

.load-button {
    margin-top: 50px; }

.load-button .btn {
    padding: 14px 30px;
    color: #fff;
    font-weight: 500;
    border: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0; }

.load-button .btn:hover {
    background: #353535; }

.button-effect .fa-link:before {
    content: "\f0c1";
    font-family: FontAwesome;
    color: #000; }

.button-effect .fa-video:before {
    content: "\f03d";
    font-family: FontAwesome;
    color: #000; }

.button-effect .fa-photo:before {
    content: "\f03e";
    font-family: FontAwesome;
    color: #000; }

.portfolio .item {
    padding-bottom: 0; }

.portfolio .project-single {
    margin-bottom: 0px; }

@media screen and (max-width: 767px) {
    .portfolio .item.no-pb.pbp-3 {
        padding-bottom: 1.6rem !important; }

    .portfolio .item.landscapes.no-pb {
        padding-bottom: 0px;
        margin-bottom: 10px !important; }

    .portfolio .item.landscapes.no-pb:last-child {
        margin-bottom: 0px !important; } }
@media screen and (max-width: 991px) {
    .portfolio .item {
        padding-bottom: 1.6rem; }

    .portfolio .project-single {
        margin-bottom: 10px; }

    .portfolio .item.no-pb {
        padding-bottom: 0px; }

    .portfolio .project-single.no-mb {
        margin-bottom: 0px; }

    .portfolio .item.landscapes.no-pb {
        padding-bottom: 0px;
        margin-bottom: 0px; }

    .compare {
        margin-top: .8rem;
        margin-right: .2rem; } }
@media screen and (max-width: 420px) {
    .compare {
        margin-right: 0; } }

.listing-badges {
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}
.listing-badges .featured {
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12px;
    margin: 0;
    padding: 7px 10px;
    font-weight: 600;
    color: #fff;
    box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, .2);
    background-color: rgba(0, 0, 0, 0.5);
}
.listing-badges .featured {
    background-color: #ff214f;
}

/*****************************NEWS SECTION*************************/

.section-title {
    padding-left: 35px;
    position: relative;
}
.section-title:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    content: '';
    border-radius: 3px;
    position: absolute;
    background-color: #3e818c;
}
.section-title h3 {
    font-size: 18px;
    color: #111;
    text-transform: uppercase;
    font-weight: 500;
}
.section-title h2 {
    font-size: 36px;
    color: #3e818c;
    text-transform: uppercase;
    margin: 0;
}

.blog-section .news-item {
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.blog-section .news-item.-news-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-section .news-item-descr.big-news {
    height: 106px;
}

.blog-section .news-item h3 {
    color: #444;
    -webkit-transition: all .25s;
    transition: all .25s;
    margin: 0;
}

.blog-section .news-item.-news-slider-item {
    height: 100%;
}

.blog-section .news-item.-news-slider {
    height: auto;
}

.blog-section .news-item a:hover {
    text-decoration: none;
}

.blog-section .news-item a:hover h3 {
    color: #0098ef;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.blog-section .news-item .news-img-link.-news-page {
    display: block;
    position: relative;
    padding-bottom: 69%;
    width: 100%;
}

.blog-section .news-item .news-img-link.-news-page .resp-img {
    background-size: cover;
}

.blog-section img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-section .news-item-img .resp-img {
    background-size: cover;
}

.blog-section .news-item-img {
    position: relative;
    width: 100%;
}

.blog-section .news-item-img .resp-img {
    background-size: cover;
}

.blog-section .news-item-text {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.blog-section .news-item-text-header {
    display: block;
}

.blog-section .news-item .date {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    color: #620e53;
}
.blog-section .news-item b {
    color: #333333;
}

.blog-section .news-item-descr {
    margin-bottom: 20px;
    height: 80px;
}

.blog-section .news-item-descr p {
    color: #666;
    margin: 0 !important;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.blog-section .news-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-section .action-item {
    display: inline-block;
    padding-left: 15px;
}

.blog-section .news-slider-wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-section .news-item-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-section .news-item-sm .news-img-link {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    position: relative;
}

.blog-section .news-item-sm .news-img-link .news-item-img {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog-section .news-item-sm .news-item-text {
    -ms-flex-preferred-size: 66.6%;
    flex-basis: 66.6%;
    padding: 15px 20px;
}

.blog-section .news-item-sm .news-item-descr {
    height: 52px;
}

.blog-section .news-link {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: #620e53;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.blog-section .news-link:hover {
    color: #121B22;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media screen and (max-width: 1199px) {
    .blog-section .news-item.news-item-sm.mb {
        margin-bottom: 2.5rem; } }
@media screen and (max-width: 991px) {
    .blog-section .news-item {
        margin-bottom: 2.5rem; }

    .blog-section .news-item.no-mb:last-child {
        margin-bottom: 0px; }

    .blog-section .news-item-sm .news-img-link {
        -ms-flex-preferred-size: 33.5%;
        flex-basis: 33.5%; } }
@media screen and (max-width: 577px) {
    .blog-section .news-item-sm {
        display: block; }

    .blog-section .news-item-sm .news-img-link .news-item-img {
        position: relative;
        padding-bottom: 69%; }

    .blog-section .news-item-sm {
        border-radius: 0px; } }
@media screen and (max-width: 414px) {
    .blog-section .news-item-descr p,
    .blog-section .news-item-descr {
        overflow: hidden;
    }

    .blog-section .news-link {
        font-size: .9rem; } }

.our-services .section-title h3{font-size: 14px;}

/*********************************ABOUT US *********************************/
.wrap_about_text p {
    font-size: 17px;
    line-height: 29px;
    padding: 0 30px;
}

.wrap_aboutus_5 {
    padding-right: 40px;
}

.wrap_aboutus_5 .section-head {
    padding-bottom: 0;
}

.row.row_features_5 {
    padding-top: 50px;
}

.about_ficon_2 {
    width: 80px;
    display: inline-block;
    height: 80px;
    border-radius: 100px 0 100px 100px;
    background: #3e818c;
    line-height: 80px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.about_ficon_2 img{width: 40px;}
.wrap_about_feature h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;

}

.about_ficon_2::before {
    content: "";
    position: absolute;
    bottom: -7px;
    top: 46%;
    left: -24px;
    right: -5px;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
    z-index: -1;
}

.wrap_about_feature {
    padding: 0 15px;
}

/*****************************ABOUT VIDEO SECTION********************************/
.blasa-section.playvideo-section {
    background-image: url(assets/img/aslide_2.jpg);
    background-size: cover;
    background-position: center;
    z-index: 9;
    padding-bottom: 90px;
}
.blasa-section {
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}
.blasa-section.playvideo-section::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #141b28;
    opacity: .60;
    content: "";
}

.blasa-section .head-title{
    font-weight: 700;
    font-size: 40px;
    margin-top: 0;
}

.blasa-section .wrap_playvide p{
    font-size: 20px;
    margin-top: 30px !important;
}
/*****************************ABOUT Mission************************/
.wrap_who_we_are,
.wrap_why_us {
    position: relative;
    padding: 120px 0 130px;
    z-index: 9;

}

.wrap_who_we_are {
    background: #333333;
    padding-right: 50px;
    height: 100%;
}



.wrap_why_us {
    background: #3e818c;
    padding-left: 50px;
    height: 100%;
}

.wrap_who_we_are::before,
.wrap_why_us::before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    background: inherit;

}

.wrap_who_we_are::before {
    left: -50%;
    right: -15px;

}



.wrap_why_us::before {
    right: -50%;
    left: -15px;

}


.wrap_who_we_are h3,
.wrap_why_us h3 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;

}

.wrap_who_we_are p,
.wrap_why_us p {

    font-size: 17px;
    line-height: 29px;
}

.wrap_who_we_are p {
    color: #d2d2d2;
}

.wrap_why_us p {
    color: #fdedef;
}


/*********************************TEAM***********************/
.our-team3{
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 4px 4px 4px #cccccc;
}
.our-team3 .team_img3{

}
.our-team3 .team_img3:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.our-team3:hover .team_img3:after{
    bottom: 0;
}
.our-team3 img{
    width: 100%;
    height: auto;
}
.our-team3 .social3{
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background: #3e818c;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team3:hover .social3{
    top: 0;
}
.our-team3 .social3 li a{
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #fff;
    border: none;
}
.our-team3:hover .social3 li a:hover{
    color: #ffffff;
}
.our-team3 .team-content3{
    padding: 20px 0;
    background: #fff;
}
.our-team3 .title{
    font-size: 18px;
    font-weight: 500;
    color: #3e818c;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
}
.our-team3 .title:before{
    content: "";
    width: 25px;
    height: 1px;
    background: #3e818c;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
.our-team3 .title:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #3e818c;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
.our-team3:hover .title:before,
.our-team3:hover .title:after{
    width: 50px;
}
.our-team3 .post{
    display: inline-block;
    font-size: 15px;
    color:  #999999;
    text-transform: capitalize;
    line-height: 15px;
}
.our-team3 .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3e818c;
    margin: 0 auto;
    position: relative;
    top: -13px;
}
/****************************COUNTER***************************/
.homecounter h1{
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    line-height: 60px;
}
.homecounter h4{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
}

/***************************POPUP*******************************/
.modal-content-area{
    position: relative;
    max-width: 703px;
    background: #fff;
    margin: 0 auto;
    padding: 58px 0 73px;
    height: 100vh;
}
.modal-header{padding: 0 !important;}
.modal-header .close {
    position: absolute;
    top: 19px;
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #2a2d2e;
    transition: all .5s;
    text-decoration: none;
    right: 25px;
    font-weight: 700;
}

.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;}


/****************************Services Menu*******************************/
.nav-wrapper{
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.1);
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    position: -webkit-sticky;
    position: sticky;

}
.services-menu .navbar-nav {float: none; text-align: center;}
.services-menu .navbar-nav li a {margin: 40px 15px 30px 15px;}

#investment-sales, #equity-placement, #debt-placement, #advisory-ser{position: relative; top: -100px}

/***********************OUR LISTINGS**********************************/
.radio-toolbar input[type="radio"] {
    display: none;
}
.radio-toolbar input[type="radio"]:checked+label {
    background-color: #3e818c;
    color: #ffffff;
    transition: .3s ease;
}
.radio-toolbar label {
    display: inline;
    background-color: #eeeeee;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 400;
    color: #000000;
}
.radio-toolbar{display: inline;}

.property-filter li{
    display: inline;
    font-size: 20px;
    padding: 0 0 0 10px;
}

.property-filter li a{color: #3e818c;}

/*.camera_wrap {background: #000000;}
.camera_wrap img{opacity: 0.8 !important;}*/

.camera_wrap{height: 100vh !important;}
.camera_overlayer {
    opacity: 0.6;
}
.pattern_1 .camera_overlayer{background: #000000 !important;}

.miniusTopmargin{margin-top: -50px;}

/* ================================================== */
/* building Section */
/* ================================================== */
.building-outer {
    padding: 50px 0;
    background: #eeeeee;
    background-attachment: fixed;
}
.building-list {
    margin-top: -150px;
    position: relative;
}
.building-box {
    text-align: center;
    background: #ffffff;
    padding: 40px 25px;
}

.building-box figure i {
    font-family: "Flaticon";
    text-align: center;
}
.building-box figure i:before{
    font-size: 50px;
    background: -webkit-linear-gradient(#3e818c, #ffb122);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 0;
}
.building-box h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.building-box p {
    margin: 15px 0
}
.building-box a.btn {
    margin: 5px 0;
    font-size: 17px;
}

/*-----------------------------------*/
/*------ 4. SECTION WELCOME ------*/
/*-----------------------------------*/
section.welcome {
    padding: 6rem 0;
    background: #fff; }

.welcome-title h2 {
    color: #121B22;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: .8rem; }

.welcome-img {
    text-align: right; }

.welcome-title h2 span,
.welcome-title h2 span {
    color: #3e818c;
    font-weight: 800; }

.welcome-title h4 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase; }

.welcome-title {
    padding-bottom: 17px;
    margin-top: 50px;
}

.welcome-content > p {
    color: #666;
    font-weight: 400; }

.welcome-content > p span {
    color: #666;
    font-size: 16px;
    font-weight: 600; }

.services-img,
.services-desc {
    display: inline-block; }

.services-img {
    float: left;
    margin-right: 16px; }

.services-desc > h6 {
    color: #555;
    font-weight: 600; }

.services-desc > p {
    color: #666;
    font-weight: 400;
    margin: 0; }

.w-single-services {
    margin-bottom: 31px; }

.w-single-services.no-mb {
    margin-bottom: 0px; }

.welcome-services {
    padding-top: 34px; }

.single-services .welcome-title {
    padding-top: 43px; }

.single-services .welcome-content {
    padding-top: 17px; }

.welcome .popup-youtube {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #3e818c;
    font-size: 30px;
    height: 70px;
    left: 50%;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    z-index: 9; }

.welcome .popup-youtube i {
    margin-left: 5px; }

.welcome .wprt-image-video .iq-waves {
    height: 352px;
    height: 22rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 352px;
    width: 22rem;
    z-index: 2; }

.welcome .wprt-image-video .iq-waves .waves {
    -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
    animation: 3s ease-in-out 0s normal none infinite running waves;
    background: #ffb122 none repeat scroll 0 0 padding-box;
    border-radius: 320px;
    height: 352px;
    height: 22rem;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    width: 352px;
    width: 22rem; }

.welcome .wprt-image-video .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }

.welcome .wprt-image-video .iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

.welcome .wprt-image-video .iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
@media screen and (max-width: 991px) {
    .welcome .wprt-image-video {
        margin-top: 2.5rem; } }
@media screen and (max-width: 767px) {
    .w-single-services.no-mb.mbx {
        margin-bottom: 31px; } }
@media screen and (max-width: 575px) {
    .w-single-services.no-mb.mbx {
        margin-bottom: 31px; }

    .welcome-title h2 {
        font-size: 20px; }

    .welcome-title h4 {
        font-size: 16px; }

    .welcome-content > p span {
        font-size: 15px; } }

/***************************************FEATURED PROPERTIES******************************************/
.section {
    background-color: #ffffff;
    z-index: 10;
    position: relative;
}
.newest-properties {
    background-color: #eeeeee;
}
.newest-properties .newest-properties-content {

}
.sunhouse-item {
    display: block;
    float: left;
    position: relative;
    transition: all 0.5s ease;
    background: #ffffff;
}
.sunhouse-item .wrapper-image {
    position: relative;
    display: block;
}
.sunhouse-item .wrapper-image {

}
.sunhouse-item .wrapper-image img {
    width: 100%;
    height: 100%;
}
.sunhouse-item .wrapper-image .layout-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease;
}
.sunhouse-item .wrapper-image img {
    width: 100%;
    height: 100%;
}
.sunhouse-item .note.for-sale {
    background-color: #ffb122;
}
.sunhouse-item .note {
    width: 56px;
    height: 56px;
    color: #fff;
    position: absolute;
    right: -15px;
    top: 15px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    display: table;
    z-index: 2;
}
.sunhouse-item .note .text {
    line-height: 1.145em;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}
.sunhouse-item .wrapper-content {
    border: 1px solid #efefef;
    float: left;
    text-align: left;
    width: 100%;
}

.sunhouse-item .about-house {
    padding: 15px;
}
.sunhouse-item .about-house .title {
    color: #004711;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.sunhouse-item .about-house .text {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 12px;
}
.sunhouse-item .more-info-house {
    border-top: 1px solid #efefef;
    padding: 15px;
    display: table;
    width: 100%;
}
.sunhouse-item .more-info-house .place-house {
    display: table-cell;
    vertical-align: middle;
}
.sunhouse-item .more-info-house .place-house i, .sunhouse-item .more-info-house .place-house p, .sunhouse-item .more-info-house .place-house a {
    color: #8b979e;
    margin-bottom: 0;
    transition: all 0.2s ease;
}
.sunhouse-item .more-info-house .price {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 1.714em;
    color: #ffb122;
    font-weight: 700;
    min-width: 120px;
}
.sunhouse-item:hover .wrapper-image .layout-2 {
    opacity: 1;
}
.sunhouse-item:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.featured-listings a{
    background: #ffba00;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    text-transform: uppercase;
}

.about-house .place-house{font-size: 12px;}

/***

====================================================================
	Services Section
====================================================================

***/

.services-section{
    position: relative;
    padding-bottom: 60px;
}

.services-section .inner-container{
    position: relative;
    margin-top: -50px;
    z-index: 10;
}

.services-block{
    position: relative;
    margin-bottom: 30px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-block .inner-box{
    position: relative;
    display:block;
    padding: 50px 45px 5px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}

.services-block .inner-box:before{
    position: absolute;
    content: '';
    left:0;
    top:0;
    right:0;
    bottom:0;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background: #ffffff;
}

.services-block:hover .inner-box:before{
    bottom:-40px;
    background: #3e818c;
}

.services-block:hover .inner-box .icon-box  span:before{
    background: #ffba00;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-block.alternate:hover .inner-box:before{
    background: #ffba00;
}

.services-block:hover{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.services-block .inner-box h3{
    position: relative;
    color:#222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 28px;
}

.services-block .inner-box h3 a{
    position: relative;
    color:#222222;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-block .inner-box .icon-box{
    position: relative;
    font-size: 82px;
    line-height: 1em;
    color:#ffba00;
    margin-bottom: 25px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-block .inner-box .text{
    position: relative;
    color:#555555;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom:25px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-block .inner-box:hover .text{

}

.services-block .inner-box .more-link{
    position:relative;
    display:block;
    margin-right:-45px;
    overflow:hidden;
}

.services-block .inner-box .read-more{
    position: relative;
    color:#ffba00;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 25px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-block .inner-box .read-more .fa{
    padding-right:5px;
}

.services-block .inner-box .read-more:after{
    position: absolute;
    content: '';
    left: 100%;
    top: 11px;
    width: 300%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255,255,255,0.50);
}

.services-block:hover .inner-box .read-more{
    opacity: 1;
    visibility: visible;
}

.services-block:hover .inner-box .read-more:after{
    opacity: 1;
    visibility: visible;
}

.services-block:hover .inner-box{
    background-color: #3e818c;
}

.services-block:hover .inner-box .text,
.services-block:hover .inner-box h3 a,
.services-block:hover .inner-box .icon-box{
    color:#ffffff;
}

.services-block.alternate .inner-box .icon-box{
    color:#3e818c;
}

.services-block.alternate .inner-box:hover{
    background-color:#3e818c;
}

.services-block.alternate .inner-box .read-more,
.services-block.alternate .inner-box:hover .icon-box{
    color:#ffffff;
}

.minustopmargin{margin-top: -50px;}

.services-block .inner-box .icon-box  span:before{
    font-size: 82px;
    background: -webkit-linear-gradient(#3e818c, #ffb122);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*********************Featured Sales*****************************/
.home-blog-feed h3{font-size: 18px; margin-top: 30px;}
.home-blog-feed .blog-details{line-height: 18px;}
.home-blog-feed .blog-f-image{width: 100%; float: left; max-height: 180px; overflow: hidden; padding: 0;}

.box .box-img{
    overflow: hidden;
    position: relative;
}
.box .box-img img{
    width:100%;
    height: auto;
    transform: scale(1,1);
    transition:all 0.50s ease 0s;
}
.box:hover .box-img img{
    transform: scale(1.1,1.1);
}
.box .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    bottom:0;
    text-align:center;
    opacity:0;
    transform:scale(0.4,0.4);
    background: rgba(29, 208, 173,0.8);
    transition:all 0.20s ease-in-out;
}
.box .box-img:hover .over-layer{
    transform: scale(1,1);
    opacity:1;
}
.box .over-layer a{
    position: relative;
    top:45%;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.box .fa-search,
.box .fa-link{
    border:1px solid #fff;
    color:#fff;
    font-size:16px;
    margin-right:5%;
    transition: all 0.50s ease;
}
.box .fa-link{
    margin-right: 0;
}
.box .fa-search:hover,
.box .fa-link:hover{
    border-radius:20%;
    text-decoration:none;
}
.box .box-content{
    border:1px solid #d3d3d3;
    background:#fff;
    padding:2% 2% 3% 2%;
}
.box .title{
    margin:0;
}
.box .title a{
    font-size:14px;
    color:#333;
    text-transform: uppercase;
}
.box .title a:hover{
    color: #1bc6a4;
    text-decoration: none;
}
.box .title small{
    display: block;
    font-size:14px;
    margin-top:5px;
}
@media  only screen and (max-width:990px) {
    .box{
        margin-bottom:5%;
    }
}

.swiper-button-next6, .swiper-container-rtl .swiper-button-prev{
    background-image: url(assets/img/next.png) !important;
    right: 12px !important;
    top: -22% !important;
    position: absolute;
    width: 27px;
    height: 100px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev6, .swiper-container-rtl .swiper-button-next{
    background-image: url(assets/img/back.png) !important;
    right: 35px !important;
    top: -22% !important;
    position: absolute;
    width: 27px;
    height: 100px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next1, .swiper-container-rtl .swiper-button-prev{
    background-image: url(assets/img/next.png) !important;
    right: 12px !important;
    top: -22% !important;
    position: absolute;
    width: 27px;
    height: 100px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev1, .swiper-container-rtl .swiper-button-next{
    background-image: url(assets/img/back.png) !important;
    right: 35px !important;
    top: -22% !important;
    position: absolute;
    width: 27px;
    height: 100px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-slide .sunhouse-item .more-info-house .price{text-align: left; color: #3e818c; font-size: 20px;}
.swiper-slide .sunhouse-item .about-house .title{color: #000000}


/*---------------Contact form section-----------------*/

.request-call-bg h4 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}


.request-call-bg.request-call-bg-green {
    background: #3aa27f;
}
.request-call-bg.request-call-bg-green .request-call-form p {
    color: #fff;
}
.request-call-bg-green .sec-title .decor-line {
    background: #fff !important;
}
.request-call-bg-green.request-call-bg .sec-title p {
    color: #fff;
}
.request-call-bg-green .request-call-form .thm-button {
    background: #3e818c;
    color: #fff;
}
.request-call-bg .thm-btn {
    text-transform: uppercase;
    background: #3e818c;
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    font-weight: 600;

    border-radius: 3px;
    width: 200px;
    transition: 0.4s;
    border: 2px solid #3e818c;
}


.request-call-bg .sec-title p {
    color: #b0b0b0;
    padding-top: 35px;
}
.request-call-form {
    margin: 0px -15px 0 -15px;
}

.request-call-form select {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 30px;
    height: 50px;
}
.request-call-form p {
    margin: 0 0 20px 0;
}

.request-call-bg .contact-info .tel-box .icon-box{
    display: table-cell;
    vertical-align: top;
}
.request-call-bg .contact-info .tel-box {
   margin-bottom: 0px;
}
.request-call-bg .contact-info .tel-box .text-box p{
    margin: 0 !important;
}
.request-call-bg .contact-info .tel-box .text-box h5{margin: 0; font-weight: 600;}
.request-call-bg .contact-info .tel-box .text-box i{color: #ffba00}
.request-call-bg .contact-info .tel-box .icon-box i {
    font-size: 20px;
    color: #153356;
}
.request-call-bg .info-box {
    border: 2px solid #ffba00;
    padding: 15px;
}

/************************TEAM PAGE*********************/
.section-block {
    padding: 90px 0px 90px 0px;
}
.section-heading {
    margin-bottom: 10px;
}
.center-holder {
    text-align: center;
}
.section-heading span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #d21e2b;
    line-height: 200%;
    margin-bottom: 10px;
}
.section-heading h3 {
    position: relative;
    font-size: 35px;
    font-weight: 400;
    color: #111;
    line-height: 140%;
    margin-bottom: 10px;
}
.section-heading-line {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    border-radius: 25%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 5px;
}
.mt-60 {
    margin-top: 60px;
}
.partner-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border: 1px solid #ececec;
    margin: 15px 0px;
}
.partner-box img {
    width: 100%;
}
.partner-text {
    padding: 25px 25px 25px 0px;
}
.partner-text span {
    color: #ffba00;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.partner-box:hover .partner-text span {
    color: #999;
}
.partner-text h4 {
    color: #111;
    font-size: 21px;
    font-weight: 600;
    margin: 0px;
}
.partner-text h4:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #3e818c;
    margin-top: 10px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}
.partner-box:hover .partner-text h4:after {
    width: 80px;
}
.partner-text p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 170%;
}
.partner-text .phone span {
    color: #333333;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-left: 4px;
}
.partner-text .mobile span {
    color: #333333;
    letter-spacing: 0;
    text-transform: capitalize;
    vertical-align: 3px;
}
.partner-text .email span {
    color: #333333;
    letter-spacing: 0;
    text-transform: lowercase;
    margin-left: 6px;
}
.partner-text .phone {
    margin-top: 20px;
}

.partner-text i{
    background: #3e818c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.partner-text .mobile i {
    font-size: 24px;
    margin-left: -5px;
}

.partner-text .read-more a{
    color: #3e818c;
    padding: 2px 20px;
    margin-top: 20px;
    display: block;
    text-align: right;
    border: 2px solid #3e818c;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

/*-----------welcome section-------------*/

.welcome-section .room-categories {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.welcome-section .room-categories .room-category{
    padding: 0;
    height: 205px;
    width: 100%;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: .3s ease;
}
.welcome-section .room-category + .room-category {
    border-left: 1px solid #dddddd;
}
.welcome-section .room-category > .inner-room-category {
    display: block;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.welcome-section .media-icon img{width: 60px;}

.welcome-section .room-category .inner-room-category .media-caption a{color: #3e818c}
.welcome-section .room-category .media-caption .category-titile{
    margin-top: 20px;
}
.welcome-section .room-categories .room-category:hover{
    -webkit-box-shadow: 0px 0px 24px 6px  rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 24px 6px  rgba(0,0,0,0.10);
    box-shadow: 0px 0px 24px 6px  rgba(0,0,0,0.10);
}
.welcome-section .room-categories .room-category i {
    color: #153356;
    font-size: 50px;

}

@media (min-width: 1200px) {

    .welcome-section .room-category {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .welcome-section .room-category:nth-child(n+4) {
        border-top: 1px solid #dddddd;
    }
    .welcome-section .room-category + .room-category:nth-child(3n+1) {
        border-left: none;
    }
}
@media (min-width: 992px) and (max-width: 1169px) {

    .welcome-section .room-category {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .welcome-section .room-category {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.client-services .section-title h3 {
    font-size: 14px;
}
.wrap_about_feature h4{font-weight: 600;}
.about_feature_text ul li{margin: 0; line-height: 24px;}

/*================================================
             12. ABOUT US SECTION
==================================================*/

.ab-sep {
    display: block;
    width: 30px;
    background: #3e818c;
    height: 5px;
}
#about-us .sec-title p {
    margin: 55px 0 30px 0;
}
.about-content {
    margin-top: 50px;
}
.about-content p {
    margin-bottom: 20px;
}
#about-us figure {
    margin-bottom: 0;
}
/*variation 2 */
.sec-title.sec-2 {
    position: relative;
    margin-left: 15px;
}
.sec-title.sec-2:before {
    width: 5px;
    height: 30px;
    background: #3e818c;
    content: "";
    left: -15px;
    top: 15px;
    position: absolute;
    display: block;
}
.sec-title h2{margin: 0; font-size: 35px;}
.about-us-2 .about-content {
    margin-top: 38px;
}
.about-content p {
    color: #565656;
}
.about-us-2 .about-content p {
    margin-bottom: 22px;
}
.about-us-2 .img-container {
    margin: 0 auto;
    padding: 20px 20px;
}
.about-us-2 .about-img-area {
    position: relative;
}
.about-us-2 .about-img-area:before, .about-us-2 .about-img-area:after {
    position: absolute;
    width: 5px;
    height: 100%;
    background: #3e818c;
    display: block;
    content: "";
}
.about-us-2 .about-img-area:before {
    left: 0;
    top: 0;
}
.about-us-2 .about-img-area:after {
    right: 0;
    top: 0;
}
.h-img-border:before, .h-img-border:after, .l-img-border:before, .l-img-border:after {
    position: absolute;
    width: 70px;
    height: 5px;
    background: #3e818c;
    content: "";
    display: block;
}
.h-img-border:before {
    top: 0;
    left: 0;
}
.h-img-border:after {
    bottom: 0;
    left: 0;
}
.l-img-border:before {
    top: 0;
    right: 5px;
}
.l-img-border:after {
    bottom: 0;
    right: 5px;
}

.resources-sec{background: #ffffff;margin: 0;}
.resources-sec a{
    font-size: 12px;
    line-height: 18px;
    display: block;
}
.resources-sec p{margin-top: 0px !important;}
.resources-sec br{display: none;}

.resources-sec h4 {margin-top: 20px;}

/**************************COMING SOON***************************/
.coming-soon .navbar-fxd-wrapper{display: none;}
.coming-soon .container-footer{display: none;}
.coming-soon .camera_bar {display: none;}
.coming-soon .slide-text {margin-top: 35%;}
.coming-soon .footer-main {display: none;}
.coming-soon .btm-footer-sction {display: none;}

/***********************INNER PAGES HEADER************************/
.hero-items {
    padding:50px 0;
    position: relative;
    z-index: 10;
}
.hero-items.stats .item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border-right: 1px solid #d7e1e9;
    color: #fff;
    padding: 0 50px;
}
.hero-items.stats .item .title {
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 700;
}
.hero-items.stats .item .sub {
    font-size: 1.4rem;
    font-family: "Playfair Display",serif;
    font-weight: 700;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

/***********************FOOTER*************************/
#menu-footer-menu li a{
    display: inline-block;
    color: #555555;
    font-size: 1.1rem;
    line-height: 3.55rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.footer-contact h3{
    margin-bottom: 1.3rem;
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: .2em;
    font-weight: 900;
    line-height: 1.24;
    text-transform: uppercase;
}
.footer-contact p{
    margin: 0 !important;
    line-height: 2.1rem;
    font-size: 1.4rem;
    color: #555555;
    font-family: "Playfair Display",serif;
    font-weight: 700;
}

.footer-main{
    padding-bottom: 8rem;
    border-bottom: 1px solid #e1e1e1;
}
.footer-contact .wrapper{
    font-family: "Playfair Display",serif;
    font-weight: 700;
}

.footer-contact .wrapper .phone{
    margin-top: 30px;
}
.footer-contact .wrapper .email a{
    font-family: "Playfair Display",serif;
    font-weight: 700;
    color: #555555;
    line-height: 2.1rem;
    font-size: 1.4rem;
}
.btm-footer-sction{
    color: #555555;
    padding-bottom: 4.4rem;
    padding-top: 4.4rem;
}
.btm-footer-sction .copyright{
    font-family: "Playfair Display",serif;
    font-weight: 700;
    display: inline-block;
}
.copyright a {color: #555555; font-weight: 700;}

.copyright a:hover {color: #555555; text-decoration: underline;}

.copyright a:focus {color: #555555; text-decoration: none;}
.btm-footer-sction ul li{
    margin-left: 5.5rem;
    display: inline-block;
    font-weight: 700;
    letter-spacing: .2em;
}
.btm-footer-sction ul li a{
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.lined {
    position: relative;
    text-align: center;
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.lined:before {
    background-color: #e1e1e1;
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}
.lined span {
    background-color: #fff;
    display: inline-block;
    padding: 0 3.4rem;
    position: relative;
}

.overview-sec h2{
    color: #898989;
    font-size: 3rem;
    line-height: 4.5rem;
    margin: 0 0 5.5rem;
    font-family: "Playfair Display",serif;
    font-weight: 700;
    text-align: center;
}
.overview-sec p{
    font-family: "Playfair Display",serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2;
    color: #555555;
}

.biographySec .image {border: 1px solid; padding: 10px;}
.biographySec .biographyContent h3 {margin-top: 0;}
.biographySec .social ul{margin-top: 10px;}
.biographySec .social li{display: inline-block;}
.biographySec .social li a {display: block; padding: 10px 20px; border: 1px solid;line-height: 0;}
.biographySec .social li:hover a{border-color: #000000;}
.biographySec .social li a i{transition: .3s;}
.biographySec .social li:hover a i{color: #000000;}
.biographySec .social .icon-outset a:hover{color: #000000;}

.advantage-sec h4{
    font-weight: 900;
    margin-bottom: 1.6rem;
    font-size: 1.5rem;
    letter-spacing: .2em;
    line-height: 1.24;
    text-transform: uppercase;
}
.advantage-sec p{

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

.mc-services .heading {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    height: 10rem;
    padding: 3rem 0 0;
    position: absolute;
    right: 0;
    top: -20px;
    width: 10rem;
    z-index: 1;
}

.mc-services .heading .title {
    letter-spacing: 0;
    font-weight: 900;
    font-size: 1.8rem;
    margin: 0;
}

.mc-services .heading .sub-title {
    font-family: "Playfair Display",serif;
    letter-spacing: .025em;
    text-transform: none;
    font-weight: 400;
    font-size: 1.2rem;
}

.investment-sales p{
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 0 !important;
    font-family: "Playfair Display",serif;
    font-weight: 700;
    color: #333333;
}

.investment-sales-points h4 {
    border-bottom: 1px solid #e1e1e1;
    padding: 1.8rem 3.6rem 1.5rem;
    font-weight: 900;
    font-size: 1.2rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    margin-top: 0;
}
.investment-sales-points {
    margin-top: 50px;
    border: 1px solid #e1e1e1;
}
.investment-sales-points ul{
}
.investment-sales-points ul li{
    letter-spacing: .2em;
    color: #898989;
    list-style-type: disc;
    list-style-position: inside;
    margin: 0 2.4rem;
    padding: 1.5rem 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 900;
    font-size: 1.2rem;
}
.investment-sales-points ul li:last-child{border-bottom: none;}
/*******************************Servives Single Page ***************************/
.inner-services{
    border-bottom: 1px solid #e1e1e1;
}
.inner-services h3{
    display: inline-block;
    color: #555555;
    font-size: 1.1rem;
    line-height: 3.55rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.contact-info{
    background-color: rgba(255,255,255,.9);
    padding: 8.4rem 0;
    color: #333333;
}

.contact-info h3 {
    font-size: 1.8rem;
    margin-bottom: 3.6rem;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #333333;
    font-family: 'Roboto', sans-serif;
}

.contact-info .address {
    margin-bottom: 2.6rem;
    font-family: "Playfair Display",serif;
    font-weight: 700;
}

.contact-info p {
    line-height: 2.1rem;
    margin: 0;
    font-family: "Playfair Display",serif;
    font-weight: 700;
}

.contact-info .phone{
    font-family: "Playfair Display",serif;
    font-weight: 700;
}
.contact-info .fax{
    margin-bottom: 2.6rem;
    font-family: "Playfair Display",serif;
    font-weight: 700;
}
.contact-info .email{
    text-decoration: underline;
    font-family: "Playfair Display",serif;
    font-weight: 700;
}
.contact-info .email a{color: #333333; font-weight: 800;}


.holding-radio-toolbar input[type="checkbox"] {
    display: none;
}

.holding-radio-toolbar label {
    display: block;
    background-color: #eeeeee;
    cursor: pointer;
    border-left: 5px solid #002a5c;
    padding-left: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.holding-radio-toolbar input[type="checkbox"]:checked+label {
    color: #333333;
    transition: .3s ease;
}

.holding-radio-toolbar img{width: 45px;}

.filter-cat{
    margin: 10px;
}

.filter-cat input{
    cursor: pointer;
}

.filter-cat li {
    font-size: 12px;
    line-height: 12px;
}

.filter-cat label{vertical-align: middle;}

/*---------------*/
/***** Lily *****/
/*---------------*/

.gridview {
    position: relative;
}

/* Common style */
.gridview .effect-lily {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
}

.gridview .effect-lily img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.gridview .effect-lily .effect-lily-content {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gridview .effect-lily .effect-lily-content,
.gridview .effect-lily .effect-lily-content > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.gridview .effect-lily .effect-lily-content > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.gridview .effect-lily h2 {
	line-height: 16px;
}

.gridview .effect-lily h2 span {
    font-size: 1.5rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: .3em;
}

.gridview .effect-lily h2,
.gridview .effect-lily p {
    margin: 0;
}

.gridview .effect-lily p {
    font-family: "Playfair Display",serif;
    font-weight: 700;
    font-size: 1.1rem;
}


.effect-lily{
    background-color: #000000;
    color: #fff;
    height: 100%;
}
.effect-lily:hover img{
    opacity: .2;
}


.effect-lily img {
    width: 100%;
}

.effect-lily .effect-lily-content {
    text-align: center;
}

.effect-lily .effect-lily-content > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.effect-lily h2,
.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.effect-lily p {
    margin-top: 0 !important;
    color: rgba(255,255,255,0.8);
    opacity: 1;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

.effect-lily:hover p {
    opacity: 1;
}

.effect-lily:hover h2,
.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.effect-lily:hover p {
    margin-bottom: 20px !important;
    color: #ffffff;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.effect-lily a.readmore{
    border: 1px solid #ffffff !important;
    color: #fff!important;
    opacity: 0;
    font-weight: 700;
    letter-spacing: .2em;
    border-radius: 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-family: Roboto,sans-serif;
    text-align: center;
    text-indent: 0;
    text-transform: capitalize;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    vertical-align: middle;
    width: 100%;
    padding: 5px 20px;
}

.effect-lily:hover a.readmore{
    border: 1px solid #ffffff !important;
    color: #fff!important;
    opacity: 1;
    font-weight: 700;
    letter-spacing: .2em;
    border-radius: 0;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-family: Roboto,sans-serif;
    text-align: center;
    text-indent: 0;
    text-transform: capitalize;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    vertical-align: middle;
    width: 100%;
    padding: 5px 20px;
}

/*****************************Experience Filter*************************/
#nav {
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.1);
    height: 55px;
}
#nav .nav {
    height: 100%;
    overflow: visible;
    padding-left: 44px;
    position: relative;
    z-index: 10;
}

#nav .item {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.1);
    cursor: pointer;
    height: 100%;
    padding: 20px 0;
    position: relative;
    top: -20px;
    width: 100%;
}
#nav .item.active:after {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #12375c;
    bottom: -1rem;
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#nav .item, .text-center, blockquote {
    text-align: center;
}
#nav .item.active span {
    color: #fff;
}
#nav .item span {
    display: block;
    font-size: 2.4rem;
    margin-bottom: .4rem;
}
#nav .item span:last-of-type {
    font-size: 1.4rem;
    margin-bottom: 0;
}
#nav .item.active span {
    color: #fff;
}
#nav .item.active {
    background-color: #12375c;
    border-color: #12375c #12375c transparent;
    box-shadow: 0 4px 2px -1px rgba(18,55,92,.1);
}



#nav .item span:last-of-type{font-weight: 700;}
#nav .item span {
    display: block;
    font-size: 2.4rem;
    margin-bottom: .4rem;
}
#nav .sub .wrapper {
    border-right: 1px solid #e1e1e1;
    display: inline-block;
    height: 100%;
    padding: 14px 5px 14px 0;
}
#nav .sub .wrapper .input-wrapper {
    height: 100%;
    width: 100%;
    vertical-align: inherit;
}
.inline .input-wrapper, .inline .pend-group span, .inline input, .inline label, .inline.input-wrapper, .inlineinput, .inlinelabel, .pend-group .inline span {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.with-addon {
    border-radius: 2px;
    position: relative;
}
.input-wrapper {
    width: 100%;
}
#nav .sub .pend-group span, #nav .sub input, #nav .sub label, #nav .sub select, .pend-group #nav .sub span {
    color: #898989;
    width: 100%;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: .2em;
    font-size: 1.1rem;
}
#nav .sub .wrapper .input-addon {
    border: none;
    color: #898989;
}
.with-addon select+.input-addon {
    border-color: rgba(88,93,100,.48);
    border-style: solid;
    border-width: 1px;
    border-left: none;
    color: inherit;
    width: 1.25em;
}
.with-addon .input-addon {
    box-shadow: none;
    height: 100%;
    line-height: 4.08rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
#nav .sub .wrapper.type {
    width: 100%;
    text-align: center;
}
#nav .sub .wrapper.state {
    width: 100%;
    text-align: center;
}
#nav .sub .wrapper.checkbox {
    width: 100%;
    text-align: center;
}
#nav .sub .wrapper:last-of-type {
}
#nav .sub .wrapper.search{border-right: none;}


/* Create two equal columns that floats next to each other */
.gridview {
    float: left;
    width: 33.3333%;
    padding: 10px;
}

.listview {
    width: 100%;
    float: left;
}
.listview > .effect-lily > img {width: 75px; float: left;}
.listview > .effect-lily > .effect-lily-content {text-align: left !important;}
.listview > .effect-lily > .effect-lily-content > div{position: initial !important; margin-top: 20px; margin-left: 10%;}
.listview > .effect-lily:hover > img {opacity: 1;}
.listview > .effect-lily {background-color: #eeeeee; color: #fff; height: 100%; float: left; width: 100%; margin-bottom: 10px;}
.listview > .effect-lily h2,
.listview > .effect-lily p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #333333;
}

.listview > .effect-lily a.readmore {
    opacity: 1;
    color: #333333 !important;
    border: 1px solid #333333!important;
}

.listview > .effect-lily > .effect-lily-content > div > h2,
.listview > .effect-lily > .effect-lily-content > div > p {
    display: inline-block;
    width: 25%;
    font-family: "Playfair Display",serif;
    font-weight: 700;
    letter-spacing: .025em;
}
.listview > .effect-lily > .effect-lily-content > div > h2{
    font-weight: 900;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 1.2rem;
    letter-spacing: .3em;
    line-height: 1.24;
    text-transform: uppercase;
}

.experience-detail .details {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    height: auto;
    padding: 3.6rem 2.7rem;
}
.experience-detail .detail-item {
    margin-bottom: 2.6rem;
}
.experience-detail .label {
    color: #898989;
    font-weight: 400;
    margin-bottom: 1rem;
    padding: 0;
}
.experience-detail .label{
    font-weight: 900;
    color: #898989;
    font-size: 1.1rem;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.experience-detail .detail-item:first-child .value {
    overflow: visible;
    white-space: normal;
    color: #333333;
}
.experience-detail .value {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
}
.experience-detail .value{
    font-size: 1.5rem;
    letter-spacing: .2em;
    font-weight: 900;
    line-height: 1.24;
    text-transform: uppercase;
    color: #333333;
}
.experience-detail .detail-item:last-child {
    margin-bottom: 0;
}
.experience-detail{
    position: relative;
    padding: 0;
}

.single-post-blog h3{
    font-size: 1.5rem;
    letter-spacing: .2em;
    font-weight: 900;
    line-height: 1.24;
    text-transform: uppercase;
    margin: 0;
}
.single-post-blog{
    box-sizing: border-box;
    float: left;
    width: 73%;
}
.single-post-blog p {
    font-family: "Playfair Display",serif;
    font-weight: 700;
    color: #333333;
    font-size: 1.4rem;
    line-height: 2;
}
