/*********************** GLOBAL ***********************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

.hero .owl-hero .item .info .title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 42px !important;
    line-height: 1.2 !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    text-transform: none;
    text-shadow: 0 2px 12px rgba(0,0,0,0.35);
    margin-bottom: 55px;
    margin-top: -120px !important; /* MOVE TEXT UP */
}




/* Strong override for active slide */
.hero .owl-hero .item.active .info .title,
.hero .owl-hero .item .info .title,
.hero .info .title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    font-size: 42px !important;
    line-height: 1.2 !important;
}



body.no-scroll {
    overflow: hidden;
}

html,
body {
    height: 100%;
}

section,
header,
footer {
    position: relative;
}

section {
    z-index: 2;
}

img {
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #eee;
}

::-webkit-scrollbar-thumb {
    background-color: #cbcbce;

    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #c2c2c2;
}

/*********************** TYPOGRAPHY ***********************/

a {
    font-family: 'Roboto Slab', sans-serif;
    cursor: pointer;
    color: #231f20;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #231f20;
    text-decoration: underline;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    color: #231f20;
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}

h1 {
    font-size: 44px;
    line-height: 48px
}

h2 {
    font-size: 36px;
    line-height: 40px
}

h3 {
    font-size: 28px;
    line-height: 38px
}

h4 {
    font-size: 22px;
    line-height: 32px
}


p {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    color: #231f20;
}

p a {
    text-decoration: underline;
}


.small {
    font-size: 14px;
    line-height: 20px;
}

.small a {
    font-size: 14px;
    line-height: 20px;
}

@media(max-width:992px) {
    h1 {
        font-size: 32px;
        line-height: 36px
    }

    h2 {
        font-size: 26px;
        line-height: 30px
    }

    h3 {
        font-size: 24px;
        line-height: 28px
    }

    h4 {
        font-size: 20px;
        line-height: 24px
    }
}



/*********************** HELPER CLASS ***********************/
.cl:before,
.cl:after {
    display: table;
    content: " ";
}

.cl:after {
    clear: both;
}

.cl {
    clear: both;
}

.section-center {
    z-index: 2;
    display: table;
    width: 100%;
    height: 100%
}

.section-center .section-center-1 {
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    position: relative
}


hr {
    margin: 20px 0px;
    border: 0;
    border-top: 1px solid #EBECED;

}

.inner-divider {
    margin: 50px 0px;
    display: block;
    clear: both;
}

.inner-divider:before,
.inner-divider:after {
    display: table;
    content: " ";
}

.inner-divider:after {
    clear: both;
}


.hide {
    display: none !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-upper {
    text-transform: uppercase;
}

.color-white {
    color: #fff;
}

.color-silver {
    color: #d6d7d8;
}

.color-red {
    color: #db0000;
}

.bg-white {
    background-color: #fff;
}

.img-radius {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Roboto Slab', sans-serif;
    color: #231f20;
    font-weight: 300;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Roboto Slab', sans-serif;
    color: #231f20;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Roboto Slab', sans-serif;
    color: #231f20;
    font-weight: 300;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Roboto Slab', sans-serif;
    color: #231f20;
    font-weight: 300;
}

.no-margin {
    margin: 0;
}

.no-pad {
    padding: 0;
}

.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}


.mt-60 {
    margin-top: 60px;
}


.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}


.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}


.padded20 {
    padding: 20px 0px;
}

.padded40 {
    padding: 40px 0px;
}

.padded60 {
    padding: 60px 0px;
}

.padded80 {
    padding: 80px 0px;
}

.font-lg {
    font-size: 60px;
    line-height: 60px;
}

.font100 {
    font-weight: 100;
}

.font200 {
    font-weight: 200;
}

.font300 {
    font-weight: 300;
}

.font400 {
    font-weight: 400;
}

.font500 {
    font-weight: 500;
}

.font600 {
    font-weight: 600;
}

.font700 {
    font-weight: 700;
}

.font800 {
    font-weight: 800;
}

.font900 {
    font-weight: 900;
}

.fontLaBelleAurore {
    font-family: 'La Belle Aurore', cursive;
}

@media(max-width:992px) {
    .mt-0-md {
        margin-top: 0px;
    }
}

@media(max-width:767px) {
    .font-lg {
        font-size: 40px;
        line-height: 40px;
    }
}

/*********************** UI Components ***********************/

/* Logos List */
.logos-list {
    position: relative;
    display: block;
    text-align: center;
}

.logos-list > li {
    display: inline-block;
    margin: 10px;
}

.logos-list > li > a {
    display: block;
    position: relative;
  
    margin-bottom: 15px;
    width: 150px;
   
}

.logos-list  > li > a img {
    display: block;
    width: 100%;
    height: auto;
}



/*supplier-item*/
.supplier-item {
    position: relative;
    display: block;
    padding: 15px
}

.supplier-item img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.supplier-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media(max-width:380px) {
    .supplier-item {
        padding: 0px;
        margin-bottom: 15px;
    }

}


/*List Keywords*/
.list-keywords {}

.list-keywords > li {
    display: block;
}

