/* Global Style */

.container {
    max-width: 1380px !important;
}

body {
    font-family: 'Poppins', sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    overflow: hidden;
}

section {
    margin-top: 120px;;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading span {
    font-size: 14px;
    color: #aaaaaa;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section-heading h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 42px;
    line-height: 48px;
    color: #1e1e1e;
    text-transform: uppercase;
    font-weight: 800;
}

.section-heading h4 em {
    font-style: normal;
    color: #b37f4d;
}

a {
    text-decoration: none !important;
}

strong {
    color: #7a7a7a;
    font-weight: 600 !important;
}

p {
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a;
}

.border-button a {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b48046;
    padding: 14px 25px;
    border: 2px solid #b48046;
    transition: all .3s
}

input.border-button {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b48046;
    padding: 14px 25px;
    border: 2px solid #b48046;
    transition: all .3s;
    border-radius: 0px;
}

input.border-button:hover {
    color: #fff;
    background-color: #b48046;
}

.border-button a:hover {
    color: #fff;
    background-color: #b48046;
}

/* Pre-loader Style */

.loader {
    background-color: #232122;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 222222;
}
  
.loader svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader svg.fa-building {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -1px;
    font-size: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
  
.loader svg path,
.loader svg rect {
    fill: #b37f4d;
}

/* Header Style */ 

header.other-pages {
    background-color: #f7f7f7;
    box-shadow: 0px 5px 15px rgba(128, 128, 128, 0.15);
}

header.other-pages:after {
    display: none;
}

header {
    position: relative;
    padding: 40px 0px;
}

@media (max-width: 992px) {
    header {
        padding: 20px 0px;
    }
}

header:after {
    position: absolute;
    background: url(../images/header-dec.png);
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 660px;
    top: 0;
    left: 0;
}

@media (max-width: 650px) {
    header:after {
        display: none;
    }
}

header .logo {
    text-align: center;
    position: relative;
    z-index: 4;
}

@media (max-width: 992px) {
    header .logo {
        float: right;
        margin-right: 15px;
    }
}

header .logo img {
    max-width: 220px;
}

header ul.footer-menu {
    padding-left: 0px;
    margin-top: 30px;
    text-align: right;
    position: relative;
    z-index: 4;
}

@media (max-width: 992px) {
    header ul.footer-menu {
        display: none;
    }
}

header ul.footer-menu li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #eee;
    display: inline-block;
}

@media (max-width: 1069px) {
    header ul.footer-menu li {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #eee;
        display: inline-block;
    }
}

header ul.footer-menu li:first-child {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
}

header ul.footer-menu li a {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1a1a1a;
    transition: all .3s;
}

header ul.footer-menu li a:hover {
    color: #b37f4d;
}


/* Slider Style */

.slider {
    overflow: hidden;
}

.slider .owl-carousel {
    position: relative;
}

.slider .item {
    text-align: right;
    padding: 115px 0px;
}

.slider .first-item {
    background-image: url(../images/categori-3.JPG);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.slider .item .caption {
    text-align: right;
    width: auto;
    background-color: rgba(250,250,250,0.75);
    padding: 60px 45px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    display: inline-block;
    margin-right: 15px;
}

.slider .item .caption h2 {
    color: #b37f4d;
    font-size: 52px;
    line-height: 60px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0px;
}

@media (max-width: 992px) {
    .slider .item .caption h2 {
        font-size: 36px;
        line-height: 44px;
    }
}

.slider .item .caption h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 400;
    margin-top: 30px;
}

.slider .owl-carousel .owl-nav {
    position: absolute;
    width: 122px;
    height: 60px;
    display: inline-block;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    background-color: #fff;
    right: 15px;
    bottom: 12px;
}

.slider .owl-carousel .owl-nav button.owl-prev span {
    font-size: 0px;
    color: #fff;
}

.slider .owl-carousel .owl-nav button.owl-next span {
    font-size: 0px;
    color: #fff;
}

.slider .owl-carousel .owl-nav button.owl-next span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 24px;
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0;
    right: 0;
    color: #aaa;
    transition:  all .5s;
    border-left: 2px solid #eee;
}

.slider .owl-carousel .owl-nav button.owl-prev span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    font-size: 24px;
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    left: 0;
    line-height: 60px;
    top: 0;
    color: #aaa;
    transition:  all .5s;
}

.slider .owl-carousel .owl-nav button.owl-next:hover span::after,
.slider .owl-carousel .owl-nav button.owl-prev:hover span::after {
    color: #b37f4d;
}

/* About Syle */

