@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger {
    font-size: 1.4em;
}
:target::before {
    content: "";
    display: block;
    height: 130px; /* fixed header height/
  margin: -130px 0 0; / negative fixed header height */
}
@media screen and (min-width: 1200px) {
    .modal-lg {
        width: 1140px;
    }
}
.w50-w50 li {
    width: 44%;
    margin-bottom: 20px;
}
.blue-box {
    padding: 25px 20px 5px;
    border-radius: 5px;
    background-color: #63afe1;
    margin-bottom: 35px;
}
.blue-box p,
.blue-box i {
    color: #fff;
}
.blue-box a {
    color: #fff;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.blue-box ul {
    padding: 0;
    margin: 0 0 5px 30px;;
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
label {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    color: #282828;
    margin: 0;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.form-horizontal .control-label {
    text-align: left;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea, select {
    width: 100%;
    height: 42px;
    border-width: 1px;
    border: solid 1px;
    border-color: #939393;
    padding: 0 5px;
    color: #939393;
    font-size: 16px;
    border-radius: 4px;
}
textarea {
    min-height: 120px;
}
.custom-checkRad label {
    cursor: pointer;
    display: inline-block;
}
.custom-checkRad input[type="checkbox"], .custom-checkRad input[type="radio"] {
    display: none;
}
.custom-checkRad input[type="checkbox"] + label .fa.unchecked, .custom-checkRad input[type="radio"] + label .fa.unchecked {
    display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label .fa.checked, .custom-checkRad input[type="radio"] + label .fa.checked {
    display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.unchecked, .custom-checkRad input[type="radio"]:checked + label .fa.unchecked {
    display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.checked, .custom-checkRad input[type="radio"]:checked + label .fa.checked {
    display: inline-block;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: solid 1px #c13616;
    background-color: #c13616;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 6px;
    padding: 12px 30px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
    background-color: transparent;
    border-color: #c13616;
    color: #c13616;
    text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout .fal,
.btn-layout .far,
.btn-layout .fas,
.btn-layout .fab {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    font-size: 1.2em;
}
.btn-layout {
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: solid 1px #c13616;
    background-color: #c13616;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 6px;
    padding: 12px 30px;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
    background-color: transparent;
    border-color: #c13616;
    color: #c13616;
    text-decoration: none;
}
.white-btn-layout {
    position: relative;
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
    color: #282828;
    border-color: #fff;
    background-color: #fff;
    text-decoration: none;
}
.hollow-btn-layout {
    position: relative;
    color: #c13616;
    border-color: #c13616;
    background-color: transparent;
}
.hollow-btn-layout:hover,
.hollow-btn-layout:focus {
    color: #fff;
    border-color: #c13616;
    background-color: #c13616;
    text-decoration: none;
}

/*=========================================== BLOG =============================================*/
.blog-page {
    padding: 70px 6vw;
    position: relative;
    background-color: #fff;
}
.blog-page .container-fluid {
    position: relative;
    z-index: 3;
    padding: 0;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.blog-page.ready .container-fluid {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.blog-page .blog-item {
    padding: 0 2vw;
    margin-bottom: 65px;
    text-align: center;
}
.blog-page .blog-item .bnn {
    display: block;
    position: relative;
    padding-bottom: 20vw;
    margin-bottom: 30px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    opacity: 1;
}
.blog-page .blog-item .bnn:hover {
    transform: scale(.98);
    -webkit-transform: scale(.98);
    -moz-transform: scale(.98);
    -o-transform: scale(.98);
    opacity: .9;
}
.blog-page .blog-item .bnn span {
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
}
.blog-page .blog-item .date {
    font-family: 'Play Fair Display', serif;
    text-transform: none;
    font-size: 18px;
    color: #848c8e;
    margin: 0;
}
.blog-page .blog-item .title {
    font-size: 24px;
    line-height: 1.3em;
    margin: 10px 0
}
.blog-page .blog-item .title a {
    color: #c13616;
}
.blog-page .blog-item .title a:hover {
    color: #ff6e4d;
}
.blog-page .load-more {
    text-align: center;
}

.blog-right-column form p {
    font-size: 1em;
    margin-bottom: 15px;
}
.blog-right-column form input[type="text"] {
    border-radius: 6px 6px 0 0;
    height: 47px;
}
.blog-right-column form input[type="submit"] {
    width: 100%;
    border-radius: 0 0 6px 6px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: solid 1px #c13616;
    background-color: #c13616;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 12px 30px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-right-column form input[type="submit"]:hover, .news-right-column form input[type="submit"]:focus {
    background-color: transparent;
    border-color: #c13616;
    color: #c13616;
    text-decoration: none;
}
@media (max-width: 991px) {
    .blog-page .blog-item .bnn {
        padding-bottom: 29vw;
    }.blog-page .blog-item .title {
         font-size: 20px;
     }
}
@media (max-width: 575px) {
    .blog-page .blog-item .bnn {
        padding-bottom: 62vw;
    }
    .blog-page .blog-item .date {
        font-size: 14px;
    }
    .blog-page .blog-item .title {
        font-size: 18px;
    }
}

/*=========================================== LEADERSHIP ====================================================*/
.team-page {
    padding: 70px 0;
    position: relative;
    background-color: #fff;
}
.team-page .container {
    position: relative;
    z-index: 3;
    padding: 0;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.team-page.ready .container {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.team-page:after {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2021/03/bnn-team.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0; top: 0; bottom: 0; width: 40%;
}
.team-page h2.h1-style span {
    color: #c13616;
}

.team-page-grid {
    display: block;
    position: relative;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    background-color: #fff;
}
.team-page-grid .team-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: transform .8s ease;
    -webkit-transition: transform .8s ease;
    -moz-transition: transform .8s ease;
    -o-transition: transform .8s ease;
}
.team-page-grid .team-grid > div {
    display: block;
    width: 10%;
    margin: 0;
}
.team-page-grid .team-grid a {
    position: relative;
    display: block;
    height: 15vw;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    opacity: 0;
}
.team-page-grid .team-grid a.ready {
    opacity: 1;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
}
}
.team-page-grid .team-grid a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0; bottom: 0; right: 0;
    height: 30%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.team-page-grid .team-grid a .bnn {
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100);
    -webkit-filter: grayscale(100);
    -moz-filter: grayscale(100);
    -o-filter: grayscale(100);
    transition: filter .4s ease;
    -webkit-transition: filter .4s ease;
    -moz-transition: filter .4s ease;
    -o-transition: filter .4s ease;
}
.team-page-grid .team-grid a:hover .bnn {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
}
.team-page-grid .team-grid a .info {
    display: block;
    position: absolute;
    z-index: 2;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    transition: bottom .4s ease, color .4s ease;
    -webkit-transition: bottom .4s ease, color .4s ease;
    -moz-transition: bottom .4s ease, color .4s ease;
    -o-transition: bottom .4s ease, color .4s ease;
}
.team-page-grid .team-grid a:hover .info {
    bottom: 20px;
    color: #fff;
}
.team-page-grid .team-grid a .info span {
    display: block;
    color: #fff;
}

.single-team {
    padding: 40px 0;
    position: relative;
    background-color: #fff;
}
.single-team .agent-thumb {
    margin-bottom: 35px;
}
.single-team h1 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1em;
}
.single-team .title {
    color: #888888;
    margin-bottom: 20px;
}
.single-team .agent-info {
    background-color: #f0f0f0;
    position: relative;
    padding: 15px 15px 10px;
    margin-bottom: 30px;
    box-shadow: 0 1px 6px #cacaca;
}
.single-team .agent-info h3 {
    font-family: 'Play Fair Display', serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    margin: -15px -15px 19px;
    padding: 15px;
    background-color: #c13616;
}
.single-team .agent-info ul:not(.upper-links) {
    margin: 0;
    margin-left: 35px;
}
.single-team .agent-info ul:not(.upper-links) li {
    color: #434343;
}
.single-team .agent-info ul:not(.upper-links) li:not(:last-child) {
    margin-right: 50px;
    margin-bottom: 20px;
}
.single-team .agent-info ul:not(.upper-links) li .fa-li {
    top: 5px;
}
.single-team .agent-info ul:not(.upper-links) li a {
    display: block;
    color: #c13616;
}
.single-team .agent-info ul:not(.upper-links) li a:hover {
    color: #ff5f3a;
}
.single-team .agent-info ul:not(.upper-links) li a small {
    font-size: 14px;
}
.single-team .agent-info ul.upper-links {
    position: absolute;
    right: 15px;
    top: 20px;
}
.single-team .agent-info ul.upper-links li {}
.single-team .agent-info ul.upper-links li a {
    color: #fff;
}
.single-team .agent-info ul.upper-links li a:hover {
    color: #ff9d87;
}

.agent-featured-section {
    padding: 40px 0 0;
    position: relative;
    background-color: #fff;
}
.agent-featured-section .h1-style {
    margin-bottom: 60px;
}
.agent-featured-section .projects-list {
    background-color: #282828;
}


@media (max-width: 1700px) {
    .team-page-grid .team-grid > div {
        width: 12.4999%;
    }
    .team-page-grid .team-grid a {
        height: 19vw;
    }
}
@media (max-width: 1500px) {
    .team-page-grid .team-grid > div {
        width: 14.283%;
    }
    .team-page-grid .team-grid a {
        height: 21vw;
    }
}
@media (max-width: 1250px) {
    .team-page-grid .team-grid > div {
        width: 16.6666%;
    }
    .team-page-grid .team-grid a {
        height: 25vw;
    }
}
@media (max-width: 991px) {
    .team-page:after {
        width: 34%;
    }
    .team-page-grid .team-grid > div {
        width: 20%;
    }
    .team-page-grid .team-grid a {
        height: 30vw;
    }
}
@media (max-width: 768px) {
    .team-page:after {
        display: none;
    }
    .team-page {
        padding: 40px 0;
    }
    .team-page-grid .team-grid > div {
        width: 25%;
    }
    .team-page-grid .team-grid a {
        height: 37vw;
    }
    .team-page-grid .team-grid a .info {
        font-size: 11px;
    }
    .team-page-grid .slider-controls li a {
        font-size: 32px;
        width: 28px;
        height: 34px;
    }
    .single-team .agent-info ul:not(.upper-links) {
        margin-left: 25px;
    }
}
@media (max-width: 520px) {
    .team-page-grid .team-grid > div {
        width: 33.3333%;
    }
    .team-page-grid .team-grid a {
        height: 50vw;
    }
}
@media (max-width: 440px) {
    .team-page h2.h1-style {
        margin: 20px 0;
    }
    .team-page p {
        margin: 20px 0;
        line-height: 1.4em;
    }
}
@media (max-width: 380px) {
    .team-page-grid .team-grid > div {
        width: 50%;
    }
    .team-page-grid .team-grid a {
        height: 74vw;
    }
}

/*=========================================== EXPERIENCE SCETION ======================================================*/
.experience-section {
    padding: 0 0 30px;
    position: relative;
    text-align: center;
    background-color: #fff;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../img/bnn-experience.jpg);
}
.experience-section .container {
    position: relative;
    z-index: 3;
    max-width: 100%;
    padding: 0;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.experience-section.ready .container {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.experience-section h2 {
    font-family: 'Play Fair', serif;
    font-weight: 400;
    font-size: 60px;
    text-transform: capitalize;
}
.experience-section .time {
    position: relative;
    display: inline-block;
    width: 580px;
    margin-bottom: 50px;
}
.experience-section .time:before,
.experience-section .time:after {
    font-family: 'Play Fair', serif;
    position: absolute;
    top: 50%;
    font-size: 145px;
    line-height: 1em;
    color: #c13616;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.experience-section .time:before {
    content: '{';
    left: 0;
}
.experience-section .time:after {
    content: '}';
    right: 0;
}
.experience-section .time > span {
    font-family: 'Myriad Pro', sans-serif;
    display: block;
    font-size: 60px;
    font-weight: 600;
    color: #434343;
}
.experience-section .time > span > span {
    display: block;
    font-size: 20px;
    font-weight: 400;
}
@media (max-width: 768px) {
    .experience-section img {
        max-width: 150px;
    }
    .experience-section h2 {
        font-size: 32px;
    }
    .experience-section .time {
        width: 300px;
    }
    .experience-section .time:before,
    .experience-section .time:after {
        font-size: 80px;
    }
    .experience-section .time > span {
        font-size: 26px;
        margin: 0;
    }
    .experience-section .time > span > span {
        display: block;
        font-size: 14px;
        max-width: 200px;
        margin: 0 auto;
    }
}

/*=========================================== PROJECTS ===================================================*/
.project-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
    -webkit-transition: transform .3s ease, opacity .3s ease;
    -moz-transition: transform .3s ease, opacity .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease;
}
.project-thumb.ready {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.project-thumb:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 60%;
    bottom: 0;
    background-position: center;
    background-size: cover;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.project-thumb .bnn {
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    opacity: 1;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition: opacity .3s ease, transform 1.3s ease;
    -webkit-transition: opacity .3s ease, transform 1.3s ease;
    -moz-transition: opacity .3s ease, transform 1.3s ease;
    -o-transition: opacity .3s ease, transform 1.3s ease;
}
.project-thumb:hover .bnn {
    opacity: .33;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.project-thumb .project-title {
    display: block;
    position: absolute;
    z-index: 2;
    left: 10px;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    opacity: 1;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
}
.project-thumb:hover .project-title {
    opacity: 0;
}
.project-thumb .project-title .left {
    float: left;
}
.project-thumb .project-title .right {
    float: right;
}
.modal-body .project-thumb {
    margin: 0 0 3px
}
.modal-body .project-thumb .project-title .right {
    float: left;
    margin-top: 0;
}
.modal-body .project-thumb .project-title .right,
.modal-body .project-thumb .project-title .left {
    font-size: 16px;
    width: 100%;
}
.modal-body .project-thumb:hover .project-title {
    opacity: 1;
}
.modal-body .project-thumb:hover .bnn {
    opacity: 1;
}
.project-thumb .project-hover {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 1.5vw;
    right: 1.5vw;
    transform: translate(0,-50%) scale(.95);
    -webkit-transform: translate(0,-50%) scale(.95);
    -moz-transform: translate(0,-50%) scale(.95);
    -o-transform: translate(0,-50%) scale(.95);
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease .1s;
    -webkit-transition: opacity .3s ease, transform .3s ease .1s;
    -moz-transition: opacity .3s ease, transform .3s ease .1s;
    -o-transition: opacity .3s ease, transform .3s ease .1s;
}
.project-thumb:hover .project-hover {
    opacity: 1;
    transform: translate(0,-50%) scale(1);
    -webkit-transform: translate(0,-50%) scale(1);
    -moz-transform: translate(0,-50%) scale(1);
    -o-transform: translate(0,-50%) scale(1);
}
.project-thumb .project-hover .title {
    font-family: playfair-display, serif;
    text-transform: uppercase;
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.project-thumb .project-hover .location {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.project-thumb .project-hover .amenities {
    display: block;
    color: #fff;
    font-size: 19px;
    margin-bottom: 13px;
}
.project-thumb .project-hover .amenities small {
    font-size: .6em;
    margin-left: 5px;
}
.project-thumb .project-hover .amenities .icon {
    font-size: 1.2em;
    margin-right: 5px;
}
.project-thumb .project-hover .amenities .icon:not(:first-child) {
    margin-left: 15px;
}
.project-thumb .project-hover .price-tag {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.top-spacer {
    padding: 60px 0 30px;
    background-color: #c13616;
}
.top-spacer h1 {
    color: #fff;
    text-align: center;
    /* font-size: 3.5vw; */
}
.top-spacer .container {
    position: relative;
    z-index: 3;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.top-spacer.ready .container {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}
@media (max-width: 1200px) {
    .top-spacer > .container {
        max-width: 100%;
        padding: 0 25px;
    }
    .top-spacer h1 {
        text-align: right;
        margin: 70px 0 0;
    }
}
@media (max-width: 768px) {
    .top-spacer {
        padding-bottom: 25px;
    }
    .top-spacer > .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .top-spacer h1 {
        text-align: center;
        margin: 117px 0 0;
    }
}
@media (max-width: 650px) {
    .top-spacer h1 {
        text-align: center;
        margin: 80px 0 0;
    }
}

.banner-top {
    position: relative;
}
.banner-top .info-left {
    position: absolute;
    z-index: 2;
    left: 25px;
    bottom: 25px;
}
.banner-top .info-left .title {
    font-family: playfair-display, serif;
    display: block;
    font-size: 105px;
    line-height: 1.1em;
    color: #fff;

}
.banner-top .info-left .amenities {
    color: #fff;
    font-size: 20px;
}
.banner-top .info-left .amenities .location {}
.banner-top .info-left .amenities .location:after {
    content: '|';
    margin-left: 20px;
}
.banner-top .info-left .amenities .icon {
    display: inline-block;
    margin-right: 5px;
    margin-left: 15px;
}
.banner-top .info-left .amenities small {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
    font-size: 12px;
}
.banner-top .info-right {
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 25px;
}
.banner-top .info-right .price-tag {
    font-family: playfair-display, serif;
    display: block;
    font-size: 105px;
    line-height: 1.1em;
    color: #fff;
}

.details-slider-section {
    position: relative;
    border-top: solid 2px #282828;
    border-bottom: solid 2px #282828;
    background-color: #282828;
}
.details-slider-section:before {
    opacity: 1;
    font-family: 'Font Awesome 5 Pro';
    content: '\f3f4';
    font-size: 31px;
    position: absolute;
    z-index: 4;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -23px;
    margin-left: -15px;
    -webkit-animation:spin 1.2s linear infinite;
    -moz-animation:spin 1.2s linear infinite;
    animation:spin 1.2s linear infinite;
}
.details-slider-section:after {
    opacity: 1;
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(31 31 31 / 71%);
}
.details-slider-section.loaded:before,
.details-slider-section.loaded:after {
    display: none;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.details-slider-section .container-fluid {
    position: relative;
    z-index: 3;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.details-slider-section.ready .container-fluid {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.2s ease 0s;
    -webkit-transition: opacity 1.2s ease 0s;
    -moz-transition: opacity 1.2s ease 0s;
    -o-transition: opacity 1.2s ease 0s;
    -webkit-backface-visibility: hidden;
}

.details-map-section {
    position: relative;
}
.details-map-section .container-fluid {
    position: relative;
    z-index: 3;
    padding: 0;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.details-map-section.ready .container-fluid {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.details-map-section .col-md-6:first-child {
    padding: 3vw 4vw;
}
.details-map-section * {
    color: #fff;
}
.details-map-section a:not(.btn-layout):hover {
    color: #c13616;
}
.details-map-section .left {
    /* float: left; */
}
.details-map-section .left li:not(:last-child) {
    margin-right: 1.5vw;
}
.details-map-section .left li a {}

.details-map-section .right {
    /* float: right; */
}
.details-map-section .right li {}
.details-map-section .right li a {
    border: solid 1px #c13616;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.details-map-section .right li a:hover {
    background-color: #c13616;
    border-color: #c13616;
    color: #fff;
}
.details-map-section .right li a .fal {
    margin-top: 3px;
}
.details-map-section .embed-responsive {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
@media (max-width: 1700px) {
  .details-map-section .left li a i {
        margin-top: 7px;
    }
    .details-map-section .right li a .fal {
        margin-top: 7px;
    }
}
@media (max-width: 768px) {
    .details-map-section .col-md-6:first-child {
        padding: 3vw 25px;
    }
    .details-map-section .left li {}
    .details-map-section .left li a {
        border: solid 1px #c13616;
        margin-bottom: 10px;
        padding: 5px 10px;
    }
    .details-map-section .left li a:hover {
        background-color: #c13616;
        border-color: #c13616;
        color: #fff;
    }
    
}
@media (max-width: 480px) {
    .details-map-section .right li a {
       padding: 10px 5vw;
    }
    .details-map-section .left li,
    .details-map-section .left li a {
        text-align: center;
        display: block;
		margin-right: 0!important;
    }
}

.details-social-section {
    background-color: #fff;
    display: table;
    width: 100%;
    padding: 30px 0;
}
.details-social-section {
    position: relative;
}
.details-social-section .container {
    position: relative;
    z-index: 3;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.details-social-section.ready .container {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.details-social-section .left {
    float: left;
}
.details-social-section .left img {}
.details-social-section .right {
    float: right;
}
.details-social-section .right ul {
    margin: 0;
}
.details-social-section .right li {
    font-size: 42px;
    margin: 18px 0;
}
.details-social-section .right li:not(:last-child) {
    margin-right: 2vw;
}
.details-social-section .right li a {
    color: #c13616;
}
.details-social-section .right li a:hover {
    color: #ff704f;



}
@media (max-width: 768px) {
    .details-social-section .left,
    .details-social-section .right {
        float: none;
        text-align: center;
    }
}

.details-info-section {
    border-top: solid 1px #c13616;
    border-bottom: solid 1px #c13616;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 110px 0 60px;
}
.details-info-section .parallax {
    background-image: url(../img/bnn-info.jpg);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.details-info-section .container {
    position: relative;
    z-index: 3;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding-left: 155px;

}
.details-info-section.ready .container {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.details-info-section h2 {
    left: -104px;
    top: 102px;
    font-size: 148px;
    margin: 0;
    line-height: 1em;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.details-info-section h2 .fal {
    display: inline-block;
    color: #c13616;
    font-weight: 200;
    font-size: 80px;
    top: -15px;
    position: relative;
}
.details-info-section ul {
    list-style: none;


    padding: 0;
}
.details-info-section ul li {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.details-info-section ul li:after {
    content: '';
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    border-bottom: solid 1px #282828;
}
.details-info-section ul li strong {
    float: left;
}
.details-info-section ul li span {
    float: right;
    max-width: 70%;
    text-align: right;
}
.details-info-section ul li a {
    color: #c13616;
}
.details-info-section ul li a:hover {
    color: #ff704f;
}
@media (max-width: 610px) {
    .details-info-section {
        padding: 60px 0;
    }
    .details-info-section h2 {
        font-size: 68px;
        padding-bottom: 25px;
        margin: 0;
        position: static;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
    }
    .details-info-section h2 .fal {
        font-size: 1em;
        top: 0;
    }
    .details-info-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.related-agents-section {
    padding: 40px 0 60px;
    background-color: #fff;
    border-bottom: solid 1px #c13616;
}
.related-agents-section .container {
    position: relative;
    z-index: 3;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.related-agents-section.ready .container {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.related-agents-section h2 {
    text-align: center;
    margin-bottom: 0px;
}
.related-agents-section h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 3.4em;
}
.related-agents-section .fa-ul {
    margin-left: 32px;
}
.related-agents-section .fa-li {
    top: 2px;
}
.related-agents-section .fa-ul li {
    margin-bottom: 6px;
}
.related-agents-section .fa-ul li a {
    color: #c13616;
    font-size: 1.2em;
}
.related-agents-section .fa-ul li a:hover {
    color: #ff704f;
}
.related-agents-section .col-lg-6{
    margin-top:20px;
}
.related-agents-section img{border-radius: 3px;}
.related-agents-section .btn-layout {
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 7px 12px;
    color: #c13616;
    border-color: #c13616;
    background-color: transparent;
    margin-bottom: 0px;
}
.related-agents-section .btn-layout:hover {
    color: #fff;
    border-color: #c13616;
    background-color: #c13616;
}


.slick-gallery .slick-slide {
    border: solid 1px #282828;
    border-top: none;
    border-bottom: none;
}
.slick-gallery .slick-slide img {
    height: 23vw;
}
.slick-gallery .slick-slide figure {
    display: none;
}
.pswp__caption__center {
    display: none;
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption,
.pswp__top-bar,
.pswp__caption {
	background-color: transparent;
}
.slick-gallery .slick-prev {left: 0;}
.slick-gallery .slick-next {right: 0;}
.slick-gallery .slick-prev, 
.slick-gallery .slick-next {width: 48px;height: 53px;}
.slick-gallery .slick-prev:before,
.slick-gallery .slick-next:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 52px;
    font-weight: lighter;
    background: #ffffff;
    color: #9e2b13;
    padding: 0 14px;
    border-radius: 0;
}
.slick-gallery .slick-prev:before {
    content: '\f104';
    border-radius: 0 5px 5px 0;
}
.slick-gallery .slick-next:before {
    content: '\f105';
    border-radius: 5px 0 0 5px;
}

@media (max-width: 991px) {
    .slick-gallery .slick-slide img {
        height: 43vw;
    }
}
@media (max-width: 650px) {
    .slick-gallery .slick-slide img {
        height: 66vw;
    }
}

.projects-list span.like {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    font-size: 25px;
    padding: 10px;
    width: 45px;
    height: 45px;
    color: #c13616;
}
.projects-list span.like:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 0px;
    background-color: #f7f7f7;
    transform: rotate(45deg);
}
.projects-list span.like:hover .fas {
    opacity: 1;
    color: #c13616;
}
.projects-list span.like > i {
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all .3s ease;
}
.projects-list span.like .fas {
    opacity: 0;
}
.projects-list span.like .fa-times {
    opacity: 0;
    top: 8px;
    right: 10px;
}
.projects-list span.like.liked .fas {
    opacity: 1;
    color: #c13616;
}
.projects-list span.like.liked:hover .fas,
.projects-list span.like.liked:hover .fal {
    opacity: 0;
}
.projects-list span.like.liked:hover .fa-times {
    opacity: 1;
}
.projects-list span.like.only-x .fas,
.projects-list span.like.only-x .fal {
    opacity: 0;
}
.projects-list span.like.only-x .fa-times {
	opacity: 1;
}

@media screen and (max-width: 1650px) {
    .project-thumb .project-title {
        font-size: 16px;
    }
    .project-thumb .project-hover .title {
        font-size: 30px;
    }
    .project-thumb .project-hover .location {
        font-size: 14px;
    }
    .project-thumb .project-hover .amenities {
        font-size: 14px;
    }
    .project-thumb .project-hover .price-tag {
        font-size: 20px;
    }
    .banner-top .info-left .title {
        font-size: 74px;
    }
    .banner-top .info-right .price-tag {
        font-size: 60px;
    }
}
@media screen and (max-width: 991px) {
    .banner-top .info-left .title {
        font-size: 54px;
    }
    .banner-top .info-right .price-tag {
        font-size: 30px;
    }
}
@media screen and (max-width: 768px) {
    .project-thumb .project-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .project-thumb .project-hover .title {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .project-thumb .project-hover .location {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .project-thumb .project-hover .amenities {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .project-thumb .project-hover .price-tag {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .banner-top .info-left {
        bottom: 65px;
    }
    .banner-top .info-right {
        left: 25px;
        right: unset;
    }
    .banner-top .info-left .title {
        font-size: 38px;
    }
    .banner-top .info-right .price-tag {
        font-size: 24px;
    }
}

/*=========================================== FEATURED SCETION ======================================================*/
.featured-section {
    margin-right: -1px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.featured-section .container-fluid {
    position: relative;
    z-index: 3;
    max-width: 100%;
    padding: 0;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.featured-section.ready .container-fluid {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.featured-section .projects-list {margin: 0 -2px;}
.featured-section .projects-list > div {
    width: 33.3333%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: -1px -2px;
    vertical-align: text-bottom;
    border: solid 1px #363636;
}
@media screen and (max-width: 1400px) {
    /*.featured-section .projects-list > div {
      width: 25%;
    }*/
}
@media screen and (max-width: 1350px) {
    .featured-section .projects-list > div {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .featured-section > .container-fluid {
        /* padding: 0 10px; */
    }
    .featured-section .projects-list > div {
        width: auto;
        display: block;
        float: none;
    }
}
@media screen and (max-width: 440px) {
    .featured-section > .container-fluid {
        /* padding: 0 5px; */
    }

}

/*=========================================== MORE SCETION ======================================================*/
.more-section {
    padding: 120px 0 140px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.more-section span.parallax {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url(../img/bnn-more.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.more-section .container {
    position: relative;
    z-index: 3;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.more-section.ready .container {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.more-section .h1-style {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .6vw;
}
.more-section .h1-style span {
    color: #c13616;
}
.more-section .btn-layout {
    border-color: #fff;
    color: #fff;
    margin-bottom: 15px;
}
.more-section .btn-layout:hover {
    color: #c13616;
    background-color: transparent;
    border-color: #c13616;
}

/*=========================================== MAP  SECTION ======================================================*/
.map-section {
    padding: 0;
}
.map-section > .container-fluid {
    position: relative;
    padding: 0;
    top: 80px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.map-section.ready > .container-fluid {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}

/*=========================================== INSTAGRAM ==========================================================*/
.instagram-section {
    background-color: #000;
    border-top: solid 1px #363636;
    overflow-x: hidden;
    padding: 40px 0 0;
    position: relative;
    z-index: 2;
    top: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
}
.instagram-section .icon {
    display: block;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 30px;
}
.instagram-section.ready {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
    -moz-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
    -o-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
    -webkit-backface-visibility: hidden;
}
.instagram-section .h1-style {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .6vw;
    margin: 20px 0;
}
.instagram-section .h1-style span {
    color: #c13616;
}
.instagram-section p {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.instagram-section p a {
    color: #fff;
}
.instagram-section p a:hover {
    color: #c13616;
}

.instagram-section .social-wrap {
    padding: 0;
    margin: 40px 0 0;
    border-top: solid 1px #363636;
}

.instagram-section .social-wrap > a {
    display: block;
    float: left;
    width: 20%;
    padding: 0;
    border: solid 1px #363636;
}
.instagram-section .social-wrap span.content {
    display: block;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.instagram-section .social-wrap a .gallery {
    position: absolute;
    z-index: 1;
    right: 15px; top: 10px;
	font-size: 18px;
	color: #fff;
}
.instagram-section .social-wrap a span.overlay {
    position: absolute;
    z-index: 1;
    left: 0; right: 0; top: 0; bottom: 0;
    background-color: rgba(29, 40, 45, 0.45);
    opacity: 0;
    transition: opacity 250ms linear;

    -webkit-transition: opacity 250ms linear;
}
.instagram-section .social-wrap a:hover span.overlay {
    opacity: 1;
}
.instagram-section .social-wrap a span.content .fab,
.instagram-section .social-wrap a span.content .fas {
    position: absolute;
    z-index: 2;
    top: 50%; left: 50%;
    font-size: 50px;
    line-height: 1;
    color: #fff;
    margin-top: -21px;
    margin-left: -25px;
    opacity: 0;
    transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
}
.instagram-section .social-wrap a:hover span.content .fab,
.instagram-section .social-wrap a:hover span.content .fas {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .instagram-section .social-wrap > a {
        width: 25%;
    }
    .instagram-section .social-wrap > a:last-child {
        display: none;
    }
}
@media only screen and (max-width:1023px) {

}
@media only screen and (max-width:991px) {
    .instagram-section .social-wrap {
        /* padding: 4px 0; */
        /* margin: 0 -4px; */
    }
    .instagram-section .social-wrap > a, .instagram-section .social-wrap > span {
        /* padding: 4px; */
    }
}
@media only screen and (max-width:600px) {
    .instagram-section .social-wrap > a, .instagram-section .social-wrap > span {
        width: 50%;
        /* padding: 2px; */
    }
}
@media only screen and (max-width: 360px) {
    .instagram-section .social-wrap > a, .instagram-section .social-wrap > span {
        width: 100%;
        /* padding: 2px; */
    }
    .instagram-section .social-wrap {
        /*padding: 2px 0;
        margin: 0 -2px;*/
    }

}

/*=========================================== CONTACT ========================================================*/
.contact-page {
    position: relative;
    overflow: hidden;
    z-index: 3;
    background-color: #fff;
}
.contact-page:after {
    content: '';
    display: block;
    background-image: url(../img/bnn-contact.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 50.5%;
}
.contact-page .container-fluid {
    position: relative;
    z-index: 3;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.contact-page.ready .container-fluid {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;

    -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.contact-page .col-lg-6 {
    padding: 2vw 4vw;
}
.contact-page .white-text {}
.contact-page .white-text h2 {
    color: #fff;
}
.contact-page .white-text li {
    color: #fff;
    margin-bottom: 30px!important;
}
.contact-page .white-text li .fa-li {
    color: #fff;
}
.contact-page .white-text li a {
    color: #fff;
}
.contact-page .white-text .social-nav {
    margin-top: 80px;
}
.contact-page .white-text .social-nav li:not(:last-child) {
    margin-right: 25px;
}
.contact-page .white-text .social-nav li {
    font-size: 30px;
}

@media (max-width: 991px) {
    .contact-page:after {
        display: none;
    }
    .contact-page .white-text {
        background-image: url(../img/bnn-contact.jpg);
        background-position: center;
        background-size: cover;
    }
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
    position: relative;
    overflow: hidden;
    z-index: 3;
    padding: 110px 0 0;
    border-top: solid 1px #363636;
}
.footer:after {
    content: '';
    background-image: url("../img/footer-animation.gif");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 240px;
    height: 98px;
    margin: 55px auto 0;
    opacity: 0;
    transition: opacity .8s linear;
    -webkit-transition: opacity .8s linear;
    -moz-transition: opacity .8s linear;
    -o-transition: opacity .8s linear;
}
.footer.ready:after {
    opacity: 1;
}
.footer .container {
    position: relative;
    z-index: 3;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.footer.ready .container {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.footer ul {
    margin: 0;
    float: left;
    width: 49%;
    margin-right: 1%;
}
.footer ul li {
    /* font-size: 18px; */
    line-height: 2em;
}
.footer p {
    color: #fff;
    /* font-size: 18px; */
    line-height: 34px;
}
.footer .logo {
    margin: 0 0 20px;
}
.footer .logo img {
    display: inline-block;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #c13616;
}
.footer li.red a {
    color: #c13616;
}
.footer li.red a:hover {
    color: #ffd1c7;
}
.footer p.copyright {
    margin-top: 40px;
    text-align: center;
}
@media screen and (max-width: 1700px) {
   /* .btn-layout {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 10px 20px;
    }
    .btn-layout.btn-big {
        font-size: 25px;
    }
    h1, .h1-style {
        font-size: 45px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }
    .news-right-column h2,
    .news-right-column h3 {
        font-size: 17px;
    }
    p, li, td, th, label {
        font-size: 16px;
        line-height: 30px;
    }*/
}
@media screen and (max-width: 1200px) {
    .footer .btn-layout {
        font-size: 25px;
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .footer {
        padding: 60px 0;
        /* text-align: center; */
    }
}
@media screen and (max-width: 768px) {
    .footer {
        text-align: center;
    }
    .footer ul {
        float: none;
        width: auto;
    }
    .btn-layout.btn-big {
        font-size: 25px;
    }
    h1, .h1-style {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 16px;

    }
    h4 {
        font-size: 14px;
    }
    .news-right-column h2,
    .news-right-column h3 {
        font-size: 20px;
    }
    p, li, td, th, label {
        font-size: 16px;
        line-height: 30px;
    }
    span.parallax {
        top: 0 !important;
        height: 100% !important;
    }
}
/*===========================================================================================================*/
/*=========================================== PAGINATION ===================================================*/
/*===========================================================================================================*/
.page-numbers:not(a, span) {
    margin: 25px 0;
    padding: 0 15px;
    display: block;
    text-align:center;
}
.page-numbers > li {
    padding: 0;
    margin: 0 -1px;
    display: inline-block;
}
.page-numbers > li > a, .page-numbers > li > span {
    display: inline-block;
    font-size: 14px;
    align-items: center;
    text-align: center;
    min-width: 20px;
    padding: 4px 12px;
    color: #000;
    border: solid 1px #dcdcdc;
    border-right: none;
}
.page-numbers > li:first-child > a, .page-numbers > li:first-child > span {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}
.page-numbers > li:last-child > a, .page-numbers > li:last-child > span {
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-right: solid 1px #dcdcdc;
}
.page-numbers > li > a:hover, .page-numbers > li > span:hover {
    background-color: #f7f7f7;
}
.page-numbers > li > span.current {
    color: #fff;
    border-color: #c13616;
    background-color: #c13616;
}