body {
    margin: 0;
    background-color: #d3bb95;
}

.top-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
}

.s-header {
    background: -moz-linear-gradient(top, rgba(211, 187, 149, 1) 0%, rgba(186, 186, 186, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(211, 187, 149, 1) 0%, rgba(186, 186, 186, 0) 100%);
    background: linear-gradient(to bottom, rgba(211, 187, 149, 1) 0%, rgba(186, 186, 186, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d3bb95', endColorstr='#00bababa', GradientType=0);
    padding-bottom: 50px;
}

.logo {
    margin: 0 auto;
    display: block;
    width: 330px;
    position: relative;
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -165px;
}

.logo::before,
.logo::after {
    position: absolute;
    display: block;
    content: '';
    border-radius: 50%;
    left: 0;
    top: -140px;
    width: 330px;
    height: 330px;
}

.logo::before {
    background-color: #8c662a;
    left: -20px;
    width: 370px;
}

.logo:after {
    background-color: #fff;
}

.logo img {
    width: auto;
    max-width: 50%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    /* transform: translate(24px, 0); */
}


/*------------------------------------------------------------------------------------------------*/

.hd-menu {
    float: right;
    width: 50%;
    padding-left: 210px;
    margin: 15px 0 0;
}

.hd-menu li {
    margin-bottom: 10px;
    clear: both;
}

.hd-menu li::after {
    clear: both;
    display: block;
    content: '';
}

.hd-menu li a {
    overflow: hidden;
    position: relative;
    padding: 5px 20px;
    float: left;
    display: block;
    background-color: #221616;
    color: #fff;
    border-radius: 60px 0 60px 0;
    text-align: center;
    min-width: 180px;
    font-weight: 200;
    border: solid 1px rgba(255, 255, 255, .6);
    border-width: 0 2px 4px 0;
}

.hd-menu li a:before {
    position: absolute;
    height: 60px;
    top: -30px;
    right: -5px;
    left: -30px;
    display: block;
    content: '';
    background-color: #fff;
    opacity: 0.1;
    border-radius: 0 0 44px 0;
}

.hd-menu li:nth-child(2) {
    margin-left: -20px;
}

.hd-menu li:nth-child(3) {
    margin-left: -40px;
}

.hd-menu li:nth-child(4) {
    margin-left: -60px;
}

.hd-menu-left {
    float: left;
    padding-left: 0;
    padding-right: 210px;
}

.hd-menu-left li:nth-child(2) {
    margin-right: -20px;
}

.hd-menu-left li:nth-child(3) {
    margin-right: -40px;
}

.hd-menu-left li:nth-child(4) {
    margin-right: -60px;
}

.hd-menu-left li a {
    float: right;
    border-radius: 0 60px 0 60px;
    border-width: 0 0 4px 2px;
}

.hd-menu-left li a:before {
    left: -5px;
    right: -30px;
    border-radius: 0 0 0 44px;
}


/*------------------------------------------------------------------------------------------------*/

.big-bgr {
    position: relative;
    overflow: hidden;
}

.big-bgr .slick-dots {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    border-radius: 12px;
    background-color: #A48752;
}

.dvr-1- {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.dvr-1- svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 400px;
}

.dvr-1- .shape-fill {
    fill: #fff;
}

.big-bgr .dvr-1- .shape-fill {
    fill: #b29869;
}

.big-bgr .dvr-1-+.dvr-1- {
    bottom: -20px;
}

.big-bgr .dvr-1-+.dvr-1- .shape-fill {
    fill: #1e1515;
}

.slick-slide img {
    width: 100%;
}


/*------------------------------------------------------------------------------------------------*/

.slide- {
    position: relative;
}

.slide-:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/bgr04.png) center bottom no-repeat transparent;
    /* background-color: #fff; */
    opacity: 0.15;
}

.slide->div {
    position: absolute;
    top: 400px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
}

.slide- div div {
    margin: 0 auto;
    max-width: 700px;
}

.slide- div h2 {
    font-size: 44px;
    margin: 0 0 30px;
}


/*------------------------------------------------------------------------------------------------*/

.sect- {
    padding: 80px 0;
    position: relative;
}

.sect-1 {
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
}

.about--img {
    width: 450px;
    height: 450px;
    display: block;
    border-radius: 50%;
    float: right;
    position: relative;
}

.about--img:before,
.about--img:after {
    position: absolute;
    display: block;
    content: '';
    border-radius: 50%;
}

.about--img::before {
    border: 20px solid rgba(225, 175, 85, 0.42);
    border-width: 10px 70px 2px 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.about--img:after {
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border: 2px dashed rgba(255, 255, 255, .5);
}

.about--img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.about--img .sect-1-title-icon {
    position: absolute;
    top: 0;
    left: 16px;
}

.about--img .sect-1-title-icon::before {
    border-color: rgb(178, 152, 105);
    background-color: #d2be99;
}

.abt--in {
    margin-right: 500px;
}


/* .sect-1:before {
    position: absolute;
    display: block;
    content: '';
    background: url(img/img01.jpg) center center / 100% 100% no-repeat #fff;
    border: 30px solid rgba(255, 255, 255, .5);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    top: 0;
    left: 50%;
} */

.sect-1 img {
    max-width: 100%;
}

.sect-1-title-icon {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 33px;
    position: relative;
    z-index: 4;
    padding-top: 70px;
}

.sect-1-title-icon:before {
    background: url(img/scissors.png) center center / 50px auto no-repeat transparent;
    position: absolute;
    display: block;
    content: '';
    background-color: #b29869;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 14px solid rgba(255, 255, 255, .2);
    /* box-shadow: -10px -20px 0px 0px rgba(255, 255, 255, 0.2); */
}

.sect-1-title-icon img {
    width: 80px;
    position: relative;
    z-index: 3;
    display: block;
    margin: 0 auto;
}

.sect-title-.t-cntr {
    text-align: center;
}

.custom-shape-divider-top-1674229778 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1674229778 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 175px;
}

.custom-shape-divider-top-1674229778 .shape-fill {
    fill: #1E1515;
}


/*------------------------------------------------------------------------------------------------*/

.sect-title- {
    position: relative;
    padding: 7px 50px 7px 0;
    margin-bottom: 30px;
    font-size: 32px;
}

.sect-title-::before,
.sect-title-::after {
    display: block;
    position: absolute;
    content: '';
    right: 0;
}

.sect-title-::before {
    background: url(img/cut.png) 0 0 / 100% auto no-repeat transparent;
    width: 45px;
    height: 40px;
    top: 10px;
}

.sect-title-::after {
    bottom: 0;
    left: 30px;
    border-bottom: 3px dashed #fed;
}

.sect-1 .sect-1-title-icon:before {
    background-image: url(img/sewing.png);
}

.custom-shape-divider-bottom-1674291211 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1674291211 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 195px;
}

