body, p, a, h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    color: #181818;
}
body {
    font-size: 15px;
}
p{
    font-size: 15px;
    line-height: 28px;
}
.container{
    width: 1170px;
    max-width: 98%;
}
.displayhide{
    display: none;
}
.hidden-tag{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.preloader{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
.loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    border: 0 solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader:before, .loader:after {
    content: '';
    border: .2em solid #532b29;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
    opacity: 0;
}
.loader:before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.loader:after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
h2 {
    font-size: 40px;
}

.navbar .nav>li>a {
    padding: 10px 35px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar .nav>li.active>a,
.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
    background-color: #532b29;
    color: #fff;
}

.nav-logo .logo {
    width: 250px;
    padding: 15px 0px 15px;
    margin-top: 7px;
}

.nav-logo .logo a {
    display: inline-block;
}

.nav-logo .logo a img {
    max-width: 100%;
}

.nav-logo .nav-logo-right {
    text-align: right;
    margin-top: 15px;
}

.nav-logo .nav-logo-right ul li {
    list-style: none;
    display: inline-block;
    margin-left: 2px;
    padding: 0px;
}

.nav-logo .nav-logo-right ul li i {
    width: 50px;
    height: 50px;
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #532b29;
    font-size: 20px;
    margin-right: 14px;
}

.nav-logo .nav-logo-right ul li .info-text {
    overflow: hidden;
    text-align: left;
}

.nav-logo .nav-logo-right ul li .info-text span {
    font-size: 14px;
    color: #707079;
    line-height: 15px;
    display: inline-block;
}

.nav-logo .nav-logo-right ul li .info-text p {
    color: #19191a;
    margin-bottom: 0;
    line-height: 18px;
    margin-top: 4px;
}

.nav-logo .nav-logo-right ul li .info-text p a {
    color: #19191a;
    text-decoration: none;
}

#fullpage {
    /* height: 100vh; */
}

.navbar {
    background: transparent;
    float: right;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.navbar .navbar-collapse{
    padding: 0px;
}

section header h2 {
    color: #532b29;
    margin-top: 10px;
}

section header h2::after {
    background-color: #532b29;
    content: "";
    height: 3px;
    width: 36px;
    display: block;
    margin: 15px auto;
}

.section-box header h3 {
    color: #ffffff;
}

#intro {
    position: relative;
    width: 100%;
    height: auto !important;
    margin-top: 0px;
}

.slider-item {
    position: relative;
    width: 100%;
    height: calc(100vh - 140px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-item::before {
/*    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;*/
}

.slider-item p {
    font-size: 80px;
    font-family: 'Rouge Script', cursive;
    font-weight: 500;
    line-height: normal;
}

.home-slider .owl-carousel .owl-item img {
    display: none;
    width: 100%;
    min-height: 100%;
    height: calc(100vh - 140px);
    object-fit: cover;
}

.home-banner {
    position: relative;
}
.intro-1 .intro-content {
    width: 100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.home-slider{
    padding-top: 70px;
}

.home-slider .owl-carousel .owl-nav {
    display: block;
}

.home-slider .owl-carousel .owl-nav .owl-prev,
.home-slider .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    opacity: 0.2;
    background: transparent !important;
    color: #fff;
    outline: none;
    border: 2px solid;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-slider .owl-carousel .owl-nav .owl-prev:hover,
.home-slider .owl-carousel .owl-nav .owl-next:hover {
    opacity: 0.6;
}

.home-slider .owl-carousel .owl-nav .owl-prev {
    left: 15px;
}

.home-slider .owl-carousel .owl-nav .owl-next {
    right: 15px;
}

.header-area .nav-logo {
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.75);
    -o-box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.75);
    -ms-box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.75);
}

.header-area.fixed .nav-logo {
    position: relative;
}

.backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 15px;
    text-align: center;
    opacity: 0.2;
    color: #FFF;
    background-color: #000000;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.backtotop.visible {
    visibility: visible;
    opacity: 0.9;
}

.backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}

section#work,
section#services,
section#about,
section#blog,
section#contact {
    padding: 90px 0 50px 0;
}

.section-box {
    padding-top: 90px;
    padding-bottom: 50px;
}

.about-intro p {
    margin-bottom: 15px;
}

