@import url(https://fonts.googleapis.com/css?family=Poppins:400, 400i, 500, 500i, 600, 700, 800, 900);
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Poppins, sans-serif;
    line-height: 26px;
    color: #3f3635;
    font-size: 16px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0;
}

input:focus,
select:focus {
    outline: 0;
}

button,
input {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    text-decoration: none;
    color: #3f3635;
}

a:hover {
    color: #4f1009;
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

button:focus {
    outline: 0;
}

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

:after,
:before {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

div {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.black-opacity {
    position: relative;
    z-index: 9;
}

.frame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 200px;
}

.section-item {
    position: relative;
}

.section-item a i {
    position: absolute;
    right: 0;
    background: #4ac959;
    color: #fff;
    height: 39px;
    padding: 12px 0;
    font-size: 21px;
    z-index: 9;
    bottom: 90px;
    width: 43px;
    text-align: center;
    position: fixed;
}

.para-section {
    position: relative;
}

.item-awards {
    padding: 14px 0px;
}

.item-awards p {
    padding: 10px 0;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    background-color: #4f1009;
    margin: 5px 1px;
    color: #fff;
}

.item-awards p:hover {
    color: #edae2f;
}

.para-section h3 {
    position: absolute;
    top: 11px;
    left: 86px;
}

.section-item-icon {
    position: relative;
}

.article-section {
    position: relative;
    margin: 8px auto;
    background-color: #ffffff;
    z-index: 9;
    height: auto;
    padding: 0px 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #0000006b;
    cursor: pointer;
}

.article-section .image {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 17, 0.562);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .3s ease;
}

.article-section:hover .overlay {
    transform: scale(1);
}

.search {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.article-section a p {
    padding: 9px 7px;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #490909;
    text-align: center;
}

.section-item-icon a i {
    position: absolute;
    right: 0;
    background: #4267b2;
    color: #fff;
    height: 39px;
    padding: 12px 0;
    font-size: 21px;
    bottom: 130px;
    width: 43px;
    text-align: center;
    position: fixed;
    z-index: 9
}

.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
    content: "";
    opacity: 0.7;
}

.bg-img-1 {
    background: url(../image/bg/1.jpg) no-repeat center center/cover;
}

.bg-img-2 {
    background: url(../image/bg/2.jpg);
    background-repeat: round;
    background-size: cover;
    background-position: 21px -10px;
}

.bg-img-3 {
    background: url(../images/bg/3.jpg) no-repeat center center/cover;
}

.bg-img-4 {
    background: url(../images/bg/4.jpg) no-repeat center center/cover;
}

.bg-img-5 {
    background: url(../images/bg/5.jpg) no-repeat center center/cover;
}

.bg-img-6 {
    background: url(../image/inner-suana1.jpg) no-repeat center center/cover;
}

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

.ptb-20 {
    padding: 20px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-120 {
    padding: 120px 0;
}

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

.bg-1 {
    background: #f1f1f1;
}

.bg-fff {
    background: #fff;
}

.talk-to-us {
    position: relative;
}

.talk-to-us img {
    position: absolute;
    right: 43px;
}

a#scrollUp {
    position: fixed;
    right: 10px;
    bottom: 20px;
    height: 45px;
    width: 45px;
    background: #222;
    text-align: center;
    line-height: 45px;
    color: #fff;
    position: absolute;
    font-size: 12px;
    right: -4px;
    border-radius: 5px;
}

a#scrollUp:hover {
    background: #4f1009;
}

.top-header {
    width: 100%;
    height: 30px;
    background: #3f3635;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.top-header .top-list {
    display: inline-flex;
    position: relative;
    margin: 0;
    padding: 0;
}

.top-header .top-list li {
    float: left;
    line-height: 30px;
    list-style: none;
    margin: 0 20px 0 0;
    padding-right: 20px;
    border-right: 2px dotted #9e9e9e;
}

.top-header .top-list li:last-child {
    border-right: none;
}

.top-header .top-list a {
    color: #f2f2f2;
    font-size: 13px;
    display: block;
    text-decoration: none;
}

.contact-top {
    padding: 12px 0;
    text-align: right;
}

.contact-top a:first-child {
    color: #4f1009;
    font-weight: 600;
    padding-right: 4px;
    font-size: 16px;
}

.contact-top a:first-child i {
    width: 25px;
    height: 25px;
    padding: 2px 5px;
}

.contact-top a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.contact-top a i {
    margin-right: 5px;
    border: 1px solid #c3c3c3;
    width: 20px;
    padding: 3px 3px;
    height: 20px;
    color: #4f1009;
}

.sigma_video-popup {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}

.sigma_video-popup i {
    font-size: 26px;
    color: #3f3635;
}

.sigma_video-popup:hover {
    color: #fff;
}

.sigma_video-popup:hover i {
    color: #fff;
}

.sigma_video-popup:hover::after {
    width: 100%;
}

.sigma_video-popup::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #b64246;
    transition: 0.3s;
    z-index: -1;
}

.logo {
    margin: 10px 0;
}

.mainmenu {
    padding: 20px 0;
}

.mainmenu ul,
.search-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mainmenu ul li {
    margin-left: 15px;
    position: relative;
}

.mainmenu ul li:first-child {
    margin-left: 0;
}

.mainmenu ul li a {
    display: block;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 500;
    color: #3f3635;
    font-size: 14px;
}

.mainmenu ul li.active>a,
.mainmenu ul li:hover>a {
    background: #3f3635;
    color: #fff;
}

.mainmenu ul li>ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 21vw;
    background: #fff;
    padding: 20px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mainmenu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.mainmenu ul li>ul li {
    margin-left: 0;
    display: block;
}

.mainmenu ul li>ul li a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 3px 0;
}

.mainmenu ul li>ul li:hover a {
    background: 0 0;
    color: #4f1009;
    padding-left: 5px;
}

.search-wrapper ul li {
    position: relative;
}

.search-wrapper ul li a {
    padding: 52px 0;
    display: block;
}

.search-wrapper ul li>ul {
    position: absolute;
    right: 0;
    top: 120%;
    width: 300px;
    background: #fff;
    padding: 20px 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    z-index: 999;
}

.search-wrapper ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.search-wrapper ul li>ul li {
    display: block;
    padding: 0;
}

.search-wrapper ul li>ul li form {
    position: relative;
}

.search-wrapper ul li>ul li input {
    width: 100%;
    height: 45px;
    border: 1px solid #e5e5e5;
    padding: 0 45px 0 15px;
}

.search-wrapper ul li>ul li button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: #4f1009;
    color: #3f3635;
    border: none;
    cursor: pointer;
}

.search-wrapper ul li>ul li button:hover {
    background: #222;
    color: #fff;
}

.responsive-menu-wrap {
    position: relative;
}

.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
    padding: 0 0;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
}

.slicknav_menu .slicknav_icon {
    margin: 2px 8px;
}

.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none;
}

.responsive-menu-wrap .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    font-size: 15px;
    padding: 57px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    height: 2px;
    width: 25px;
    background: #3f3635;
}

.responsive-menu-wrap .slicknav_nav {
    background: #3f3635 none repeat scroll 0 0;
    border-radius: 0;
    clear: both;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 57px;
    width: 690px;
    z-index: 99;
    right: 0;
    z-index: 999;
    position: relative;
}

.slicknav_nav a {
    color: #f1f1f1;
    text-decoration: none;
    text-transform: capitalize;
}

.slicknav_nav a i {
    display: none;
}

.slicknav_nav a:hover {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
    background: 0 0;
}

.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
    font-size: 10px;
    margin: 5px;
}

.sticky-menu {
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.sticky-menu .logo {
    margin: 10px 0;
}

.sticky-menu .mainmenu {
    padding: 20px 0;
}

.sticky-menu .search-wrapper ul li a {
    padding: 37px 0;
}

.sticky-menu .responsive-menu-wrap .slicknav_menu {
    padding: 42px 0;
}

.sticky-menu .responsive-menu-wrap .slicknav_nav {
    top: 42px;
}

.slider-items {
    position: relative;
}

.slider-items img {
    visibility: hidden;
}

.slider-area .owl-controls {
    opacity: 0;
}

.slider-area:hover .owl-controls {
    opacity: 1;
}

.slider-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-content h2 {
    text-transform: uppercase;
    font-size: 80px;
    line-height: 100px;
    color: #fff;
    font-weight: 800;
}

.slider-content h2 span.color,
.slider-content p span {
    color: #4f1009;
    text-shadow: 0 0 3px #fff;
}

.slider-content p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}

.slider-content a {
    font-size: 16px;
    color: #4f1009;
    font-weight: 500;
}

