/* header */
#header .header-top {
    padding: 0;
}

#header .header-top .header-nav-top {
    margin: 0;
}

#header .header-nav-top .nav {
    border-right: 1px solid #ccc;
}

#header .header-nav-top .nav > li > a,
#header .header-nav-top .nav > li > span {
    padding: 8px 10px 5px 10px;
    border-left: 1px solid #ccc;
}

#header .header-nav-top {
    min-width: 500px;
}

#header .header-body {
    border-top: none;
}

#header .header-nav.header-nav-stripe nav > ul > li > a:hover {
    background: #f68b34;
}

#header .header-btn-collapse-nav {
    background: #f68b34;
}


/* slider */
#slider {

}

.slider-container .top-label {
    font-size: 40px;
    background: rgba(5, 29, 58, 0.2);
    padding: 30px 10px 30px 10px;
    text-transform: uppercase;
}

.slider-container .top-label.darken {
    background: rgba(91, 175, 245, 0.5);
}

/* footer */
.footer-copyright {
    border-top: none !important;
}

.video-wrapper {
    position: relative;
    padding-bottom: 50%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#charity-carousel .owl-nav {
    top: 20%;
}

.testimonial blockquote {
    background: transparent;
    text-align: center;
    font-family: inherit;
    padding: 10px;
}

.testimonial blockquote H3 {
    font-style: normal;
    font-family: inherit;
    font-size: 22px;
    color: #fff;
}

.testimonial blockquote p {
    font-style: normal;
    font-family: inherit;
    font-size: 16px;
}

.testimonial.testimonial-with-quotes blockquote p {
    padding: 0;
}

blockquote .small, blockquote footer, blockquote small {
    color: #60c3bd;
    font-size: 12px;
    line-height: 18px;
}

blockquote .small::before, blockquote footer::before, blockquote small::before {
    content: '';
}

.testimonial.testimonial-with-quotes blockquote::before {
    display: none;
    content: '';
}

.testimonial.testimonial-with-quotes blockquote::after {
    display: none;
    content: '';
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #fff;
}




@media (min-width: 992px) {
    #header.header-narrow .header-nav.header-nav-stripe {
        position: relative;
        z-index: 3;
    }
    #header.header-narrow .header-nav-main.header-nav-main-square {
        margin-bottom: -8px;
    }
    #header.header-narrow .header-logo .logo-default {
        margin: -20px -70px -102px 0;
        position: relative;
        z-index: 2;
        opacity: 1;
    }
    #header.header-narrow .header-logo .logo-small {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(87px, 0, 0);
        position: absolute;
        z-index: 1;
        opacity: 0;
        left: 0;
    }

    .sticky-header-active #header.header-narrow .header-logo .logo-small {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        z-index: 3;
        margin: 15px 12px 12px 0;
    }
    .sticky-header-active #header.header-narrow .header-logo .logo-default {
        opacity: 0;
        top: -90px;
    }
}
@media (max-width: 991px) {
    .logo-default {
        display: none !important;
    }

    .logo-small {
        display: block;
    }

    #header .header-logo {
        width: auto !important;
        height: auto !important;
    }
}
@media (min-width: 992px) {
    html #header.header-semi-transparent-light .header-body {
        -webkit-transition: -webkit-transform 0.3s ease;
        -moz-transition: -moz-transform 0.3s ease;
        transition: transform 0.3s ease;
        transform: translate3d(0, 25px, 0);
    }
    html #header.header-semi-transparent-light .header-body:before {
        background: #fff none repeat scroll 0 0;
        opacity: 1;
    }
    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
        color: #5e7279;
    }
    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a.dropdown-toggle:after {
        border-color: #5e7279 transparent transparent transparent;
    }
    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active):hover > a {
        color: #FFF;
    }
    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active):hover > a.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent;
    }
    html.sticky-header-active #header.header-semi-transparent-light .header-body {
        transform: translate3d(0, 0, 0);
    }

    #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
        padding: 39px 13px 36px 13px;
    }
    #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown > a, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown:hover > a {
        padding: 39px 13px 36px 13px;
    }
    #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown:hover > a.dropdown-toggle:after {
        top: 38px;
    }
    #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown .dropdown-menu, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown:hover .dropdown-menu, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown:hover .dropdown-menu {
        margin-top: 0px;
    }

    html.ie9 #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown .dropdown-menu, html.ie9 #header.header-narrow .header-nav.header-nav-stripe nav > ul > li.dropdown:hover .dropdown-menu, html.ie9 #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu, html.ie9 #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown:hover .dropdown-menu {
        margin-top: -2px;
    }
}
.social-icons li {
    box-shadow: none;
}
.social-icons li a {
    background: transparent;
}