section.about-us {
    background: rgb(247,247,247);
    background: linear-gradient(90deg, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 65%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    section.about-us {
        background: #fff;
    }
}

section.about-us-page {
    background: transparent;
}

section.about-us-page .right-image {
    padding: 0px 0px !important;
}

@media (max-width:992px) {
    section.about-us-page .right-image {
        margin-top: 80px;
    }
}

section.about-us .left-content .border-button {
    margin-top: 60px;
}

section.about-us .right-image {
    padding: 80px 0px;
}

section.about-us .section-heading {
    position: relative;
}

section.about-us .section-heading:after {
    position: absolute;
    content: '';
    background-image: url(../images/icon-dec.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 320px;
    height: 150px;
    opacity: 0.05;
    z-index: 2;
    top: 30px;
    left: 180px;
}

/* Our Projects */

section.our-projects {
    position: relative;
    z-index: 2;
}

section.our-projects .section-heading {
    position: relative;
    z-index: 3;
}

section.our-projects .project-item {
    position: relative;
    z-index: 3;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

section.our-projects .project-item .thumb {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

section.our-projects .project-item .thumb img {
    transition: all 1s;
}

section.our-projects .project-item .thumb .text {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

section.our-projects .project-item .thumb .text h4 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    color: #1e1e1e;
    background-color: rgba(250,250,250,0.90);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    padding: 8px 10px 10px 10px;
}

section.our-projects:after {
    position: absolute;
    background: url(../images/projects-dec.png);
    background-repeat: no-repeat;
    background-position: right center;
    content: '';
    width: 100%;
    height: 660px;
    top: 65px;
    right: 0;
    z-index: 1;
}

section.our-projects .project-item .thumb:hover img {
    opacity: 0.5;
    transform: scale(1.1);
}


/* Contact Style */

section.contact-us-porojects {
    margin-top: 90px;
}

section.contact-us {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(247,247,247,1) 35%, rgba(247,247,247,1) 100%);
}


@media (max-width:992px) {
    section.contact-us {
        background: #fff;
    }
}

section.contact-us .section-heading {
    position: relative;
}

section.contact-us .section-heading:after {
    position: absolute;
    content: '';
    background-image: url(../images/icon-dec.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 320px;
    height: 150px;
    opacity: 0.05;
    z-index: 2;
    top: 30px;
    right: 180px;
}

section.contact-us .contact-form {
    padding: 80px 0px;
}

section.contact-us .contact-form form {
    background-color: #fff;
    padding: 60px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    margin-bottom: 0px;
}

section.contact-us ul.info li {
    font-size: 15px;
    color: #7a7a7a;
    margin-bottom: 15px;
}

section.contact-us ul.info li:last-child {
    margin-bottom: 0px;
}

section.contact-us ul.info li:nth-child(3) {
    margin-bottom: 30px;
}

section.contact-us .contact-form input.form-control {
    margin-bottom: 30px;
    width: 100%;
    height: 50px;
    background-color: #f7f7f7;
    border: none;
    border-radius: 0px;
    font-size: 14px;
}

section.contact-us .contact-form textarea.form-control {
    margin-bottom: 30px;
    width: 100%;
    min-width: 100%;
    min-width: 100%;
    height: 150px;
    min-height: 150px;
    max-width: 180px;
    background-color: #f7f7f7;
    border: none;
    border-radius: 0px;
    font-size: 14px;
}


/* Footer Style */

footer {
    background-color: #232122;
    padding: 75px 0px;
    margin-top: 120px;
}


@media (max-width:992px) {
    footer {
        text-align: center;
    }   
    footer ul.social-icons {
        margin-top: 30px;
    }
    footer ul.footer-extra-pages {
        margin-top: 30px;
        text-align: center !important;
    }
}

footer ul {
    margin-bottom: 0px;
    padding: 0px
}

footer ul li {
    display: inline-block;
}

footer ul.footer-menu li {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff;
}

footer ul.footer-menu li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

footer ul.footer-menu li a {
    font-size: 14px;
    color: #fff;
    transition: all .3s;
}

footer ul.footer-menu li a:hover {
    color: #b37f4d;
}

footer ul.social-icons {
    text-align: center;
}

footer ul.social-icons li {
    margin: 0px 10px;
}

footer ul.social-icons li a {
    color: #fff;
    transition: all .3s;
}

footer ul.social-icons li a:hover {
    color: #b37f4d;
}

footer ul.footer-extra-pages {
    text-align: right;
}

footer ul.footer-extra-pages li {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #fff;
}

footer ul.footer-extra-pages li:first-child {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
}

footer ul.footer-extra-pages li a {
    font-size: 14px;
    color: #fff;
    transition: all .3s;
}

footer ul.footer-extra-pages li a:hover {
    color: #b37f4d;
}

.sub-footer {
    background-color: #292929;
}

.sub-footer p {
    text-align: center;
    margin-bottom: 0px;
    padding: 15px 0px;
}


/* Page Heading Style */

.page-heading {
    padding: 80px 0px;
    border-bottom: 1px solid #eee;
}

.page-heading h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b37f4d;
    letter-spacing: 1px;
}

.page-heading h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #7a7a7a;
    text-align: right;
    font-weight: 400;
    padding-top: 15px;
}

.page-heading h6 a {
    text-transform: uppercase;
    color: #7a7a7a;
    font-weight: 400;
    letter-spacing: -0.25px;
    margin-right: 5px;
}

.page-heading h6 em a {
    color: #1e1e1e;
    font-style: normal;
    margin-left: 5px;
}

@media (max-width: 992px) {
    .page-heading,
    .page-heading h6 {
        text-align: center;
    }
}


/* Services Style */

section.our-services {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(247,247,247,1) 35%, rgba(247,247,247,1) 100%);
}

@media (max-width:992px) {
    section.our-services {
        background: #fff;
    }
    section.our-services .left-image {
        padding-top: 0px !important;
    }
}

section.our-services .left-image {
    padding: 80px 0px;
}

section.our-services .right-content {
    text-align: right;
}

section.our-services .right-content ul {
    padding: 0px;
    margin-top: 60px;
}

section.our-services .right-content ul li {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1e1e1e;
    letter-spacing: 1px;
    position: relative;
    padding-right: 26px;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all .3s;
}

section.our-services .right-content ul li:hover {
    color: #b37f4d;
}

section.our-services .right-content ul li:last-child {
    margin-bottom: 0px;
}

section.our-services .right-content ul li:after {
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #b37f4d;
    content: '';
    right: 0;
    top: 16px;
    position: absolute;
}


/* Our Team Style */

section.our-team .section-heading {
    margin-bottom: 80px;
}

@media (max-width:992px) {
    section.our-team .section-heading {
        margin-bottom: 0px;
    }
    section.our-team .description p {
        margin-bottom: 60px;
    }
    section.our-team .team-member {
        margin-bottom: 30px;
    }
}

section.our-team .description p {
    margin-top: 60px;
}

section.our-team .team-member .thumb {
    position: relative;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

section.our-team .team-member .thumb .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(179, 127, 77, 0.9);
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

section.our-team .team-member .thumb:hover .hover-effect {
    opacity: 1;
    visibility: visible;
}

section.our-team .team-member .thumb .hover-effect .inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

section.our-team .team-member .thumb .hover-effect .inner-content h4 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

section.our-team .team-member .thumb .hover-effect .inner-content span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}


/* Our Project Page */

section.our-projects-page .section-heading {
    margin-bottom: 80px;
}

section.our-projects-page .description p {
    margin-top: 60px;
}

@media (max-width:992px) {
    section.our-projects-page .section-heading {
        margin-bottom: 0px;
    }
    section.our-projects-page .description p {
        margin-bottom: 60px;
    }
}

section.our-projects-page .project-item {
    margin-bottom: 30px;
}

section.our-projects-page .project-item .thumb {
    position: relative;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

section.our-projects-page .project-item .thumb .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(179, 127, 77, 0.9);
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

section.our-projects-page .project-item .thumb:hover .hover-effect {
    opacity: 1;
    visibility: visible;
}

section.our-projects-page .project-item .thumb .hover-effect .inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0px 15px;
}

section.our-projects-page .project-item .thumb .hover-effect .inner-content h4 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

section.our-projects-page .project-item .thumb .hover-effect .inner-content span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}