.slider-text {
    position: relative;
    padding-left: 50px;
}

.line {
    position: absolute;
    width: 610px;
    height: 410px;
    left: 0;
    top: -40px;
    z-index: -9;
}

.blog-wrap2:after,
.blog-wrap2:before,
.line:after,
.line:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: 0 0;
    border: 2px solid transparent;
    content: "";
    z-index: -9;
}

.blog-wrap2:hover:before,
.next-prev-style .owl-item.active .line:before {
    -webkit-animation: animate 1s linear forwards;
    animation: animate 1s linear forwards;
}

@-webkit-keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #4f1009;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #4f1009;
        border-right-color: #4f1009;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: #4f1009;
        border-right-color: #4f1009;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}

@keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #4f1009;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #4f1009;
        border-right-color: #4f1009;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: #4f1009;
        border-right-color: #4f1009;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}

.blog-wrap2:hover:after,
.next-prev-style .owl-item.active .line:after {
    -webkit-animation: animate2 1s linear forwards;
    animation: animate2 1s linear forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes animate2 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: translate;
        border-left-color: #4f1009;
    }
    50% {
        width: 0;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #4f1009;
        border-left-color: #4f1009;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #4f1009;
        border-left-color: #4f1009;
    }
}

@keyframes animate2 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: translate;
        border-left-color: #4f1009;
    }
    50% {
        width: 0;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #4f1009;
        border-left-color: #4f1009;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #4f1009;
        border-left-color: #4f1009;
    }
}

.next-prev-style .owl-nav div {
    position: absolute;
    right: 66px;
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    background: #fff0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.next-prev-style .owl-nav div:hover {
    background: #4f1009;
    color: #fff;
}

.next-prev-style .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.about-wrap {
    position: relative;
    padding: 60px 0 60px 30px;
    border-top: 2px solid #4f1009;
    border-left: 2px solid #4f1009;
}

.about-wrap:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #4f1009;
}

.about-wrap:after {
    position: absolute;
    right: -100px;
    top: -2px;
    width: 100px;
    height: 60px;
    border-top: 2px solid #4f1009;
    border-right: 2px solid #4f1009;
    content: "";
}

.about-wrap h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.about-wrap h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px;
}

.about-wrap p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 30px;
}

.about-content {
    background: #4f1009;
    box-shadow: 0 2px 15px rgb(0 0 0 / 32%);
    padding: 30px 0;
    border-radius: 6px;
}

.about-content h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
}

.about-content p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.abt-img {
    position: relative;
    margin-top: 100px;
}

.abt-img:before {
    position: absolute;
    left: -15px;
    bottom: -15px;
    height: 95%;
    width: 98%;
    content: "";
    z-index: -9;
}

.section-title {
    margin-bottom: 40px;
}
.section-title a{
    float: right;
    margin-right: 26%;
    margin-top: -38px;
    background: #4F1009;
    padding: 6px 25px;
    color: #fff;
}

.section-title h2.h2-border,
h2.h2-border-second {
    position: relative;
    left: -20%;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
}

.section-title h2.h2-border::after,
.section-title h2.h2-border-second::after {
    position: absolute;
    content: "";
    top: 30px;
    left: 32%;
    border: 1px solid #a9ce3b;
    width: 36%;
}

.section-title h2.h2-border-second::after {
    width: 68%;
    left: 80px;
}

.section-title h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.spacial-img {
    position: relative;
}

.spacial-wrap {
    padding: 60px 0 30px;
}

.spacial-item {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 49px 0;
    margin-bottom: 30px;
    background: #fff;
    border-left: 5px solid #4f1009;
}

.spacial-item:hover {
    background: #4f1009;
}

.spacial-item:hover h4,
.spacial-item:hover span:before {
    color: #fff;
}

.spacial-item span {
    display: block;
    margin-bottom: 10px;
}

.spacial-item span:before {
    font-size: 50px;
}

.spacial-item .img-sec {
    background-image: url(assets/image/icon/1.png);
    height: 70px;
    width: 70px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.spacial-item:hover .img-sec {
    background-position: 0 -95px;
    -webkit-transition: all 0.5s ease;
    -moz-webkit-transition: all 0.5s ease;
}

.spacial-item h4 {
    -webkit-transition: all 0.5s ease;
    -moz-webkit-transition: all 0.5s ease;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.why-wrap p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 30px;
}

.why-wrap ul {
    padding-left: 15px;
}

.why-wrap ul li {
    font-size: 14px;
    line-height: inherit;
    list-style: disc;
}

.count-cl {
    text-align: center;
    margin: 25px 0;
}

.count-cl p {
    text-align: center;
    margin: 0;
}

.project-area {
    padding: 70px 0 0;
}

.project-menu button {
    border: 1px solid #4f1009;
    padding: 7px 20px;
    background: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.project-menu button.active {
    background: #4f1009;
    color: #fff;
}

.project-wrap {
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    background: #e2e2e2;
    margin: 0 0 75px;
    box-shadow: 0 0 22px 0 #dcdcdc;
}

.project-wrap img {
    width: 100%;
}

.project-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.55;
    content: "";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.project-wrap:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.project-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.project-wrap:hover .project-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.project-content a {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
}

.project-content a:hover {
    color: #fff;
}

.project-content h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.service-wrap {
    margin-bottom: 30px;
}

.service-img {
    position: relative;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.service-wrap:hover .service-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    border: 25px solid rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: 9;
}

.service-wrap:hover .service-img:before {
    opacity: 1;
}

.service-content.service-content-1 {
    padding: 10px 10px;
    height: 45px;
    background: #fff;
}

.service-content.service-content-1 h4 {
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 12px;
}

.service-content {
    padding: 30px 10px;
    background: #fff;
}

.service-content h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.service-content p {
    margin-bottom: 25px;
}

.service-content a {
    color: #fff;
    height: 35px;
    width: 110px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background: #4f1009;
    line-height: 35px;
}

.service-content a:hover {
    background: #3f3635;
    color: #fff;
}

.fanfact-area {
    padding: 80px 0;
}

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

.funfact-wrap h2 {
    color: #4f1009;
    font-size: 72px;
    margin: 0 auto 20px;
    line-height: 51px;
    font-weight: 300;
    width: 100px;
}

.funfact-wrap p {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
}

.team-area {
    padding: 120px 0 90px;
}

.team-wrap {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.team-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4f1009;
    content: "";
    opacity: 0;
}

.team-wrap:hover:before {
    opacity: 0.75;
}

.team-content {
    position: absolute;
    left: 0;
    bottom: -108px;
    width: 100%;
    background: #fff;
    padding: 20px 0 50px;
    text-align: center;
}

.team-wrap:hover .team-content {
    bottom: 0;
    background: 0 0;
}

.team-content h4 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.team-content p {
    margin-bottom: 20px;
}

.team-content ul li {
    display: inline-block;
    margin: 0 2px;
}

.team-content ul li a {
    display: block;
    height: 35px;
    width: 35px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 16px;
}

.team-content ul li:hover a {
    background: #323131;
    color: #fff;
}

.section-title2 h2,
.section-title2 h3 {
    color: #fff;
}

.test-wrap {
    padding: 0 0 0;
    outline: 0;
}

.test-wrap i {
    color: #fff;
    font-size: 36px;
    margin-bottom: 25px;
    margin-left: 1px;
}

.test-wrap p {
    color: #fff;
    margin-bottom: 35px;
}

.test-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}

.test-wrap span {
    display: block;
    font-size: 14px;
    color: #4f1009;
}

.test-img-active {
    padding: 0px 30px 0 0;
    position: relative;
    z-index: 9;
    margin-top: -55px;
}

.test-img-active:before {
    position: absolute;
    right: 0;
    top: -45px;
    width: 85%;
    height: 95%;
    
    content: "";
    z-index: -9;
}

.test-img {
    position: relative;
    padding-left: 30px;
    outline: 0;
}

.test-img img {
    width: 100%;
}

.test-img ul {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}

.test-img ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.test-img ul li i {
    font-size: 14px;
    color: #fcb837;
}

.test-images {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    border: 3px solid #4f1009;
    left: 0;
    bottom: 80px;
    position: absolute;
    overflow: hidden;
}

ul.slick-dots {
    position: absolute;
    bottom: -50px;
}

.slick-dots li {
    display: inline-block;
    margin-right: 5px;
}

.slick-dots li button {
    height: 15px;
    width: 15px;
    font-size: 0;
    border-radius: 50%;
    background: #bcb8b8;
    cursor: pointer;
    border: none;
}

.slick-dots li.slick-active button {
    background: #4f1009;
}

.blog-area {
    padding: 120px 0 90px;
}

.blog-wrap {
    margin-bottom: 30px;
}

.blog-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.blog-wrap:hover .blog-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.blog-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border: 30px solid rgba(0, 0, 0, 0.3);
    content: "";
    z-index: 9;
    opacity: 0;
}

