

@charset "UTF-8";

body {
    /*background: #fff;*/
    /*font-family: "Montserrat", sans-serif;*/
}

pre {
    color: white;
}

section.slider-section {
    padding-top: 0;
}

header .logo {
    position: fixed;
    top: 120px;
    left: 80px;
    width: initial;
    height: 0;
    padding: 0;
    z-index: initial;
    background-color: initial;
    text-align: center;
}

header .logo a img {
    max-width: 45%;
    margin-left: 25px;
    margin-top: -35px;
}

.info-box {
    position: fixed;
    top: 20px;
    right: 100px;
    background: #6D5D48; /*#B9A25F;*/
    border-radius: 5px;
}

.info-box p {
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
}

.info-box p i {
    font-size: 30px;
    /*color: #770712;*/
}

.info-box a {
    /*color: #770712;*/
    color: #fff;
}

@media (max-width: 1023px) {
    .info-box {
        display: initial;
    }
    header .logo {
        position: absolute;
        /*left: 25%;*/
        right: 0;
        text-align: initial;
    }
}


@media (max-width: 767px) {
    .info-box {
        position: fixed;
        padding: 5px 10px;
        width: initial;
        right: 30px;
        top: 15%;
    }
    header .logo {
        position: fixed;
        top: 0;
        /*left: 100px;*/
        height: 100px;
        padding: 30px 30px 0;
        background-color: #272727;
        width: auto !important;
        right: 0;
        text-align: center;
    }
    header .logo a img {
        max-width: 30%;
        margin-top: -33px;
        margin-left: 0;
    }

    .info-box p {
        font-size: 12px;
    }


}

@media (max-width: 480px) {
    header .logo a img {
        max-width: 30%;
        margin-top: -28px;
        margin-left: 0;
    }

}

.divider-line {
    margin: 10px 20px 0 20px;
}
section.slider-section .tp-bannertimer {
    background-color: #770712 !important;
    bottom: 1px !important;
    /*display: none;*/
}

header .header-line a.open-menu-toggle {
    background-color: #770712;
}


.language {
    position: fixed;
    top: 30px;
    right: 30px;
    padding: 5px;
    z-index: 999;
    border: 1px solid wheat;
    border-radius: 5px;
}

header .header-line {
    background: #151515;
}

header .header-line div.social-line {
    padding: 0;
    height: calc(86vh - 450px);
}

header .header-line div.social-line ul.social-list {
    margin: auto 0;
}

header .header-line div.copyright-line {
    background: initial;
}
header .header-line div.copyright-line p {
    font-weight: 500;
    font-size: 16px;
}

header .header-line div.copyright-line a{
    color: #770712;
    font-family: "Forte";
}

header .header-line div.copyright-line span{
    font-size: 20px;
    padding: 0 0 5px 0;
    font-weight: 900;
}

.same-style {
    position: relative;
    z-index: 4;
}

.same-style.same-style-mrg-2:last-child {
    margin-right: 0px;
}

.same-style.same-style-mrg-2 a {
    color: white;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .same-style {
        margin-right: 25px;
    }
}

.same-style:last-child {
    margin-right: 0px;
}

.same-style a {
    color: #000000;
    display: inline-block;
}

.same-style a i {
    font-size: 12px;
    margin: 0 0 0 3px;
}


.same-style .language-dropdown {
    background: white none repeat scroll 0 0;
    position: absolute;
    right: -6px;
    top: 130%;
    z-index: 9;
    -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.1);
    display: none;
    border-radius: 5px;
    cursor: pointer;
}

.same-style .language-dropdown ul{
    padding: 0;
    margin-top: revert;
}

.same-style .language-dropdown ul li{
    display: block;
    padding-bottom: 5px;
}

.same-style .language-dropdown ul li:last-child {
    padding-bottom: 0;
}

.same-style .language-dropdown ul li a{
    color: black;
    display: ruby !important;
    font-size: 12px;
    padding: 0 12px;
}

.same-style .language-dropdown ul li a:hover {
    color: #770712;
}

.same-style:hover > a {
    color: #770712;
}

.recent-post-widget h5 a {
    color: #fff;
}

.widget-gallery .photo-gallery li {
    width: 100px;
    /*padding: 0;*/
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    background: #888888;
    display: block;
    overflow: hidden;
    /*margin: 0;*/
    border: 3px solid #6D5D48;
    padding: 5px;
    height: 80px;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}