.tp-caption-custom-stripe {
    color: #FFF !important;
}

.tparrows {
    background: transparent;
    margin-top: 40px;
}
.tparrows:hover {
    background: transparent;
}
.tparrows:before {
    position: relative;
    z-index: 1;
}
.tparrows:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #000 none repeat scroll 0 0;
    opacity: 0.2;
    height: 40px;
    margin: -40px 0 0;
    position: relative;
    transform: rotate(-45deg);
    width: 40px;
    content: "";
    display: block;
    z-index: 0;
}
.tparrows:hover:after {
    opacity: 1;
}

@media (min-width: 1199px) {
    html[dir="rtl"] .home-concept-construction {
        background: none;
    }


}
.diamonds {
    font-size: 0;
    margin: 40px auto;
    position: relative;
    text-align: center;
    padding: 50px 0 0 57px;
}
.diamonds > li {
    display: inline-block;
    font-size: 18px;
    margin-right: 135px;
}
.diamonds .diamond {
    background: #f4f4f4;
    display: block;
    height: 255px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 255px;
    overflow: hidden;
    transform: rotate(-45deg);
}
.diamonds .diamond:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transform: scale(0);
    z-index: 100;
}
.diamonds .diamond:hover:after {
    opacity: 0.3;
    transform: scale(1);
}
.diamonds .diamond:hover .content:after {
    opacity: 0.8;
    transform: scale(1);
}
.diamonds .content {
    display: table-cell;
    height: 255px;
    padding: 0 10px;
    transform: rotate(45deg);
    text-align: center;
    vertical-align: middle;
    width: 255px;
    position: relative;
}
.diamonds .content:after {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    content: "\e091";
    font-family: "simple-line-icons";
    font-size: 28px;
    left: 27%;
    margin: -6px -12px;
    opacity: 0;
    position: absolute;
    top: 50%;
    z-index: 1000;
    transform: scale(2);
}
.diamonds .content img {
    margin-left: -25%;
    max-width: 375px;
}
.diamonds .diamond-sm .content:after {
    left: 24%;
    top: 48%;
}