.blog-wrap:hover .blog-img:before {
    opacity: 1;
}

.blog-content ul li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-content h4 {
    text-transform: uppercase;
    line-height: 28px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #4f1009;
    padding-bottom: 10px;
    margin: 10px 0 20px;
}

.blog-content p {
    color: #3f3635;
}

.brand-area {
    padding: 100px 0;
    background: #4f1009;
}

#googleMap {
    width: 100%;
    height: 450px;
    background: #4f1009;
}

.footer-top {
    padding: 20px 0;
    /*   background: url(../../assets/image/bg/footer-bg.png) #f1f1f1;*/
    background-position: right 12.3em;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-logo img {
    margin-bottom: 30px;
}

.footer-logo p {
    margin-bottom: 20px;
    text-align: justify;
}

.footer-logo h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-logo span {
    display: block;
    margin-bottom: 20px;
}

.footer-logo ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}

.footer-widget h4.widget-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 30px;
    margin: 20px 0;
    font-weight: 600;
    position: relative;
}

.footer-widget h4.widget-title:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 12px;
    background: #4f1009;
    content: "";
}

.footer-contact ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    font-size: 14px;
}

.footer-contact ul li a {
    display: inline-block;
}

.footer-contact ul li i {
    height: 25px;
    width: 25px;
    font-size: 14px;
    border: 1px solid #4f1009;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.footer-contact ul li:last-child {
    margin-bottom: 0;
}

.footer-menu ul li {
    line-height: 37px;
    padding-left: 30px;
    position: relative;
}

.footer-menu ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f101";
    font-family: fontawesome;
}

.footer-menu ul li:hover:before {
    left: 5px;
    color: #4f1009;
}

.footer-menu ul li a {
    font-size: 14px;
}

.newsletter p {
    margin-bottom: 20px;
}

.newsletter input {
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
    background: 0 0;
    margin-bottom: 10px;
}

.newsletter button {
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #4f1009;
    cursor: pointer;
    border-radius: 3px;
}

.newsletter button:hover {
    background: #323131;
    color: #fff;
}

.footer-bootem {
    padding: 20px 0;
    background: #4f1009;
    text-align: center;
}

.footer-bootem p {
    color: #9e9e9e;
    font-size: 14px;
}

.footer-bootem p a {
    color: #fff;
    cursor: pointer;
}

.footer-bootem p a:hover {
    color: #A9CE3B;
}

.slider-area2 .slider-text {
    padding-left: 0;
}

.slider-area2 .line {
    height: 360px;
    left: 160px;
}

.about-area2 .about-wrap:after {
    left: 0;
    width: 0;
    height: 140px;
}

a.readmore-btn {
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 14px;
    background: #4f1009;
    font-weight: 700;
}

a.readmore-btn:hover {
    background: #3f3635;
    color: #fff;
}

.about-area2 .about-wrap {
    padding: 80px 0 80px 30px;
    border-top: 2px solid #4f1009;
    border-left: none;
    border-right: 2px solid #4f1009;
}

.about-area2 .about-img2 {
    position: relative;
    padding-bottom: 70px;
}

.about-area2 .about-images {
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 3px solid #4f1009;
    border-top: 3px solid #4f1009;
}

.about-area2 .about-images a {
    position: absolute;
    height: 55px;
    width: 55px;
    background: #fff;
    line-height: 55px;
    text-align: center;
    display: block;
    left: 50%;
    border: 2px solid #4f1009;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.quote-area {
    padding: 50px 0;
    background: #4f1009;
}

.quote-wrap h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.quote-wrap a {
    display: inline-block;
    padding: 10px 25px;
    background: #222;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.quote-wrap a:hover {
    background: #fff;
    color: #222;
}

.interior-area {
    background: #4f1009;
    position: relative;
    padding: 130px 0;
    overflow: hidden;
}

.interior-img {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
    background: url(../images/bg/3.jpg) no-repeat center center/cover;
}

.interior-img img {
    visibility: hidden;
}

.interior-wrap {
    padding-right: 30px;
}

.interior-wrap span {
    display: block;
    margin-bottom: 15px;
}

.interior-wrap span:before {
    font-size: 60px;
}

.interior-wrap h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.brand-area2 {
    background: #fff;
}

.test-img2 {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid #4f1009;
    margin: 0 auto 30px;
    overflow: hidden;
}

.test-wrap2 i {
    font-size: 36px;
    color: #4f1009;
    margin-bottom: 20px;
    display: block;
}

.test-wrap2 p {
    margin-bottom: 50px;
}

.test-wrap2 h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.test-wrap2 span {
    display: block;
    font-style: italic;
    font-size: 14px;
}

.test-active {
    padding-bottom: 50px;
}

.test-active .owl-nav div {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 20px;
}

.test-active .owl-nav div:hover {
    color: #4f1009;
}

.test-active .owl-nav div.owl-next {
    left: auto;
    right: -100px;
}

.test-active .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.test-active .owl-dot {
    display: inline-block;
    margin: 0 2px;
    height: 15px;
    width: 15px;
    background: #323131;
    border-radius: 50%;
}

.test-active .owl-dot.active {
    background: #4f1009;
}

.blog-wrap2 {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

.blog-content2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.95);
    visibility: hidden;
    opacity: 0;
}

.blog-wrap2:hover .blog-content2 {
    visibility: visible;
    opacity: 1;
}