.recent-post-widget .image-wrapper {
    width: 60px;
    float: left;
    padding: 0;
    background: #888888;
    display: block;
    overflow: hidden;
    margin: 0;
    border: 3px solid #6D5D48;
    height: 50px;
}


.recent-post-widget .content-wrapper {
    width: calc(100% - 78px);
    float: left;
}

.recent-post-widget h5 {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 5px;
}

.post-list{
    list-style: none;
    padding-left: 20px;
}

.post-list .top:first-child{
    padding-top: 0;
}

.post-list .top{
    padding-top: 5px;
}

@media (max-height: 800px) {
    header .header-line div.social-line {
        padding: 15px 0;
        height: calc(100vh - 350px);
    }
}


section.slider-section .tp-caption.NotGeneric-SubTitle span{
    background-color: #6D5D48; /*#770712;*/
    border-radius: 5px;

}



section.services-section3 {
    padding: 40px 0;
}


section.services-section7 div.title-box span{
    display: inline-block;
    font-size: 18px;
    color: #6D5D48; /*#770712;*/
    margin-bottom: 4px;
    text-align: initial;
    font-weight: 700;
}

section.services-section7 div.title-box h2 {
    color: #ffff; /*#770712;*/
    font-weight: 800;
}


section.services-section7 {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.services-section7 .services-box7 a.services-post7 div.serv-cont{
    margin: auto;
    position: inherit;
}

section.services-section7 .services-box7 a.services-post7 {
    /*padding: 16px;*/
}

section.services-section7 .services-box7 a.services-post7 i {
    color: #6D5D48;
}


section.services-section7 .services-box7 a.services-post7 div.serv-cont h4 {
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 70px;
    color: #770712;
    border: 10px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)

}

section.services-section7 .services-box7 a.services-post7 div.serv-cont p {
    position: relative;
    height: 50px;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
}

section.services-section7 .services-box7 a.services-post7:hover:before {
    background-color: #770712;
}

section.scroller-section4 {
    padding: 40px 40px 40px;
}

section.scroller-section4 .scroller-box {
    border-right: initial;
}

.owl-carousel .owl-wrapper-outer {
    border-right: 1px solid #353535;
}

.owl-theme .owl-controls {
     /*border: 1px solid #353535;*/
    display: none !important;
}


section.about-section {
    padding-top: 40px;
}

section.services-section8 {
    padding: 40px 0;
}

footer.template-footer {
    padding-top: 40px;
}


