/* Add here all your CSS customizations */


/* .tp-bgimg.defaultimg {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 2000px inset;
} */

#header {
    top: calc(100% - 81px);
}

#header .header-nav-main nav>ul>li>a {
    font-weight: 600;
}

#header .header-logo>a {
    display: block;
    height: 80px;
    padding: 7px 0;
}

#header .header-logo img,
.products .thumb-info-wrapper img {
    max-height: 100%;
    width: auto;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
}

#header .header-nav-main nav>ul>li>a.active:before {
    bottom: -20px;
}

.custom-image-style-1 {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

#revolutionSlider .btn.custom-btn-style-2 {
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    margin-top: 6rem !important;
}

@media (max-width: 991px) {
	h1.tp-caption {
		line-height: 58px!important;
		white-space: pre-line!important;
	}
	.tp-caption.subtitle{
		display: none;
	}
	#revolutionSlider .btn.custom-btn-style-2 {
		margin-top: 10rem !important;
    }
    #header .header-nav-main nav>ul>li>a.active:before {
        bottom: 0px;
    }

}

@media (max-width: 520px) {
	h1.tp-caption {
		line-height: 44px!important;
		white-space: pre-line!important;
	}
}
@media (max-width: 519px) {
	h1.tp-caption {
		line-height: 38px!important;
		white-space: pre-line!important;
	}
}


/* .projects .thumb-description p {
    word-break: break-all;
} */

.products .thumb-info-wrapper {
    height: 270px;
}


/* .blog .thumb-info.custom-thumb-info-style-2 .thumb-info-caption label.max-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 90px;
    /* -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
} */

.max-content {
    position: relative;
    /*max-height: 92px;
    min-height: 90px;*/
    height: 94px;
    overflow: hidden;
}

.max-content:after {
    background: #f8f8f8;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: '';
    width: 100%;
}

.blog .thumb-info.custom-thumb-info-style-2 .thumb-info-caption a.see-more {
    z-index: 100;
    position: relative;
}

.toggle-height {
    display: block!important;
    max-height: 10000px!important;
    height: 100%!important;
}

.blog .thumb-info-wrapper {
    height: 220px;
    display: flex;
}

.projects .thumb-info .thumb-info-wrapper>a,
.talk-to-us .thumb-info-wrapper>div {
    height: 350px;
    display: flex;
    max-width: 100%;
}

.blog .thumb-info img,
.projects .thumb-info .thumb-info-wrapper a img,
.talk-to-us .thumb-info .thumb-info-wrapper img {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    opacity: .8;
    height: 100%;
}

.blog .thumb-info img {
    opacity: 1;
}

.talk-to-us .thumb-info .thumb-info-wrapper img {
    margin: auto;
}

.talk-to-us .thumb-info-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 12;
    background-color: #d3b16a !important;
    min-width: 130px;
}

.brands .owl-item,
.brands .owl-item a {
    height: 85px;
    display: flex;
    margin: auto;
    max-width: 100%;
}

.brands .owl-item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    overflow: hidden;
    opacity: .8;
}

.brands .owl-nav,
.projects .owl-nav {
    display: block !important;
}

.brands .owl-dots,
.projects .owl-dots {
    display: none !important;
}

.brands .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.projects .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.brands .owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.projects .owl-carousel .owl-nav button.owl-next {
    right: 0;
}


/* .talk-to-us .owl-carousel .owl-nav button.owl-next {
   right: 19px;
} */

.brands .owl-carousel .owl-nav button[class*="owl-"] {
    background-color: transparent !important;
    font-size: 30px;
    color: #2e353e !important;
}

.brands .custom_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(248, 248, 248, 0.75);
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.brands .custom_overlay:hover {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.brands .custom_overlay_inner {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
    color: #000;
}

.owl-carousel .owl-nav button.owl-prev:before {
    content: "\f104";
}

.owl-carousel .owl-nav button.owl-next:before {
    content: "\f105";
}

html section.section-primary .p-white p {
    color: #ffff !important;
}

.projects #projectsT1 .owl-nav button[class*="owl-"],
.projects #projectsT2 .owl-nav button[class*="owl-"],
.talk-to-us .owl-nav button[class*="owl-"] {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    opacity: 0;
}

.projects #projectsT1:hover .owl-nav button[class*="owl-"],
.projects #projectsT2:hover .owl-nav button[class*="owl-"],
.talk-to-us .owl-carousel:hover .owl-nav button[class*="owl-"] {
    color: #d7b46c!important;
    opacity: 0.75;
    background: #404040;
}

.blog .thumb-info.custom-thumb-info-style-2 .thumb-info-caption {
    min-height: 170px;
}

.projects .thumb-info.custom-thumb-info-style-2 .thumb-info-caption {
    min-height: 220px;
}

.projects a.small {
    position: relative;
    z-index: 1;
}

.max-h {
    height: 300px;
    display: block;
}

.projects .thumb-info.custom-thumb-info-style-2 .thumb-info-caption .thumb-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 100px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#googlemaps .feature-box-icon .icons {
    font-size: 1.4rem;
}