.blog-content2 span {
    display: block;
    color: #777;
    margin-bottom: 5px;
    font-style: italic;
    margin-top: -30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.blog-wrap2:hover .blog-content2 span {
    margin-top: 0;
}

.blog-content2 h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    margin-left: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.blog-wrap2:hover .blog-content2 h4 {
    margin-left: 0;
}

.blog-content2 h4 a {
    color: #fff;
}

.blog-content2 h4 a:hover {
    color: #4f1009;
}

.blog-content2 p {
    margin-bottom: 20px;
    color: #f1f1f1;
    font-size: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.blog-content2 a.readmore {
    text-decoration: underline;
    color: #4f1009;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.blog-wrap2:after,
.blog-wrap2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: 0 0;
    border: 3px solid transparent;
    content: "";
    z-index: 9;
}

.blog-wrap2:hover:before {
    -webkit-animation: animate3 0.6s linear forwards;
    animation: animate3 0.6s linear forwards;
}

@-webkit-keyframes animate3 {
    0% {
        width: 0;
        height: 0;
        border-top-color: #4f1009;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #4f1009;
        border-right-color: #4f1009;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: #4f1009;
        border-right-color: #4f1009;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}

@keyframes animate3 {
    0% {
        width: 0;
        height: 0;
        border-top-color: #4f1009;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #4f1009;
        border-right-color: #4f1009;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: #4f1009;
        border-right-color: #4f1009;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}

.blog-wrap2:hover:after {
    -webkit-animation: animate4 0.6s linear forwards;
    animation: animate4 0.6s linear forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes animate4 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: translate;
        border-bottom-color: #4f1009;
    }
    50% {
        width: 0;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #4f1009;
        border-bottom-color: #4f1009;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #4f1009;
        border-bottom-color: #4f1009;
    }
}

@keyframes animate4 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: translate;
        border-bottom-color: #4f1009;
    }
    50% {
        width: 0;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #4f1009;
        border-bottom-color: #4f1009;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #4f1009;
        border-bottom-color: #4f1009;
    }
}

.slider-area3 .slider-text {
    text-align: right;
    padding-left: 0;
    padding-right: 50px;
}

.slider-area3 .line {
    left: auto;
    right: 0;
}

.color-white {
    color: #fff;
}

.color-dark {
    color: #3f3635;
}

.about-wrap3 {
    background: #fff;
    padding: 60px 70px;
}

.about-active .slick-list.draggable {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.about-wrap3 h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

.about-img3 {
    height: 100%;
    width: 100%;
}

.about-img3 img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.about-wrap3 h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-wrap3 p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 14px;
}

.about-wrap3 a i {
    margin-right: 5px;
}

.about-wrap3 h4 {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    font-size: 35px;
    color: #00b0ff;
}

.about-wrap3 h4 span {
    color: #191919;
    font-size: 15px;
}

.about-wrap3 h6 {
    text-align: center;
    font-size: 22px;
}

.about-wrap3 ul {
    padding-left: 15px;
}

.about-wrap3 ul li {
    list-style: square;
    font-size: 14px;
}

.about-active {
    margin-right: -80px;
    position: relative;
    z-index: 9;
    margin-top: 32px;
}

.about-img-active i.slick-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.about-img-active i.slick-arrow:hover {
    background: #4f1009;
}

.about-img-active i.slick-arrow.fa-chevron-left {
    right: 40px;
    z-index: 9;
}

.about-wrap-2 {
    padding: 20px 20px;
    overflow: hidden;
    vertical-align: middle;
    display: block;
    margin: auto auto;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 20px 0 #dedede;
}

.about-wrap-02 {
    padding: 50px 34px;
    position: absolute;
    vertical-align: middle;
    display: block;
    margin: auto auto;
    top: 40px;
    right: -80px;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 20px 0 #dedede;
}

.about-img-active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.skill-wrap {
    padding: 10px 0;
}

.skill-wrap h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.skill-wrap p {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.progress-wrap {
    overflow: hidden;
    padding-bottom: 35px;
}

.skill-wrap .progress {
    height: 10px;
    overflow: visible;
    background: #323131;
    border-radius: 5px;
}

.skill-wrap .progress-bar {
    position: relative;
    border-radius: 5px;
    background: #4f1009;
}

.skill-wrap .progress-bar:before {
    position: absolute;
    right: -2px;
    top: -5px;
    width: 20px;
    height: 20px;
    background: #4f1009;
    content: "";
    z-index: 9;
    border: 2px solid #323131;
    border-radius: 50%;
}

.skill-wrap .progress-bar span {
    position: absolute;
    right: 0;
    font-weight: 700;
    color: #323131;
    top: -32px;
    font-size: 14px;
}

.skill-img {
    position: relative;
}

.skill-img img {
    visibility: hidden;
}

.skill-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    border: 50px solid rgba(0, 0, 0, 0.1);
}

.newsletter-area {
    padding: 100px 0;
}

.newsletter-area.black-opacity:before {
    background: #4f1009;
    opacity: 0.8;
}

.newsletter-wrap form {
    position: relative;
}

.newsletter-wrap input {
    padding: 0 165px 0 20px;
    height: 65px;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 25px;
}

.newsletter-wrap button {
    position: absolute;
    right: 0;
    top: 0;
    width: 165px;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    background: #323131;
    border: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.newsletter-wrap button:hover {
    background: #4f1009;
    color: #323131;
}

.breadcumb-area {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcumb-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.breadcumb-wrap h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    color: #4f1009;
    text-shadow: 0 0 2px #fff;
    margin-bottom: 5px;
    margin-top: 65px;
}

.breadcumb-wrap ul li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.breadcumb-wrap ul li a {
    color: #fff;
}

.breadcumb-wrap ul li a:hover {
    color: #4f1009;
}

.about-page-wrap h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-page-wrap p {
    margin: 25px 0;
}

.about-page-wrap ul {
    position: relative;
}

.about-page-wrap ul:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #393939;
    content: "";
}

.about-page-wrap ul:hover:before {
    background: #4f1009;
}

.about-page-wrap ul li a {
    display: block;
    line-height: 28px;
    font-size: 16px;
    padding-left: 40px;
    position: relative;
}

.about-page-wrap ul li a:before {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent transparent #4f1009;
    content: "";
    opacity: 0;
}

.about-page-wrap ul li:hover a:before {
    opacity: 1;
}

.about-sidebar h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #393939;
}

.about-sidebar ul {
    margin-bottom: 60px;
}

.about-sidebar ul li {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #393939;
}

.about-sidebar ul li:last-child {
    border-bottom: none;
}

.about-sidebar-img {
    position: relative;
}

.about-sidebar-img img {
    width: 100%;
}

.about-sidebar-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border: 30px solid rgba(0, 0, 0, 0.5);
    content: "";
}

.about-sidebar-img a {
    position: absolute;
    left: 50%;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border: 4px solid #fff;
    color: #fff;
    border-radius: 50%;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.about-sidebar-img a:hover {
    background: #4f1009;
    color: #393939;
}

.project-area-without-gutter {
    background: #f1ffea;
}

.project-area-without-gutter .project-wrap h4 {
    text-align: center;
    margin: 0;
    padding: 5px;
    font-size: 15px;
    color: #fff;
    background: #490806;
    border: 0 solid #252525;
}

.pagination-wrap {
    margin: 20px 0 30px;
}

.pagination-wrap ul li {
    display: inline-block;
}

.pagination-wrap ul li a,
.pagination-wrap ul li span {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #3f3635;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: block;
}

.pagination-wrap ul li span,
.pagination-wrap ul li:hover a {
    background: #4f1009;
    color: #3f3635;
}

.widget {
    margin-bottom: 40px;
}

.search-wrap form {
    position: relative;
}

.search-wrap input {
    width: 100%;
    height: 40px;
    padding-right: 45px;
    border: none;
    border: 1px solid #3f3635;
    background: 0 0;
    padding-left: 15px;
}

.search-wrap button {
    position: absolute;
    right: 0;
    background: #3f3635;
    border: none;
    color: #fff;
    height: 40px;
    top: 0;
    width: 40px;
    cursor: pointer;
}

.search-wrap button:hover {
    color: #3f3635;
    background: #4f1009;
}

.search-wrap input::-webkit-input-placeholder {
    opacity: 1;
    color: #3f3635;
}

.search-wrap input::-moz-placeholder {
    opacity: 1;
    color: #3f3635;
}

.search-wrap input:-ms-input-placeholder {
    opacity: 1;
    color: #3f3635;
}

.search-wrap input:-moz-placeholder {
    opacity: 1;
    color: #3f3635;
}

.widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3f3635;
}

.sidebar-menu ul li {
    line-height: 30px;
}

.sidebar-menu ul li a {
    position: relative;
    padding-left: 20px;
}

.sidebar-menu ul li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f101";
    font-family: fontawesome;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-menu ul li a:hover:before {
    left: 5px;
}

.recent-post ul li {
    overflow: hidden;
    margin-bottom: 20px;
}

.recent-post ul li:last-child {
    margin-bottom: 0;
}

.post-img {
    float: left;
    margin-right: 15px;
}

.post-content {
    overflow: hidden;
}

.post-content a {
    display: block;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

.post-content p {
    font-size: 12px;
    font-style: italic;
}

.tag-wrap ul li {
    display: inline-block;
    margin-bottom: 5px;
}

.tag-wrap ul li a {
    display: block;
    padding: 6px 20px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
}

.tag-wrap ul li a:hover {
    color: #393939;
    background: #4f1009;
    border-color: #4f1009;
}

.tag-wrap {
    margin-bottom: 0;
}

.blog-details-area .blog-content h4 {
    font-size: 36px;
}

.blog-details-wrap p {
    margin-bottom: 25px;
}

.blog-details-wrap blockquote {
    background: #f1f1f1;
    padding: 30px 25px 30px 40px;
    font-size: 16px;
    font-style: italic;
    margin: 40px 0;
    border-left: 10px solid #4f1009;
}

.socila-link {
    margin-bottom: 100px;
}

.socila-link ul li {
    display: inline-block;
    color: #4f1009;
}

.socila-link ul li a {
    font-size: 16px;
    margin-left: 7px;
}

.blog-form h3 {
    margin-bottom: 25px;
    font-weight: 700;
}

.blog-form span {
    display: block;
    margin-bottom: 3px;
}

.blog-form input,
.blog-form textarea {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border-radius: 3px;
    background: 0 0;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
}

.blog-form textarea {
    height: 200px;
    padding-top: 10px;
}

.blog-form button {
    padding: 10px 30px;
    background: #4f1009;
    color: #363636;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.blog-form button:hover {
    background: #222;
    color: #4f1009;
}

.contact-area h2 {
    font-size: 28px;
    font-weight: 700;
    width: fit-content;
    padding: 0 10px;
    text-align: center;
}

.contact-wrap h2 {
    font-size: 28px;
    font-weight: 700;
    width: 100%;
    margin: 0 0 1em;
    text-align: center;
    text-align: right;
}

.contact-form-area input,
.contact-form-area select,
.contact-form-area textarea {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #fff;
    padding-left: 20px;
}

.contact-form-area textarea {
    height: 150px;
    padding-top: 10px;
}

.contact-form-area button {
    padding: 10px 30px;
    background: #4f1009;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.contact-form-area button:hover {
    background: #fff;
    color: #4f1009;
}

.contact-wrap ul li {
    position: relative;
    padding: 30px 20px 30px 100px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background: #4f1009;
    margin-bottom: 25px;
    border-radius: 5px;
    color: #fff;
}

.contact-wrap ul li:last-child {
    margin-bottom: 0;
}

.contact-wrap ul li i {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 30px;
    font-size: 35px;
    color: #fff;
}

.contact-wrap ul li p {
    font-size: 14px;
    margin-top: 8px;
    font-weight: 400;
    text-transform: capitalize;
}

.contact-wrap ul li p a {
    display: block;
    color: #fff;
    text-transform: none;
}

.contact-wrap ul li p span {
    display: block;
}

.contact-area #googleMap {
    margin-top: 100px;
}

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

.pd-20 {
    padding: 20px 0;
}

.bdr-tp {
    border-top: 1px solid #fff;
}

.sauna-feature1 ul {
    display: block;
    position: relative;
    margin: 0;
}

.sauna-feature1 ul li {
    background: #3f3635;
    margin: 0 0 20px;
    padding: 10px 10px;
    color: #fff;
    list-style: none;
    height: 7em;
}

.sauna-feature1 ul li h3 {
    font-size: 20px;
    margin: 0 0 5px;
}

.sauna-feature1 ul li p {
    font-size: 12px;
    line-height: 20px;
}

.sauna-feature2 ul {
    display: block;
    position: relative;
    margin: 0;
}

.sauna-feature2 ul li {
    margin: 0 0 20px;
    padding: 18px;
    color: #fff;
    list-style: none;
    height: 8em;
    border-radius: 10px;
    box-shadow: 0 0 29px 0 #000000ab;
}

.sauna-feature2 ul li h3 {
    font-size: 20px;
    margin: 0 0 5px;
}

.sauna-feature2 ul li p {
    font-size: 12px;
    line-height: 20px;
}

.image-common-right-top {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    width: 23%;
    height: 375px;
    position: absolute;
    opacity: 0.8;
    overflow: hidden;
    right: 0;
    margin-top: 0;
}

.image-common-left-top {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    transform: rotate(90deg);
    width: 23%;
    height: 375px;
    position: absolute;
    opacity: 0.8;
    overflow: hidden;
    right: 36px;
    margin-top: 0;
}

.image-common-right-bottom {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    width: 15vw;
    height: 125px;
    position: absolute;
    opacity: 0.4;
    overflow: hidden;
    right: 0;
    margin-top: 0;
}

.image-common-left-bottom {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    width: 23%;
    height: 375px;
    position: absolute;
    opacity: 0.8;
    overflow: hidden;
    left: 0;
    margin-top: -27.8%;
}

.clientele-page-area {
    background: #a9ce3b;
    padding: 50px 0;
}

.clientele-page-wrap {
    border-radius: 20px 20px 0 0;
    padding: 0 0 15px;
}

.clientele-page-wrap h2 {
    background: #69696900;
    color: #fff;
    padding: 5px 20px;
    font-size: 25px;
    text-align: center;
    margin: 0 0 25px;
}

.clientele-page-wrap .clientele-img {
    margin: 0 auto;
    width: 90%;
    padding: 10px 10px;
    background: #ececec;
    display: block;
}

.clientele-page-wrap .clientele-dtl {
    padding: 0 15px 15px;
}

.clientele-page-wrap .clientele-dtl p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    width: 100%;
}