/* Find Map Style */

section.find-map {
    background: rgb(247,247,247);
    background: linear-gradient(90deg, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 65%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
}

@media (max-width:992px) {
    section.find-map {
        background: #fff;
    }
    section.find-map #map {
        padding-bottom: 0px !important;
    }
    section.contact-us .contact-form {
        padding-top: 0px;
    }
}

section.find-map #map {
    padding: 80px 0px;
}

section.find-map .left-content {
    text-align: left;
}

section.find-map .left-content ul {
    padding: 0px;
    margin-top: 60px;
}

section.find-map .left-content ul li {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1e1e1e;
    letter-spacing: 1px;
    position: relative;
    padding-left: 26px;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all .3s;
}

section.find-map .left-content ul li:hover {
    color: #b37f4d;
}

section.find-map .left-content ul li:last-child {
    margin-bottom: 0px;
}

section.find-map .left-content ul li:after {
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #b37f4d;
    content: '';
    left: 0;
    top: 14px;
    position: absolute;
}

.contact-success-content,
.contact-failed-content {
    text-align: center;
    padding: 30vh 0px;
}

.contact-success-content h2,
.contact-failed-content h2 {
    color: #1e1e1e;
    font-weight: 700;
    margin-top: 0px;
}

.contact-success-content h2 em {
    color: green;
    font-style: normal;
}

.contact-failed-content h2 em {
    color: red;
    font-style: normal;
}

.contact-success-content span,
.contact-failed-content span {
    display: inline-block;
    font-size: 15px;
    color: #4a4a4a;
    margin-top: 20px;
}

.contact-success-content span a,
.contact-failed-content span a {
    color: #b37f4d;
    font-weight: 600;
}

footer.contact-warning {
    margin-top: 0px;
}