* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, div, img, ul, li, a, p, ol, body {
  margin: 0;
  padding: 0;
  font-family: 'ClashDisplay-Regular';
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  padding: 0;
  font-family: 'ClashDisplay-Semibold';
  color: #5e5c5c;
}
h1, .h1 {font-size: 36px;line-height: 42px;}
h2, .h2 {font-size: 34px;line-height: 40px;}
h3, .h3 {font-size: 26px;line-height: 32px;}
h4, .h4 {font-size: 22px;line-height: 30px;}
h5, .h5 {font-size: 20px;line-height: 26px;}
h6, .h6 {font-size: 17px;line-height: 24px;}

ul, a, input {
  text-decoration: none;
  list-style: none;
  text-decoration: none;
  outline: none;
}

:focus {
  outline: 0;
}

.clear {
  clear: both;
}

a {transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;}

a:hover {
  text-decoration: none;
}
.container {
    display: block;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;position: relative;
}
.container.width90 {width: 90%;}
.container.width80 {width: 80%;}

body {background-color: #dfdccf;}
html, body, body p {font-size: 24px;line-height: 30px;color: #3e3e3e;}
body p {margin: 0 0 15px;}

.text_center {text-align: center;}
.sec_title {display: inline-block;font-size: 50px;line-height: 56px;color: #91553e;letter-spacing: 0;position: relative;}
.sec_title1 {display: inline-block;font-size: 32px;line-height: 40px;color: #234c8a;letter-spacing: 0;position: relative;
  background-color: #a4976b;padding: 10px 25px;top: -55px;
}
.btn {display: inline-block;background-color: #4a4847;border-radius: 60px;-moz-border-radius: 60px;-webkit-border-radius: 60px;
  padding: 8px 20px;color: #fff;font-family: 'ClashDisplay-Medium';color: #fff;
}
.color_white,
.color_white p {color: #fff !important;}

.pb_2 {padding-bottom: 20px;}

header.site-header {float: left;width: 100%;padding: 10px 0 15px;width: 100%;max-width: 100%;
    transition: 0.6s all;-moz-transition: 0.6s all;-webkit-transition: 0.6s all;background-color: #a4976b;
}
header .container {max-width: 1300px;}
header .head_left {float: left;}
header .site_logo {float: left;position: relative;}
header .site_logo img {float: left;max-width: 100px;max-height: 50px;}

header .head_right {float: right;padding: 8px 0 0;}
header .primary-navigation {float: left;}
header .primary-menu-container {float: left;margin: 0 !important;}
header .primary-navigation ul li {float: left;padding: 10px 12px;}
header .primary-navigation ul li a {font-size: 18px;line-height: 24px;color: #303030 !important;
    font-family: 'ClashDisplay-Regular';font-weight: 500;text-decoration: none !important;
    position: relative;padding: 0 !important;
}
header .primary-navigation ul li.active a {font-family: 'ClashDisplay-Semibold';}

.site_content {float: left;width: 100%;}
section {display: block;float: left;width: 100%;padding: 30px 0;}
.home_slider_section {padding: 0;}
.home_slider {float: left;width: 100%;}
.home_slider .slide_item {
    display: block;
    width: 100%;
    position: relative;
    height: 640px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;object-fit: cover;
}
.home_slider .slide_item .slide_thumb {
    float: left;
    width: 100%;
    height: 100%;
}
.home_slider .slide_item .slide_thumb img {object-fit: cover;width: 100%;height: 100%;}
.home_slider .slide_item .slide_content {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 99;
}
.home_slider .slide_item .scont_inner {
    float: right;
    width: 100%;
    max-width: 660px;
    position: relative;
    z-index: 9;text-align: right;
}
.home_slider .slide_item .scont_inner:after {content: '';width: 100px;height: 10px;background-color: #a85737;position: absolute;
    right: 0;bottom: -10px;
}
.home_slider .slide_item .slide_content h2 {font-size: 30px;line-height: 36px;font-family: 'ClashDisplay-Regular';
    color: #91553e;
}
.home_slider .slide_item .slide_content h2 strong {font-family: 'ClashDisplay-Semibold';}

.box_design {float: left;width: 100%;background-color: #a4976b;border-radius: 15px;-moz-border-radius: 15px;
    -webkit-border-radius: 15px;padding: 20px 30px;box-shadow: 0px 1px 4px 4px rgba(238, 238, 238, 0.6);
}

.service_boxes {float: left;width: 100%;display: flex;flex-wrap: wrap;text-align: center;justify-content: center;}
.service_boxes .sbox_item {display: inline-block;width: 30%;margin: 0 5% 0 0;background-image: url('../images/service-box-bg1.png');
    background-repeat: no-repeat;background-size: 100% 100%;background-position: left top;padding: 0 30px;text-align: center;
    border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px;
}
.service_boxes .sbox_item:nth-child(2n) {background-image: url('../images/service-box-bg2.png');}
.service_boxes .sbox_item:nth-child(3n) {margin-right: 0;background-image: url('../images/service-box-bg3.png');}
.service_boxes .sbox_item .icon {display: flex;margin: -50px auto 0;
    align-items: center;width: 100px;height: 100px;border-radius: 50%;-moz-border-radius: 50%;
    -webkit-border-radius: 50%;background-color: #a4976b;position: relative;
}
.service_boxes .sbox_item .icon img {display: inline-block;margin: 0 auto;max-width: 60px;}
.service_boxes .sbox_item .details {display: inline-block;width: 100%;padding: 25px 0 0;}
.service_boxes .sbox_item .details .title {font-size: 24px;line-height: 34px;color: #fff;text-transform: uppercase;}
.service_boxes .sbox_item .details .desc p {color: #fff;}

footer.site_footer {float: left;width: 100%;background-image: url('../images/footer-bg.jpg');
    background-repeat: no-repeat;background-size: 100% 100%;background-position: left top;padding: 15px 0;
}
footer .fcont_row {float: left;width: 100%;margin: 10px 0;}
footer .fcont_row .left_area {float: left;width: 35%;padding: 0 5% 0 0;}
footer .fcont_row .right_area {float: left;width: 65%;}
footer .fcont_row .title {color: #fff;}
footer .fcont_row .social_links {float: left;width: 100%;}
footer .fcont_row .social_links ul {float: left;margin: 0;padding: 0;list-style: none;}
footer .fcont_row .social_links ul li {float: left;margin: 0 15px 0 0;}
footer .fcont_row .social_links ul li a {float: left;}
footer .fcont_row .social_links ul li img {max-width: 24px;max-height: 24px;}
footer .fcont_row .desc p {color: #fff;}

.page_banner_section {padding: 0;position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    height: 600px;
}
.page_banner_section img {width: 100%;height: 100%;object-fit: cover;}
.box_design.bg_image {background-image: url('../images/box-design-bg.png');background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;object-fit: cover;margin: 60px 0 0;
}

.box_design.bg_image1 {background-image: url('../images/services-lists-box-bg.png');background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;object-fit: cover;margin: 60px 0 0;
}

.service_lists {float: left;width: 100%;padding: 0 5%;}
.service_lists .sitem {float: left;width: 100%;margin: 10px 0;display: flex;align-items: center;}
.service_lists .sitem .icon {float: left;margin: 0 20px 0 0;background-color: #dfdccf;border-radius: 10px;
    -moz-border-radius: 10px;-webkit-border-radius: 10px;
    width: 80px;height: 80px;display: flex;align-items: center;
}
.service_lists .sitem .icon img {display: block;margin: 0 auto;max-height: 48px;}
.service_lists .sitem .details {float: left;}
.service_lists .sitem .details h4 {color: #fff;}

.two_boxes {float: left;width: 100%;display: flex;flex-wrap: wrap;}
.two_boxes .left_box {float: left;width: 26%;margin-right: 4%;background-image: url('../images/box-design-bg.png');
    background-repeat: no-repeat;background-position: left top;background-size: 100% 100%;
    border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px;padding: 15px 30px;
}
.two_boxes .right_box {float: left;width: 70%;background-image: url('../images/box-design-bg.png');
    background-repeat: no-repeat;background-position: left top;background-size: 100% 100%;
    border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px;padding: 20px 30px;
}
.two_boxes h3 {color: #fff;text-transform: uppercase;font-family: 'ClashDisplay-Regular';letter-spacing: 1px;
    margin: 0 0 20px;
}
.two_boxes .lists h4 {color: #fff;text-transform: uppercase;font-family: 'ClashDisplay-Regular';margin: 0 0 15px;}
.two_boxes p {color: #fff;font-size: 18px;}
.one_half {float: left;width: 48%;margin: 0 4% 0 0;}
.one_half.last {margin-right: 0;}

@media only screen and (max-width: 980px) {
    body.menu_open {overflow: hidden;}
    html, body, body p {font-size: 18px;line-height: 24px;}
    h1, .h1 {font-size: 30px;line-height: 38px;}
    h2, .h2 {font-size: 26px;line-height: 32px;}
    h3, .h3 {font-size: 24px;line-height: 30px;}
    h4, .h4 {font-size: 20px;line-height: 27px;}
    h5, .h5 {font-size: 19px;line-height: 24px;}
    h6, .h6 {font-size: 17px;line-height: 22px;}
    header.site-header {padding: 8px 0 12px;position: relative;}
    header .container {position: static;}
    header .site_logo img {max-width: 70px;max-height: 40px;}
    header .head_right {padding: 2px 40px 0 0;}
    header .primary-navigation .hamb_icon {display: block !important;position: absolute;
        top: 15px;right: 15px;cursor: pointer;
    }
    header .primary-navigation .hamb_icon.active img {display: none;max-width: 18px;}
    header .primary-navigation .hamb_icon.active img.cross {display: block !important;}
    header .primary-navigation ul.menu-wrapper {display: none;position: fixed;top: 40px;right: 0;width: 100%;height: 100vh;
        padding: 5px 10px;z-index: 9999;background-color: #a4976b;
    }
    header .primary-navigation ul li {width: 100%;padding: 10px 0;text-align: center;}
    header .primary-navigation ul li a {font-size: 32px;line-height: 38px;}
    .btn {padding: 6px 18px;}
    .home_slider .slide_item {height: 540px;}
    .home_slider .slide_item .slide_content h2 {font-size: 26px;line-height: 32px;}
    .sec_title {font-size: 40px;line-height: 46px;}
    .service_boxes .sbox_item {padding: 0 15px;}
    .service_boxes .sbox_item .icon img {max-width: 50px;}
    .service_boxes .sbox_item .details {padding: 15px 0 0;}
    .service_boxes .sbox_item .details .title {font-size: 20px;line-height: 28px;}

    .page_banner_section {height: 400px;}
    .box_design.bg_image,
    .box_design.bg_image1 {margin: 30px 0 0;}
    .sec_title1 {font-size: 28px;line-height: 34px;padding: 8px 20px;top: -45px;}
}
@media only screen and (max-width: 768px) {
    html, body, body p {font-size: 16px;line-height: 22px;}
    h1, .h1 {font-size: 26px;line-height: 32px;}
    h2, .h2 {font-size: 22px;line-height: 30px;}
    h3, .h3 {font-size: 20px;line-height: 28px;}
    h4, .h4 {font-size: 19px;line-height: 24px;}
    h5, .h5 {font-size: 18px;line-height: 22px;}
    h6, .h6 {font-size: 16px;line-height: 22px;}
    header.site-header {padding: 6px 0 8px;}
    header .primary-navigation ul li a {font-size: 26px;line-height: 32px;}
    .home_slider .slide_item {height: 320px;}
    .home_slider .slide_item .slide_content {top: 0;}
    .home_slider .slide_item .slide_content h2 {font-size: 24px;line-height: 30px;}
    .sec_title {font-size: 34px;line-height: 40px;}
    .service_boxes .sbox_item {width: 48%;padding: 0 10px;margin: 20px 4% 20px 0;}
    .service_boxes .sbox_item:nth-child(2n) {margin-right: 0;}
    .service_boxes .sbox_item:nth-child(3n) {margin-right: 4%;}
    .service_boxes .sbox_item .icon {width: 80px;height: 80px;margin: -40px auto 0;}
    .service_boxes .sbox_item .icon img {max-width: 42px;}
    .service_boxes .sbox_item .details {padding: 12px 0 0;}
    .service_boxes .sbox_item .details .title {font-size: 19px;line-height: 26px;}
    section {padding: 20px 0;}
    .box_design {padding: 15px 18px;}
    footer.site_footer {padding: 12px 0;}
    footer .fcont_row {margin: 8px 0;}
    footer .fcont_row .left_area {width: 100%;padding: 0;margin: 0 0 10px;}
    footer .fcont_row .right_area {width: 100%;}
    footer .fcont_row .social_links ul li img {max-width: 20px;max-height: 20px;}

    .page_banner_section {height: auto;background: none;}
    .page_banner_section img {display: block;width: 100%}
    .sec_title1 {font-size: 24px;line-height: 30px;padding: 6px 15px;top: -36px;}
    .service_lists {padding: 0;}
    .service_lists .sitem {margin: 6px 0;flex-wrap: wrap;}
    .service_lists .sitem .icon {width: 70px;height: 70px;margin: 0 15px 0 0;}
    .service_lists .sitem .icon img {max-height: 38px;}
    .two_boxes .left_box {width: 100%;margin: 0 0 15px;padding: 10px 15px;}
    .two_boxes .right_box {width: 100%;padding: 10px 15px;}
}
@media only screen and (max-width: 480px) {
    html, body, body p {font-size: 15px;line-height: 20px;}
    h1, .h1 {font-size: 24px;line-height: 30px;}
    h2, .h2 {font-size: 20px;line-height: 26px;}
    h3, .h3 {font-size: 19px;line-height: 25px;}
    h4, .h4 {font-size: 17px;line-height: 23px;}
    h5, .h5 {font-size: 16px;line-height: 21px;}
    h6, .h6 {font-size: 15px;line-height: 22px;}
    header .site_logo img {max-width: 60px;max-height: 30px;}
    header .primary-navigation ul li a {font-size: 22px;line-height: 28px;}
    .btn {padding: 4px 12px;}
    .home_slider .slide_item {background: none !important;height: auto;}
    .home_slider .slide_item .slide_thumb {display: block;}
    .home_slider .slide_item .slide_thumb img {width: 100%;}
    .home_slider .slide_item .slide_content {position: static;height: auto;text-align: center;padding: 15px 0;
        background-color: #dfdccf;
    }
    .home_slider .slide_item .scont_inner:after {width: 60px;height: 5px;bottom: 0;left: 50%;
        margin-left: -30px;
    }
    .home_slider .slide_item .slide_content h2 {font-size: 20px;line-height: 26px;text-align: center;}
    .sec_title {font-size: 26px;line-height: 32px;}
    .service_boxes .sbox_item {padding: 0 10px;width: 100%;margin: 20px 0;}
    .service_boxes .sbox_item .icon {width: 60px;height: 60px;margin: -30px auto 0;}
    .service_boxes .sbox_item .icon img {max-width: 30px;}
    .service_boxes .sbox_item .details {padding: 10px 0 0;}
    .service_boxes .sbox_item .details .title {font-size: 20px;line-height: 28px;}
    footer.site_footer {padding: 10px 0;}
    footer .fcont_row .social_links ul li img {max-width: 18px;max-height: 18px;}

    .box_design.bg_image,
    .box_design.bg_image1 {margin: 20px 0 0;}
    .sec_title1 {font-size: 20px;line-height: 26px;padding: 5px 10px;top: -32px;}
    .service_lists .sitem .icon {width: 50px;height: 50px;margin: 0 10px 0 0;}
    .service_lists .sitem .icon img {max-height: 26px;}
    .service_lists .sitem .details {width: 70%;text-align: left;}
    .one_half {width: 100%;margin: 3px 0;}
}