.clientele-page-wrap .clientele-dtl ul {
    margin: 40px 0 0;
}

.clientele-page-wrap .clientele-dtl li {
    color: #4f1009;
    list-style: none;
    display: block;
    position: relative;
    font-size: 16px;
}

.right-side {
    float: right;
}

.left-side {
    float: left;
}

.testimonials-page-area {
    padding: 50px 0;
}

.testimonials-page-wrap {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 20px;
    margin: 20px auto;
    display: block;
    position: relative;
    width: 80%;
}

.testimonials-page-wrap .img-right {
    margin: 0 0 0 20px;
    width: 20%;
    float: right;
    padding: 10px;
    background: #ececec;
}

.testimonials-page-wrap .img-left {
    margin: 0 20px 20px 0;
    width: 20%;
    float: left;
    padding: 10px;
    background: #ececec;
}

.testimonials-page-wrap .img-left:hover,
.testimonials-page-wrap .img-right:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

.testimonials-page-wrap h3 {
    font-size: 18px;
    display: block;
    color: #4f1009;
    font-weight: 700;
}

.testimonials-page-wrap h3 span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #4f1009;
}

.testimonials-page-wrap a,
.testimonials-page-wrap p {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 10px;
    color: #001;
}

.home-testimonials a,
.home-testimonials p {
    color: #fff;
}

.home-testimonials h3,
.home-testimonials h3 span {
    color: #a9ce3b;
}

.home-testimonials a:hover {
    color: #a9ce3b;
}

.testimonial-image img {
    width: 100%;
}

.testimonials-video-area {
    padding: 50px 0;
    background: #4f1009;
}

.testimonials-video-wrap iframe {
    padding: 10px;
    background: #a5a5a5;
    width: 100%;
}

.video-title {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    background: #490909;
    height: 55px;
    padding: 10px 20px;
    text-align: justify;
}

.video-title p {
    font-size: 11px;
    text-align: left;
    letter-spacing: 0.5px;
    color: #fff;
    line-height: 20px;
}

.ourstory-page-area {
    padding: 50px 0;
    background: #f1ffea;
}

.ourstory-page-wrap h2 {
    color: #4f1009;
    font-size: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #4f10094d;
}

.ourstory-page-wrap h2 span {
    color: #3f3635;
}

.ourstory-page-wrap h3 {
    font-size: 20px;
}

.ourstory-page-wrap p {
    text-align: justify;
}

.ourstory-page-wrap p img {
    width: 105px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    background: #ececec;
    padding: 5px;
}

.ourstory-img img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.ourstory-page-area .timez {
    margin: 50px 0;
    width: 100%;
    display: block;
}

.ourstory-page-area .timez ul {
    display: inline-flex;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0;
}

.ourstory-page-area .timez ul li {
    display: inline-block;
    width: 100%;
    margin: 0 10px;
    list-style: none;
}