/*-------------------------------------------------- */
/* Features carousel style
/*------------------------------------------------- */
section.features-carousel-section {
    margin-bottom: 40px;
}
section.features-carousel-section .feature-post {
    padding-right: 212px;
    overflow: hidden;
    padding-bottom: 31px;
}
@media (max-width: 1023px) {
    section.features-carousel-section .feature-post {
        padding-right: 0;
    }
}
section.features-carousel-section .feature-post .image-holder {
    float: left;
    width: 60%;
    margin-right: -10%;
    position: relative;
}
@media (max-width: 1023px) {
    section.features-carousel-section .feature-post .image-holder {
        width: 100%;
    }
}
section.features-carousel-section .feature-post .image-holder:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 426px;
    top: 0;
    right: -30px;
    background-color: #2e2e2e;
}
section.features-carousel-section .feature-post .image-holder:before {
    content: "";
    position: absolute;
    width: auto;
    height: 1px;
    bottom: -30px;
    right: -30px;
    left: 0;
    background-color: #2e2e2e;
}
section.features-carousel-section .feature-post img {
    width: 100%;
    height: 396px;
    object-fit: cover;
    object-position: center;
}
section.features-carousel-section .feature-post .feature-post-content {
    width: 50%;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #3d3d3d;
    padding: 30px;
    float: right;
    position: relative;
    z-index: 2;
}
@media (max-width: 1023px) {
    section.features-carousel-section .feature-post .feature-post-content {
        height: auto;
        width: 100%;
    }
}
section.features-carousel-section .feature-post .feature-post-content span {
    font-size: 20px;
    color: #ffffff;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

section.features-carousel-section .feature-post .feature-post-content p {
    font-size: 14px;
}

section.features-carousel-section .feature-post .feature-post-content span:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #770712;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
section.features-carousel-section .feature-post .feature-post-content h3 {
    font-size: 12px;
    margin-bottom: 0;
    text-transform: inherit;
}
section.features-carousel-section .owl-dots {
    display: none;
}
section.features-carousel-section .my-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #2e2e2e;
    border-left: none;
    width: 212px;
    padding: 48px 0 47px;
    margin: 0;
    background-color: #242424;
}
section.features-carousel-section .my-carousel .owl-nav button.owl-prev,
section.features-carousel-section .my-carousel .owl-nav button.owl-next {
    color: #ffffff;
    padding: 50px 20px !important;
    border: 1px solid #2e2e2e;
    font-size: 20px;
    margin: 0 !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
section.features-carousel-section .my-carousel .owl-nav button.owl-next {
    border-left: none;
    margin-left: -1px !important;
}

.features-section {
    padding: 40px 0;
}

section.single-post-section {
    padding: 40px 0;
}
.features-section .features-box .row {
    align-items: center;
}
.features-section .features-box h3 {
    font-size: 26px;
    color: #6D5D48;
}

a.theme-button {
    background-color: #6D5D48;
    border: none;
}

a.theme-button:before {
    background: #770712;
}

.sidebar .sidebar-widget.widget_categories ul li a {
    font-size: 12px;
}
.features-section .features-box p {
    margin-bottom: 20px;
}
.features-section .features-box img {
    width: 100%;
    height: auto;
}

.features-section2 {
    padding: 130px 0;
}
.features-section2.no-padd-top {
    padding-top: 0;
}
.features-section2 .features-box2 {
    position: relative;
}
.features-section2 .features-box2:before, .features-section2 .features-box2:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
}
.features-section2 .features-box2:before {
    top: 0;
    right: 0;
    border-top: 2px solid #6c6c6c;
    border-right: 2px solid #6c6c6c;
}
.features-section2 .features-box2:after {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #6c6c6c;
    border-right: 2px solid #6c6c6c;
}
.features-section2 .features-box2 .row {
    align-items: center;
}
.features-section2 .images-box {
    position: relative;
    border: 1px solid #2e2e2e;
    padding: 30px;
}
@media (max-width: 1023px) {
    .features-section2 .images-box {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .features-section2 .images-box {
        padding-bottom: 1px;
    }
}
.features-section2 .images-box:before, .features-section2 .images-box:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
}
.features-section2 .images-box:before {
    top: 0;
    left: 0;
    border-top: 2px solid #6c6c6c;
    border-left: 2px solid #6c6c6c;
}
.features-section2 .images-box:after {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #6c6c6c;
    border-left: 2px solid #6c6c6c;
}
.features-section2 .images-box img {
    width: 110%;
    height: auto;
    margin-bottom: 0;
    max-width: none;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.features-section2 .images-box .image-holder {
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .features-section2 .images-box .image-holder {
        margin-bottom: 30px;
    }
}
.features-section2 .images-box .image-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.features-section2 .images-box .image-holder span {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    z-index: 3;
}
.features-section2 .images-box .image-holder:hover span {
    opacity: 1;
}
.features-section2 .images-box .image-holder:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.features-section2 .feature-content {
    text-align: right;
    padding-right: 30px;
}
.features-section2 .feature-content span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    margin-bottom: 5px;
}
.features-section2 .feature-content span:after {
    content: "";
    height: 2px;
    width: 30px;
    background-color: #770712;
    float: right;
    margin-top: 10px;
    margin-left: 15px;
}
@media (max-width: 1023px) {
    .features-section2 .feature-content span:after {
        display: none;
    }
}
.features-section2 .feature-content h3 {
    margin-bottom: 15px;
}
.features-section2 .feature-content p {
    margin-bottom: 0;
}

div.title-box span {
    color: #770712;
}
div.title-box h2 {
    color: #6D5D48;
}

.features-carousel-section .title-box span,
.services-section8  div.title-box span {
    font-size: 30px;
    font-weight: 900;
    color: #6D5D48;
}

.features-carousel-section .title-box p,
.services-section8  div.title-box p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bolder;
}

.features-carousel-section .title-box span::after {
        content: "";
        display: inline-block;
        width: 40px;
        height: 2px;
        margin-right: 10px;
        background: #d92828;
        margin-top: 30px;
        float: left;
        transition: all 0.36s ease-in-out;
        -moz-transition: all 0.36s ease-in-out;
        -webkit-transition: all 0.36s ease-in-out;
        -o-transition: all 0.36s ease-in-out;

}

.services-section8 .serv-cont h4 {
    color: #6D5D48;
}
.services-section8 .serv-cont p {
    height: 225px;
    font-family: "Forte";
}