.custom-shape-divider-bottom-1674291211 .shape-fill {
    fill: #1e1515;
}


/*------------------------------------------------------------------------------------------------*/

.sect-2 {
    min-height: 600px;
    overflow: hidden;
    padding: 70px 0;
}

.sect-2-h {
    float: right;
    width: 50%;
    padding-left: 120px;
    position: relative;
}

.sect-2-h+.sect-2-h {
    float: left;
    padding-right: 120px;
    padding-left: 0;
}

.sect-2-c {
    position: absolute;
    width: 140px;
    height: 300px;
    /* background: url(img/sewing-2.jpg) 0 0 / 100% auto no-repeat #e7d2b1; */
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    /* border: solid 12px #1e1515; */
    border: solid 12px #c15723;
    border-width: 15px 1px;
}

.sect-2-c i {
    position: absolute;
    width: 138px;
    height: 138px;
    display: block;
    content: '';
    border-radius: 50%;
    overflow: hidden;
    background: url(img/logo-new.png) center center / 80% auto no-repeat #ffedd0;
    left: 0;
    bottom: -14px;
}

.sect-2 h2 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /* background-color: #1e1515; */
    background-color: #c15723;
    text-align: center;
    line-height: 150px;
    margin: 0 0 30px;
    color: #fed;
    position: relative;
}

.sect-2-c::before,
.sect-2 h2::before {
    /* border: dashed 2px #644e4e; */
    border: dashed 2px #f7a2a2;
    display: block;
    position: absolute;
    content: '';
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    border-radius: 50%;
}

.sect-2-c::before {
    border-radius: 120px;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 10px;
    border-color: #c15723;
}

.sect-2 p {
    clear: both;
    font-weight: 200;
    font-size: 22px;
    line-height: 31px;
}