.ourstory-page-area .timez ul li h3 {
    font-size: 30px;
    background: #4f1009;
    color: #fff;
    padding: 15px 0;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

.ourstory-page-area .timez ul li p {
    background: #000;
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
}

.video-area {
    padding: 50px 0;
}

.video-area .video-wrap {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #4f1009;
}

.bg-green {
    background: #a9ce3b;
}

.bg-light-green {
    background: #f1ffea;
}

.curve-bg {
    height: 100px;
    width: 100%;
}

.popular-sec ul {
    padding: 0;
    list-style: none;
}

.popular-sec ul li {
    float: left;
    width: 31.333%;
    padding: 12px;
    border: 1px solid #eae8e8;
    margin: 10px;
    box-shadow: 0 0 3px 2px #e4e4e4;
    border-radius: 5px;
    height: auto;
    background: #fff;
}

.popular-sec ul li a img {
    width: 100%;
    height: 230px;
}

.popular-sec ul li a h5 {
    padding: 0.5rem;
    height: auto;
    background: #490806;
    color: #fff;
    width: 100%;
    text-align: justify;
    border: 1px solid #e6e2e2;
    box-shadow: 0 0 5px 2px #e2e2e2;
}

.flower-bg {
    height: 100%;
    width: 100%;
}

.flower-bg {
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    position: absolute;
}

.flower-bg1:after {
    content: "";
    content: "";
    background: url(../../assets/image/bg/flower-tree1.png);
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 118px;
    position: absolute;
    opacity: 0.5;
    margin: -11em 0 0;
    left: 0;
}

.award-page-wrap ul {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.award-page-wrap ul li {
    float: left;
    width: 25%;
}

.award-page-wrap ul li:before {
    content: "";
    background: url(../../assets/image/bg/certi-icon.png);
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    height: 15em;
    left: 0;
    top: 0;
    background-position: 0 0;
    background-size: cover;
    border-radius: 50%;
    z-index: 0;
}

.award-page-wrap ul li img {
    width: 100%;
    height: 250px;
    border-radius: 50%;
    padding: 40px;
}

.award-page-wrap ul li h3 {
    text-align: center;
    background: #4f1009;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    bottom: 5px;
    width: 100%;
    padding: 3px 0;
    display: none;
}

.award-page-wrap ul li .hover-wrap {
    position: absolute;
    width: 100%;
    right: 0 !important;
    left: 0;
    bottom: 5px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.award-page-wrap ul li p {
    position: relative;
    font-size: 12px;
    width: 100%;
    height: fit-content;
    padding: 15px 10px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 0;
    background-color: #fff;
    display: block;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 0;
    color: #fff;
    line-height: 26.9px;
    padding: 40px;
    border-radius: 50%;
}

.award-page-wrap ul li:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #bb8a43d4;
}

.contact-form-area {
    padding: 30px;
}

.advantages-sec .advantages-wrap {
    border: 4px double #adadad;
    border-radius: 50%;
    text-align: center;
    padding: 30px 18px;
    height: 16em;
}

.advantages-sec .advantages-wrap h3 {
    font-size: 25px;
    font-weight: 600;
    height: 5em;
    padding: 0 0 10px;
    border-bottom: 1px solid #4f1009;
}

.advantages-sec .advantages-wrap h3 span {
    margin-top: 7px;
    font-size: 13px;
    display: block;
    font-weight: 400;
    line-height: 18px;
}

.advantages-sec .advantages-wrap p {
    font-size: 13px;
    line-height: 20px;
    padding: 0 20px;
}

.list-wrap ul {
    display: block;
    margin: 0;
    padding: 0;
}

.list-wrap ul li {
    width: 29%;
    float: left;
    height: 10em;
    text-align: center;
    margin: 0 10px 20px;
    padding: 15px 10px;
    box-shadow: 0 0 26px 0 #0e0e0e;
    -webkit-box-shadow: 0 0 26px 0 #0e0e0e;
    -o-webkit-box-shadow: 0 0 26px 0 #0e0e0e;
    -moz-webkit-box-shadow: 0 0 26px 0 #0e0e0e;
}

.list-wrap ul li h4 {
    font-size: 13px;
    height: 35px;
    font-weight: 600;
    padding: 0 0;
    color: #4f1009;
    margin: 0;
}

.list-wrap ul li p {
    font-size: 13px;
    line-height: 17px;
    color: #000;
}

.product-area2 {
    background: url(../../assets/image/bg/stone.png);
    background-position: left -38em;
    background-repeat: no-repeat;
    z-index: 1;
}

.product-wrap2 {
    padding: 20px 20px;
    overflow: hidden;
    vertical-align: middle;
    display: block;
    margin: auto auto;
    background: url(../../assets/image/bg/wood.png);
    z-index: 99;
    box-shadow: 0 0 20px 0 #dedede;
}

.product-wrap2 h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

.product-wrap2 h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product-wrap2 p {
    margin-bottom: 25px;
    color: #fff;
}

.wood-bg {
    background: url(../../assets/image/bg/wood.png);
    background-position: left;
    background-repeat: round;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.whole-div {
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 19px;
    height: 168px;
    margin-bottom: 21px;
    border-radius: 5px;
    height: 430px;
    overflow-y: auto;
}

.left-side-social-links {
    position: fixed;
    z-index: 9;
    left: 0;
    width: 3%;
    bottom: 3%;
}

.left-side-social-links ul {
    transition: all 1s ease;
    display: block;
}

.left-side-social-links ul li {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    transition: all 1s ease;
    padding: 14px 0;
    margin-top: 0;
}

.left-side-social-links ul li i {
    width: 40px;
    display: block;
    position: absolute;
    height: 40px;
    z-index: 999;
    text-align: center;
    line-height: 39px;
    padding: 0 0;
    float: left;
    transition: all 1s ease;
}

.left-side-social-links ul li a {
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 0;
}

.left-side-social-links ul li a span {
    transform: translateX(-155px);
    padding: 5px 10px 5px 0;
    font-size: 15px;
    width: 130px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    float: right;
    text-align: right;
    z-index: 99;
    position: absolute;
    width: 130px;
}

.left-side-social-links ul li:nth-child(1) a i,
.left-side-social-links ul li:nth-child(1) a span {
    background: #4267b2;
    transition: all 1s ease;
}

.left-side-social-links ul li:nth-child(2) a i,
.left-side-social-links ul li:nth-child(2) a span {
    background: #ff0000;
    transition: all 1s ease;
}

.left-side-social-links ul li:nth-child(3) a i,
.left-side-social-links ul li:nth-child(3) a span {
    background: #03a9f4;
    transition: all 1s ease;
}

.left-side-social-links ul li:nth-child(4) a i,
.left-side-social-links ul li:nth-child(4) a span {
    background: #0e76a8;
    transition: all 1s ease;
}

.left-side-social-links ul li:nth-child(5) a i,
.left-side-social-links ul li:nth-child(5) a span {
    background: #4ac959;
    transition: all 1s ease;
}

.left-side-social-links ul li:nth-child(6) a i,
.left-side-social-links ul li:nth-child(6) a span {
    background: #000;
    transition: all 1s ease;
}

.left-side-social-links ul li:nth-child(7) a i,
.left-side-social-links ul li:nth-child(7) a span {
    background: #273447;
    transition: all 1s ease;
}

.left-side-social-links li:hover {
    width: 100%;
    transition: all 1s ease;
}

.left-side-social-links ul li a:hover span {
    transform: translateX(40px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 130px;
}

.homeimg {
    background-size: cover;
    width: 100%;
    float: right;
    z-index: 9;
    position: relative;
}

.sideBar .formm {
    width: 300px;
    background: #fff;
    position: fixed;
    z-index: 3;
    right: -302px;
    bottom: 90px;
    box-shadow: 0 0 4px #ccc;
    transition: 0.3s;
}

.sideBar .formm.active {
    right: 0;
}

.sideBar .formm .talk-to-us {
    padding: 0;
    display: inline-block;
    position: absolute;
    left: -5em;
    text-align: left;
    width: 120px;
}

.sideBar .formm .talk-to-us img {
    width: 100%;
}

.sideBar .formm .talkIcon {
    padding: 6px 10px;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 25;
    color: #fff;
    background: #fff;
    transform: scale(0.6);
    cursor: pointer;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
}

#contatti {
    background-color: #52211c;
    letter-spacing: 2px;
    overflow: hidden;
    padding: 15px;
}

#contatti .mt-2,
.my-2 {
    margin-top: -0.5rem;
}

#contatti h2 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: center;
}

#contatti .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#contatti button.btn.btn-light {
    background: #000;
    color: #fff;
}

.feature-wrap {
    box-shadow: 0 2px 15px rgb(0 0 0 / 38%);
    padding: 0 5px;
    height: 80px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    background-color: #4F1009;
    font-weight: 600;
    border-radius: 6px;
}

.feature-wrap a {
    display: block;
    vertical-align: middle;
    height: 100%;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    padding: 25px 0;
    color: #fff;
}

.pdf-area {
    background: #a9ce3b;
}

.pdf-area .pdf-wrap h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.pdf-area .pdf-wrap p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.pdf-area .pdf-wrap ul {
    display: flex;
    position: relative;
    padding: 0;
    margin: 30px 0;
}

.pdf-area .pdf-wrap ul li {
    list-style: none;
    width: 100%;
    margin: 0 20px;
    text-align: center;
}

.pdf-area .pdf-wrap ul li a img {
    width: 60%;
    box-shadow: inset 3px 3px 8px #00000085;
    -webkit-box-shadow: inset 3px 3px 8px #00000085;
    -moz-webkit-box-shadow: inset 3px 3px 8px #00000085;
    -o-webkit-box-shadow: inset 3px 3px 8px #00000085;
    border-radius: 50%;
    padding: 10px;
}

.pdf-area .pdf-wrap ul li a h5 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}

.design-wrap {
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
}

.design-wrap h3 {
    font-size: 20px;
    font-weight: 700;
}

.design-wrap p {
    font-size: 13px;
    text-align: left;
}

.design-wrap img.right-img {
    float: right;
    width: 22%;
    margin-left: 5%;
}