.site-footer {
    background: #222;
}

section.footer-brands {
    border-top: 2px solid #6D5D48;
    padding-top: 20px;
    border-bottom: 2px solid #6D5D48;
    padding-bottom: 20px;
    text-align: center;
}

.site-footer .owl-wrapper-outer {
    border-right: none;
}

.site-footer .footer-blocks {
    padding-top: 40px;
    padding-bottom: 10px;
}

.site-footer .footer-blocks {
    padding-top: 40px;
    padding-bottom: 10px;
}

.site-footer .widget-title {
    color: #6D5D48;
    font-size: 18px;
    margin-bottom: 24px;
}

.site-footer .footer-about p {
    color: #999;
    font-weight: 600;
}

.site-footer .subscription-form .form-control {
    background: transparent;
    border-radius: 5px;
    border-color: #6D5D48;
    height: 42px;
    font-size: 12px;
    color: #6D5D48;
}

.site-footer .subscription-form .form-group {
    margin-bottom: 15px;
}

.btn-main {
    background: #6D5D48;
    color: #999;
    padding: 12px 12px;
    letter-spacing: 1px;
    transition: .3s;
    font-weight: 700;
}

.subscription-form button:hover {
    background: #770712;
    color: #ffffff;
}


.site-footer .bottom-bar {
    background: #151515;
    padding-top: 24px;
    padding-bottom: 24px;
}

.site-footer .bottom-bar p {
    font-size: 14px;
    margin-bottom: 0;
}

.site-footer .bottom-bar p a {
    color: #770712;
    font-family: "Forte";
}

.site-footer .bottom-links {
    text-align: right;
    margin-bottom: 0;
}

.site-footer .bottom-links li {
    display: inline-block;
    margin-left: 8px;
}

.site-footer .bottom-links li a {
    color: #999;
    font-size: 20px;
}

.site-footer .bottom-links li a:hover {
    color: #770712;
}

.border-top-3 {
    border-top: 1px solid rgba(174, 174, 174, 0.3);
}

.breadcrumb-ptb-3 {
    padding: 10px 0 10px;
    background-color: wheat;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid #770712;
}

.ce_breadcrumb_nav li {
    position: relative;
}

.breadcrumb-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.breadcrumb-content ul li {
    display: inline-block;
    margin: 0 2px;
    text-transform: unset;
    color: #777777;
    font-size: 14px;
}

.breadcrumb-content ul li a i, .breadcrumb-content ul li a{
    color: #770712;
}

.ce_breadcrumb_nav li::after {
    top: 50%;
    width: 2px;
    content: "";
    right: -1px;
    height: 15px;
    position: absolute;
    background-color: #770712;
    transform: translateY(-50%);
}

.ce_breadcrumb_nav li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
}


.ce_breadcrumb_nav li:last-child:after {
    display: none;
}


@media only screen and (max-width: 767px) {
    .breadcrumb-ptb-3 {
        padding: 30px 0 30px;
    }
}


section.contact-info-section {
    padding: 40px 0;
}

section.contact-info-section .contact-form-box {
    padding-top: 0;
}

section.contact-info-section .col-lg-4 .contact-info-post h4 {
    font-weight: 800;
    font-size: 16px;
}

section.contact-info-section .title-box span {
    padding-bottom: 20px;
}

section.contact-info-section .col-lg-4 .contact-info-post i {
    color: #6D5D48;

}

section.contact-info-section .col-lg-4 .contact-info-post p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
}

.contact-form-box #contact-form input[type=text],
.contact-form-box #contact-form input[type=email],
.contact-form-box #contact-form input[type=phone],
.contact-form-box #contact-form textarea {
    display: block;
    width: 100%;
    padding: 0 12px 20px;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    outline: none;
    border: none;
    margin: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}



.contact-form-box #contact-form button {
    background: #6D5D48;
    border-radius: 5px;
}

.contact-form-box #contact-form button:hover {
    background: #770712;
    color: #ffffff;
}

ul.sub-menu li a {
    font-size: 12px;
}

section.filter-section ul.filter li a {
    font-size: 8px;
    font-weight: 800;
}

section.architecture-section {
    padding: 40px 140px 30px;
}

section.architecture-section .architecture-box .architecture-post .image-holder {
    border: 3px solid #6D5D48;
    padding: 5px;
}

section.architecture-section .architecture-box .architecture-post .hover-box {
    margin-bottom: 3px;
}

section.single-project-section {
    padding: 40px 0;
}