#googlemaps .gmap_marker {
    max-width: 300px;
}

.bg-svg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23b4b4b4' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23d1b273' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23e1dbce' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23d6b672' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23a59f93' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23bbb3a2' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23cebc96' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23d6cfc0' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23d0b67f' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%23d5b36c' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23c8aa6d' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23d6be8b' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
    /* background by SVGBackgrounds.com */
}

.bg-svg-2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='295' height='295' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23cccccc' stroke-width='1.4' stroke-opacity='0.27'%3E%3Crect x='-40' y='40' width='75' height='75'/%3E%3Crect x='-35' y='45' width='65' height='65'/%3E%3Crect x='-30' y='50' width='55' height='55'/%3E%3Crect x='-25' y='55' width='45' height='45'/%3E%3Crect x='-20' y='60' width='35' height='35'/%3E%3Crect x='-15' y='65' width='25' height='25'/%3E%3Crect x='-10' y='70' width='15' height='15'/%3E%3Crect x='-5' y='75' width='5' height='5'/%3E%3Crect width='35' height='35'/%3E%3Crect x='5' y='5' width='25' height='25'/%3E%3Crect x='10' y='10' width='15' height='15'/%3E%3Crect x='15' y='15' width='5' height='5'/%3E%3Crect x='40' width='75' height='75'/%3E%3Crect x='45' y='5' width='65' height='65'/%3E%3Crect x='50' y='10' width='55' height='55'/%3E%3Crect x='55' y='15' width='45' height='45'/%3E%3Crect x='60' y='20' width='35' height='35'/%3E%3Crect x='65' y='25' width='25' height='25'/%3E%3Crect x='70' y='30' width='15' height='15'/%3E%3Crect x='75' y='35' width='5' height='5'/%3E%3Crect x='40' y='80' width='35' height='35'/%3E%3Crect x='45' y='85' width='25' height='25'/%3E%3Crect x='50' y='90' width='15' height='15'/%3E%3Crect x='55' y='95' width='5' height='5'/%3E%3Crect x='120' y='-40' width='75' height='75'/%3E%3Crect x='125' y='-35' width='65' height='65'/%3E%3Crect x='130' y='-30' width='55' height='55'/%3E%3Crect x='135' y='-25' width='45' height='45'/%3E%3Crect x='140' y='-20' width='35' height='35'/%3E%3Crect x='145' y='-15' width='25' height='25'/%3E%3Crect x='150' y='-10' width='15' height='15'/%3E%3Crect x='155' y='-5' width='5' height='5'/%3E%3Crect x='120' y='40' width='35' height='35'/%3E%3Crect x='125' y='45' width='25' height='25'/%3E%3Crect x='130' y='50' width='15' height='15'/%3E%3Crect x='135' y='55' width='5' height='5'/%3E%3Crect y='120' width='75' height='75'/%3E%3Crect x='5' y='125' width='65' height='65'/%3E%3Crect x='10' y='130' width='55' height='55'/%3E%3Crect x='15' y='135' width='45' height='45'/%3E%3Crect x='20' y='140' width='35' height='35'/%3E%3Crect x='25' y='145' width='25' height='25'/%3E%3Crect x='30' y='150' width='15' height='15'/%3E%3Crect x='35' y='155' width='5' height='5'/%3E%3Crect x='200' y='120' width='75' height='75'/%3E%3Crect x='40' y='200' width='75' height='75'/%3E%3Crect x='80' y='80' width='75' height='75'/%3E%3Crect x='85' y='85' width='65' height='65'/%3E%3Crect x='90' y='90' width='55' height='55'/%3E%3Crect x='95' y='95' width='45' height='45'/%3E%3Crect x='100' y='100' width='35' height='35'/%3E%3Crect x='105' y='105' width='25' height='25'/%3E%3Crect x='110' y='110' width='15' height='15'/%3E%3Crect x='115' y='115' width='5' height='5'/%3E%3Crect x='80' y='160' width='35' height='35'/%3E%3Crect x='85' y='165' width='25' height='25'/%3E%3Crect x='90' y='170' width='15' height='15'/%3E%3Crect x='95' y='175' width='5' height='5'/%3E%3Crect x='120' y='160' width='75' height='75'/%3E%3Crect x='125' y='165' width='65' height='65'/%3E%3Crect x='130' y='170' width='55' height='55'/%3E%3Crect x='135' y='175' width='45' height='45'/%3E%3Crect x='140' y='180' width='35' height='35'/%3E%3Crect x='145' y='185' width='25' height='25'/%3E%3Crect x='150' y='190' width='15' height='15'/%3E%3Crect x='155' y='195' width='5' height='5'/%3E%3Crect x='160' y='40' width='75' height='75'/%3E%3Crect x='165' y='45' width='65' height='65'/%3E%3Crect x='170' y='50' width='55' height='55'/%3E%3Crect x='175' y='55' width='45' height='45'/%3E%3Crect x='180' y='60' width='35' height='35'/%3E%3Crect x='185' y='65' width='25' height='25'/%3E%3Crect x='190' y='70' width='15' height='15'/%3E%3Crect x='195' y='75' width='5' height='5'/%3E%3Crect x='160' y='120' width='35' height='35'/%3E%3Crect x='165' y='125' width='25' height='25'/%3E%3Crect x='170' y='130' width='15' height='15'/%3E%3Crect x='175' y='135' width='5' height='5'/%3E%3Crect x='200' y='200' width='35' height='35'/%3E%3Crect x='200' width='35' height='35'/%3E%3Crect y='200' width='35' height='35'/%3E%3C/g%3E%3C/svg%3E");
    /* background by SVGBackgrounds.com */
}

