@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,500i,600,700,800&display=swap');

html{
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    color: #000000;
    background:#fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;

}
.site-content-wrapper{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
p,li{
    color: #555555;
    font-size: 18px;
    font-weight: 400;
}
.container{
    width: 100%;
    max-width: 1200px;
}

span.wpcf7-not-valid-tip{
    font-size: 12px !important;
}
.page-wrapper {
    max-width: 2560px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.outer-container::after,.outer-container::before{
    display: table;
    content: " ";
}
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-weight: 600;
}
h1{
    font-size: 55px;
}
h2{
    font-size:46px;
    color: #0e2340;
    font-weight: 400;
}
h3{
    font-size: 28px;
}
h4{
    font-size: 26px;
}
h5{
    font-size: 24px;
}
h6{
    font-size: 20px;
}
ul{
    padding: 0;
    list-style: none;
}
a{
    color:#ff5757;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}

a.c-btn:hover,button.c-btn:hover,input.c-btn:hover{
    background: #e43636;
}


input[type=text],input[type=email],input[type=tel],input[type=password],input[type=number]{
    background: rgba(255,255,255,0.6);
    height: 50px;
    border-radius: 0;
    border: none;
    padding: 5px 15px;
    width: 100%;
    font-size: 16px;
    color: #555555;
    box-shadow: none;
}
.footer input[type=text],.footer input[type=email],.footer input[type=tel],.footer input[type=password],.footer input[type=number]{
    height: 40px;
}
textarea{
    background: rgba(255,255,255,0.6);
    border-radius: 0;
    font-size: 16px;
    border: none;
    padding: 10px 15px;
    resize: none;
    width: 100%;
    color: #555555;
    box-shadow: none;
    min-height: 90px;
    font-weight: 400;
}
fieldset textarea{
    min-height: 125px;
}
::-webkit-input-placeholder { /* Chrome */
    color: #555555;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #555555;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #555555;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #555555;
    opacity: 1;
}
.form-group{
    margin-bottom: 10px;
}

#backToTop {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    outline: none !important;
    background: rgba(14,35,64,0.8);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}


/*== Header ==*/
#main-header {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    z-index: 3;
}



.slider-wrapper {
    position: relative;
}

.header-main-area .container {
    padding: 0;
}