section.single-project-section .single-project-content {
    border-bottom: 3px solid #6D5D48;
}

section.single-project-section .feature-image img {
    border: 3px solid #6D5D48;
}

section.single-project-section .single-project-content .project-content p {
    margin-bottom: 22px;
    padding-top: 20px;
    font-size: 30px;
    font-family: "Forte";
    font-weight: 700;
    text-align: center;
    color: #6D5D48;
    padding-bottom: 20px;
}

section.single-project-section .single-project-content h2 {
    font-weight: 800;
    font-family: "Forte";
}
section.single-project-section .hover-feature h2 {
    background-color: #770712;
}

ul.gallery-list li a {
    display: block;
    overflow: hidden;
    margin: 0;
    border: 3px solid #6D5D48;
    padding: 5px;
}

ul.gallery-list li a img {
    width: 100%;
    object-fit: contain;
    height: 250px;
}

section.architecture-section .architecture-box .architecture-post img,
section.single-project-section .feature-image img{
    width: 100%;
    object-fit: contain;
    height: 350px;
    max-width: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 0, 0) scale(1.12);
    transform: translate3d(0, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

section.single-project-section .feature-image img{
    height: 450px;
}

section.portfolio-section {
    padding: 40px 0;
}

figure.effect-milo {
    background: #888888;
    display: block;
    overflow: hidden;
    margin: 0;
    border: 3px solid #6D5D48;
    padding: 5px;
    height: 270px;
}

.portfolio-post figure.hover2 figcaption > a {
    border: 5px solid #770712;
}

.portfolio-post figure h4 a:hover,
.portfolio-post figure p a:hover {
    color: #770712;
}

section.filter-section ul.filter li a.active::before {
    background: #770712;
}

section.scroller-section4 a.scroller-post .cont-holder span.cat-link::before {
    background: #770712;
}

section.scroller-section4 a.scroller-post .num-holder span:hover{
    color: #770712;
}

#rev_slider_41_1_wrapper .tparrows {
    background-color: #770712;
}

.tp-thumb-image, .tp-videoposter {

    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 70px;
    color: #770712;
    border: 10px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.erinyen .tp-thumb-title {
    border: 3px solid #6D5D48;
}

.sidebar .sidebar-widget > h4 {
    font-size: 12px;
}

section.unique-section {
    padding: 0 0 150px 0;
}

section.unique-section .unique-box ul.unique-list li h4 a {
    font-size: 16px;
    font-weight: 700;
}

section.unique-section .unique-box ul.unique-list li.active h4 a {
    font-size: 16px;
}

section.scroller-section4 a.scroller-post .cont-holder span.cat-link {
    font-size: 20px;
    font-weight: bold;
}

section.scroller-section4 a.scroller-post .cont-holder span.cat-link::before {
    margin-top: 15px;
}

section.single-project-section .col-md-6 .feature-image {
    padding: 0 30px;
}

section.single-project-section .single-project-content .col-md-6 .project-content {
    margin-right: 40px;
}

.project-content pre{
    margin-bottom: 22px;
    padding-top: 20px;
    font-size: 30px;
    font-family: "Forte";
    font-weight: 700;
    text-align: center;
    color: #6D5D48;
}

section.contact-info-section .col-lg-4{
    text-align: center;
}

.services-post8,
.about-section .images img{
    border: 3px solid #6D5D48;
}


@media (max-width: 767px) {
    section.filter-section ul.filter li {
        height: 90px;
    }
    .site-footer .footer-about p {
        font-size: 12px;
    }

    .features-carousel-section .title-box span,
    .services-section8 div.title-box span {
        font-size: 18px;
    }
    section.services-section7 div.title-box span {
        font-size: 14px;
    }
    section.services-section7 div.title-box h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .features-carousel-section .title-box p,
    .services-section8 div.title-box p {
        font-size: 12px;
    }
    section.features-carousel-section {
        margin-bottom: -40px;
    }
    section.about-section .about-box p {
        margin-bottom: 18px;
        font-size: 12px;
        font-weight: 600;
    }
    .services-post8{
        margin-bottom: 20px;
    }
}

@media (max-width: 989px) {
    section.contact-info-section .col-lg-4 {
        text-align: center;
    }
    section.contact-info-section .col-lg-4 .contact-info-post {
        display: block !important;
    }
    section.contact-info-section .col-lg-4 .contact-info-post i {
        margin-right: 0;
        padding-bottom: 15px;
    }
}