.design-wrap img.left-img {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.haemlock img {
    width: 100%;
}

.degree-heating h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.degree-heating h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.degree-heating p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.degree-heating-sec .image {
    border: 3px double #a5a5a5;
    padding: 5px;
}

.degree-heating-sec .image img {
    width: 100%;
}

.designe-wrap {
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 0 30px #0000002b;
    height: 78vh;
}

.designe-wrap::after {
    content: "";
    width: 63%;
    height: 2px;
    background: #cddc39;
    display: block;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.designe-wrap img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.designe-wrap h3 {
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 5px 0;
}

.designe-wrap p {
    text-align: justify;
    margin: 5px auto;
    display: block;
    font-size: 12px;
    padding: 0 10px;
}

.product-detail-wrap {
    padding: 0;
    width: 100%;
}

.product-detail-wrap tbody {
    width: 100%;
}

.product-detail-wrap tbody tr {
    border: 2px dotted #dedede;
}

.product-detail-wrap tbody tr td {
    width: 24%;
    text-align: center;
    font-size: 14px;
    padding: 10px 10px;
}

.pro-img {
    box-shadow: 0px 0px 10px #a5a5a5;
}

.pro-img img {
    width: 100%
}

.product-detail-wrap.prorot tbody tr td:first-child {
    text-align: left;
    border-right: 1px dotted #fff;
}

.product-detail-wrap.prorot tbody tr {
    border: 1px dotted #b9b9b9;
}

.product-detail-wrap.prorot tbody tr td {
    color: #fff;
    width: 80%;
    text-align: left;
    font-size: 14px;
    padding: 10px 10px;
    background: #450505;
}

.proooo h2 {
    text-align: left;
    font-size: 25px;
    margin-bottom: 10px;
}

.proooo h3 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px
}

.product-detail-wrap tbody tr td:first-child {
    text-align: left;
}

.product-detail-wrap tbody tr td img {
    width: 50%;
}

.product-detail-wrap tbody tr td i {
    position: absolute;
    margin: -8px 0 8px;
    font-size: 20px;
    color: #2196f3;
    width: auto;
}

.product-detail-wrap tbody tr td span {
    color: #2196f3;
    font-size: 16px;
    margin: 10px 0;
    display: block;
}

.why-bg {
    background-size: cover !important;
}

.why-img img {
    transform: rotateY(180deg);
}

.why-wrap1 p {
    color: #fff;
    font-size: 20px;
    margin: 0 0 30px;
    background: #00bcd494;
    padding: 5px 10px;
    border-radius: 0;
}

.material-button-anim {
    position: fixed;
    bottom: -1%;
    left: -1%;
    text-align: center;
    transform: rotate(42deg);
    z-index: 99;
}

.material-button {
    position: relative;
    top: 0;
    z-index: 1;
    width: 35px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    background: #6c1d00;
    border: none;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.275);
    outline: 0;
    cursor: pointer;
}

.material-button-toggle {
    z-index: 3;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.material-button-toggle span {
    -webkit-transform: rotate(47deg) !important;
    transform: rotate(47deg) !important;
    -webkit-transition: -webkit-transform 0.175s cubic-bazier(0.175, 0.67, 0.83, 0.67);
    transition: transform 0.175s cubic-bazier(0.175, 0.67, 0.83, 0.67);
    font-size: 14px;
    padding: 10px;
}

.material-button-toggle.open {
    -webkit-animation: toggleBtnAnim 0.175s;
    animation: toggleBtnAnim 0.175s;
    width: 50px;
    height: 50px;
}

.material-button-toggle.open span {
    -webkit-transform: rotate(5deg) !important;
    transform: rotate(5deg) !important;
    -webkit-transition: -webkit-transform 0.175s cubic-bazier(0.175, 0.67, 0.83, 0.67);
    transition: transform 0.175s cubic-bazier(0.175, 0.67, 0.83, 0.67);
}

#options {
    height: 110px;
    display: block;
}

.option {
    position: relative;
    float: left;
    line-height: 2;
}

.option .option1,
.option .option2,
.option .option3,
.option .option4,
.option .option5 {
    opacity: 0;
    -webkit-filter: blur(27);
    -webkit-transition: all 0.175s;
    transition: all 0.175s;
}

.option .option1 {
    -webkit-transform: translate3d(-11px, 30px, 0) scale(1, 1) !important;
    transform: translate3d(-11px, 30px, 0) scale(1, 1) !important;
}

.option .option2 {
    -webkit-transform: translate3d(-6px, -5px, 0) scale(1, 1) !important;
    transform: translate3d(-6px, -5px, 0) scale(1, 1) !important;
}

.option .option3 {
    -webkit-transform: translate3d(8px, -10px, 0) scale(1, 1) !important;
    transform: translate3d(8px, -10px, 0) scale(1, 1) !important;
}

.option .option4 {
    -webkit-transform: translate3d(25px, 15px, 0) scale(1, 1) !important;
    transform: translate3d(25px, 15px, 0) scale(1, 1) !important;
}

.option .option5 {
    -webkit-transform: translate3d(17px, 57px, 0) scale(1, 1) !important;
    transform: translate3d(17px, 57px, 0) scale(1, 1) !important;
}

.option span {
    -webkit-transform: rotate(-38deg);
    transform: rotate(-38deg);
}

.option.scale-on .option1,
.option.scale-on .option2,
.option.scale-on .option3,
.option.scale-on .option4,
.option.scale-on .option5 {
    filter: blur(0);
    opacity: 1;
    -webkit-filter: blur(0);
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.175s;
    transition: all 0.175s;
    line-height: 2;
}

.option.scale-on .option2 {
    -webkit-transform: translateY(-28px) translateZ(0);
    transform: translateY(-28px) translateZ(0);
    -webkit-transition: all 0.175s;
    transition: all 0.175s;
}

@keyframes toggleBtnAnim {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }
    75% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}

@-webkit-keyframes toggleBtnAnim {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
    }
    75% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }
}

.why-wrap2 h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

.why-wrap2 h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #4f1009;
}

.why-wrap2 p {
    margin-bottom: 10px;
    text-align: justify;
    font-size: 14px;
}

.why-wrap2-img img {
    width: 100%;
}

.why-wrap2-img2 {
    width: 100%;
    display: block;
    text-align: center;
    box-shadow: 0 0 61px #eee;
    background: #fff;
    padding: 10px;
}

.why-wrap2-img2 img {
    height: 245px;
    width: 85%;
}

.why-wrap2-img2 h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.list-nav-sec {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 0;
    background: #3f3635;
}

.list-nav-sec ul {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: fit-content;
    overflow: hidden;
}

.list-nav-sec ul li {
    width: fit-content;
    margin: 0 10px;
    list-style: none;
    float: left;
}

.list-nav-sec ul li a {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 14px;
    color: #fff;
    box-shadow: inset 0 0 5px 1px #ffffffb5;
    padding: 3px 10px;
}

#list-nav-sec.sticky {
    box-shadow: none;
    position: fixed;
    top: 5em;
    transition: all 1s ease;
    z-index: 111;
    display: block;
}

.decimal_list {
    z-index: 9;
    padding-left: 20px;
    display: block;
    margin: 20px 0;
    position: relative;
}

.decimal_list li {
    margin-bottom: 12px;
    list-style: decimal;
    font-size: 14px;
    text-align: justify;
}

.decimal_list li::marker {
    display: block;
    background: #000;
    position: absolute;
    color: #8bc34a;
    top: 0;
    font-size: 22px;
}

.table-center {
    margin: 20px 0;
}

.table-center table {
    background: #aad778;
}