.custom-btn-dark {
    background-color: #3c3f44 !important;
    border-color: #e2c893 #e2c893 #d7b46b !important;
    color: white !important;
}

.custom-btn:hover,
.custom-btn-dark:hover {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    color: #3c3f44 !important;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    transition: all .5s;
}

html .background-color-dark,
html .background-dark {
    background-color: #3c3f44 !important;
}

.boxshadow {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.fa-3x {
    font-size: 3em !important;
}

.load-more-loader {
    display: block;
}

#loadMore {
    display: none;
}

.counters.custom-counters label {
    font-size: 17px;
    line-height: 14px;
    color: #d7b46c;
    font-weight: 400;
}

section.section.section-parallax {
    background-color: rgb(60, 63, 68);
}

.social-icons.custom-social-icons-style-1 li:hover.social-icons-instagram a,
.social-icons.custom-social-icons-style-2 li:hover.social-icons-instagram a {
    color: #e4405f !important;
}

.social-icons.custom-social-icons-style-1 li:hover.social-icons-pinterest a,
.social-icons.custom-social-icons-style-2 li:hover.social-icons-pinterest a {
    color: #bd081c !important;
}

.testimonial.testimonial-with-quotes blockquote:before,
.testimonial.testimonial-with-quotes blockquote:after {
    color: #d7b46c !important;
}

#selectLanguage .dropdown-toggle .fa-caret-down {
    display: none !important;
}

#selectLanguage .dropdown-toggle::after {
    display: none !important;
}

.sticky-header-active #selectLanguage .dropdown-menu li {
    background-color: #3c3f44 !important
}

#selectLanguage .btn-group,
#selectLanguage a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.sticky-header-active #selectLanguage .dropdown-menu {
    left: 24px !important;
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    background-color: rgba(0, 0, 0, 0.1);
    border: none !important;
    border-radius: 0;
    position: absolute;
    top: 40px;
}

#selectLanguage .dropdown-menu {
    left: 24px !important;
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    background-color: rgba(0, 0, 0, 0.1);
    border: none !important;
    border-radius: 0;
    position: absolute;
    top: auto;
    bottom: 100%;
}

#selectLanguage .dropdown-item:hover,
#selectLanguage .dropdown-item:focus {
    background-color: transparent !important;
}

#selectLanguage .dropdown-item:hover a,
#selectLanguage .dropdown-item:focus a {
    color: #d7b46c !important;
}

@media (max-width: 991px) {
    .sticky-header-active #selectLanguage .dropdown-menu{
        height: 100%;
        top: 0;
        left: 60px!important;
        display: inherit;
        overflow-y: scroll;
        max-width: 300px;
    }
    #selectLanguage {
        padding:0!important;
    }
    #selectLanguage .dropdown-toggle{
        background-color: #d7b46b;
        border-radius: 0!important;
    }

}

video[poster] {
    object-fit: cover;
}

.vjs-poster {
    background-size: cover;
    background-position: inherit;
}

.overflow {
    overflow: hidden;
}

.custom-contact-box {
    padding: 40px 40px 15px;
}

.custom-contact-form-style-1 .form-group:before {
    width: calc(100% + 70px);
}

.counter span {
    position: relative;
}

.counter span:after {
    content: attr(data-after);
    position: absolute;
    color: #ffffff!important;
    left: 0;
    top: 4px;
    transition: all 1s ease-in-out;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    z-index: 100;
}

.counter:hover span:after {
    width: 100%;
    height: 100%
}