.sect-2 .sect-2-h:first-child h2 {
    float: left;
}

.sect-2 .sect-2-h:first-child p {
    text-align: left;
}

.sect-2-h::before,
.sect-2-h::after {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 60px;
    right: 0;
    border: 50px solid rgba(255, 255, 255, .5);
    display: block;
    content: '';
    border-radius: 50%;
    opacity: 0.3;
}

.sect-2-h::after {
    border-width: 30px;
}

.sect-2 .sect-2-h:first-child:before,
.sect-2 .sect-2-h:first-child:after {
    right: auto;
    left: 0;
}

.sect-2-h div {
    position: relative;
    z-index: 6;
}


/*------------------------------------------------------------------------------------------------*/

.sect-3 {
    padding: 0 0 80px;
}

.sect-title-2 {
    text-align: center;
    margin: 0 0 30px;
}

.sect-3 p {
    font-weight: 200;
    font-size: 21px;
    margin: 0 0 160px;
    line-height: 33px;
    text-align: center;
}


/*------------------------------------------------------------------------------------------------*/

.crc-box {
    background-size: 100% 100%;
    /*background-image: url('img/img_08.png');*/
    background-repeat: no-repeat;
    min-height: 555px;
    padding: 14px 0px;
}

.crc-box-title {
    background-image: url('img/img_10.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 105px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    margin: 0px 0px 230px
}

.crc-box-title a {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.cn-box {
    background-image: url('img/img_06.png');
    height: 385px;
    width: 482px;
    background-repeat: no-repeat;
    margin: 0px auto 0px auto;
    position: relative;
    background-position: center center
}

.cn-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0px 0px -76px;
    width: 160px;
    height: 160px;
    display: block;
    background-color: #ffedd0;
    border: 8px solid #624848;
    border-radius: 50%;
}

.cn-box span i {
    width: 100%;
    height: 100%;
    display: block;
    background: url(img/logo-2.png) center center / 70% auto no-repeat transparent;
}

.crc-bg {
    display: block;
    position: absolute;
    background-color: #624848;
    border: 8px solid #ffedd0;
    width: 170px;
    height: 170px;
    background-repeat: no-repeat;
    outline: 0;
    padding: 22px 30px 0;
    border-radius: 50%;
}

.crc-bg img {
    width: 60px;
    height: auto;
    margin: 0 auto 5px;
    display: block;
}

.crc-bg b {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 200;
}

.crc-bg:hover b {
    color: #fff;
}

.crc01 {
    right: 20px;
    top: -120px
}

.crc02 {
    left: 20px;
    top: -120px
}

.crc03 {
    right: -110px;
    top: 100px
}

.crc04 {
    left: -110px;
    top: 100px
}

.crc05 {
    right: 20px;
    top: 330px
}

.crc06 {
    left: 20px;
    top: 330px
}


/**/

.custom-shape-divider-bottom-1674301763 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1674301763 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1674301763 .shape-fill {
    fill: #D3BB95;
}


/*------------------------------------------------------------------------------------------------*/

.targt- {
    position: relative;
    padding: 0 0 10px;
}

.targt- li div:before,
.targt- li div:after,
.targt-:before,
.targt-::after {
    position: absolute;
    display: block;
    left: 50%;
    content: '';
}

.targt-:before {
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #1e1515;
}

.targt-::after {
    bottom: 0;
    width: 12px;
    height: 12px;
    margin-left: -8px;
    background-color: #d3bb95;
    border: 3px solid #1e1515;
    border-radius: 50%;
}

.targt- li {
    margin-bottom: 40px;
}

.targt- li div {
    margin: 0 auto;
    max-width: 900px;
    padding: 70px 10px 33px;
    background-color: #1e1515;
    color: #fff;
    position: relative;
    z-index: 6;
    font-weight: 200;
    text-align: center;
    border-radius: 60px;
    background-color: #1E1515;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%231E1515'/%3E%3Cstop offset='1' stop-color='%231E1515'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%2381705D' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2381705D' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: center bottom;
}

.targt- li div:before {
    top: 10px;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    left: 50%;
    background-color: #d3bb95;
    border-radius: 50%;
}

.targt- li div:after {
    width: 20px;
    height: 20px;
    background-color: #1e1515;
    border-radius: 50%;
    bottom: -10px;
    margin-left: -9px;
}

.targt- h2 {
    margin: 0 auto 50px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background-color: #402919;
    color: #fff;
    position: relative;
    z-index: 6;
    border-radius: 50%;
    font-size: 27px;
}


/*------------------------------------------------------------------------------------------------*/

.sect-4 {
    padding: 80px 0 140px;
}

.custom-shape-divider-bottom-1674458564 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    direction: ltr;
}