@media (min-width: 1199px) {
    .diamonds > li:nth-child(3) {
        margin-right: 0;
    }
    .diamonds > li:nth-child(4) {
        right: 145px;
        top: 9px;
        position: absolute;
    }
    .diamonds > li:nth-child(5) {
        margin-left: 527px;
        margin-top: -70px;
    }
    .diamonds > li:nth-child(6) {
        position: absolute;
        margin: -6px 0 0 -27px;
        right: -15px;
    }
    .diamonds > li:nth-child(7) {
        position: absolute;
        margin: 97px 0 0 -133px;
        right: 88px;
    }
    .diamonds .diamond-sm {
        height: 128px;
        width: 128px;
    }
    .diamonds .diamond-sm .content {
        height: 128px;
        width: 128px;
    }
    .diamonds .diamond-sm .content img {
        max-width: 195px;
    }

    .row-diamons-description {
        margin-top: -150px;
        float: left;
    }
}
@media (max-width: 1198px) {
    .diamonds {
        text-align: center;
        width: 748px;
        margin: 0 auto;
        padding: 75px 0 75px 75px;
    }
    .diamonds::after {
        clear: both;
        content: "";
        display: table;
    }
    .diamonds > li {
        margin: 0;
        position: static;
        float: left;
    }
    .diamonds > li:nth-child(2n+2) {
        margin-bottom: -50px;
        margin-left: 55px;
        margin-top: 200px;
    }
    .diamonds > li:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 748px) {
    .diamonds {
        margin: 0 auto;
        padding: 25px 0 0 0;
        text-align: center;
        width: 445px;
    }
    .diamonds > li {
        float: none !important;
        clear: both !important;
        margin: 45px 0 115px 95px !important;
        display: block;
    }
}
@media (max-width: 479px) {
    .diamonds-wrapper {
        min-height: 2650px;
    }
    .diamonds-wrapper .diamonds {
        margin: 0 auto;
        padding: 25px 0 0;
        text-align: center;
        width: 445px;
        position: absolute;
        left: 50%;
        margin-left: -222px;
    }
    .diamonds-wrapper .diamonds > li {
        text-align: center;
    }
}
.section-custom-construction {
    overflow: hidden;
}
.section-custom-construction .container {
    position: relative;
}


.testimonial.testimonial-with-quotes blockquote p {
    font-size: 20px;
}

@media (max-width: 991px) {
    section.section.section-background {
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
}
.project-detail-construction {
    padding: 6px 0 0 15px;
}
.project-detail-construction .list-project-details {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}
.project-detail-construction .list-project-details li {
    padding: 0 0 15px 0;
}
.project-detail-construction .list-project-details li label {
    padding: 0;
    margin: 0;
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}
.project-detail-construction .list-project-details li p {
    padding: 0;
    margin: 0;
    color: #111;
}
.project-detail-construction .progress-bars-project-detail {
    margin: 30px 0;
}
.project-detail-construction .progress-bars-project-detail .progress.progress-sm {
    margin-bottom: 32px;
}
.project-detail-construction .progress-bars-project-detail .progress-label span {
    padding: 0;
    margin: 0;
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}

#footer {
    background: url("../img/bgs/background-footer.jpg") center center;
    background-size: cover;
    border-top: 0;
    min-height: 400px;
    overflow: hidden;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
    color: #333;
}
#footer .list-footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .list-footer-nav a {
    font-size: 14px;
    color: #777;
    text-decoration: none;
}
#footer .list-footer-nav a:hover {
    color: #888;
}
#footer .newsletter form {
    max-width: 100%;
    margin: 27px 0 12px;
}
#footer .newsletter form input.form-control {
    height: 45px;
    padding: 12px;
}
#footer .newsletter form .btn {
    height: 45px;
    width: 45px;
}
#footer .fa {
    display: inline-block;
    padding-right: 2px;
    position: relative;
    top: 1px;
    color: #000;
}
#footer .footer-copyright {
    width: 100%;
    text-align: center;
    background: transparent;
    padding: 200px 0 0 0;
}
#footer .footer-copyright p {
    color: #fff;
}

@media (min-width: 992px) {
    #footer {
        margin-top: 0;
    }
    #footer .logo {
        margin-top: 75px;
    }

}

#naptar {
    background: url('../img/bgs/background-clouds.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#calendar {
    background: #fff;
    padding: 20px;
}

#calendar .fc-title {
    color: #fff !important;
    font-size: 14px;
}

.white-popup-block.white-popup-block-md {
    max-width: 800px;
}

.fc-day-grid-event  {
    padding: 5px 0 5px 0;
    margin: 5px;
    font-size: 14px;
}

tr:first-child > td > .fc-day-grid-event {
    margin-top: 5px;
}

#calendar .fc-title {
    margin-left: 10px;
}

.mfp-content IMG {
    max-width: 100% !important;
}

.form-control.required,
.complex.required {
    border: 1px solid #f00;
}

.form-control.warning {
    border: 1px dotted #f00;
}

LABEL.required,
LABEL.required A {
    color: #f00;
}