.table-center table tbody tr td {
    color: #4f1009;
    font-weight: 600;
    padding: 20px 10px;
    border: 1px solid #fefefe66;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

.project-area h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.project-area p {
    text-align: justify;
}

.project-area .gallery a img {
    width: 22.333%;
    margin: 10px 10px;
}

.feature-compare {
    background: #fff;
    width: 100%;
}

.feature-compare thead tr {
    background: #ff9800;
    text-align: center;
}

.feature-compare thead tr th {
    padding: 5px 0;
    color: #fff;
    font-weight: 500;
}

.feature-compare tbody tr td:first-child {
    background: #795548;
    color: #fff;
}

.feature-compare tbody tr td {
    font-size: 13px;
    color: #000;
    text-align: center;
    padding: 10px 10px;
}

.compare-cnt p {
    font-size: 14px;
    text-align: justify;
    margin: 10px 0;
}

.title-inner {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 50px 0 20px;
}

.mtb-20 {
    margin: 20px 0;
}

@media (max-width: 770px) {
    .top-header .col-lg-12 {
        padding: 0;
        text-align: center;
    }
    .top-header .top-list li {
        line-height: normal;
        margin: 0 0 0 15px;
        padding-right: 5px;
    }
    .top-header .top-list a {
        font-size: 10px;
    }
    .contact-top {
        display: none;
    }
    .responsive-menu-wrap {
        position: absolute;
        top: 3%;
        right: 5%;
    }
    .slider-items {
        height: 130px !important;
    }
    .image-common-right-top {
        width: 23%;
        height: 16%;
    }
    .features-img {
        width: 50%;
        margin: 0 auto 10px;
        display: block;
    }
    .sauna-feature2 ul li {
        margin: 0 4px 11px;
        padding: 9px;
        width: 30.333%;
        float: left;
        height: 9em;
    }
    .sauna-feature2 ul li h3 {
        font-size: 12px;
        margin: 0 0 5px;
    }
    .sauna-feature2 ul li p {
        font-size: 7px;
        line-height: normal;
    }
    .image-common-left-top {
        width: 29%;
        height: 16%;
    }
    .blog-area,
    .footer-top,
    .project-area,
    .service-area,
    .spacial-area,
    .team-area {
        padding: 20px 0 20px !important;
    }
    .mobile-view-counter {
        width: 50%;
        float: left;
        flex: none;
    }
    .about-content {
        margin-bottom: 0;
    }
    .advantages-sec .advantages-wrap {
        padding: 15px 5px;
        height: 15em;
        width: 70%;
        margin: 0 auto 10px;
    }
    .advantages-sec .advantages-wrap h3 {
        font-size: 16px;
        font-weight: 600;
        height: 6em;
    }
    .advantages-sec .advantages-wrap p {
        font-size: 12px;
        padding: 0 10px;
    }
    .advantages-sec .advantages-wrap h3 span {
        padding: 0 5px;
        margin-top: 5px;
        font-size: 12px;
        line-height: 16px;
    }
    .ptb-50 {
        padding: 20px 0;
    }
    .footer-widget h4.widget-title {
        font-size: 16px;
        margin: 10px 0;
    }
    .ourstory-page-area .timez ul li h3 {
        font-size: 20px;
    }
    .ourstory-page-area .timez ul li p {
        font-size: 11px;
    }
    .ourstory-page-area .timez ul {
        display: block;
    }
    .ourstory-page-area .timez ul li {
        width: 48.333%;
        float: left;
        margin: 5px 2px;
    }
    .clientele-page-area,
    .ourstory-page-area,
    .testimonials-page-area,
    .testimonials-video-area {
        padding: 20px 0;
    }
    .award-page-wrap ul li {
        float: left;
        width: 50%;
        margin: 0 0 30px;
    }
    .award-page-wrap ul li:before {
        height: 12em;
    }
    .award-page-wrap ul li img {
        height: 10em;
        padding: 15px 15px 15px;
        margin-top: 5px;
    }
    .award-page-wrap ul li .hover-wrap {
        bottom: -24px;
    }
    .award-page-wrap ul li p {
        font-size: 10px;
        line-height: normal;
        padding: 30px 20px 10px;
    }
    .testimonials-page-wrap .img-left {
        width: 35%;
    }
    .list-wrap ul li {
        width: 47.333%;
        float: left;
        height: 12em;
        margin: 0;
    }
    .list-wrap ul li p {
        font-size: 11px;
        margin: 0;
        text-align: center;
    }
    .product-wrap2 {
        padding: 10px 10px;
    }
    .product-wrap2 p {
        text-align: justify;
    }
    .product-area2 {
        background-position: -6em -38em;
    }
    .product-img3 img {
        display: none;
    }
    .list-nav-sec {
        display: none;
    }
    #list-nav-sec.sticky {
        display: none;
    }
    .why-wrap2 h2 {
        font-size: 18px;
    }
    .breadcumb-wrap h2 {
        font-size: 19px;
    }
    .feature-compare {
        overflow-y: scroll;
        overflow-x: scroll;
    }
    .about-wrap3.about-wrap-2 {
        padding: 20px;
    }
    .about-img3 {
        height: 32vh;
        margin: 10px 0;
        width: 100%;
    }
    .about-wrap3 h2 {
        font-size: 18px;
    }
    h2 {
        font-size: 18px !important;
    }
    .pdf-area .pdf-wrap ul {
        display: block;
        overflow: hidden;
    }
    .pdf-area .pdf-wrap ul li {
        display: block;
        overflow: hidden;
    }
    .pdf-area .pdf-wrap ul li {
        width: 43.33%;
        float: left;
        margin: 10px;
    }
    .about-wrap3 h4 {
        font-size: 18px;
    }
    .about-wrap3 h6 {
        font-size: 15px;
    }
    .about-wrap3 h3 {
        font-size: 15px;
    }
    .project-area .gallery a img {
        width: 26.33%;
    }
    .flower-bg1:after {
        height: 100px;
        width: 100px;
        margin: 0;
    }
    .sideBar .formm {
        right: -250px;
        width: 250px;
    }
    #contatti h2 {
        font-size: 14px !important;
    }
    #contatti .form-control {
        height: 30px;
        padding: 3px 12px;
        font-size: 12px;
    }
    #contatti .form-group {
        margin-bottom: 0.5rem;
    }
}


/*----------------Buy----------------------*/

.buy-section {
    padding: 60px 0;
    overflow: hidden
}

.buy-section .py {
    overflow: hidden;
    background: #fff;
    padding: 22px;
    box-shadow: 0px 0px 10px #000;
    margin-bottom: 30px;
}

.buy-section .div-pad {
    width: 100%;
    margin: 0 auto;
}

.buy-section .div-pad h3 {
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.buy-section .div-pad img {}

.buy-section .div-pad .details {}

.buy-section .div-pad .details p {
    overflow: hidden;
    margin: 1px;
    padding: 0px;
}

.buy-section .div-pad .details p span {
    background: #4c0c0d;
    color: #fff;
    /* padding: 4px; */
    margin-right: 17px;
    display: block;
    width: 122px;
    float: left;
    text-indent: 8px;
}

.buy-section .py a {
    background: #4c0c0d;
    color: #fff;
    padding: 8px;
    display: block;
    width: 40%;
    text-align: center;
    margin: 43px â€‹auto;
    border-radius: 44px;
}


/*----------------Buy----------------------*/


/* Override bootstrap column paddings */

.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

#live-demo {
    background: #470507;
}

#live-demo h2 {
    text-align: left;
    color: #ddd;
}

#live-demo .contact-wrap ul li {
    position: relative;
    padding: 30px 20px 30px 100px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background: #dfdfdf;
    margin-bottom: 25px;
    border-radius: 5px;
    color: #470507;
}

#live-demo .contact-wrap ul li i {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 30px;
    font-size: 35px;
    color: #470507;
}

#live-demo .contact-wrap ul li p a {
    display: block;
    color: #470507;
    text-transform: none;
}


/*---popup---*/

.btn-info {
    background-color: #450505;
}

.btn-info:hover {
    color: #fff;
    background-color: #450505;
}

.modal-section {
    position: relative;
}

.modal-section button {
    position: absolute;
    right: 125px;
    top: 367px;
}

.form-group {
    width: 442px;
}

.modal-content {
    width: 935px;
    position: absolute;
    right: -231px;
    height: 323px;
    top: 205px;
}

.form-group button {
    width: 94%;
    padding: 10px -24px;
    position: absolute;
    top: -8px;
    left: 18px;
    height: 50px;
}

.modal-footer {
    margin-top: -12px;
    position: absolute;
    right: 20px;
}

.form-group label {
    right: 20px;
}
.about-wrap img{
    width: 150px;
    padding: 15px;
    float: left;
    margin-right: 10px;
    background: rgba(231, 230, 230, 0.87);
}
.modal-header .close {
    position: absolute;
    right: 26px;
    top: 1px;
    font-size: 27px;
    color: #fff;
    opacity: 1;
}

.modal-header {
    background: #280805;
    color: #fff;
}

.modal-header button {
    color: #fff;
}

.form-group button {
    background-color: #280805;
}

.form-control {
    height: 44px;
}

.modal-header {
    display: block;
}

.exibition-section {
    width: 250px;
    height: 150px;
    background: #490909;
    border-radius: 6px;
    box-shadow: 0px 0px 25px -2px #00000082;
}

.exibition-section:hover {
    background-color: #A9CE3B;
    color: #fff;
}

.exibition-section h2 {
    text-align: center;
    padding: 59px 0px;
    color: #fff;
}

.exibition-section h2 {
    color: #fff;
}


/* whatsapp icon css */

.appointment-content {
    position: relative;
    max-width: 100%;
    height: auto;
    margin-top: 40px;
}

.contact-img {
    margin-top: 40px;
    box-shadow: 0px 0px 29px 10px #0000007d;
    border-radius: 200px;
}

.appointment-content span {
    position: absolute;
    top: 70px;
    left: 125px;
    width: 100px;
}

.appointment-content .fix {
    position: absolute;
    top: 170px;
    width: 140px;
    left: 121px;
}

.appointment-content .fix p {
    font-size: 11px;
    color: #6c1d00;
}

.article-section {
    position: relative;
    margin: 10px;
}

.article-section:hover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 17, 0.452);
}

.tab-link {
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

.tab-link a {
    color: #fff;
    padding-right: 60px;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.model-btn {
    margin: 20px 34.4%;
}

.cont {
    background: #EBE9E5;
}

.cont .breadcumb-wrap ul li,
.cont .breadcumb-wrap ul li a {
    color: #1b262c;
}

.cont .breadcumb-wrap ul li a:hover {
    color: #4F1009;
}

.iframe {
    padding: 0;
}

.span span {
    color: #fff;
}

.intallation-btn {
    margin-left: 113px;
    margin-top: 30px;
}
 .section-title.text-center.proooo {
    padding-left: 15px;
}