.section-box .fp-tableCell {
    vertical-align: middle;
    position: relative;
}

footer {
    width: 100%;
    background: #d4d4d4;
    padding: 15px 0px;
    clear: both;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#contact footer p {
    color: #000000;
    font-size: 15px;
}

a.icn-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -ms-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.js_fixedcontent {
    margin-top: 0px;
    top: 0px !important;
    background: #fff;
    height: 70px;
}

.team-section-box {
    padding-bottom: 70px;
}
.help-block{
    margin: 0px;
}
.has-error .help-block {
    font-size: 13px;
    margin: 0px;
    position: absolute;
    bottom: -20px;
}

.has-error .help-block ul {
    margin: 0px;
}

section header p {
    color: #181818;
    font-size: 15px;
}

#contact {
    background: #ffffff;
}
#contact header h2{
    color: #532b29;
}
#contact header p{
    color: #181818;
}
#contact header h2::after {
    background-color: #532b29;
}

#contact header {
    margin-bottom: 20px;
}

#contact .form-group {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

#contact label {
    margin-bottom: 5px;
    color: #545454;
}

#contact input.form-control {
    width: 100%;
    height: 40px;
    float: left;
    background: transparent;
    border-bottom: 1px solid #ccc;
}

#form-submit {
    background-color: #532b29;
    color: #ffffff !important;
    width: auto;
    float: left;
    padding: 10px 25px 9px;
    margin-top: 15px;
    opacity: 1;
}
#form-submit:hover {
    background-color: #462320;
    color: #ffffff;
    opacity: 1;
}

#contact .message-box {
    margin-bottom: 15px;
}

#contact .submit-box {
    margin-bottom: 20px;
}

#contact #msgSubmit {
    font-size: 14px;
    position: absolute;
    bottom: -35px;
    margin-top: 10px;
}

.section-contact .fp-tableCell {
    /*height: auto !important;*/
    height: calc(100% - 232px);
    padding-bottom: 20px;
}

.section-contact .container {
    /*height: calc(100vh - 142px);*/
    height: auto;
}

#contact .form-control {
    background: transparent;
    border-bottom: 1px solid #d4d4d4;
    padding: 0px;
    font-size: 15px;