.list-keywords > li > a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px solid transparent;
    padding: 2px 0px;
    margin: 4px 0px 4px 28px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.list-keywords > li > a:after {
    content: "";
    position: absolute;
    left: -28px;
    top: 8px;
    background-image: url(../images/icons/icn-arrow-right.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 15px;
    background-size: 19px 15px;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.list-keywords > li > a:hover {
    text-decoration: none;
    color: #ca9648;
    border-color: #ca9648;
    margin-left: 32px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.list-keywords > li > a:hover:after {
    left: -28px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*Link Back*/
.link-back {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    line-height: 18px;
    z-index: 4;
    padding: 4px 0px;
    border-bottom: 1px solid transparent;
}

.link-back:after,
.link-back:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    left: -24px;

    background-color: #231f20;

}

.link-back:after {
    bottom: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link-back:before {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.link-back:hover {
    text-decoration: none;
    border-color: #231f20;
}


/*Link Silver*/
.link-silver {
    color: #d6d7d8;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.link-silver:hover {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*OWL Suppliers*/
.owl-suppliers {}

.owl-suppliers .item {}

.owl-suppliers .item a {
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.owl-suppliers .item a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.owl-suppliers .item a:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/*Social List*/
.social-list {}

.social-list > li {
    display: inline-block;
    margin: 0px 4px;

}

.social-list > li:first-child {
    margin-left: 0px;
}

.social-list > li:last-child {
    margin-right: 0px;
}


.social-list > li > a {
    display: block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 26px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.social-list > li > a.facebook {
    background-image: url(../images/icons/icn-facebook.png);
}

.social-list > li > a.twitter {
    background-image: url(../images/icons/icn-twitter.png);
}

.social-list > li > a.instagram {
    background-image: url(../images/icons/icn-instagram.png);
}

.social-list > li > a.linkedin {
    background-image: url(../images/icons/icn-linkedin.png);
}


.social-list > li > a.youtube {
    background-image: url(../images/icons/icn-youtube.png);
}

.social-list > li > a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*How It Works*/
.how-it-works-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.how-it-works-item .image {}

.how-it-works-item .image img {
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}

.how-it-works-item .info {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 60px;
}

.how-it-works-item .info .step {
    font-family: 'La Belle Aurore', cursive;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.how-it-works-item .info .title {
    color: #fff;
    font-weight: 300;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.how-it-works-item.hwi-step2,
.how-it-works-item.hwi-step4 {
    margin-top: 60px;
}

.how-it-works-item:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.how-it-works-item:hover .info .step {
    font-size: 70px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.how-it-works-item:hover .info .title {
    margin-top: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media(max-width:1300px) {

    .how-it-works-item .info {
        top: 40px;
    }

    .how-it-works-item .info .step {
        font-size: 40px;
        line-height: 40px;
    }

}

@media(max-width:992px) {

    .how-it-works-item.hwi-step2,
    .how-it-works-item.hwi-step4 {
        margin-top: 0px;
    }

    .how-it-works-item:hover .image img {
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
    }

    .how-it-works-item .info {
        top: 60px;
    }

}

@media(max-width:767px) {

    .how-it-works-item {
        width: 320px;
        height: 320px;
        margin: auto;
        margin-bottom: 30px;
    }

    .how-it-works-item .info {
        top: 120px;
    }

}

@media(max-width:380px) {

    .how-it-works-item {
        width: auto;
        height: auto;

    }

    .how-it-works-item .info {
        top: 60px;
    }

}

/*Shop Item*/
.shop-item {
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.shop-item .image {
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.shop-item .image img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.shop-item .title {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    margin-bottom: 5px;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


.shop-item .price {
    font-family: 'La Belle Aurore', cursive;
    color: #ca9648;
    font-size: 28px;
    line-height: 38px;
}

.shop-item:hover .image img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


.shop-item:hover .title,
.shop-item:focus .title {
    border-color: #231f20;
    text-decoration: none;
}

.shop-item .title:hover,
.shop-item .title:focus {
    color: #ca9648;
    border-color: #ca9648;
}

/*Call Now*/
.call-now {
    position: relative;
    display: block;
    padding: 40px;
    background-color: #231f20;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

@media(max-width:767px) {
    .call-now {
        padding: 20px;
    }
}

/*Project Item*/
.project-item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.project-item.project-hide {
    opacity: 0.1;
    pointer-events: none;
}


.project-item .image img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.project-item .info {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.project-item .info .info-box {
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    position: relative
}

.project-item .info .info-box .title {
    margin-bottom: 10px;
}

.project-item .info .info-box .btn-view {
    background-image: url(../images/icons/icn-eye.png);
    display: block;
    width: 48px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px 26px;
    margin: auto;
}



.project-item.pi-sm,
.project-item.pi-sm .image {
    height: 320px;
}

.project-item.pi-lg,
.project-item.pi-lg .image {
    height: 670px;
}

.project-item:hover .info {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media(max-width:1300px) {

    .project-item.pi-sm,
    .project-item.pi-sm .image {
        height: 260px;
    }

    .project-item.pi-lg,
    .project-item.pi-lg .image {
        height: 550px;
    }
}

@media(max-width:992px) {

    .project-item.pi-sm,
    .project-item.pi-sm .image {
        height: 180px;
    }

    .project-item.pi-lg,
    .project-item.pi-lg .image {
        height: 390px;
    }
}

@media(max-width:767px) {

    .project-item.pi-sm,
    .project-item.pi-sm .image {
        height: 320px;
    }

    .project-item.pi-lg,
    .project-item.pi-lg .image {
        height: 580px;
    }
}

@media(max-width:380px) {

    .project-item.pi-sm,
    .project-item.pi-sm .image {
        height: 220px;
    }

    .project-item.pi-lg,
    .project-item.pi-lg .image {
        height: 420px;
    }

}

@media(max-width:280px) {

    .project-item.pi-sm,
    .project-item.pi-sm .image {
        height: 180px;
    }

    .project-item.pi-lg,
    .project-item.pi-lg .image {
        height: 340px;
    }
}



/*Photo Item*/
.photo-item {
    position: relative;
    display: block;
    overflow: hidden;
    height: 260px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.photo-item .image img {
    width: 100%;
}

.photo-item .info {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.photo-item .info .info-box {
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    position: relative
}

.photo-item .info .info-box .title {
    margin-bottom: 10px;
}

.photo-item .info .info-box .btn-view {
    background-image: url(../images/icons/icn-eye.png);
    display: block;
    width: 48px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px 26px;
    margin: auto;
}

.photo-item:hover .info {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media(max-width:1300px) {
    .photo-item {
        height: 210px;
    }
}

@media(max-width:992px) {
    .photo-item {
        height: 160px;
    }
}

@media(max-width:767px) {
    .photo-item {
        height: 260px;
    }
}

@media(max-width:420px) {
    .photo-item {
        height: 160px;
    }
}

@media(max-width:280px) {
    .photo-item {
        height: 120px;
    }
}


/*Tabs*/
.tabs {}

.tabs-content {
    position: relative;
    display: block;
}

.tabs-content .tab-item {
    display: none;
    position: relative;
}

.tabs-content .tab-item:last-child {
    display: block;
}


/*History Tabs*/
.history-tabs {
    position: relative;
    display: block;
    margin-top: 40px;
    text-align: right;
    min-height: 80px;
}

.history-tabs:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #d5d5d6;
    display: block;
    top: 0;
    left: 0;
    right: 0;
}

.history-tabs > li {
    display: inline-block;

}

.history-tabs > li > a {
    position: relative;
    display: block;
    padding: 24px 40px;
    font-size: 20px;
    line-height: 20px;
    color: #cbc5c6;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}


.history-tabs > li > a span {
    width: 12px;
    height: 12px;
    display: block;
    background-color: #d5d5d6;
    position: absolute;
    left: 0;
    top: -5px;
    right: 0;
    margin: auto;
    z-index: 1;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.history-tabs > li > a span:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: -2px;
    left: -2px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.history-tabs > li > a.current {
    color: #231f20;
    font-size: 28px;

}

.history-tabs > li > a.current span {
    background-color: #231f20;
}

.history-tabs > li > a.current span:after {
    background-color: #231f20;
}

.history-tabs > li > a:hover,
.history-tabs > li > a:focus {
    text-decoration: none;
    color: #231f20;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.history-tabs > li > a:hover span,
.history-tabs > li > a:focus span {
    background-color: #ca9648;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}

@media(max-width:992px) {
    .history-tabs > li > a {
        padding: 24px 20px;
        font-size: 18px;
        line-height: 18px;
    }

    .history-tabs > li > a span {
        top: -8px;
    }

    .history-tabs > li > a.current span {
        top: -4px;
    }
}


@media(max-width:600px) {
    .history-tabs > li > a {
        padding: 24px 10px;
    }
}

@media(max-width:480px) {
    .history-tabs > li > a {
        padding: 24px 4px;
        font-size: 14px;
    }

    .history-tabs > li > a.current {
        font-size: 18px;
    }
}

/*Service Item*/
.service-item {
    position: relative;
    display: block;
    margin: 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.service-item .btn-details {
    position: absolute;
    bottom: 130px;
    z-index: 2;
    opacity: 0;
    right: 0;
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.service-item .image {
    position: relative;
}

.service-item .image img {
    width: 100%;
}

.service-item .service-title {
    position: absolute;
    top: 70px;
    right: -80px;
    transform: rotate(45deg);
    z-index: 2;
    width: 240px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.service-item .service-title .title {
    color: #000;
    font-size: 28px;
    line-height: 28px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}

.service-item:hover {
    margin: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.service-item:hover .btn-details {
    opacity: 1;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media(max-width:1300px) {
    .service-item .service-title {
        top: 50px;
        right: -70px;
        width: 200px;

    }

    .service-item .service-title .title {
        font-size: 22px;
        line-height: 22px;
    }

    .service-item .btn-details {
        bottom: 90px;
    }
}

@media(max-width:992px) {

    .service-item .service-title {
        top: 50px;
        right: -40px;
    }

    .service-item .btn-details {
        bottom: 120px;
    }
}

@media(max-width:767px) {

    .service-item,
    .service-item:hover {
        margin: 0px 0px 50px 0px;
        text-align: center;
    }

    .service-item .image img {
        width: 50%;
        margin: auto;
        display: block;
        margin-bottom: 15px;
    }

    .service-item .service-title {
        top: initial;
        right: initial;
        width: auto;
        position: relative;
        transform: none;
    }

    .service-item .service-title .title {
        font-size: 22px;
        line-height: 22px;
    }


    .service-item .btn-details {
        bottom: initial;
        right: initial;
        width: auto;
        opacity: 1;
        position: relative;
        transform: none;
    }

}

@media(max-width:480px) {
    .service-item .image img {
        width: 80%;
    }
}

/*Overlay*/
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 200;
    display: none;
}


/*********************** Text Fields ***********************/

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.form-control {
    font-family: 'Roboto Slab', sans-serif;
    padding: 12px 0px;
    border: 0;
    border-bottom: 2px solid #161616;
    background-color: transparent;
    display: block;
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    height: 45px;
    z-index: 1;
    font-weight: 400;
    position: relative;
    box-sizing: border-box;
    outline: 0;
    color: #231f20;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.form-control:hover,
.form-control:focus {
    border-color: #ce9e1b;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

::-ms-clear {
    display: none;
}


.form-group {
    margin-bottom: 30px;
    position: relative;
}


textarea {
    resize: vertical;
    min-height: 160px;

}

/*Validations*/
.form-control.wpcf7-not-valid {
    border-color: #db0000;
}

span.wpcf7-not-valid-tip {
    color: #db0000;
    font-size: 14px !important;
    margin-top: 5px;
}

div.wpcf7-response-output {
    margin: 20px 0px !important;
    padding: 15px !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border-color: #db0000 !important;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

/*********************** Buttons ***********************/

.btn {
    font-family: 'Roboto Slab', sans-serif;
    outline: 0;
    text-align: center;
    padding: 14px 42px;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    z-index: 2;
    border: 0;

    text-transform: lowercase;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-decoration: none;

    -webkit-appearance: none;

    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn:hover,
.btn:focus {
    text-decoration: none;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}

/*Button Primary*/
.btn.btn-primary {
    background-color: #ca9648;
    color: #fff;
}

.btn.btn-primary:hover {
    background-color: #b17f33;
    color: #fff;
}


/*Button Black*/
.btn.btn-black {
    background-color: #231f20;
    color: #fff;
}

.btn.btn-black:hover {
    background-color: #d19c4a;
    color: #fff;
}



/*Button White*/
.btn.btn-white {
    background-color: rgba(255, 255, 255, 0.85);
}

.btn.btn-white:hover {
    background-color: #d19c4a;
    color: #fff;
}


/*Buttons Share*/
.btn.btn-share {
    color: #fff;
    text-transform: initial;
    padding-left: 54px;
    margin-right: 10px;
}

.btn.btn-share:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: block;
}

.btn.btn-share.btn-facebook {
    background-color: #3b5998;

}

.btn.btn-share.btn-facebook:after {
    background-image: url(../images/icons/icn-facebook-white.png);
}

.btn.btn-share.btn-twitter {
    background-color: #00aced;
}

.btn.btn-share.btn-twitter:after {
    background-image: url(../images/icons/icn-twitter-white.png);
}

/*Button Block*/
.btn-block {
    display: block;
    width: 100%;
}

@media(max-width:1300px) {
    .btn {
        padding: 10px 34px;
        font-size: 16px;
        line-height: 16px;
    }
}

@media(max-width:520px) {
    .btn.btn-share span {
        display: none;
    }
}

@media(max-width:320px) {
    .btn.btn-share {
        padding-left: 42px;
        margin-right: 0px;
    }

    .btn.btn-share:after {
        left: 12px;
    }
}

@media(max-width:280px) {
    .btn.btn-share {
        display: block;
        margin-bottom: 10px;
    }

    .btn.btn-share:after {
        left: 20px;
    }

}


/*********************** .container ***********************/
.container {
    width: 1270px;
    margin: auto;
}

.content-inner {
    min-height: 380px;
}


@media(max-width:1300px) {
    .container {
        width: 980px;
    }
}

@media(max-width:992px) {
    .container {
        width: 750px;
    }
}

@media(max-width:767px) {
    .container {
        width: auto;
    }
}

/*********************** HEADER .header ***********************/

.header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


/*Info*/
.header .header-info {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .header-info .textwidget {
    display: inline-block;
    position: relative;
    float: left;
}

.header .header-info .question,
.header .header-info .address,
.header .header-info .mail,
.header .header-info .cart,
.header .header-info .user,
.header .header-info .user-logout {
    position: relative;
    padding-left: 30px;
    float: left;
    margin-right: 30px;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .header-info .user-logout {
    margin-right: 0px;
}

.header .header-info .question a,
.header .header-info .address a,
.header .header-info .mail a,
.header .header-info .cart a,
.header .header-info .user a,
.header .header-info .user-logout a {
    line-height: 24px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .header-info .question a:after,
.header .header-info .address a:after,
.header .header-info .mail a:after,
.header .header-info .cart a:after,
.header .header-info .user a:after,
.header .header-info .user-logout a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .header-info .question a:after {
    background-image: url(../images/icons/icn-phone-black.png);
}

.header .header-info .address a:after {
    background-image: url(../images/icons/icn-address-black.png);
}

.header .header-info .mail a:after {
    background-image: url(../images/icons/icn-mail-black.png);
}

.header .header-info .cart a:after {
    background-image: url(../images/icons/icn-cart-black.png);
}

.header .header-info .user a:after {
    background-image: url(../images/icons/icn-user-black.png);
}

.header .header-info .user-logout a:after {
    background-image: url(../images/icons/icn-user-logout-black.png);
}


.header .header-info .cart a .no {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #231f20;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: -22px;
    top: -8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.header .header-info .question a:hover,
.header .header-info .address a:hover,
.header .header-info .mail a:hover,
.header .header-info .cart a:hover,
.header .header-info .user a:hover,
.header .header-info .user-logout a:hover,
.header .header-info .question a:focus,
.header .header-info .address a:focus,
.header .header-info .mail a:focus,
.header .header-info .cart a:focus,
.header .header-info .user a:focus,
.header .header-info .user-logout a:focus {
    text-decoration: none;
    border-color: #231f20;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .header-info .question a:hover:after,
.header .header-info .address a:hover:after,
.header .header-info .mail a:hover:after,
.header .header-info .cart a:hover:after,
.header .header-info .user a:hover:after,
.header .header-info .user-logout a:hover:after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .header-info .social-networks {
    position: absolute;
    right: 0;
    top: 0;
}

/*Navigation*/
.header .header-nav {
    position: relative;
    margin-top: 100px;
    z-index: 20;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .header-nav .main-nav {
    border-top: 1px solid #231f20;
    border-bottom: 1px solid #231f20;
    position: absolute;
    top: 0px;
    z-index: 2;
}

.header .header-nav .main-nav > li {
    display: inline-block;
}

.header .header-nav .main-nav > li > a {
    display: block;
    position: relative;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .header-nav .main-nav > li > a:hover,
.header .header-nav .main-nav > li > a:focus {
    text-decoration: none;
    color: #ca9648;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .header-nav .main-nav > li.current_page_item > a,
.header .header-nav .main-nav > li.current-page-ancestor > a,
.header .header-nav .main-nav > li.current_page_parent > a,
.single.projects .header .header-nav .main-nav.nav-split-right > li:first-child > a {
    color: #ca9648;
}

.header .header-nav .main-nav.nav-split-left {
    left: 15px;
}

.header .header-nav .main-nav.nav-split-right {
    right: 15px;
}

.header .header-nav .main-nav.nav-split-right > li:last-child {
    padding-right: 48px;
}

.header .header-nav .main-nav.nav-split-right > li:last-child > a {
    padding: 10px 20px;
}

/*Search*/
.header .header-nav .search {
    display: block;
    background-image: url(../images/icons/icn-search.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    background-size: 22px 22px;
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 2;
}

.header .header-nav .search:after,
.header .header-nav .search:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #231f20;
    display: block;
    top: 24px;
    left: 12px;
    opacity: 0;
}

.header .header-nav .search:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

.header .header-nav .search:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .header-nav .search.search-close {
    background-image: none;
}

.header .header-nav .search.search-close:after,
.header .header-nav .search.search-close:before {
    opacity: 1;
}


.header .header-nav .search:hover {

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .header-nav .search-form {
    display: none;
    position: absolute;
    right: 15px;
    top: 60px;
    z-index: 5;
    width: 320px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid #231f20;
}

.header .header-nav .search-form:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 14px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.9);
}

.header .header-nav .search-form .search-form-control {
    font-family: 'Roboto Slab', sans-serif;
    border: 0;
    outline: 0;
    background: none;
    padding: 4px 12px 4px 38px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
}

.header .header-nav .search-form .search-btn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    bottom: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 0;
    outline: 0;
    background-color: transparent;
    background-image: url(../images/icons/icn-search.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 50px;
    background-size: 18px 18px;
}

/*Logo*/
.header .logo {
    display: block;
    background-image: url(../images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    background-size: 140px 140px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    z-index: 1;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.header .logo:hover {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.header .logo-mobile {
    display: none;
}

/*Header Sticky*/
.header.header-sticky {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header.header-sticky .header-info {
    top: -200px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header.header-sticky .header-nav {
    margin-top: 0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header.header-sticky .header-nav .main-nav {
    background-color: rgba(35, 31, 32, 0.85);
    border: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.header.header-sticky .header-nav .main-nav > li.current_page_item > a,
.header.header-sticky .header-nav .main-nav > li.current-page-ancestor > a,
.header.header-sticky .header-nav .main-nav > li.current_page_parent > a {
    background-color: #ca9648;
}

.single.projects .header.header-sticky .header-nav .main-nav.nav-split-right > li:first-child > a {
    background-color: #ca9648;
    color: #fff
}

.header.header-sticky .main-nav > li:first-child > a {
    border-bottom-left-radius: 20px;
}

.header.header-sticky .main-nav.nav-split-left > li:last-child > a {
    border-bottom-right-radius: 20px;
}

.header.header-sticky .header-nav .main-nav > li > a {
    color: #fff;
}

.header.header-sticky .header-nav .main-nav > li > a:hover {
    color: #ca9648;
}

.header.header-sticky .header-nav .main-nav > li.current_page_item > a:hover,
.header.header-sticky .header-nav .main-nav > li.current-page-ancestor > a:hover,
.header.header-sticky .header-nav .main-nav > li.current_page_parent > a:hover,
.single.projects .header.header-sticky .header-nav .main-nav.nav-split-right > li:first-child > a:hover {
    color: #fff;
}


.header.header-sticky .logo {
    top: 15px;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;

}

.header.header-sticky .header-nav .search {
    background-image: url(../images/icons/icn-search-white.png);
}

.header.header-sticky .search:after,
.header.header-sticky .search:before {
    background-color: #fff;
}

.header.header-sticky .header-nav .search.search-close {
    background-image: none;
}

/*Nav Mobile*/
.header .nav-mobile {
    display: none;
}

/*When admin is logged*/
.customize-support .header {
    top: 32px;
}

@media(max-width:782px) {
    .customize-support .header {
        top: 46px;
    }
}

@media(max-width:1460px) {

    .header .header-info .question,
    .header .header-info .address,
    .header .header-info .mail,
    .header .header-info .cart,
    .header .header-info .user {
        margin-right: 20px;
    }

    .header .header-info .social-networks {
        right: inherit;
        left: 0px;
        top: 34px;
    }
}


@media(max-width:1300px) {
    .header .header-info {
        top: 10px;
    }

    .header .header-nav {
        margin-top: 80px;
    }

    .header .header-nav .main-nav > li > a {
        padding: 10px 20px;
    }

    .header .header-info .question,
    .header .header-info .address,
    .header .header-info .mail,
    .header .header-info .cart,
    .header .header-info .user,
    .header .header-info .user-logout {
        padding-left: 20px;
        margin-right: 20px;
    }


    .header .header-info .question a,
    .header .header-info .address a,
    .header .header-info .mail a,
    .header .header-info .cart a,
    .header .header-info .user a,
    .header .header-info .user-logout a {
        font-size: 14px;
        line-height: 14px;

    }

    .header .header-info .question a span,
    .header .header-info .address a span,
    .header .header-info .mail a span {
        display: none;
    }

    .header .header-info .cart a .no {
        right: -16px;
        top: -14px;
    }

    .header .header-info .question a:after,
    .header .header-info .address a:after,
    .header .header-info .mail a:after,
    .header .header-info .cart a:after,
    .header .header-info .user a:after,
    .header .header-info .user-logout a:after {
        top: 0px;
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
    }

    .header .header-info .social-networks {
        top: 28px;
    }
}

@media(max-width:992px) {
    .header .header-nav .main-nav > li > a {
        padding: 8px 10px;
    }

    .header .header-nav .main-nav.nav-split-right > li:last-child > a {
        padding: 8px 10px;
    }


    .header .header-nav .search {
        top: 40px;
    }

    .header.header-sticky .header-nav .search {
        background-image: url(../images/icons/icn-search.png);
    }

    .header.header-sticky .search:after,
    .header.header-sticky .search:before {
        background-color: #231f20;
    }

    .header .header-nav .search-form {
        top: 100px;
        width: 270px;
    }

    .header .header-nav .main-nav.nav-split-right > li:last-child {
        padding-right: 0px;
    }

    .header .header-info .mail {
        display: none;
    }
}

@media(max-width:767px) {

    .header .logo-mobile {
        display: block;
        background-image: url(../images/logo.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 100px;
        height: 100px;
        background-size: 100px 100px;
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 1;
    }


    .header .logo {
        display: none;
    }

    .header .container {
        padding: 0;
        margin: 0;
    }

    .header .header-nav {
        position: absolute;
        top: 60px;
        right: 0;
        z-index: 1000;
        width: 280px;
        background-color: #fff;
        margin: 0;
        box-sizing: border-box;
        display: none;

        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .header.header-sticky .header-nav {

        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .header .header-nav .main-nav {
        position: relative;
        top: initial;
        left: initial !important;
        right: initial !important;
        border: 0;
        text-align: right;

        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .header .header-nav .main-nav > li > a {

        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .header .header-nav .main-nav > li {
        display: block;
    }

    .header .header-nav .main-nav > li > a {
        padding: 8px 20px;
    }

    .header .header-nav .main-nav.nav-split-right > li:last-child > a {
        padding: 8px 20px;
    }

    .header .header-nav .search {
        display: none;
    }

    .header .header-nav .search-form {
        position: relative;
        top: initial;
        right: initial;
        display: block;
        border-top: 1px solid #eee;
        border-bottom: 0;
    }

    .header .header-nav .search-form:after {
        content: none;
    }

    /*Nav Mobile*/
    .header .nav-mobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 60px;
        width: 60px;
        z-index: 1000;
        background-color: rgba(209, 156, 74, 0.35);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;

    }

    .header.header-sticky .nav-mobile {
        background-color: rgba(209, 156, 74, 0.85);
    }

    .header .nav-mobile span {
        width: 34px;
        height: 2px;
        display: block;
        background-color: #231f20;
        position: absolute;
        left: 14px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .header .nav-mobile span:nth-child(1) {
        top: 20px;
    }

    .header .nav-mobile span:nth-child(2) {
        top: 30px;
    }

    .header .nav-mobile span:nth-child(3) {
        top: 40px;
    }

    .header .nav-mobile:hover {
        background-color: rgba(209, 156, 74, 0.65);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .header .nav-mobile.nm-show span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 28px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .header .nav-mobile.nm-show span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 28px;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .header .nav-mobile.nm-show span:nth-child(3) {
        opacity: 0;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;

    }

    .header .header-info .social-networks {
        position: fixed;
        top: 70px;
        right: 0px;
        left: initial;
    }

    .customize-support .header .header-info .social-networks {
        top: 120px;
    }

    .header .header-info .social-list > li {
        display: block;
        margin: 0px;
    }

    .header .header-info .social-list > li > a {
        width: 60px;
        height: 40px;
    }

    .header .header-info {
        right: 0;
        left: 130px;
    }

    .header .header-info .textwidget {
        float: none;
    }

    .header .header-info .question,
    .header .header-info .address,
    .header .header-info .mail,
    .header .header-info .cart,
    .header .header-info .user,
    .header .header-info .user-logout {
        float: none;
        margin: 10px 0px;
        padding-left: 26px;
        display: block;
    }

    .header .header-info .cart a .no {
        right: inherit;
        left: 56px;
        top: -8px;
    }
}



@media(max-width:540px) {
    .header .header-info {
        left: initial;
        right: 60px;
        top: 0;
    }

    .header .header-info .question,
    .header .header-info .address,
    .header .header-info .mail,
    .header .header-info .cart,
    .header .header-info .user,
    .header .header-info .user-logout {
        text-indent: -9999px;
        float: left;
        padding: 0;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.35);
        border-left: 1px solid #fff;
    }


    .header .header-info .cart {
        border-color: transparent;
    }

    .header .header-info .question a,
    .header .header-info .address a,
    .header .header-info .mail a,
    .header .header-info .cart a,
    .header .header-info .user a,
    .header .header-info .user-logout a {
        width: 50px;
        height: 60px;
        display: block;
    }

    .header .header-info .question a:after,
    .header .header-info .address a:after,
    .header .header-info .mail a:after,
    .header .header-info .cart a:after,
    .header .header-info .user a:after,
    .header .header-info .user-logout a:after {
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .header .header-info .cart a .no {
        display: none;
    }

}


@media(max-width:480px) {

    .header .header-info .question,
    .header .header-info .address,
    .header .header-info .mail {
        display: none;
    }


}

@media(max-width:380px) {


    .header .logo-mobile {
        left: 5px;
        top: 5px;
        width: 60px;
        height: 60px;
        background-size: 60px 60px;
    }

    .header .header-info .question a,
    .header .header-info .address a,
    .header .header-info .mail a,
    .header .header-info .cart a,
    .header .header-info .user a,
    .header .header-info .user-logout a {
        width: 45px;
        font-size: 12px;
        line-height: 12px;
    }
}

@media(max-width:320px) {

    .header .header-info .question a,
    .header .header-info .address a,
    .header .header-info .mail a,
    .header .header-info .cart a,
    .header .header-info .user a,
    .header .header-info .user-logout a {
        width: 40px;
    }
}



/*********************** SECTION .hero ***********************/
.hero {
    height: 980px;
}

.hero .hero-left {
    position: absolute;
    top: 80px;
    left: -40px;
    z-index: 2;
    width: 480px;
}

.hero .hero-right {
    position: absolute;
    top: 120px;
    right: 0px;
    z-index: 2;
    width: 480px;
}


.hero .owl-hero {
    height: 980px;
    z-index: 3;
}

.hero .owl-hero .item {
    height: 980px;
}

.hero .owl-hero .item .image {
    height: 980px;
    position: relative;
    overflow: hidden;

}


.hero .owl-hero .item .image .img-d {
    display: block;
}

.hero .owl-hero .item .image .img-m {
    display: none;
}

.hero .owl-hero .item .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 700px;
    z-index: 1;

    background: -moz-linear-gradient(top, rgba(226, 228, 233, 1) 0%, rgba(215, 215, 215, 0.3) 90%, rgba(215, 215, 215, 0) 96%);
    background: -webkit-linear-gradient(top, rgba(226, 228, 233, 1) 0%, rgba(215, 215, 215, 0.3) 90%, rgba(215, 215, 215, 0) 96%);
    background: linear-gradient(to bottom, rgba(226, 228, 233, 1) 0%, rgba(215, 215, 215, 0.3) 90%, rgba(215, 215, 215, 0) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e4e9', endColorstr='#00d7d7d7', GradientType=0);
}

.hero .owl-hero .item .image img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero .owl-hero .item .info {
    position: absolute;
    bottom: 180px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}




.hero .hero-footer {
    position: absolute;
    bottom: 150px;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
}

.hero #hero-dots {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    left: 0;
    right: 0;

}

.hero #hero-dots .owl-dot {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.hero #hero-dots .owl-dot:last-child {
    margin-bottom: 0px;
}

.hero #hero-dots .owl-dot span {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: auto;
    background-color: #fff;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.hero #hero-dots .owl-dot span:after {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    top: -3px;
    left: -3px;
    background-color: #fff;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


.hero #hero-dots .owl-dot.active span {
    background-color: #231f20;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.hero #hero-dots .owl-dot.active span:after {
    opacity: 1;
    background-color: #231f20;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media(max-width:1820px) {

    .hero,
    .hero .owl-hero,
    .hero .owl-hero .item,
    .hero .owl-hero .item .image {
        height: 780px;
    }

    .hero .owl-hero .item .image:after {
        height: 640px;
    }

}

@media(max-width:1520px) {
    .hero .hero-left {
        width: 400px;
        left: -100px;
    }

    .hero .hero-right {
        width: 400px;
        right: -60px;
    }

    .hero,
    .hero .owl-hero,
    .hero .owl-hero .item,
    .hero .owl-hero .item .image {
        height: 720px;
    }

}

@media(max-width:1300px) {

    .hero,
    .hero .owl-hero,
    .hero .owl-hero .item,
    .hero .owl-hero .item .image {
        height: 580px;
    }

    .hero .owl-hero .item .image:after {
        height: 520px;
    }

    .hero .owl-hero .item .info .title {
        font-size: 80px;
        line-height: 84px;
    }

    .hero .hero-footer {
        bottom: 120px;
    }

    .hero .owl-hero .item .info {
        bottom: 120px;
    }
}

@media(max-width:992px) {

    .hero .hero-left,
    .hero .hero-right {
        display: none;
    }

    .hero,
    .hero .owl-hero,
    .hero .owl-hero .item,
    .hero .owl-hero .item .image {
        height: 520px;
    }


    .hero .owl-hero .item .info .title {
        font-size: 60px;
        line-height: 64px;
    }

    .hero .owl-hero .item .image .img-d {
        display: none;
    }

    .hero .owl-hero .item .image .img-m {
        display: block;

    }

    .hero .hero-footer {
        bottom: 60px;
    }

    .hero #hero-dots {
        text-align: center;
    }

    .hero #hero-dots .owl-dot {
        display: inline-block;
        margin: 0px 6px;
    }
}

@media(max-width:767px) {
    .hero .owl-hero .item .info .title {
        font-size: 40px;
        line-height: 44px;
    }

    .hero .hero-left,
    .hero .hero-right {
        display: none;
    }

    .hero .owl-hero .item .info {
        bottom: 80px;
        left: 60px;
        right: 60px;
    }

    .hero,
    .hero .owl-hero,
    .hero .owl-hero .item,
    .hero .owl-hero .item .image {
        height: 500px;
    }
}



/*********************** SECTION .hero-inner ***********************/
.hero-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
}

.hero-inner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/hero-inner-shape.png);
    height: 200px;
    z-index: 2;
}

.hero-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 460px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(226, 228, 233, 1) 0%, rgba(215, 215, 215, 0.3) 90%, rgba(215, 215, 215, 0) 96%);
    background: -webkit-linear-gradient(top, rgba(226, 228, 233, 1) 0%, rgba(215, 215, 215, 0.3) 90%, rgba(215, 215, 215, 0) 96%);
    background: linear-gradient(to bottom, rgba(226, 228, 233, 1) 0%, rgba(215, 215, 215, 0.3) 90%, rgba(215, 215, 215, 0) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e4e9', endColorstr='#00d7d7d7', GradientType=0);
}

.hero-inner .title {
    font-family: 'La Belle Aurore', cursive;
    font-size: 80px;
    line-height: 84px;
    text-align: center;
    position: relative;
    z-index: 3;
    padding-top: 260px;
}

.hero-inner .title.title-left {
    text-align: left;
}

.hero-inner .container {
    z-index: 3;
}

@media(max-width:767px) {
    .hero-inner {
        height: 280px;
    }

    .hero-inner .title {
        font-size: 40px;
        line-height: 44px;
        padding-top: 140px;
    }

    .hero-inner:after {
        height: 100px;
    }

    .hero-inner:before {
        height: 280px;
    }
}

/*********************** SECTION .services ***********************/
.view-all-services {
    position: relative;
}

.view-all-services .btn {
    position: absolute;
    top: -120px;
    right: -20px;
}

@media(max-width:1300px) {
    .view-all-services .btn {
        top: -100px;
        right: 0px;
    }
}

@media(max-width:992px) {
    .view-all-services {
        text-align: center;
    }

    .view-all-services .btn {
        position: relative;
        top: initial;
        right: initial;
    }
}

/*********************** SECTION .projects ***********************/
.projects {}

.projects-filters {
    text-align: right;
    display: none;
}

.projects-filters.pf-center {
    text-align: center;
}

.projects-filters > li {
    display: inline-block;
    margin: 0;
    padding: 0;

}

.projects-filters > li > a {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    padding: 0px 14px;
    color: rgba(0, 0, 0, 0.40);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.projects-filters > li > a.current {
    color: rgba(0, 0, 0, 1);
}

.projects-filters > li:first-child > a {
    padding-left: 0px;
}

.projects-filters > li:last-child > a {
    padding-right: 0px;
}

.projects-filters > li > a:hover,
.projects-filters > li > a:focus {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media(max-width:992px) {
    .projects-filters > li > a {
        font-size: 18px;
        padding: 0px 10px;
    }

}

@media(max-width:767px) {
    .projects-filters {
        text-align: left;
    }
}

@media(max-width:600px) {
    .projects-filters > li {
        display: block;

    }

    .projects-filters > li > a {
        padding: 6px 0px;
    }
}


/*********************** SECTION .newsletter ***********************/
.newsletter {
    background-image: url(../images/newsletter-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #231f20;
    padding: 60px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}


.newsletter .form-control-newsletter {
    border: 0;
    border-bottom: 2px solid #fff;
    background: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    outline: 0;
    padding: 4px 0px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.newsletter ::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
}

.newsletter ::-moz-placeholder {
    color: #fff;
    font-weight: 300;
}

.newsletter :-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
}

.newsletter :-moz-placeholder {
    color: #fff;
    font-weight: 300;
}


.newsletter .btn-newsletter {
    font-family: 'La Belle Aurore', cursive;
    font-size: 36px;
    line-height: 40px;
    outline: 0;
    border: 0;
    background: none;
    color: #fff;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.newsletter .btn-newsletter:hover {
    color: #ca9648;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media(max-width:1300px) {
    .newsletter {
        padding: 30px;
    }

}


@media(max-width:992px) {
    .newsletter .form-control-newsletter {
        font-size: 18px;
        line-height: 24px;
    }
}


/*********************** SECTION .how-it-works ***********************/
.how-it-works {
    padding: 40px 0px;
}

.how-it-works .how-it-works-title {
    position: absolute;
    left: 220px;
    top: 5px;
}

@media(max-width:1300px) {

    .how-it-works .how-it-works-title {
        left: 160px;
    }
}


@media(max-width:992px) {

    .how-it-works .how-it-works-title {
        position: relative;
        left: initial;
        top: initial;
    }
}

/*********************** CUSTOM CSS FOR PLUGINS  ***********************/


/*Custom CSS for mailchimp validate*/
.mce-thank-you,
.mce-error {
    display: none;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

/*Contact 7 form*/
.wpcf7-form-control-wrap {}

span.wpcf7-list-item {
    margin: 0px 40px 25px 0px !important;
    position: relative;
    cursor: pointer;
}

span.wpcf7-list-item input[type=checkbox],
span.wpcf7-list-item input[type=radio] {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    left: 0;
}

span.wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 30px;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
}

/*********************** SECTION .section-full-width ***********************/

.page-template-box-template {
    background-color: #fff;
}

.page-template-box-template .hero-inner {
    height: auto;
}


.page-template-box-template .hero-inner:before,
.page-template-box-template .hero-inner:after {
    content: none;
}

.section-full-width {
    padding: 60px 0px;
}

.section-full-width .section-box {

    position: relative;
}

.section-full-width .section-box .row {
    margin: 0;
}

.section-full-width .section-box .sb-col {
    padding: 0;
}

.section-full-width .section-box .section-box-image {
    height: 680px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
}


.section-full-width .section-box .section-box-info {
    z-index: 2;
    display: table;
    width: 100%;
    height: 680px;
    padding: 0px 80px;
}

.section-full-width .section-box .section-box-info .section-box-info-1 {
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    position: relative
}

.section-full-width .section-box .section-box-info p {
    line-height: 30px;
}

@media(max-width:1300px) {
    .section-full-width .section-box .section-box-info {
        padding: 0px 40px;
    }
}

@media(max-width:992px) {
    .section-full-width .section-box {
        margin-bottom: 60px;
    }

    .section-full-width .section-box .section-box-image {
        height: 480px;
    }

    .section-full-width .section-box .section-box-info {
        display: block;
        height: auto;
        padding: 30px;
    }

    .section-full-width .section-box .section-box-info .section-box-info-1 {
        display: block;
    }
}

@media(max-width:767px) {
    .section-full-width .section-box {
        margin-bottom: 40px;
    }

    .section-full-width .section-box .section-box-image {
        height: 320px;
    }

    .section-full-width .section-box .section-box-info {
        padding: 20px;
    }
}


@media(max-width:380px) {

    .section-full-width .section-box .section-box-image {
        height: 260px;
    }

    .section-full-width .section-box .section-box-info {
        padding: 15px;
    }
}



/*********************** FOOTER .footer ***********************/
.footer {
    height: 480px;

}

.footer p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 100;
}

/*Center*/
.footer .footer-center {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/footer-shape-center.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 600px;
    height: 280px;
    display: block;
    margin: auto;
    z-index: 1;
}

.footer .footer-center .footer-center-info {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.footer .footer-center .footer-center-info .footer-logo {
    display: block;
    background-image: url(../images/logo-footer.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 92px;
    height: 32px;
    background-size: 92px 32px;
    margin: auto;
    margin-bottom: 10px;
}


/*Left and right*/
.footer .footer-left,
.footer .footer-right {
    position: absolute;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 530px;
    display: block;
    z-index: 1;
}


.footer .footer-left {
    background-image: url(../images/footer-shape-left.png);
    left: 0;
    height: 760px;
}

.footer .footer-right {
    background-image: url(../images/footer-shape-right.png);
    right: 0;
    height: 660px;

}


.footer .footer-left .footer-left-info {
    position: absolute;
    bottom: 60px;
    left: 60px;
    text-align: left;
    z-index: 1;
    width: 300px;

}

.footer .footer-left .footer-left-info .footer-phone,
.footer .footer-left .footer-left-info .footer-fax,
.footer .footer-left .footer-left-info .footer-address,
.footer .footer-left .footer-left-info .footer-email {
    padding-left: 34px;
    position: relative;
}

.footer .footer-left .footer-left-info .footer-phone:after,
.footer .footer-left .footer-left-info .footer-fax:after,
.footer .footer-left .footer-left-info .footer-address:after,
.footer .footer-left .footer-left-info .footer-email:after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}

.footer .footer-left .footer-left-info .footer-phone:after {
    background-image: url(../images/icons/icn-phone.png)
}

.footer .footer-left .footer-left-info .footer-fax:after {
    background-image: url(../images/icons/icn-fax.png)
}

.footer .footer-left .footer-left-info .footer-email:after {
    background-image: url(../images/icons/icn-mail.png)
}

.footer .footer-left .footer-left-info .footer-address:after {
    background-image: url(../images/icons/icn-address.png)
}

.footer .footer-left .footer-left-info .footer-phone:hover:after,
.footer .footer-left .footer-left-info .footer-fax:hover:after,
.footer .footer-left .footer-left-info .footer-address:hover:after,
.footer .footer-left .footer-left-info .footer-email:hover:after {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer .footer-right .footer-right-info {
    position: absolute;
    bottom: 60px;
    right: 60px;
    text-align: right;
    z-index: 1;
    width: 300px;

}

@media(max-width:1740px) {
    .footer {
        height: 580px;

    }

}

@media(max-width:1540px) {
    .footer .footer-left {
        width: 400px;
        height: 574px;
        background-size: 400px 574px;
    }

    .footer .footer-right {
        width: 400px;
        height: 498px;
        background-size: 400px 498px;
    }

    .footer .footer-left .footer-left-info {
        bottom: 20px;
        left: 20px;
        width: 260px;
    }

    .footer .footer-right .footer-right-info {
        bottom: 20px;
        right: 20px;
        width: 260px;
    }
}

@media(max-width:1300px) {
    .footer .footer-center {
        background-size: 330px 154px;
        width: 330px;
        height: 154px;

    }
}

@media(max-width:992px) {

    .footer .footer-center {
        left: initial;
        background: none;
        z-index: 2;
    }

    .footer .footer-center .footer-center-info {
        text-align: right;
        right: 20px;
    }

    .footer .footer-right .footer-right-info {
        bottom: 130px;
    }

    .footer .footer-center .footer-center-info .footer-logo {
        display: inline-block;
        margin-bottom: 0px;
    }

}



@media(max-width:767px) {
    .footer {
        background-color: #231f20;
        padding: 40px 20px 160px 20px;
        height: auto;
    }

    .footer .footer-left {
        position: relative;
        bottom: initial;
        left: initial;
        width: auto;
        height: auto;
        background: none;
    }

    .footer .footer-left .footer-left-info {
        position: relative;
        bottom: initial;
        left: initial;
        width: auto;
    }

    .footer .footer-center {
        left: 20px;
        right: initial;
        bottom: 20px;
    }

    .footer .footer-center .footer-center-info {
        text-align: left;
        right: initial;
    }

    .footer .footer-right {
        position: relative;
        bottom: initial;
        right: initial;
        width: auto;
        height: auto;
        background: none;
    }

    .footer .footer-right .footer-right-info {
        position: relative;
        bottom: initial;
        right: initial;
        width: auto;
        text-align: left;
        margin-top: 30px;
    }

}



/* FIX HERO TEXT + BUTTON POSITION */
.hero .owl-hero .item .info {
    position: absolute !important;
    bottom: 130px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center !important;
    z-index: 10 !important;
}

.hero .owl-hero .item .info .title {
    margin: 0 !important;
}

.hero .owl-hero .item .info .btn-white {
    margin-top: 40px !important;
}

/* FORCE hero title font on ALL devices */
.hero .owl-hero .item .info .title,
.hero .owl-hero .item.active .info .title,
.hero .owl-hero h1.title,
h1.title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-variant: normal !important;
}

/* Mobile override fix */
@media (max-width: 767px) {
    .hero .owl-hero .item .info .title {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 300 !important;
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    .hero .owl-hero .item .btn-white {
        font-family: 'Montserrat', sans-serif !important;
    }
}
/* BLOCK theme fonts and force Montserrat everywhere */
@font-face {
    font-family: 'Roboto Slab';
    src: local('Montserrat');
    font-weight: 300;
}

@font-face {
    font-family: 'La Belle Aurore';
    src: local('Montserrat');
    font-weight: 300;
}

/* Force titles & sliders to Montserrat */
h1, h2, h3, h4, h5, h6,
.hero .owl-hero .item .info .title,
.hero .owl-hero .item .info .btn-white,
body {
    font-family: 'Montserrat', sans-serif !important;
}
/* HARD FORCE MOBILE FONT FIX */
@media (max-width: 767px) {
    .hero .owl-hero .item .info .title,
    .hero .item .info h1,
    .hero h1,
    h1.title,
    .owl-hero h1 {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 300 !important;
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    .hero .owl-hero .item .info,
    .hero .item .info {
        font-family: 'Montserrat', sans-serif !important;
    }

    body, p, h2, h3, h4, h5 {
        font-family: 'Montserrat', sans-serif !important;
    }
}
/* FIX MOBILE HERO FONT */
.hero .owl-hero .item .info,
.hero .owl-hero .item .info h1,
.hero .owl-hero .item .info .title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
}
/* Disable script font override */
.hero .owl-hero .item .info {
    font-family: 'Montserrat', sans-serif !important;
}
/* FULL FORCE: REMOVE SCRIPT FONT FROM HERO ON ALL DEVICES */
.hero .owl-hero .item .info,
.hero .owl-hero .item .info *,
.hero .owl-hero .item .info h1,
.hero .owl-hero .item .info h1 *,
.hero .owl-hero .item .info .title,
.hero .owl-hero .item .info .title * {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
}

/* FORCE DISABLE SCRIPT FONT ANYWHERE */
* {
    font-family: 'Montserrat', sans-serif !important;
}
/* MOBILE HERO FIX */
@media (max-width: 768px) {
    .hero .owl-hero .item .info {
        position: relative !important;
        margin-top: -40px !important;  /* move text UP */
        text-align: center !important;
        width: 100% !important;
    }

    .hero .owl-hero .item .info .title {
        font-size: 28px !important;
        line-height: 1.3 !important;
        margin-top: 0 !important;
        padding: 0 20px !important;
    }

    .hero .owl-hero .item .info .btn-white {
        margin-top: 20px !important; /* adjust button spacing */
    }
}
/* FORCE REMOVE SCRIPT FONT ON MOBILE */
.hero .owl-hero .item .info,
.hero .owl-hero .item .info h1,
.hero .owl-hero .item .info .title {
    font-family: 'Montserrat', sans-serif !important;
}
/* MOBILE FIX — Center Hero Text */
@media (max-width: 768px) {

    .hero .owl-hero .item .info {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100% !important;
        text-align: center !important;
        margin-top: 40px !important;
    }

    .hero .owl-hero .item .info h1,
    .hero .owl-hero .item .info .title {
        font-size: 32px !important;
        line-height: 1.3 !important;
        text-align: center !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }

    .hero .owl-hero .item .info .btn-white {
        margin-top: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: inline-block !important;
    }
}

/* FIX MOBILE HERO TEXT CENTERING */
@media (max-width: 767px) {

    /* Center the entire hero text block */
    .hero .owl-hero .item .info {
        position: absolute !important;
        top: 55% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        text-align: center !important;
        z-index: 20 !important;
    }

    /* Title styling on mobile */
    .hero .owl-hero .item .info .title {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 28px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        color: #ffffff !important;
        margin-bottom: 20px !important;
    }

    /* Button spacing */
    .hero .owl-hero .item .info .btn-white {
        margin-top: 10px !important;
    }
}
/* Fix mobile logo size */
@media (max-width: 767px) {
    .logo-mobile {
        transform: scale(0.75); /* make 25% smaller */
        transform-origin: left top;
    }
}
/* Prevent horizontal scroll on mobile */
body, html {
    overflow-x: hidden !important;
}

/* Fix hero image overflow */
.hero .image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
/* MOBILE LOGO FIX */
@media (max-width: 767px) {
    .logo-mobile {
        width: 70px !important;     /* reduce width */
        height: 70px !important;    /* reduce height */
        background-size: contain !important;
        margin-top: 10px !important;
        margin-left: 10px !important;
        transform: scale(1);        /* remove any scaling */
    }
}
/* Disable sticky logo on mobile */
@media (max-width: 767px) {
    .logo-mobile {
        position: absolute !important;
        top: 15px !important;
        z-index: 5 !important;
    }

    .header {
        position: relative !important;
    }
}



.hero .owl-hero .item .info .title {
    font-family: 'Montserrat', sans-serif !important;
    color: #ffffff !important;
    font-size: 42px !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 12px rgba(0,0,0,0.35) !important;
}
/* FIX NAV BAR ON LAPTOP / DESKTOP */
@media (min-width: 992px) {

    /* Make header smaller and fixed at top */
    .site-header,
    header,
    .main-navigation {
        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(5px);
        height: 70px !important; 
        padding: 0 !important;
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #e5e5e5;
    }

    /* Menu links spacing */
    .main-navigation ul li a {
        padding: 20px 25px !important;
        font-size: 17px !important;
    }

    /* Fix hero image being pushed down */
    .hero {
        margin-top: 70px !important; /* same height as header */
    }
}