.main-nav-bar {
    position: absolute;
    top: 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.layout-header{
    background: #fff;
    transition: all 0.5s ease-in-out;
}
.layout-header.fixed-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.layout-header.fixed-header .topbar{
    display: none;
}
.layout-header .header-main-area{
    display: inline-block;
    width: 100%;
    background: rgba(255,255,255,0.9);
    vertical-align: top;
    padding: 8px 0;
}
.layout-header .header-main-content{
    padding: 0 ;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.layout-header .logo {
    float: left;
    padding: 0 15px 0 10px;
    position: relative;
    text-align: center;
    width: 365px;
    z-index: 2;
    transition: all 0.5s ease-in;
}
.layout-header .logo img{
    max-width: 100%;
}
/*.layout-header.fixed-header .logo img{*/
/*    width: 200px;*/
/*}*/
/*.layout-header.fixed-header .header-main-content {*/
/*    padding: 0 0 20px;*/
/*}*/
/*.layout-header.fixed-header .header-nav-links{*/
/*    padding-top: 10px;*/
/*}*/
/*.layout-header .logo img.fixed-logo{*/
/*    display: none;*/
/*}*/
/*.layout-header.fixed-header .logo img.fixed-logo{*/
/*    display: block;*/
/*}*/
/*.layout-header.fixed-header .logo img.default-logo{*/
/*    display: none;*/
/*}*/
.layout-header .logo a{
    float: left;
}
.layout-header .header-nav-links{
    float: right;
    width: calc(100% - 365px);
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    transition: all 0.5s ease-in;
}
.layout-header.fixed-header .header-nav-links {
    padding-top: 13px !important;
    padding-bottom: 14px !important;
}
.layout-header .main-nav{
    float: left;
    width: 100%;
    margin-top: 0px;
}
.layout-header .main-nav ul {
    padding: 0;
    float: right;
}
.layout-header ul.navbar {
    margin:0 !important;
    min-height: 45px;
    margin-top: 0;
    z-index: 2;
}
.layout-header ul.navbar li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin:0;
    padding: 0 0;

}
.layout-header .navbar li a {
    padding: 5px 0;
    display: inline-block;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 15px;
    color: #fff;
}
.layout-header ul.navbar > li{
    padding: 8px 0 0 73px;
    position: relative;

}

/*.layout-header ul.navbar > li a:after {*/
/*    content: url('../images/after.png');*/
/*    position: absolute;*/
/*    top: -8px;*/
/*    transition:all .3s ease-in;*/
/*}*/

.layout-header ul.navbar > li a:after {
    content: url('../images/after.png');
    position: absolute;
    opacity: 0;
    top: -3px;
    right: -10px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.layout-header ul.navbar > li a:before {
    content: url('../images/before.png');
    position: absolute;
    opacity: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    top: 10px;
    left: -9px;
}

.layout-header ul.navbar > li:hover a:after,.layout-header ul.navbar > li.current-menu-item a:after {
    opacity: 1;
    top: -9px;
    right: -24px;
}


.layout-header ul.navbar > li:hover a:before,.layout-header ul.navbar > li.current-menu-item a:before {
    opacity: 1;
    top: 20px;
    left: -25px;
}

/*.layout-header ul.navbar > li a:before {*/
/*    content: url('../images/before.png');*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    left: -20px;*/
/*    transition:all .3s ease-in;*/
/*}*/


.layout-header ul.navbar > li:last-of-type{
    padding-right: 0;
}
.layout-header .navbar > li > a{
    color:#555555;
    padding: 2px 0;
    font-weight: 400;
    font-size: 18px;
}
.layout-header .navbar > li:hover > a,.layout-header .navbar > li.current-menu-item > a{
    color: #162a46;
}

ul.checked-li{
    padding: 0;
}
ul.checked-li li{
    padding-left: 30px;
    position: relative;
    list-style: none;
}
ul.checked-li li::before {
    color: #ff5757;
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
}


.navbar li a i {
    transform: rotate(15deg);
}


.topbar {
    width: 100%;
    background: rgba(0,22,52,0.85);
    display: inline-block;
    vertical-align: top;
}


.topbar-sec {

    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 2px 0;

}


.topbar-social-icons {
    float: right;
}



.social-icons {
    position: relative;
    width: auto;
    float: left;
    padding: 0 26px 0 0px;

}

.social-icons::after {

    content: '';
    background: #949494;
    width: 1px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 53%;
    transform: translateY(-50%);

}


.social-icons ul {
    margin-bottom: 0;
}

.phone-number {
    width: auto;
    float: left;
}
.top-bar-phone-number img{
    margin-top: -3px;
}
.top-bar-phone-number i.fa{
    font-size: 18px;
    padding-right: 3px;
}
.social-icons li {
    display: inline-block;
}

.social-icons li a i {

    color: #fff;
    font-size: 16px;
    padding: 0 0 0 9px;

}

.top-bar-phone-number a {
    color: #fff;
    font-size: 16px;
}









/*== Header End ==*/


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

.slide-items {
    background-position: center !important;
    background-size: cover !important;
    height: 995px;
    width: 100%;
    display: inline-block;
}


.fa-angle-left.slick-arrow {
    display: inline-block;
    z-index: 999999999999;
    color: #fff;
    font-size: 56px;
    left: 2%;
    position: absolute;
    top: 56.5%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.fa-angle-right.slick-arrow {

    display: inline-block;
    z-index: 999999999999;
    color:  #fff;
    font-size: 56px;
    right: 2%;
    position: absolute;
    top: 56.5%;
    transform: translateY(-50%);
    cursor: pointer;
}



/*======== Development Sec CSS ===============*/


.development-sec {

    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 85px 0 85px 0;

}

.development-sec .section-content{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
}

.development-text-box {
    width: 100%;
    float: left;
}
 .development-text-box .development-title h2{
     line-height: 1.3;
 }

.development-right-box {
    width: 50%;
    float: left;
    position: absolute;
    right: 0;
    height: 100%;
    padding-left: 50px;
}
.development-right-box .box-content{
    height: 100%;
}
.development-right-box-img{
    background-size: cover !important;
    height: 100%;
}
.development-right-box-img img {
    width: 100%;
}


.development-content {

    width: 50%;
    float: left;
    padding: 0 20px 0 0;

}

.development-title-sec::before {

    content: url('../images/evolution-img.png');
    position: absolute;
    left: -72px;
    top: -25px;

}


.development-title-sec {
    /*max-width: 580px;*/
    position: relative;
    /*float: right;*/
    /*margin: 0 auto;*/
}

.development-title h2 {
    margin-bottom: 25px;
}


.development-title p {
    line-height: 2.2;
    letter-spacing: -0.1px;
}

.learn-more-btn a,.blue-btn {
    font-size: 18px;
    color: #fff;
    border: 2px solid transparent;
    font-weight: 400;
    background: #0e2340;
    display: inline-block;
    padding: 15px 55px;
    transition: all .5s ease-in-out;
}


.learn-more-btn a:hover  {
    background: transparent;
    color: #0e2340;
    border: 2px solid #0e2340;
}

.gallery-btn a,.gray-btn {
    font-size: 18px;
    border: 2px solid transparent;
    color: #fff;
    font-weight: 400;
    background: #ababab;
    display: inline-block;
    transition: all .5s ease-in-out;
    padding: 15px 50px;
}

.gallery-btn a:hover {
    border: 2px solid #0e2340;
    background: transparent;
    color: #0e2340;
}

.blue-rollover:hover{
    color: #fff !important;
}
.gray-rollover:hover{
    /*background: #ababab !important;*/
    color : #fff !important;
}
.gray-rollover , .blue-rollover,.gallery-nav li a{
    display: inline-block;
    vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none !important;
    cursor: pointer;
}
.gray-rollover::before,.blue-rollover::before,.gallery-nav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ababab;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.gray-rollover:hover::before, .gray-rollover:focus::before, .gray-rollover:active::before,
.blue-rollover:hover::before, .blue-rollover:focus::before, .blue-rollover:active::before,.gallery-nav li a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.gray-rollover:focus,.blue-rollover:focus,.gallery-nav li a:focus{
    color: #fff !important;
}
.gallery-nav li a{
    position: relative;
}
.blue-rollover::before,.gallery-nav li a::before{
    background: #0e2340;
}
.blue-rollover.darker-effect:before{
    background: #274165;
}
.gray-rollover.darker-effect:before{
    background: #8f8f8f;
}


.sec-btns {

    width: 100%;
    display: inline-block;
    padding: 25px 0 0 0;

}

.learn-more-btn {
    width: 50%;
    float: left;
}


.gallery-btn {
    width: 50%;
    float: left;
}

.development-content .btn-content a{
    margin-right: 25px;
}
.developement-content .btn-content a:last-of-type{
    margin-right: 0;
}
/* ================== GALLERY CSS ================*/

.parallax-window {
    min-height: 400px;
    background: transparent;
}
/*.residential-gallery {*/
/*    height: 900px;*/
/*    background-position: center !important;*/
/*    background-size: cover !important;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    padding: 100px 0 0 0;*/
/*}*/

.residential-gallery {
    /*height: 900px;*/
    background-position: center !important;
    background-size: cover !important;
    display: inline-block;
    width: 100%;
    padding: 100px 0 85px 0;
}


.residential-title {
    position: relative;
    width: 50%;
    float: left;
}

.lresidential-gallery-btn {
    width: 50%;
    float: left;
    text-align: right;
}


.residential-title h2 {
    color: #fff;
}

.residential-title::before {
    content: url('../images/gallery-before-img.png');
    position: absolute;
    left: -40px;
    top: -21px;
}


.lresidential-gallery-btn a {
    font-size: 18px;
    border: 2px solid transparent;
    color:  #fff;
    font-weight: 400;
    background: #ababab;
    display: inline-block;
    transition: all .5s ease-in-out;
    padding: 15px 25px;
}

.lresidential-gallery-btn a:hover {
    border: 2px solid #fff;
    background: transparent;
}

.residential-gallery-title {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 30px;
}


.gallery-content {
    margin: 0 -18px;
}

.gallery-box {

    width: 33.33%;
    float: left;
    margin-bottom: 36px;
    padding: 0 18px;

}


.gallery-box-content {
    position: relative;
}


.gallery-box-img img {
    width: 100%;
}


.gallery-box-overlay {

    position: absolute;
    top: 0;
    opacity: 0;
    background: rgba(255,255,255,0.8);
    width: 100%;
    transition: all .3s ease-in-out;
    height: 100%;

}

.gallery-box-content:hover .gallery-box-overlay {
    opacity: 1;
}

.overlay-descr a {
    font-size: 18px;
    color: #0e2340;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.overlay-descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 275px;
    position: relative;
}


.overlay-descr::after {
    content: url('../images/hover-after.png');
    position: absolute;
    right: 95px;
    top: 35%;
    transition: all .5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.overlay-descr::before {
    content: url('../images/hover-before.png');
    position: absolute;
    left: 27%;
    bottom: 40%;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease-in-out;
}


.gallery-box-content:hover .overlay-descr::after {
    content: url('../images/hover-after.png');
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
}

.gallery-box-content:hover .overlay-descr::before {
    content: url('../images/hover-before.png');
    position: absolute;
    left: 20px;
    top: auto;
    bottom: 16px;
    opacity: 1;
}


.gallery-section {
    position: relative;
}

.gallery-section::after {
    content: url('../images/gallery-after.png');
    position: absolute;
    bottom: -15px;
    right: -42px;
}

.error-section{
    padding-top: 60px;
    background: rgba(0,0,0,0.05);
    padding-bottom: 40px;
}
.error-section .error-figure{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.error-section .error-figure img{
    max-width: 100%;
}
/*============== Commercial Gallery Css ===============*/



.commercial-gallery .residential-title h2 {
    color: #0e2340;
}

.commercial-gallery .lresidential-gallery-btn a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    border: 2px solid transparent;
    background: #0e2340;
    display: inline-block;
    padding: 15px 25px;
    transition: all .5s ease-in-out;
}


.commercial-gallery .lresidential-gallery-btn a:hover {
    background: transparent;
    border: 2px solid #0e2340;
    color: #0e2340;
}


.commercial-gallery .gallery-box-overlay {
    background: rgba(14,35,64,0.9);
}

.commercial-gallery .overlay-descr a {
    color: #fff;
}



/* ============= Form CSS ===============*/


.contact-form {
    background-position: center !important;
    background-size: cover !important;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 70px 0 125px 0;
    /*height: 780px;*/
}


.contact-title p {
    line-height: 2.2;
}


.form-bg-sec {
    max-width: 550px;
    float: right;
    position: relative;
}


.form-bg-sec::after {
    content: url('../images/gallery-after.png');
    position: absolute;
    right: -40px;
    bottom: -40px;
}

#dropdownMenuLink {
    width: 100%;
    background: rgba(255,255,255,0.6);
    position: relative;
    border-radius: 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #555555;
    text-align: left;
    font-weight: 400;
    line-height: 35px;
    height: 50px;
}
.select-menu select.wpcf7-select {
    width: 100%;
    background: rgba(255,255,255,0.6);
    position: relative !important;
    border-radius: 0;
    font-size: 16px !important;
    color: #555555;
    text-align: left;
    font-weight: 400 !important;
    line-height: 35px;
    height: 50px;
    border: none !important;
    padding: 0 0 0 10px;
    margin: 0 0 4px 0;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
#dropdownMenuLink::after {
    content: '\f078';
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    font-weight: 300;
    right: 15px;
}
.form .form-content{
    padding-right: 0;
}
.select-field{
    position: relative;
}
.select-field:after {
    content: '\f078';
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    font-weight: 300;
    right: 15px;
    top: 14px;
}

.select-field select option{
    padding-top: 3px;
    padding-bottom: 3px;
}

.form-feilds .dropdown.show {
    /*padding: 0 15px 0 0;*/
}
.form-feilds .dropdown .dropdown-menu{
    width: 100%;
    background: #f6f6f6;
}
.dropdown .dropdown-menu a.dropdown-item{
    background: none;
}

.form-width {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

a.dropdown-item {
    width: 100%;
    display: inline-block;
    background: rgba(255,255,255,0.6);
    border-radius: 0;
    font-size: 16px;
    color: #555555;
    text-align: left;
    font-weight: 400;
    line-height: 35px;
    height: 50px;
    padding: 0 0 10px 15px;

}


.form-fields-inputs{
    margin: 0 -7px;
}

.input-name {

    width: 50%;
    float: left;
    padding-left:7px;
    padding-right:7px;
    margin-bottom: 15px;

}

/*.input-name input {*/
/*    max-width: 260px;*/
/*}*/


.textarea {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.form-textarea textarea {
    height: 125px;

}


.form-btn {

    text-align: right;
    padding: 15px 0 0 0;

}

form .submit-btn{
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.form-btn button,.form-btn input.wpcf7-submit {
    background: #0e2340;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    padding: 15px 70px;
    transition:all .5s ease-in-out;
    border: 2px solid transparent;
}
.form-btn input.wpcf7-submit{
    float: right;
}
.form-btn input.wpcf7-submit:hover {
    border: 2px solid #0e2340;
    color: #0e2340;
    background: transparent;
}
.form-btn button:hover {
    border: 2px solid #0e2340;
    color: #0e2340;
    background: transparent;

}

.contact-descr  {
    padding: 0 0 12px 0;
}
.contact-form-sec .dropdown .dropdown-backdrop{
    display: none;
}

.wpcf7-response-output{
    font-size: 13px;
    border: none !important;
    margin:0 !important;
    position: absolute;
    bottom: 30px;
    width: calc(100% - 220px);
    padding: 0 !important;
    font-weight: 500;
}
.wpcf7-mail-sent-ok {color: #398f14}
.wpcf7-validation-errors{ color: #f00}
/*============== FOOTER SECTION CSS =================*/

.footer {
    padding: 50px 0 45px 0;
}

.footer-coulmn-one {
    width: 17%;
    float: left;
}

.footer-coulmn-two{
    width: 28%;
    float: left;
}

.footer-coulmn-three{
    width: 30%;
    float: left;
}

.footer-coulmn-four{
    width: 25%;
    float: left;
}

.footer-title h4 {
    color: #0e2340;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-list li{
    padding-bottom: 10px;
}


.footer-list li a {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
}
.footer-list li:hover a{
    color: #162a46;
}
.location p {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    line-height: 2.2;
    margin-bottom: 0;
}

.location  a {
    font-size: 16px;
    text-decoration: underline;
    padding-top: 6px;
    display: inline-block;
    color: #555555;
    font-weight: 400;
}


.footer-title  {
    padding-bottom: 5px;
}

.contact-list li a {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
}
.contact-list li:hover a,footer a{
    color: #162a46 !important;
}
.contact-list li  {
    font-size: 16px;
    margin-bottom: 15px;
    color: #555555;
    font-weight: 400;
}

.contact-info-content .info-field .info-text a:hover{
    color: #162a46;
}

.contact-list span  {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
}


.footer-bottom-content {

    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 35px 0 0 0;

}

.footer-social-icons li {

    display: inline-block;
    padding: 0 10px 0 0px;

}

.footer-social-icons li a i {

    background: #0e2340;
    color: #fff;
    font-size: 30px;
    height: 50px;
    border-radius: 34px;
    display: inline-block;
    width: 50px;
    text-align: center;
    line-height: 50px;
    transition: all .3s ease-in-out;

}

.footer-social-icons li a i:hover {
    background: #ababab;
}


.copyright-title p {
    font-size: 14px;
    color: #ababab;
}


.copyright-sec {
    width: 60%;
    float: left;
}


.footer-bottom-social-icons  {
    width: 40%;
    float: left;
}


.copyright-title {

    text-align: right;
    padding: 10px 0 0 0;

}



.inner-pages-banner-section{
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}
.inner-pages-banner-section.parallax-window{
    min-height: auto !important;
}
.inner-pages-banner-section .section-content{
    padding-top: 145px;
    position: relative;
    z-index: 2;
    color: #fff;
}
.inner-pages-banner-section .section-overlay{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(14,35,64,0.55);
    background: rgba(0,10,32,0.49);
    /*-webkit-mix-blend-mode: multiply;*/
    /*-moz-mix-blend-mode: multiply;*/
    /*-o-mix-blend-mode: multiply;*/
    /*-ms-mix-blend-mode: multiply;*/
    /*mix-blend-mode: multiply;*/
    top: 0;
    left: 0;
}
.inner-pages-banner-section .text-content{
    min-height: 380px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 25px;
}
.inner-pages-banner-section .text-content h1{
    align-self: flex-end;
    font-weight: 400;
    font-size: 65px;
}
.generic-text-block{
    display: inline-block;
    width: 100%;
    padding: 90px 0 45px;
    position: relative;
    z-index: 2;
}
.generic-text-block .block-content{
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0;
}
.generic-text-block .block-content:before{
    content: url('../images/generic-section-before.png');
    position: absolute;
    left: -40px;
    top: -11px;
}
.generic-text-block .block-content:after{
    content: url('../images/generic-section-after.png');
    position: absolute;
    right: -35px;
    bottom: 18px;
}
.generic-text-block h2{
    /*margin-bottom: 25px;*/
}
.generic-text-block p{
    font-size: 18px;
    color: #555555;
    line-height: 2.75;
    margin-bottom: 45px;
}
.text-section.bg-image{
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.text-section.bg-image .bg-overlay{
    background: rgba(14,35,64,0.82);
    background: rgba(0,12,34,0.77);
    /*mix-blend-mode: multiply;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
}
.text-section.bg-image .section-content h2,.text-section.bg-image .section-content p{
    color: #fff;
}
.cta-section .cta-block{
    padding: 90px 0;
}
.cta-block .block-content {
    padding: 10px 0;
    text-align: center;
    position: relative;
}
.cta-block .block-content:before{
    content: url('../images/generic-section-before.png');
    position: absolute;
    left: -40px;
    top: -11px;
}
.cta-block .block-content:after{
    content: url('../images/generic-section-after.png');
    position: absolute;
    right: -35px;
    bottom: -20px;
}
.cta-block .btns-content{
    padding: 18px 0 15px;
}
.cta-block .btns-content a{
    margin-left: 12px;
    margin-right: 12px;
    padding: 11px 20px;
}
.contact-info-section{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 80px 0;
}
.contact-info-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    width: 100%;
    padding: 25px 0;
    position: relative;
}
.contact-info-content:before{
    content: url('../images/generic-section-before.png');
    position: absolute;
    left: -30px;
    top: -11px;
}
.contact-info-content:after{
    content: url('../images/generic-section-after.png');
    position: absolute;
    right: -35px;
    bottom: -26px;
}
.contact-info-content .info-left-block{
    padding-left: 0;
}
.contact-info-content .info-field{
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.contact-info-content .info-field:last-of-type{
    margin-bottom: 0;
}
.contact-info-content .info-field h3{
    color: #0e2340;
    font-size: 34px;
    font-weight: 400;
}
.contact-info-content .info-field p,.info-field a{
    color: #555555;
    font-size: 20px;
}
.contact-info-content .info-field .icon{
    float: left;
    width: 60px;
}
.contact-info-content .info-field .info-text{
    float: left;
    width: calc(100% - 60px);
    padding: 0 10px;
}
.contact-info-content .info-field .icon i{
    background: #0e2340;
    border-radius: 100%;
    display: inline-block;
    width: 52px;
    height: 52px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
}
.contact-info-content .info-field .icon i.fa-envelope{
    font-size: 30px;
}
.contact-info-content .info-field h3{
    margin-top: 5px;
    margin-bottom: 8px;
}
.contact-info-content .map-block{
    padding-top: 3px;
    padding-right: 0;

}
.google-map{
    position: relative;
    height: 100%;
    min-height: 330px;
}
.google-map iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*.wpcf7-not-valid-tip{*/
    /*display: none !important;*/
/*}*/
.gallery-single-banner{
    display: none !important;
}
.gallery-single-banner.in{
    display: inline-block !important;
    width: 100%;
    vertical-align: top;
}
.gallery-main-section{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 80px 0;
}
.gallery-main-section .gallery-nav{
    margin-bottom: 10px;
}
.gallery-nav ul{
    margin: 0 -18px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.gallery-nav li{
    flex: 1;
    padding: 0 18px;
}
.gallery-nav li a{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 12px 20px;
    background: #dcdcdc;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.gallery-nav li.active a{
    background: #0e2340;
}
.main-boxes-content{
    margin: 0 -18px;
}
.main-boxes-content .item{
    float: left;
    width: 33.3%;
    padding: 18px;
}
.main-boxes-content .item .feature-image{
    width: 100%;
    height: 275px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}
.main-gallery{
    position: relative;
    padding: 45px 0;
}
.main-gallery::before{
    content: url('../images/generic-section-before.png');
    position: absolute;
    left: -40px;
    top: 0;
}
.main-gallery::after{
    content: url('../images/generic-section-after.png');
    position: absolute;
    right: -40px;
    bottom: 10px;
}
.main-gallery .overlay-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    align-items: center;
    justify-content: center;
    vertical-align: center;
    position: absolute;
    background: rgba(14,35,64,0.9);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
}
.main-gallery .item .item-content:hover .overlay-content{
    opacity: 1;
    visibility: visible;
}
.main-gallery .overlay-content a{
    height: 100%;
    width: 100%;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    color: #fff;
    align-items: center;
    text-align: center;
}
.main-gallery .overlay-content::before {
    content: url('../images/hover-before.png');
    position: absolute;
    left: 27%;
    bottom: 40%;
    opacity: 0;
    transition: all .5s ease-in-out;
    pointer-events: none;
}
.main-gallery .item .item-content:hover .overlay-content::before {
    left: 20px;
    top: auto;
    bottom: 16px;
    opacity: 1;
}
.main-gallery .overlay-content::after {
    content: url('../images/hover-after.png');
    position: absolute;
    right: 27%;
    top: 35%;
    transition: all .5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
.main-gallery .item .item-content:hover .overlay-content::after {
    right: 20px;
    top: 20px;
    opacity: 1;
}

.primary-cta-section{
    background: #0e2340;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}
.primary-cta-section h2{
    color: #fff;
    display: inline-block;
    margin: 0;
    padding-right: 15px;
    vertical-align: top;
}
.primary-cta-section a.gray-btn{
    margin-left: 15px;
    min-width: 210px;
    padding: 10px 25px;
    margin-top: 3px;
}
.primary-cta-section a.gray-btn.bordered-btn{
    border: 2px solid #ababab;
}
.primary-cta-section a.gray-btn.bordered-btn:hover{
    background: transparent !important;
    border-color: #fff;
    color: #fff;
}
.gallery-detail-section{
    padding: 80px 0 0;
}
.gallery-detail-section .detail-section-content{
    padding-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    padding-top: 45px;
    position: relative;
}

.gallery-detail-section .detail-section-content::before{
    content: url('../images/generic-section-before.png');
    position: absolute;
    left: -40px;
    top: 0;
}
.gallery-detail-section .detail-section-content::after{
    content: url('../images/generic-section-after.png');
    position: absolute;
    right: -40px;
    bottom: 55px;
}
.gallery-detail-section .left-block{
    width: 315px;
    float: left;
}
.gallery-detail-section .left-block .block-content{
    height: 100%;
    position: relative;
    padding-bottom: 90px;
}
.gallery-detail-section .right-block{
    float: left;
    width: calc(100% - 315px);
    padding-left: 30px;
}
.gallery-detail-section .right-block .images-list{
    display: none !important;
}
.gallery-detail-section .right-block .images-list.in{
    display: block !important;
}
.gallery-detail-section .right-block .images-list .figure{
    margin-bottom: 30px;
}
.gallery-detail-section .right-block .images-list .figure:last-of-type{
    margin-bottom: 0;
}
.gallery-detail-section .right-block .images-list .figure img{
    width: 100%;
}
.gallery-detail-section .left-block .btns-content{
    margin: 0 -15px;
    margin-bottom: 15px;
}
.gallery-detail-section .left-block .btns-content.bottom-btns-content{
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
.gallery-detail-section .left-block .btns-content a {
    width: 140px;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}
.left-block .detail-summary{
    padding: 10px 0;
}
.left-block .detail-summary h3{
    font-size: 34px;
    color: #0e2340;
    margin-bottom: 35px;
}
.detail-summary .feature h6{
    margin-bottom: 7px;
}
.detail-summary .feature{
    margin-bottom: 30px;
}
.detail-summary .feature span{
    color: #555555;
}
.navigation-cta{
    background: #0e2340;
    color: #fff;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}
.navigation-cta a{
    color: #fff;
}
.navigation-cta .content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
}
.navigation-cta .content .prev-link{
    text-align: left;
}
.navigation-cta .content .next-link{
    text-align: right;
}
.navigation-cta .content .prev-link,.navigation-cta .content .next-link{
    flex: 1;
    align-self: center;
}
.navigation-cta .content .text{
    flex: 3;
    align-self: center;
}
.navigation-cta .content h2{
    font-weight: 400;
    margin-top: 5px;
}
.pagination-block{
    text-align: center;
    position: relative;
}
.main-gallery .pagination-block .pagination-content{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 12px;
}
.pagination-content .page-numbers{
    width: 26px;
    height: 26px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #ababab;
    border: 1px solid #ababab;
    vertical-align: top;
    margin: 0 3px;
    font-weight: 400;
}
.pagination-content .page-numbers.current{
    background: #0e2340;
    border-color: #0e2340;
    color: #fff;
    font-weight: 400;
}
.pagination-content a.prev.page-numbers,.pagination-content a.next.page-numbers{
    border: none;
    font-size: 0;
    color: transparent;
    position: relative;
    margin-left: 0;
}
.pagination-content a.prev.page-numbers{
    margin-left: 0;
    margin-right: 0;
}
.pagination-content a.prev.page-numbers:before,.pagination-content a.next.page-numbers:before{
    content:'\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    font-size: 18px;
    color: #ababab;
    left: 7px;
}
.pagination-content a.prev.page-numbers:before{
    content: '\f104';
    left: 7px;
}
.footer-logo img{
    max-width: 100%;
}


/*====== MEDIA QUERIES =======*/

@media (max-width: 1400px) {
    /*.development-title h2 {*/
    /*    margin-bottom: 10px;*/
    /*    font-size: 36px;*/
    /*}*/

    /*.development-title p {*/
    /*    line-height: 1.7;*/
    /*}*/
    .development-right-box {
        padding-left: 0;
    }
    .development-title-sec::before{
        left: -55px;
    }
    .development-content{
        padding-right: 40px;
    }
}

@media(max-width: 1279px){
    h2{
        font-size: 36px;
    }
    .topbar {

        padding: 3px 15px;

    }
    .layout-header .logo{
        max-width: 300px;
        padding-top: 5px;
    }
    .layout-header ul.navbar > li{
        padding-top: 5px;
    }
    .layout-header .header-nav-links{
        float: right;
        width: calc(100% - 300px);
    }
    .layout-header .header-main-area {

        padding: 0 25px;

    }
    .layout-header ul.navbar > li{
        padding-left: 55px;
    }

    .slide-items {

        height: 800px;

    }

    .development-sec {


        padding: 80px 0 85px 15px;

    }

    .development-title-sec::before {

        content: url('../images/evolution-img.png');
        position: absolute;
        left: 0;
        top: -15px;

    }

    /*.development-title p {*/

    /*    line-height: 1.7;*/
    /*    font-size: 16px;*/

    /*}*/

    .sec-btns {
        padding: 10px 0 0 0;
    }


    .residential-title::before {

        left: -35px;
        top: -25px;

    }

    .gallery-section::after {
        bottom: -20px;
        right: -35px;
    }

    .gallery-box {
        /*width: 32%;*/
        /*float: left;*/
        /*margin: 0 5px 30px;*/
    }

    .residential-title{
        padding-left: 5px;
    }
    .residential-gallery{
        padding-left: 45px;
        padding-right: 45px;
    }
    .footer-logo img {
        width: 100%;
    }


    .form-bg-sec::after {
        right: -20px;
        bottom: -50px;
    }

    .footer {
        padding: 50px 15px 45px 15px;
    }


    .gallery-box-overlay .overlay-title {
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
        height: 100%;
        width: 100%;
        justify-content: center;
        -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
        align-items: center;
    }
    .gallery-box-overlay .overlay-descr{
        height: 100%;
        width: 100%;
    }
    .contact-form{
        padding-right: 30px;
    }
    .development-content .btn-content a{
        margin-right: 15px;
        margin-bottom: 8px;
    }
    .development-title-sec::before{
        content: none;
    }
    .inner-pages-banner-section .text-content h1{
        font-size: 55px;
    }
    .inner-pages-banner-section .text-content{
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
        /*min-height: 275px;*/
        justify-content: center;
    }
    .inner-pages-banner-section .text-content h1 {
        align-self: center;
        font-size: 37px;
        font-weight: 300;
    }
    .generic-text-block {
        padding: 50px 0 15px;
    }
    .generic-text-block .block-content{
        padding-left: 25px;
        padding-right: 25px;
    }
    .generic-text-block .block-content::after{
        right: -2px;
    }
    .generic-text-block .block-content::before {
        left: -2px;
    }
    .cta-section .cta-block {
        padding: 50px 0;
    }
    .cta-block .block-content:before{
        left: -2px;
    }
    .cta-block .block-content:after{
        right: -2px;
    }
    .cta-block .block-content{
        padding-left: 20px;
        padding-right: 20px;
    }
    .cta-block .btns-content a {
        margin-left: 6px;
        margin-right: 6px;
        padding: 11px 13px;
    }
    .contact-info-section{
        padding: 55px 0 40px;
    }
    .contact-info-content{
        padding-left: 10px;
        padding-right: 10px;
    }
    .contact-info-content:before{
        left: -2px;
    }
    .contact-info-content:after{
        right: -2px;
        bottom: -18px;
    }
    .contact-info-content .info-left-block{
        padding-left: 15px;
        margin-bottom: 25px;
    }
    .contact-info-content .map-block{
        padding-right: 15px;
    }
    .gallery-nav ul,.main-boxes-content{
        margin: 0 -10px;
    }
    .gallery-nav li{
        padding: 0 10px;
    }
    .main-boxes-content .item{
        padding: 10px;
        /*width: 33.3%;*/
    }
    .gallery-main-section {
        padding: 60px 25px;
    }
    .main-gallery::before{
        left: -30px;
    }
    .main-gallery::after{
        right: -30px;
    }
    .detail-section-content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .gallery-detail-section .detail-section-content::before {
        left: -5px;
    }
    .gallery-detail-section .detail-section-content::after {
        right: -5px;
    }
}
@media(max-width: 1199px){
    .contact-info-content .info-field h3{
        font-size: 26px;
    }
    .contact-info-content .info-field p, .info-field a{
        font-size: 18px;
    }
    .navigation-cta .content .text{
        font-size: 24px;
    }
    .navigation-cta{
        padding: 35px 0;
    }
}
@media(max-width: 1230px){
    .layout-header.fixed-header .header-main-content{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1025px){
    .hidden-mob-collapse{
        display: block !important;
    }
    .visible-mob-collapse{
        display: none !important;
    }
    .layout-header{
        top: 0;
        width: 100%;
        position: absolute;
        z-index: 1;
        /*max-width: 1440px;*/
        left: 50%;
        left: 0;
        transform: translateX(-50%);
        transform: translateX(0%);
        background: none;
        transition: all 0.3s ease 0s;
    }
    .layout-header.fixed-header{
        left: 0;
        width: 100%;
        z-index: 1;
        padding-top: 0;
        max-width: 100%;
        transform: translateX(0%);
        box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
    }
    .layout-header.fixed-header ul.navbar > li{
        padding-top: 5px;
    }
    .layout-header.fixed-header .header-main-area{
        padding: 0;
    }
    /*.layout-header .logo{*/
    /*    transition: all 0.3s ease 0s;*/
    /*}*/
    .layout-header .logo img{
        /*position: absolute;*/
        transition: all 0.3s ease 0s;
        /*left: 7px;*/
    }
    .layout-header.fixed-header .logo{
        padding-top: 9px;
        padding-bottom: 5px;
        width: 230px;
    }
    .layout-header .header-nav-links{
        padding-right: 0;
        padding-top: 0;
    }
    /*.layout-header.fixed-header .header-nav-links{*/
    /*    padding-top: 20px;*/
    /*    padding-bottom: 5px;*/
    /*}*/
    .layout-header .main-nav{
        width: 100%;
    }
    .layout-header.fixed-header .main-nav{
        margin-top: 0;
    }
    .layout-header .navbar li > a:hover,.layout-header .navbar li.active > a,.layout-header .navbar li.current-menu-item > a,.layout-header .navbar li.parent-li:hover > a{

    }
    .layout-header.fixed-header .navbar li > a:hover,.layout-header.fixed-header .navbar li.active > a,.layout-header.fixed-header .navbar li.current-menu-item > a,.layout-header.fixed-header .navbar li.parent-li:hover > a{
        /*border-bottom: 3px solid #fff;*/
        color: #162a46;
    }

    .navbar li a:hover {
        color: #162a46;
    }

    .mobile-menu-close {
        display: none;
    }


}

@media (max-width: 1025px){
body{
    padding-top: 124px;
}
    .hidden-mob-collapse{
        display: none !important;
    }
    .visible-mob-collapse{
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-toggle {
        border-radius: 0;
        display: inline-block;
        height: 50px;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        right: 10px;
        left: auto;
        top: 20px;
        width: 50px;
    }
    .layout-header .logo{
        max-width: 100%;
    }
    .fixed-header .navbar-toggle{
        top: 13px;
    }
    .navbar-toggle span::after {
        box-shadow: 0 0 0 2px #464545, 0 9px 0 2px #464545, 0 18px 0 2px #464545;
        content: "";
        display: block;
        height: 0;
        margin-top: -8px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50%;
        width: 25px;
        transition: all 0.3s ease 0s;
    }
    .navbar-toggle span::before {
        content: "";
        display: block;
        height: 0;
        opacity: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 0.3s ease 0s;
        z-index: 9;
    }
    #main-header{
        background: #fbfbfb;
    }
    .layout-header{
        position: absolute;

        top: 0;
        left: 0;
    }
    .layout-header.fixed-header{
        background: #fff;
        box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
    }
    .layout-header .logo {
        width: 100%;
        position: relative;
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .layout-header .logo img {

        position: relative;
        max-width: 205px;

    }
    .layout-header .header-main-content {

        padding: 0 0 0 0;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .layout-header.fixed-header .header-nav-links{
        padding:  0 !important;
    }
    .layout-header .header-nav-links{
        padding: 0 !important;
    }

    .layout-header.fixed-header .logo {
        width: 100%;
        /*padding: 15px 10px 10px;*/
    }
    .layout-header .logo a{
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    /*.layout-header.fixed-header .logo img {*/
    /*    max-width: 110px;*/
    /*}*/
    .layout-header .main-nav.navbar-collapse {

        background: #163650;
        height: 100% !important;
        left: -307px;
        position: fixed;
        top: 0;
        width: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        transition: all 0.3s ease 0s;
        overflow: hidden;
        width:305px;
        box-shadow: none;
        border-top: none;
        border-right: 1px solid rgba(0,0,0,0.1);
        margin-top:0 !important;
        z-index: 2;
        overflow-Y: auto !important;
        display: block;
    }
    .layout-header .main-nav .mobile-logo img{
        max-width: 180px;
        margin-bottom: 10px;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .layout-header .main-nav.navbar-collapse.in {
        left:0;
        overflow: visible;
    }
    .layout-header .main-nav a:hover{
        color: #a8cf45;
    }
    .mobile-menu-close {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 24px;
        -webkit-transform: scale(1.3,1);
        transform: scale(1.3,1);
        text-align: center;
        cursor: pointer;
        color: #fff;
        z-index: 22;
        font-weight: 100;
    }
    .layout-header .main-nav ul{
        width: 100%;
    }
    ul.navbar{
        padding-left: 0;
        padding-bottom: 5px;
    }
    .layout-header ul.navbar a,.layout-header .navbar > li > a{
        color: #fff;
    }
    .layout-header ul.navbar a:hover,.layout-header .navbar > li > a:hover,.layout-header ul.navbar li.current-menu-item > a,.layout-header ul.navbar li.active > a{
        color: #fff;
    }
    ul.navbar > li{
        margin-right: 0;
        text-align: left;
        width: 100% ;
        padding: 0;
    }

    .layout-header .navbar > li > a{
        width: 100%;
        padding: 10px 30px 10px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    }

    .main-nav ul.navbar{
        padding-top: 10px;
    }
    .layout-header ul.navbar li{
        padding:0;
    }
    .main-nav.navbar-collapse.collapse{
        margin-top: 10px;
        box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset;
    }
    .layout-header .header-useful-links {
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .layout-header .main-nav ul{
        width: 100%;
    }
    .illustration-block img{
        max-width: 100%;
    }
    .layout-header ul.navbar > li:hover a::before,.layout-header ul.navbar > li:hover a::after{
        opacity: 0;
    }
    .layout-header ul.navbar > li.active a::before,.layout-header ul.navbar > li.current-menu-item a::before {
        left: -10px;
        opacity: 1;
        top: -6px;
        transform: rotate(90deg);
    }

    .layout-header ul.navbar > li.active a::after, .layout-header ul.navbar > li.current-menu-item a::after {
        opacity: 1;
        top: auto;
        right: 0px;
        transform: rotate(90deg);
        bottom: 2px;
    }
    .fa-angle-left.slick-arrow,.fa-angle-right.slick-arrow {
        top: 50%;
    }
    .gallery-box .gallery-box-img{
        overflow: hidden;
    }
    .gallery-box .gallery-box-img img{
        transition: all 0.3s ease 0s;
    }
    .gallery-box.in .gallery-box-img img{
        transform: scale(1.2);
    }

    .commercial-gallery .gallery-box.in .gallery-box-overlay,.commercial-gallery .gallery-box:hover .gallery-box-overlay {
        background: rgba(14,35,64,0.64);
    }
    /*.gallery-box-content {*/
    /*    border-radius: 10px;*/
    /*    overflow: hidden;*/
    /*}*/
    .gallery-box .gallery-box-content .overlay-descr::before{
        opacity: 0;
    }
    .gallery-box:hover .gallery-box-content .overlay-descr::before{
        opacity: 1;
    }
    .gallery-box .gallery-box-content .overlay-descr::after {
        /*right: 20px;*/
        /*top: 20px;*/
        /*opacity: 1;*/
        opacity: 0;
    }
    .gallery-box:hover .gallery-box-content .overlay-descr::after{
        opacity: 1;
    }
    .overlay-descr a{
        padding: 15px 10px;
    }
    .footer-content-box .footer-column{
        padding-right: 10px;
    }
    .inner-pages-banner-section .section-content{
        padding-top: 0;
    }
    .generic-text-block h2{
        margin-bottom: 25px;
    }
    .generic-text-block p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 25px;
    }
    .generic-text-block .block-content::after{
        bottom: -10px;
    }
    .main-gallery .overlay-content::before,.main-gallery .overlay-content::after{
        content: none !important;
    }
    .main-gallery .overlay-content,.main-gallery .overlay-content a{
        opacity: 0 !important;
        font-size: 0;
        visibility: visible;
    }
    .contact-form{
        position: relative;
    }
    .contact-form:after{
        content:'';
        position: absolute;
        background: rgba(255,255,255,0.7);
        left: 0;
        top: 0;
        z-index: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .contact-form .contact-form-sec{
        z-index: 1;
        position: relative;
    }
    .select-menu select.wpcf7-select,#dropdownMenuLink,.form .form-content input[type=text],.form .form-content input[type=tel],.form .form-content input[type=email],.form .form-content input[type=password],.form .form-content textarea{
        border: 1px solid rgba(0,0,0,0.15) !important;
    }
    .contact-form {
        background: #d3d3d3 !important;
    }
}

@media(min-width: 991px){
    .visible-mobile-version{
        display: none !important;
    }
}
@media(max-width: 991px){
    .visible-mobile-version{
        display: block !important;
    }
    .hidden-mobile-version{
        display: none !important;
    }
    .residential-title h2 {
        color: #fff;
        font-size: 36px;
    }

    .overlay-descr {
        align-items: center;
        height: 165px;
        position: relative;
    }

    /*.residential-gallery {*/
    /*    height: 730px;*/
    /*}*/

    .form-bg-sec {
        float: none;
        margin: 0 auto;
    }

    .slide-items {
        height: 650px;
    }

    .development-text-box {
        width: 100%;
        float: left;
    }
    .development-content{
        width: 100%;
    }
    .development-right-box {
        width: 100%;
        position: relative;
        right: auto;
        height: auto;
        padding: 20.6% 0;
    }
    .development-right-box .box-content{
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .development-right-box-img{
        background-position: center !important;
    }
    .development-title-sec::before {
        left: -80px;
        content: none;
    }
    .development-content{
        padding-right: 0;
    }
    .development-title-sec {
        max-width: 100%;
        position: relative;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .contact-form{
        padding: 60px 15px;
        position: relative;
    }
    .form .form-content{
        padding-right: 0;
    }

    .footer-logo{
        max-width: 150px;
        margin: 0 0 30px;
    }
    .main-boxes-content .item .feature-image{
        height: 240px;
    }
    .gallery-nav li a {
        padding: 12px 15px;
        font-size: 16px;
    }
    .main-boxes-content .item .feature-image {
        height: 200px;
    }
    .main-boxes-content .item{
        width: 50%;
    }
    .primary-cta-section h2{
        vertical-align: middle;
        font-size: 30px;
    }
    .primary-cta-section a.gray-btn.bordered-btn{
        margin-top: 0;
    }
    .development-sec {
        padding: 30px 15px 35px 15px;
    }
    .navigation-cta .content h2{
        font-size: 28px;
    }

}
@media(min-width: 767px){
    .visible-mobile{
        display: none !important;
    }
}
@media(max-width: 849px){
    .gallery-detail-section .left-block {
        width: 100%;
        float: left;
        text-align: center;
    }
    .gallery-detail-section .right-block {
        float: left;
        width: 100%;
        padding-left: 0;
    }
    .gallery-detail-section .bottom-btns-content.hidden-xs{
        display: none !important;
    }
    .gallery-detail-section .bottom-btns-content.visible-xs{
        display: block !important;
        text-align: center;
        width: 100%;
    }
    .gallery-detail-section .right-block .images-list .figure:last-of-type {
        margin-bottom: 30px;
    }
    .gallery-detail-section .left-block .block-content{
        padding-bottom: 0;
    }
}
@media(max-width: 767px){
    /*.gallery-box {*/
    /*    width: 47%;*/
    /*    float: left;*/
    /*    margin: 0 5px 30px;*/
    /*}*/
    .slide-items {
        height: 550px;
    }
    .gallery-content{
        margin-right: -10px;
        margin-left: -10px;
    }
    .gallery-box{
        width: 50%;
        padding: 0 10px;
    }
    .residential-title h2 {
        color:
                #fff;
        font-size: 26px;
    }

    .residential-gallery {
        height: auto;
    }

    .footer-coulmn-one {
        width: 100%;
        float: left;
    }
    .footer-coulmn-two {
        width: 100%;
        float: left;
    }
    .footer-coulmn-three {
        width: 100%;
        float: left;
    }
    .footer-coulmn-four {
        width: 100%;
        float: left;
    }
    .footer-logo{
        max-width: 300px;
        margin: 20px 0;
    }
    .residential-gallery{
        padding: 40px 30px 30px;
    }
    .residential-title{
        width: 100%;
    }
    .hidden-mobile{
        display:  none !important;
    }
    .visible-mobile{
        display: block !important;
    }
    .lresidential-gallery-btn {
        width: 100%;
        text-align: left;
    }
    .gallery-content{
        margin-right: -15px;
        margin-left: -15px;
    }
    .gallery-box{
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .development-sec {
        padding: 40px 15px 45px 15px;
    }
    .footer-content-box .footer-column{padding-right:0;}
    .copyright-sec {
        width: 100%;
        text-align: left;
    }
    .copyright-title{
        text-align: left;
    }
    .footer-bottom-social-icons  {
        width: 100%;
    }
    .inner-pages-banner-section .text-content{
        padding: 25px;
    }
    .inner-pages-banner-section .text-content h1{
        align-self: center;
    }
    .gallery-nav ul{
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin: 0;
    }
    .gallery-nav li{
        width: 100%;
        flex: auto;
        padding: 0;
        margin: 3px 0;
    }
    .gallery-main-section {
        padding: 30px 25px 20px;
    }
    .main-gallery{
        padding: 25px 0;
    }
    .primary-cta-section {
        padding: 40px 0;
    }
    .primary-cta-section h2{
        width: 100%;
        padding: 0;
        font-size: 28px;
        margin-bottom: 20px;
    }
    .primary-cta-section a.gray-btn.bordered-btn{
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .gallery-detail-section .detail-section-content::before,.gallery-detail-section .detail-section-content::after{
        content: none;
    }
    .gallery-detail-section{
        padding-top: 30px;
    }
    .gallery-detail-section .left-block {
        width: 100%;
        float: left;
        text-align: center;
    }
    .gallery-detail-section .right-block {
        float: left;
        width: 100%;
        padding-left: 0;
    }
    .gallery-detail-section .left-block .block-content{
        padding-bottom: 0;
    }
    .gallery-detail-section .bottom-triggering-btns{
        padding: 20px 0 10px;
        text-align: center;
        width: 100%;
    }
    .gallery-detail-section .left-block .btns-content a, .gallery-detail-section .bottom-triggering-btns a {
        width: auto;
        padding: 10px 20px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .left-block .detail-summary {
        padding: 22px 0;
    }
    .left-block .detail-summary h3{
        font-weight: 300;
        margin-bottom: 20px;
    }
    .gallery-detail-section .right-block .images-list .figure:last-of-type{
        margin-bottom: 30px;
    }
    .navigation-cta .content {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .navigation-cta .content .prev-link {
        text-align: center;
    }
    .navigation-cta .content .text {
        padding: 0;

    }
    .navigation-cta .content .next-link {
        text-align: center;
    }
    .gallery-detail-section .detail-section-content{
        padding-bottom: 70px;
    }
    .inner-pages-banner-section.gallery-single-banner .text-content h1 {
        font-size: 45px;
    }
    .navigation-cta .content h2 {
        font-size: 20px;
        margin: 0;
    }
    .pagination-block{
        padding-top: 20px;
    }
    .main-gallery .pagination-block .pagination-content{
        position: static;
        transform: none;
    }
    .error-section{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .error-section .error-figure{
        width: 60%;
    }
    .gallery-detail-section .detail-section-content{
        display: inline-block;
        width: 100%;
    }
    .navigation-cta .content .text{
        font-size: 18px;
        padding: 5px 0;
    }
}
@media(max-width: 599px){

}
@media(max-width: 480px){
    body{
        padding-top: 115px;
    }
    .topbar-social-icons{
        text-align: center;
        width: 100%;
    }
    .topbar-social-icons .phone-number,.topbar-social-icons .social-icons{
        display: inline-block;
        float: none;
    }
    .layout-header .logo{
        padding-left: 50px;
        padding-right: 60px;
    }
    .layout-header .logo img{
        max-width: 180px;
    }
    .layout-header .logo img {
        max-width: 180px;
        margin-right: 20px;
    }
    .navbar-toggle{
        right: 0;
        top: 15px;
    }
    .learn-more-btn a, .blue-btn,.gallery-btn a, .gray-btn,.development-content .btn-content a{
        padding: 10px 20px;
        font-size: 16px;
        margin-right: 5px;
    }
    .development-content .btn-content a:last-of-type{
        margin-right: 0;
    }
    .slide-items {
        height: 410px;
    }
    .development-title h2 {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .development-title-sec::before {
        left: -50px;
        content: none;
    }
    .learn-more-btn {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .gallery-btn {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .residential-title {
        position: relative;
        width: 100%;
        float: left;
        margin-bottom: 25px;
    }

    .lresidential-gallery-btn a {
        font-size: 15px;

    }


    .commercial-gallery .lresidential-gallery-btn a{
        font-size: 15px;

    }

    .gallery-box {

        width: 100%;
        float: left;
        margin: 0 0px 30px;
        padding: 0 25px;

    }

    .overlay-descr {

        align-items: center;
        height: 270px;
        position: relative;

    }

    .form-bg-sec {

        float: none;
        margin: 0 auto;
        padding: 0 15px;

    }

    .footer-bottom-social-icons {

        width: 100%;
        float: left;

    }

    .copyright-sec {

        width: 100%;
        float: left;

    }

    .copyright-title {

        text-align: left;
        padding: 10px 0 0 0;
        line-height: 1.7;

    }

    .contact-form {

        height: auto;
        padding: 60px 0;
    }

    .contact-title h2{
        font-size: 26px;
    }


    .contact-title p {

        line-height: 2;
        font-size: 16px;

    }

    .input-name {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .input-name input {
        max-width: 100%;
    }

    .form-feilds .dropdown.show {
        padding: 0 0px 0 0;
    }

    .textarea {
        padding: 0 0px 0 0px;
    }

    .lresidential-gallery-btn {
        width: 100%;
        float: left;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    /*.contact-form{*/
    /*    background: #d3d3d3 !important;*/
    /*}*/
    /*.contact-form:after{*/
    /*    background: rgba(255,255,255,0.88);*/
    /*}*/
    .residential-title{
        padding-left: 15px;
        padding-bottom: 0;
    }
    .residential-gallery-title{
        padding-bottom: 0;
    }
    .residential-title::before{
        left: -5px;
        content: none;
    }
    .gallery-section::after{
        right: -8px;
        content: none;
    }
    .residential-gallery{
        padding-left: 5px;
        padding-right: 5px;
    }
    .form-bg-sec::after{
        right: -6px;
        content: none;
    }
    .footer-title h4{
        font-weight: 600;
    }
    .footer-logo {
        max-width: 150px !important;
        margin: 0 auto 30px !important;
    }
    .footer-content-box .footer-column{
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-bottom-content,.copyright-title{text-align: center}
    .generic-text-block .block-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cta-block .btns-content a {
        margin: 6px;
        min-width: 190px;
    }
    .contact-info-content::before,.contact-info-content::after,.cta-block .block-content::after,.cta-block .block-content::before,.generic-text-block .block-content::after,.generic-text-block .block-content::before{
        content: none;
    }
    .contact-info-section {
        padding: 35px 0 40px;
    }
    .contact-info-content .info-field h3 {
        font-size: 24px;
    }
    .contact-info-content .info-field p, .info-field a {
        font-size: 16px;
    }
    .contact-info-content .info-left-block{
        padding-left: 10px;
        padding-right: 10px;
    }
    .contact-info-content .info-field .icon i {
        width: 42px;
        height: 42px;
        font-size: 30px;
        line-height: 42px;
    }
    .contact-info-content .info-field .icon i.fa-envelope {
        font-size: 20px;
    }
    .contact-info-content .info-field {
        margin-bottom: 25px;
    }
    .contact-info-content .info-field .icon {
        width: 45px;
    }
    .contact-info-content .info-field .info-text{
        width: calc(100% - 45px);
    }
    .contact-info-content .map-block{
        padding-right: 10px;
        padding-left: 10px;
    }
    .google-map {
        height: 270px;
        min-height: auto;
    }
    .wpcf7-response-output{
        position: static;
        padding-top: 10px;
        width: 100%;
    }
    .main-gallery::before{
        content: none;
    }
    .main-gallery::after{
        content: none;
    }
    .main-boxes-content .item{
        width: 100%;
    }
    .main-boxes-content .item .feature-image{
        height: 240px;
    }
    /*.inner-pages-banner-section.gallery-single-banner .text-content h1 {*/
    /*    font-size: 20px;*/
    /*    font-weight: 400;*/
    /*}*/
    /*.gallery-detail-section .right-block .images-list .figure{*/
    /*    margin-bottom: 15px;*/
    /*}*/
    .navigation-cta h2 {
        font-size: 24px;
    }
    .navigation-cta {
        padding: 20px 0;
    }
    .gallery-detail-section .detail-section-content::before,.gallery-detail-section .detail-section-content::after {
        content: none;
    }
    .inner-pages-banner-section .text-content {
        min-height: 160px;
        padding: 20px 25px;
    }
    .inner-pages-banner-section.gallery-single-banner .text-content h1,.inner-pages-banner-section .text-content h1{
        font-size: 20px;
    }
    .layout-header.fixed-header .header-main-content {
         padding-left: 0;
         padding-right: 0;
    }
    .left-block .detail-summary h3{
        font-size: 24px;
    }
    .detail-summary .feature h6{
        font-size: 18px;
    }
    .detail-summary .feature span{
        font-size: 16px;
    }
    .gallery-detail-section .detail-section-content{
        padding-bottom: 42px;
        padding-top: 22px;
    }
    .navigation-cta .content .prev-link, .navigation-cta .content .next-link{
        font-size: 17px;
    }


}

@media(min-width: 1600px){
    .fa-angle-left.slick-arrow {
        left: 10%;
    }
    .fa-angle-right.slick-arrow {
        right: 10%;

    }
}

@media(min-width: 1999px){
    .fa-angle-left.slick-arrow {
        left: 19%;
    }
    .fa-angle-right.slick-arrow {
        right: 19%;

    }
}