.custom-shape-divider-bottom-1674458564 svg {
    position: relative;
    display: block;
    width: calc(161% + 1.3px);
    height: 191px;
}

.custom-shape-divider-bottom-1674458564 .shape-fill {
    fill: #1e1515;
}


/*------------------------------------------------------------------------------------------------*/

.sect-f-left li {
    margin-bottom: 30px;
}

.sect-f-left li i {
    float: right;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #ed4843;
    color: #200505;
    text-align: center;
    font-size: 34px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.sect-f-left li i:after {
    width: 150px;
    height: 150px;
    position: absolute;
    content: '';
    display: block;
    border: 10px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    bottom: 20px;
    left: 20px;
}

.sect-f-left li:nth-child(2) i {
    background-color: #be0027;
}

.sect-f-left li:nth-child(3) i {
    background-color: #d20962;
}

.sect-f-left li:nth-child(4) i {
    background-color: #f47721;
}

.sect-f-left li:nth-child(5) i {
    background-color: #7552cc;
}

.sect-f-left li:nth-child(6) i {
    background-color: #b84592;
}

.sect-f-left li:after {
    clear: both;
    content: '';
    display: block;
}

.sect-f-left li div {
    margin-right: 100px;
}

.sect-f-left li h3 {
    font-size: 26px;
    margin-bottom: 5px;
}

.sect-f-left li span {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.store--desc {
    margin: 0 auto 70px;
    max-width: 900px;
    text-align: center;
}

.sect-5 .about--img {
    width: 350px;
    height: 350px;
    margin-top: 80px;
}

.sect-5 .abt--in {
    margin: 0;
    float: left;
    width: calc(100% - 420px);
}

.sect-5 .about--img .sect-1-title-icon {
    top: auto;
    bottom: -30px;
    left: 0px;
}

.sect-5 .about--img .sect-1-title-icon::before {
    border-color: rgb(58, 106, 130);
    background-color: #295267;
}

.sect-5 .sect-1-title-icon::before {
    background-image: url(img/store-2.png);
}

.sect-5 .about--img .sect-1-title-icon::before {
    background-image: url(img/dress.png);
}


/*------------------------------------------------------------------------------------------------*/

.sect-6 {
    padding: 0;
}

.wd-50 {
    float: right;
    width: 50%;
}

.foot-map {
    float: right;
    width: 60%;
}

.foot-map iframe {
    width: 100%;
    display: block;
}

.foot-map+.wd-50 {
    width: 40%;
}

.contact-fot {
    position: relative;
    min-height: 450px;
    padding: 10px 70px 0 0;
    background-color: #a48686;
}

.contact-fot::before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.contact-fot div {
    position: relative;
    z-index: 5;
    background-color: #d3bb95;
    border-radius: 0 100px 100px 0;
    height: 430px;
    border: 1px solid #fff;
    border-width: 0 4px 0 0;
}

.contact-fot h2 {
    float: right;
    margin: 28px -35px 20px 0;
    line-height: 70px;
    color: #443434;
}

.contact-fot h2 i {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    background-color: #443434;
    color: #fff;
    margin: 0 0 0 20px;
    text-align: center;
    float: right;
}

.contact-fot ul {
    clear: both;
}

.contact-fot li {
    height: 50px;
    transform: translateX(33px);
}

.contact-fot li a {
    display: inline-block;
    direction: ltr;
}

.contact-fot ul i {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    font-size: 21px;
}

.contact-fot ul i:first-of-type {
    background-color: #fff;
}

.contact-fot li span {
    float: right;
    margin-right: 10px;
    display: block;
    font-weight: 200;
    font-size: 19px;
    line-height: 38px;
}


/*------------------------------------------------------------------------------------------------*/

.pagr-navg-bgr,
.s-footer {
    padding: 40px 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1920' height='300' preserveAspectRatio='none' viewBox='0 0 1920 300'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1011%26quot%3b)' fill='none'%3e%3crect width='1920' height='300' x='0' y='0' fill='rgba(30%2c 21%2c 21%2c 1)'%3e%3c/rect%3e%3cpath d='M 0%2c77 C 76.8%2c63.2 230.4%2c8 384%2c8 C 537.6%2c8 614.4%2c73.8 768%2c77 C 921.6%2c80.2 998.4%2c15.4 1152%2c24 C 1305.6%2c32.6 1382.4%2c117.2 1536%2c120 C 1689.6%2c122.8 1843.2%2c54.4 1920%2c38L1920 300L0 300z' fill='rgba(49%2c 34%2c 34%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c229 C 128%2c228 384%2c210 640%2c224 C 896%2c238 1024%2c305.2 1280%2c299 C 1536%2c292.8 1792%2c214.2 1920%2c193L1920 300L0 300z' fill='rgba(57%2c 41%2c 41%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1011'%3e%3crect width='1920' height='300' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

.foot-bar {
    padding: 8px 0;
    /* text-align: center; */
    color: #fff;
    font-weight: 200;
}

.foot-bar p {
    margin: 0;
    float: right;
    line-height: 45px;
}

/* .e-tec {
    display: block;
    float: left;
    width: 200px;
    height: 42px;
    background: url(img/etmam.png) 0 0 /100% auto no-repeat transparent;
} */
.e-tec {
    display: block;
    float: left;
    width: 98px;
    height: 42px;
    margin-top: 1px;
    background: url(img/etmam-logo.png) 0 0 /100% auto no-repeat transparent;
}

.fot-box {
    float: right;
    width: 33.333%;
}

.fot-box .mailpoet_paragraph {
    float: right;
    margin: 0;
}

.fot-box form {
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
}

.fot-box .mailpoet_paragraph {
    float: right;
    width: calc(100% - 80px);
}

.fot-box .mailpoet_paragraph.last {
    width: 80px;
}

.fot-box #form_email_1,
.fot-box .mailpoet_paragraph.last .mailpoet_submit {
    height: 50px;
}

.fot-box #form_email_1 {
    float: none;
    width: 100% !important;
    border-radius: 0 4px 4px 0;
    border-width: 0;
    display: block !important;
}

.fot-box .mailpoet_paragraph.last .mailpoet_submit {
    border-width: 0;
    border-radius: 4px 0 0 4px;
    width: 70px;
    background-color: rgb(11, 7, 7);
}

.fot-box .sect-title- {
    padding-right: 33px;
    margin-bottom: 20px;
}

.fot-box .sect-title-::after {
    left: auto;
    right: 0;
    width: 130px;
    border-bottom: 2px dashed #fed;
}

.fot-box .sect-title-::before {
    width: 34px;
    height: 26px;
    top: 18px;
}

.fot-box .sect-title- h3 {
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 200;
}

.fot-box {
    font-weight: 200;
    margin: 0 0 12px;
}

.dnld-app li {
    float: right;
    margin-left: 20px;
    font-weight: 200;
}

.dnld-app a {
    display: block;
    padding: 5px 15px;
    background-color: rgb(11, 7, 7);
    border-radius: 5px;
    font-size: 19px;
    color: #fff;
    margin-bottom: 14px;
}

.fot-links li {
    float: right;
    width: 50%;
    font-size: 15px;
}

.sect-3 {
    background: url(img/store-bgr-2.png) center center / 80% auto no-repeat #1e1515 !important;
}

.sect-5 {
    background: url(img/store-bgr.png) center center / 80% auto no-repeat #1e1515 !important;
}


/*------------------------------------------------------------------------------------------------*/

.gototop {
    position: fixed;
    right: 30px;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-size: 24px;
    z-index: 200;
    bottom: 80px;
    line-height: 48px;
    opacity: 0;
    transform: translateX(100px);
    background-color: #c15723;
}

.gototop.gototop-show {
    opacity: 1;
    transform: translateX(0);
}


/*------------------------------------------------------------------------------------------------*/

.side-menu {
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #fff;
    border-left: 1px solid #2f2f2f;
    padding: 10px 0 50px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    opacity: 0;
    visibility: hidden;
}

.side-menu-show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

a.side-menu-toggle {
    float: left;
    padding: 4px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
    margin-top: 12px;
}

.side-menu a.side-menu-toggle {
    display: block !important;
}

header a.side-menu-toggle {
    float: left;
    margin-top: 8px;
    color: #fff;
}

header a.side-menu-toggle i {
    font-size: 33px;
}

.side-menu a.side-menu-toggle {
    margin: 0 0 30px;
    float: left;
}

.side-menu ul {
    clear: both;
    max-height: 90%;
    overflow: auto;
}

.side-menu ul ul {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-menu ul li {
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
}

.side-menu ul li img {
    display: none !important;
}

.side-menu ul ul li a {
    line-height: 23px;
}

.side-menu ul li:last-child {
    border-width: 0;
}

.side-menu ul a {
    display: block;
    padding: 6px 10px;
    line-height: 36px;
    font-size: 14px;
}

.side-menu ul a i {
    float: right;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 6px;
    font-size: 15px;
}


/*------------------------------------------------------------------------------------------------*/

.inner .top-area {
    position: static;
    background: url(img/bgr01.png) center center / 100% auto no-repeat #1e1515;
    min-height: 120px;
}

.pagr-navg-bgr {
    padding: 15px 0;
    text-align: center;
    margin-bottom: 50px;
}

.pagr-navg-bgr h1 {
    margin: 0;
}

.post-content {
    margin-bottom: 44px;
}

.page-id-48 .wpcf7 {
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
}

.page-id-48 .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    height: auto;
    padding-top: 6px;
}

.page-id-48 .wpcf7 input[type=text],
.page-id-48 .wpcf7 input[type=email],
.page-id-48 .wpcf7 textarea {
    border-width: 0;
    border-radius: 6px;
    height: 44px;
    display: block;
    margin: 0 0 12px;
    width: 100%;
}

.page-id-48 .wpcf7 textarea {
    height: 222px;
}

.page-id-48 .wpcf7 label {
    font-weight: 200;
}

.page-id-48 .wpcf7 input[type="submit"] {
    width: 200px;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
}


/*------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------*/

.gototop,
.stps-2 li,
.works-items li,
.works-items li img,
.exp-icon,
.plan-box,
.slider-wrap .slick-dots li button,
.sub-menu,
.menu-head li,
.menu-head a,
.side-menu {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slick-dots li.slick-active button,
.sect-1,
.sect-3,
.sect-5 {
    background: #1e1515;
}

.foot-bar {
    background-color: #241717;
}

.sect-2 {
    color: #602c2c;
}

.inner header a.side-menu-toggle,
.post-content,
.slide- div {
    color: #111;
}

.contact-fot li a {
    color: #621919
}

a {
    color: #170F0F;
}

.pagr-navg-bgr h1,
.s-footer,
.s-footer a,
.sect-1,
.sect-3,
.sect-5 {
    color: #f9dbbe;
}


/*===============================================*/

@media screen and (min-width: 1440px) {
    .slick-slide img {
        min-height: 1000px;
    }
}



@media screen and (max-width: 1440px) {
    .dvr-1- svg {
        height: 200px;
    }

    .big-bgr .dvr-1-+.dvr-1- {
        bottom: -10px;
    }

    .big-bgr {
        height: auto !important;
    }
}

@media screen and (max-width: 1170px) {
    .cntr {
        padding: 0 12px;
    }

    .slide- div h2 {
        font-size: 37px;
    }

    .slide->div {
        top: 260px;
        font-size: 22px;
        line-height: 28px;
    }

    .about--img {
        width: 350px;
        height: 350px;
    }

    .sect-1-title-icon {
        width: 90px;
        height: 90px;
    }

    .sect-1-title-icon::before {
        border-width: 4px;
        background-size: 40px auto;
    }

    .abt--in {
        margin-right: 380px;
    }

    .sect-1 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .fot-box {
        width: 50%;
    }

    .fot-box-subs {
        width: auto;
        float: none;
        clear: both;
    }

    .s-footer {
        background: none #352626 !important;
    }
}

@media screen and (max-width: 980px) {
    .slide->div {
        top: 200px;
        font-size: 19px;
        line-height: 24px;
    }

    .sect-2-c {
        display: none;
    }

    .sect-2-h {
        float: none !important;
        width: auto;
        direction: rtl;
        text-align: center !important;
        padding: 0 !important;
        margin-bottom: 44px;
    }

    .sect-2 .sect-2-h:first-child p {
        text-align: center;
    }

    .sect-2 .sect-2-h h2,
    .sect-2 .sect-2-h:first-child h2 {
        float: none;
        margin: 0 auto 25px;
    }

    .custom-shape-divider-bottom-1674291211 svg {
        height: 77px;
    }

    .foot-map,
    .foot-map+.wd-50 {
        float: none;
        width: auto;
    }

    .contact-fot {
        position: relative;
        min-height: 450px;
        padding: 10px 40px 0 40px;
        background-color: #a48686;
    }

    .contact-fot div {
        border-radius: 60px;
        border-width: 0 4px;
        margin: 0 auto;
        max-width: 300px;
    }
}

@media screen and (max-width: 860px) {
    .about--img {
        float: none;
        margin: 0 auto 20px;
    }

    .abt--in {
        margin-right: 0;
    }

    .sect-5 .abt--in {
        width: auto;
        padding-top: 30px;
        float: none;
    }

    .sect-f-left li {
        text-align: center;
    }

    .sect-f-left li i {
        float: none;
        margin: 0 auto 20px;
        display: block;
    }

    .sect-f-left li h3 {
        margin-bottom: 15px;
    }

    .sect-f-left li div {
        margin: 0 auto 15px;
        max-width: 400px;
        padding: 12px 12px 20px;
        border-radius: 6px;
        border-bottom: solid 3px rgba(255, 255, 255, .1);
    }
}

@media screen and (max-width: 780px) {
    .top-area {
        position: static;
        height: 60px;
        background-color: #553e19;
    }

    .s-header {
        background: none transparent !important;
    }

    .hd-menu {
        display: none;
    }

    a.side-menu-toggle {
        display: block;
    }

    .logo {
        width: 250px;
        margin-left: -125px;
        z-index: 11;
    }

    .logo::before,
    .logo::after {
        top: -140px;
        width: 250px;
        height: 250px;
    }

    .logo::before {
        left: -20px;
        width: 290px;
    }

    .logo img {
        max-width: 38%;
    }

    .slide->div {
        top: 150px;
    }

    .big-bgr .dvr-1- {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .slide- div h2 {
        font-size: 31px;
    }

    .slide->div {
        top: 100px;
        color: #4f1515;
        background: rgba(255, 255, 255, .2);
        margin: 0 20px;
    }

    .about--img {
        width: 220px !important;
        height: 220px !important;
    }

    .about--img .sect-1-title-icon {
        left: -30px;
    }

    .abt--in {
        text-align: center;
    }

    .abt--in .sect-title- {
        padding-right: 0;
    }

    .abt--in .sect-title-::before {
        display: none;
    }

    .abt--in .sect-title-::after {
        right: 80px;
        left: 80px;
    }

    .sect-3 p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 40px;
    }

    .cn-box {
        background-image: none;
        margin: 0 auto;
        max-width: 380px;
        width: auto;
    }

    .cn-box span {
        display: none;
    }

    .crc-bg {
        position: static;
        float: right;
        margin-bottom: 30px;
    }

    .crc-bg:nth-child(even) {
        float: left;
    }

    .custom-shape-divider-bottom-1674301763 svg {
        height: 80px;
    }

    .targt- li div::before {
        width: 30px;
        height: 30px;
        margin-left: -15px;
    }

    .targt- li div {
        padding: 44px 10px 20px;
        border-radius: 35px;
    }

    .targt- h2 {
        margin-bottom: 30px;
    }

    .custom-shape-divider-bottom-1674458564 svg {
        height: 120px;
    }

    .sect-5 {
        padding: 20px 0 40px;
    }
}

@media screen and (max-width: 540px) {
    .slick-slide img {
        min-height: 250px;
    }

    .slide- div h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .slide- div p {
        margin: 0;
    }

    .slide->div {
        top: 70px;
    }

    .fot-box {
        float: none;
        width: auto;
        clear: both;
        margin-bottom: 25px;
    }

    .fot-box-subs {
        margin-bottom: 0;
    }

    .sect-f-left li i {
        margin-bottom: 0;
    }

    .sect-1-title-icon {
        width: 80px;
        height: 80px;
    }

    .e-tec,
    .copryt {
        float: none !important;
        text-align: center;
        line-height: 25px;
        margin: 0 auto 10px !important;
    }

    .e-tec {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 380px) {
    .crc-bg {
        width: 150px;
        height: 150px;
        padding: 17px 10px 0;
    }
}

@media screen and (max-width: 1170px) {}