/*    background-color: #532b29;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
#contact .form-control:focus{
    border-bottom: 1px solid #af8e8c;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7b7b7b;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #7b7b7b;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #7b7b7b;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #7b7b7b;
}

#contact form {
    margin-top: 30px;
    margin-bottom: 50px;
}

.contact-info {
    background-color: #f9f9f9;
    padding: 15px 20px 30px;
    min-height: 270px;
    margin-bottom: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-top: 30px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(175, 175, 175, 0.4);
    -moz-box-shadow: 0 2px 10px 0 rgba(175, 175, 175, 0.4);
    -o-box-shadow: 0 2px 10px 0 rgba(175, 175, 175, 0.4);
    -ms-box-shadow: 0 2px 10px 0 rgba(175, 175, 175, 0.4);
    box-shadow: 0 2px 10px 0 rgba(175, 175, 175, 0.4);
}

.contact-info .content {
    margin: 15px auto 0px;
    width: 100%;
    float: left;
    text-align: left;
}

.contact-info .content i {
    color: #a0a0a0;
    font-size: 30px;
    margin-bottom: 15px;
    float: left;
}

#contact .contact-info .content p {
    padding-left: 50px;
    color: #5d5d5d;
}

#contact .contact-info .content .address {
    margin-bottom: 7px;
}

#contact .contact-info .content p .otherL {
    font-weight: 500;
}

.contact-info .content a {
    color: #5d5d5d;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-info .content a:hover,
.contact-info .content a:focus {
    color: #5a5a5a;
}

#about header {
    margin-bottom: 20px;
}

.clients-slider {
    margin-top: 30px;
    margin-bottom: 20px;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav {
    display: none;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    font-size: 24px !important;
    background: #f0f0f0 !important;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

.owl-carousel .owl-nav .owl-prev {
    left: -70px;
}

.owl-carousel .owl-nav .owl-next {
    right: -70px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
    position: relative;
    top: 10px;
}

.owl-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-carousel .owl-dots button.owl-dot.active {
    background-color: #000;
}

.map {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
}

#services {
    background-color: #f1f1f1;
    padding-bottom: 50px !important;
}

.services-list {
    margin-top: 30px;
}
#services header h2::after {
    background-color: #532b29;
}

#services header h2,
#services header p{
    color: #532b29;
}
#services .service-bx .panel{
    min-height: 310px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
}
#services .service-bx .panel:hover{
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 10px 20px rgba(158, 158, 158, 0.25);
    -moz-box-shadow: 0 10px 20px rgba(158, 158, 158, 0.25);
    -o-box-shadow: 0 10px 20px rgba(158, 158, 158, 0.25);
    -ms-box-shadow: 0 10px 20px rgba(158, 158, 158, 0.25);
    box-shadow: 0 10px 20px rgba(158, 158, 158, 0.25);
}
#services .service-bx .panel-body{
    padding: 20px;
}
#services .service-bx h4{
    position: relative;
}
#services .service-bx h4:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #532b29;
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#services .service-bx h4, 
#services .service-bx p, 
#services .service-bx i {
    color: #532b29;
}

.services-list h4 span {
    display: table-cell;
    vertical-align: middle;
}

.services-list p {
    margin-bottom: 0px;
}

.nav-logo .nav-logo-right ul {
    margin-bottom: 0px;
}

.fp-scrollable {
    overflow: initial;
}

.teambox {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.teambox:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.team img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.export-section{
    background: #a5a4a4;
    position: relative;
}
.export-section:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.export-img img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.contact-info .content .direction{
    color: #532b29;
    font-weight: 600;
}
.product-list {
    margin-top: 20px;
}
.product-list h4{
    font-size: 18px;
    color: #532b29;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.product-list ul{
    list-style: none;
    padding-left: 10px;
}
.list-arrow li {
    font-size: 14px;
    padding-left: 17px;
    margin-bottom: 6px;
    position: relative;
}
.list-arrow li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #532b29;
    position: absolute;
    top: 5px;
    left: 0px;
    border-radius: 100%;
}
.export-content{
    margin-bottom: 20px;
}
.whatsapp-btn {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation: whatsAnimation 1s alternate infinite;
    -moz-animation: whatsAnimation 1s alternate infinite;
    -o-animation: whatsAnimation 1s alternate infinite;
    -ms-animation: whatsAnimation 1s alternate infinite;
    animation: whatsAnimation 1s alternate infinite;
}
@-webkit-keyframes whatsAnimation{
    0%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    100%{
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@-moz-keyframes whatsAnimation{
    0%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    100%{
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@keyframes whatsAnimation{
    0%{
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    100%{
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.whatsapp-btn img{
    max-width: 100%;
}
.whatsapp-btn .whatsapp-mobile{
    display: none;
}
.about-intro-img{
    position: relative;
    height: 510px;
    overflow: hidden;
}
.about-intro-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-content{
    position: relative;
    min-height: 460px;
}
.scrolldown {
    position: absolute;
    bottom: 7px;
    right: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    transform-origin: right top 0;
    float: right;
    opacity: 0.75;
    z-index: 2;
}
.scrolldown .scroll-icon {
    display: inline-block;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF !important;
    background: transparent;
    position: relative;
    top: 15px;
    right: 15px;
    -webkit-animation: animate-it 3s ease infinite;
    animation: animate-it 3s ease infinite;
}
/* vertical animation */
@-webkit-keyframes animate-it {
    0%, 60%, 80%, 100% {
        -webkit-transform: translateX(0);
    }
    20% {
        -webkit-transform: translateX(-5px);
    }
    40% {
        -webkit-transform: translateX(20px);
    }
}
@keyframes animate-it {
    0%, 60%, 80%, 100% {
        -webkit-transform: translateX(0);
    }
    20% {
        -webkit-transform: translateX(-5px);
    }
    40% {
        -webkit-transform: translateX(20px);
    }
}
.d-flex {
    display: -webkit-flexbox!important;
    display: -moz-flexbox!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -webkit-flex-align: center!important;
    -moz-flex-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.product-list .panel{
    background: transparent;
    margin-top: 15px;
    border: none;
    box-shadow: none;
    margin-top: 15px;
    border: none;
    box-shadow: none;
}
.product-list .panel-body{
    padding: 0px;
}
.tab-panel{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}
.tab-panel .tab-list{
    width: 250px;
    float: left;
    position: relative;
    padding: 20px;
}
.tab-panel .tab-list a{
    width: 100%;
    height: 50px;
    float: left;
    display: block;
    background: #ffffff;
    padding: 15px 20px 10px;
    color: #532b29;
    line-height: 20px;
    text-decoration: none;
    margin: 6px 0px;
    text-align: center;
    border: 1px solid #532b29;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.tab-panel .tab-list a.active,
.tab-panel .tab-list a:hover,
.tab-panel .tab-list a:focus{
    background: #532b29;
    color: #ffffff;
}
.tab-panel .tab-content{
    width: calc(100% - 250px);
    float: left;
    padding: 20px;
}
.tab-content .tab-content-section{
    min-height: 300px;
}
.section-products{
    background: #fffafa;
    position: relative;
}
#fullpage .fp-tableCell{
    height: auto !important;
}
.page-intro-box{
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.white-background{
    background: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(175, 175, 175, 0.4);
    -moz-box-shadow: 0 2px 10px 0 rgba(175, 175, 175, 0.4);
    -o-box-shadow: 0 2px 10px 0 rgba(175, 175, 175, 0.4);
    -ms-box-shadow: 0 2px 10px 0 rgba(175, 175, 175, 0.4);
    box-shadow: 0 2px 10px 0 rgba(175, 175, 175, 0.4);
}
.page-intro-box .page-intro-img{
    height: calc(100vh - 120px);
    max-height: 600px;
}
.page-intro-box .page-intro-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}
.page-intro-box .page-intro-content{
    height: calc(100vh - 120px);
    max-height: 600px;
}
section .page-intro-box header {
    margin-top: 20px;
    margin-bottom: 15px;
}
section .page-intro-box .align-items-start header {
    margin-top: 30px;
}
section .page-intro-box header h2 {
    font-size: 34px;
    text-align: left;
}
section .page-intro-box header h2::after {
    margin: 10px 0px;
}
section .page-intro-box header p{
    width: 100%;
    color: #181818;
    margin: 0px;
    text-align: left;
}
.page-intro-box .page-intro-content .page-text{
    padding: 0px 20px;
    padding-right: 0px;
    text-align: justify;
}
section .page-intro-box .text-boxtxt h4{
    margin: 0px;
    font-size: 15px;
    color: #532b29;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 5px;
    position: relative;
}
#services .page-intro-box .align-items-start header {
    /*margin-top: 0px;*/
}
#services .page-intro-box .text-boxtxt h4{
    color: #532b29;
}
#services .page-intro-box .page-text p{
    color: #181818;
}
section .page-intro-box .text-boxtxt ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#products .page-intro-box .text-boxtxt ul{
    padding: 0px 15px;
    margin-top: 9px;
}
#products .page-intro-box .list-arrow li:before {
    width: 6px;
    height: 6px;
    top: 8px;
    left: 0px;
}
.product-overflow{
    width: 100%;
    height: 100%;
    /*height: calc(100% - 180px);*/
    overflow: hidden;
    position: relative;
}
.services-overflow{
    /*height: calc(100% - 210px);*/
}
.page-intro-content .read-more-btn,
.page-intro-content .read-more-btn:hover,
.page-intro-content .read-more-btn:focus,
.page-intro-content .read-more-btn:active{
    margin-top: 10px;
    background-color: #633a38;
    border-color: #532b29;
}
.page-intro-content .read-more-btn:hover,
.page-intro-content .read-more-btn:focus,
.page-intro-content .read-more-btn:active{
    background-color: #502d2c;
    border-color: #502d2c;
}
.mCSB_inside > .mCSB_container{
    margin-right: 30px;
}
.mCSB_scrollTools .mCSB_buttonUp, 
.mCSB_scrollTools .mCSB_buttonDown, 
.mCSB_scrollTools .mCSB_buttonLeft, 
.mCSB_scrollTools .mCSB_buttonRight{
    background-image: url(../images/common/mCSB_buttons.png);
}
#contact header p{
    text-align: center;
}
#services .page-intro-box p,
#products .page-intro-box p{
    font-size: 14px;
}
