@charset "utf-8";
/* **************** */
@import "fonts.css";
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "line-awesome.css";
@import "aos.css";
@import "owl.carousel.min.css";
@import "select2.min.css";
@import "jquery.fancybox.min.css";
@import "jquery-ui.css";

/* ****************** */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    font-family: pop-rg;
    color: #181818;
    font-size: 14px;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: 0s;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 15px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #421d3c;
    border-color: #421d3c;
}

.owl-carousel {
    direction: ltr;
}

.tooltip {
    z-index: 1100 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #181818;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip.top {
    padding: 5px 0;
}

body {
    padding: 0;
    margin: 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

iframe {
    width: 100% !important;
    border: 0 !important;
    height: 100% !important;
}

::-moz-selection {
    background-color: #d1b284;
    color: #fff;
}

::selection {
    background-color: #d1b284;
    color: #fff;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

p {
    line-height: 1.5;
    margin: 0;
}

.modal-open {
    overflow: hidden !important;
}

.modal-backdrop.in {
    opacity: .9;
}

input,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: 0;
}

textarea {
    resize: none;
}

.form-control {
    height: 35px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 0 16px;
}


.form-control::placeholder {
    color: #2b3430;
    text-transform: capitalize;
}

textarea.form-control {
    height: 170px !important;
    line-height: normal;
    padding-top: 8px !important;
}

.form-group,
.form-control {
    margin-bottom: 0;
}

.form-control:focus {
    border: 1px solid #dfdfdf;
    border-bottom: 1px solid #2c4c99;
    -webkit-box-shadow: 0 1px 0 0 #2c4c99;
    box-shadow: 0 1px 0 0 #2c4c99;
    color: #303030;
}

.row {
    margin-bottom: 0;
}

.col-xs-12 {
    padding: 0;
}

i {
    color: inherit;
    font-style: normal;
}

.toTop {
    background-color: #d1b284;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: -60px;
    width: 40px !important;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    z-index: 35;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 50px;
}

.toTop:hover {
    background-color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

i {
    color: inherit;
    font-size: inherit;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}


.loading {
    position: absolute;
    top: 50%;
    left: 50%;
}


.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    right: auto;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .3s;
    min-width: 160px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 11;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    padding: 10px;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all .3s;
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
    display: none;
}

.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 10px;
    font-weight: normal;
    font-size: 13px;
    color: #333;
    border-radius: 0;
}

.menu-item-has-children .sub-menu li a:before {
    display: none;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #127d7a;
    color: #fff !important;
    transition: all .3s;
}

.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    margin-right: 7px;
    transition: all .3s;
}

.menu-item-has-children:hover > a:after {
    transform: rotate(-180deg);
    transition: all .3s;
}

.main-head .h-extra .ex-btns .op-menu {
    color: #000;
    font-size: 18px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: none;
    vertical-align: middle;
}

.jquery-background-video-wrapper {
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
}

.sidebar {
    background-size: cover;
    background-image: url(../images/hero/1.jpg);
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 300px;
    z-index: 9999;
    transform: translateX(-100%);
    transition: all .3s;
    background-position: 70% 100%;
}

.sidebar .side-logo img {
    max-width: 100px;
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.86);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sidebar .side-logo {
    background-color: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

.sidebar .side-social {
    text-align: center;
    background-color: #055aa2;
    position: relative;
    z-index: 1;
}

.sidebar .side-social ul li {
    display: inline-block;
}

.sidebar .side-social ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 5px;
    transition: all .3s;
}

.sidebar .side-social ul li a.lin {
    color: #1562cc;
}

.sidebar .side-social ul li a.tw {
    color: #00a2ff;
}

.sidebar .side-social ul li a.ins {
    color: #622e04;
}

.sidebar .side-social ul li a:hover i {
    color: #167a12;
}

.sidebar .side-nav {
    max-height: 100%;
    overflow: hidden;
    height: calc(100% - 110px);
    position: relative;
    z-index: 1;
}

.sidebar .side-nav ul li {
    display: block;
    position: relative;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 5px;
}

.sidebar .side-nav ul li a {
    display: block;
    font-size: 13px;
    padding: 15px;
    position: relative;
    color: #fff;
    transition: all .3s;
}

.sidebar .side-nav ul li a:hover {
    color: #06aece;
    background-color: rgba(45, 45, 45, 0.45);
    transition: all .3s;
}

.sidebar .side-nav ul li.open a i {
    transform: rotate(180deg);
    transition: all .3s;
    color: #ffb017;
}

.sidebar .side-nav ul li a i {
    margin-right: 3px;
}

.sidebar .side-nav ul li .sub-menu {
    width: 100%;
    min-width: 100%;
    top: 100%;
    border-radius: 0;
}

.sidebar .side-nav ul li .sub-menu li a {
    color: #303030;
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 999;
    display: none;
}

.side-nav .menu-item-has-children > a:after {
    float: left;
    margin: 0;
}

.sidebar .side-social a {
    width: 100%;
}

/* ******************************* */

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(10px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}


.mouse {
    display: inline-block;
    height: 44px;
    width: 28px;
    border-radius: 12px;
    border: 2px solid #BEBCBC;
    text-align: center;
}

.mouse:after {
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #BEBCBC;
    border-radius: 50%;
    content: "";
    -webkit-animation: scroll 1.3s ease-out infinite forwards;
    -moz-animation: scroll 1.3s ease-out infinite forwards;
    animation: scroll 1.3s ease-out infinite forwards;
}

.fancybox-button svg path {
    fill: #fff;
}

.fancybox-infobar,
.fancybox-infobar span {
    color: #fff;
}

.main-head {
    padding: 50px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    text-align: center;
}

.main-head .acc-link {
    float: left;
}

.main-head .acc-link a,
.main-head .h-extra a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 7px;
    transition: all .3s;
}

.main-head .h-extra {
    float: right;
}

.main-head .logo {
    display: inline-block;
    margin-top: -8px;
}

.main-head .h-extra a b {
    font-weight: normal;
    margin-left: 10px;
    color: #d1b284;
}

.main-head .h-extra .op-menu {
    border: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    margin-left: 70px;
    vertical-align: middle;
    background-color: transparent;
}

.main-head .h-extra .op-menu span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    display: block;
    margin-bottom: 6px;
    position: relative;
}

.main-head .h-extra .op-menu span:last-of-type {
    margin: 0;
}



.main-head .h-extra .op-menu span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-color: #d1b284;
    transition: all .4s;
}




.main-head .h-extra .op-menu span:last-of-type:after {
    transition-duration: .6s;
}

.main-head .h-extra .op-menu:hover span:after {
    width: 100%;
    transition: all .4s;
}

.main-head .h-extra .op-menu:hover span:last-of-type:after {
    transition-duration: .6s;
}


.hero .item {
    position: relative;
    height: 100vh !important;
    background-color: #000;
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.hero .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 29, 60, 0.88);
    /*    z-index: 15;*/
}

.hero .item .it-ex {
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 7%;
    box-sizing: border-box;
}

.hero .item .it-ex .social-links {
    float: left;
}

.hero .item .it-ex .social-links a,
.hero .item .it-ex .langs a {
    color: #fff;
    margin-right: 20px;
    transition: all .3s;
    font-size: 13px;
}

.hero .item .it-ex .social-links a:last-of-type,
.hero .item .it-ex .langs a:last-of-type {
    margin: 0;
}

.hero .item .it-ex .langs {
    float: right;
}

.hero .item .it-ex .mouse-ico {
    display: inline-block;
    margin-top: -30px;
    transform: translateX(-50%);
}

.hero .item .it-ex .mouse-ico .mouse {
    border: 1px solid #fff;
    width: 25px;
    height: 40px;
    transition: all .3s;
}

.hero .item .it-ex .mouse-ico .mouse:after {
    width: 2px;
    border-radius: 0;
    background-color: #fff;
}

.hero .item .it-ex .mouse-ico .caption {
    color: #fff;
    text-transform: none;
    font-size: 13px;
    margin-top: 10px;
}

.hero .item .it-ex .social-links a:hover,
.hero .item .it-ex .langs a:hover {
    color: #d1b284;
    transition: all .3s;
}

.hero .item .it-ex .mouse-ico .mouse:hover {
    background-color: #d1b284;
    transition: all .3s;
}

.main-head .acc-link a:hover,
.main-head .h-extra a:hover {
    color: #d1b284;
    transition: all .3s;
}

.hero .owl-carousel .owl-nav button.owl-next,
.hero .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 7%;
    top: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: all .3s;
    transform: translateY(-50%);
    color: #fff;
}

.hero .owl-carousel .owl-nav button.owl-prev {
    top: 55%;
}

.hero .owl-carousel .owl-nav button.owl-next:hover,
.hero .owl-carousel .owl-nav button.owl-prev:hover {
    color: #d1b284;
    transition: all .3s;
}

.hero .owl-dots {
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
}

.hero .owl-dots button.owl-dot {
    width: 20px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin-bottom: 7px;
    transition: all .3s;
}

.hero .owl-dots button.owl-dot.active {
    width: 35px;
    background-color: #d1b284;
    transition: all .3s;
}

button {
    outline: none !important;
}

.about-s {
    padding: 70px 0;
    text-align: center;
    position: relative;
}

/*.about-s:before {
    content: attr(data-placeholder);
    position: absolute;
    left: 0;
    font-family: pop-bd;
    font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 11px;
    line-height: .4;
    z-index: -1;
    opacity: .03;
    font-style: italic;
    width: 100%;
    text-align: center;
}*/

.g-head {
    margin-bottom: 50px;
    text-align: center;
}

.g-head h3 {
    color: #421d3c;
    font-size: 35px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.g-head span {
    font-family: pop-md;
    font-size: inherit;
    font-style: italic;
    color: #d1b284;
}

.g-head span:after {
    content: '|';
    margin: 0 15px;
    font-size: 32px;
}

.about-s p {
    font-size: 15px;
    line-height: 1.9;
    color: #4A4A4A;
}

.about-s .btn {
    margin-top: 50px;
}

.btn {
    border: 1px solid #d1b284;
    background-color: transparent;
    color: #d1b284;
    padding: 10px 50px;
    transition: all .3s;
    border-radius: 20px;
}

/*.btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
    border: 1px solid #707070;
    width: 100%;
    height: 100%;
    clip: rect(0em, 6em, 2em, 0em);
    transition: all .3s;
}*/

/*.btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    border: 1px solid #707070;
    width: 100%;
    height: 100%;
    clip: rect(1em, 11em, 5em, 5em);
    transition: all .3s;
}*/
.btn:hover {
    background-color: #d1b284;
    color: #fff;
    transition: all .3s;
    box-shadow: none;
}

.btn:hover:before {
    border-color: #d1b284;
    transition: all .3s;
    clip: rect(1em, 11em, 5em, 0.1em);
}

.btn:hover:after {
    border-color: #d1b284;
    transition: all .3s;
    clip: rect(0em, 10.5em, 2em, 0em);
}

.hero .item .it-ex .langs a:last-of-type {
    font-family: din-rg;
    font-size: 15px;
}

.why-s {
    position: relative;
    padding: 20px 0 0;
}

/*.why-s:before {
    content: attr(data-placeholder);
    position: absolute;
    left: 0;
    font-family: pop-bd;
    font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 11px;
    line-height: .4;
    z-index: -1;
    opacity: .03;
    font-style: italic;
    width: 100%;
    text-align: center;
}*/

.why-s .wh-img {
    float: right;
    text-align: center;
    height: 580px;
    border-top-left-radius: 200px;
    overflow: hidden;
    position: relative;
}

.why-s .wh-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 12, 0.62);
    z-index: 1;
}

.why-s .wh-img a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 53px;
    border-radius: 100%;
    font-size: 29px;
    color: #d1b284;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.71);
}

.why-s .wh-img a:before {
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #d1b284;
    border-radius: 100%;
    position: absolute;
    right: 0;
    clip: rect(0em, 16em, 1em, 1em);
    transition: all .3s;
}

.why-s .wh-img a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #d1b284;
    border-radius: 100%;
    clip: rect(0em, 11em, 1em, 1em);
    transform: rotate(170deg);
    transition: all .3s;
}

.why-s .wh-img a i:after {
    position: absolute;
    left: -25px;
    content: '';
    top: -25px;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 100%;
    z-index: -1;
    transition: all .3s;
}

.why-s .wh-img a:hover i:after {
    transform: scale(0);
    transition: all .3s;
}

.why-s .wh-img a:hover:before {
    transform: rotate(180deg);
    transition: all .3s;
}

.why-s .wh-img a:hover:after {
    transform: rotate(360deg);
    transition: all .3s;
}

.why-s .why-data {
    padding: 0 2% 0 7%;
}

.why-s .why-data .block {
    padding: 15px;
}

.why-s .why-data .block .inner {
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all .3s;
    position: relative;
    border: 1px solid #EBEBEB;
}

.why-s .why-data .block .inner:hover {
    border-color: #d1b284;
    transition: all .3s;
}

/*
.why-s .why-data .block .inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 20px;
    clip: rect(0em, 19em, 7em, 9em);
    transition: all .3s;
}

.why-s .why-data .block .inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 20px;
    clip: rect(9em, 9em, 17em, 0em);
    transition: all .3s;
}
*/

.why-s .why-data .block .inner h3 {
    font-family: pop-bd;
    font-size: 14px;
    margin: 20px 0;
    color: #421d3c;
}

.why-s .why-data .block .inner p {
    color: #242424;
    font-family: pop-lt;
    font-size: 13px;
    line-height: 1.6;
    overflow: hidden;
    max-height: 57px;
}

.why-s .why-data .block .inner:hover:after {
    clip: rect(0em, 18em, 17em, 0em);
    transition: all .3s;
    border-color: #d1b284;
}

.why-s .why-data .block .inner:hover:before {
    clip: rect(0em, 19em, 14em, 1em);
    transition: all .3s;
    border-color: #d1b284;
}

.why-s .why-data .block .inner:hover {
    transform: translateY(-10px);
    transition: all .3s;
}

.color-s {
    position: relative;
    padding: 70px 0;
    border-bottom-left-radius: 300px;
    overflow: hidden;
}

.color-s:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 12, 0.85);
    z-index: 1;
}

.color-s .g-head,
.color-s .g-body {
    position: relative;
    z-index: 2;
}

.color-s .g-head h3 {
    color: #fff;
}

.color-s .c-img .img-head {
    margin-bottom: 30px;
    padding: 0 14%;
}

.color-s .c-img .img-head h3 {
    color: #fff;
    font-family: pop-md;
    font-size: 17px;
}

.color-s .c-img .item {
    padding: 10px 12px 70px;
}

.color-s .c-img .item .inner {
    position: relative;
    height: 250px;
    text-align: center;
    color: #fff;
}

.color-s .c-img .item h3 {
    margin-top: 20px;
    color: inherit;
    font-family: pop-md;
    font-size: 16px;
}

.color-s .c-img .item .inner .bg {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.color-s .c-img .item .inner:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 100%;
    z-index: 1;
}

.color-s .c-img .item .inner .bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.color-s .c-img .item.i-#d1b284 .bg:before {
    background: -webkit-radial-gradient(center, #dac2c2, #e44d4d);
}

.color-s .c-img .item.i-#d1b284 h3 {
    color: #e44d4d;
}

.color-s .c-img .item.i-#d1b284 .inner:before {
    background-color: #e44d4d;
}

.color-s .c-img .item.i-blue .bg:before {
    background: -webkit-radial-gradient(center, #C5E2FF, #5C94CB);
}

.color-s .c-img .item.i-blue h3 {
    color: #5C94CB;
}

.color-s .c-img .item.i-blue .inner:before {
    background-color: #5C94CB;
}

.color-s .c-img .item.i-green .bg:before {
    background: -webkit-radial-gradient(center, #C8E3D4, #3D9863);
}

.color-s .c-img .item.i-green h3 {
    color: #3D9863;
}

.color-s .c-img .item.i-green .inner:before {
    background-color: #3D9863;
}

.color-s .c-img .item.i-pink .bg:before {
    background: -webkit-radial-gradient(center, #d6b0c4, #B37E9A);
}

.color-s .c-img .item.i-pink h3 {
    color: #B37E9A;
}

.color-s .c-img .item.i-pink .inner:before {
    background-color: #B37E9A;
}

.color-s .c-img .item.i-yellow .bg:before {
    background: -webkit-radial-gradient(center, #E7EEC7, #E8DF64);
}

.color-s .c-img .item.i-yellow h3 {
    color: #E8DF64;
}

.color-s .c-img .item.i-yellow .inner:before {
    background-color: #E8DF64;
}

.color-s .c-img .item.i-purple .bg:before {
    background: -webkit-radial-gradient(center, #e0bee8, #c104f1);
}

.color-s .c-img .item.i-purple h3 {
    color: #c104f1;
}

.color-s .c-img .item.i-purple .inner:before {
    background-color: #c104f1;
}

.color-s .c-img .item.i-orange .bg:before {
    background: -webkit-radial-gradient(center, #d6b694, #ff7600);
}

.color-s .c-img .item.i-orange h3 {
    color: #ff7600;
}

.color-s .c-img .item.i-orange .inner:before {
    background-color: #ff7600;
}

.color-s .c-img .item .inner:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 100%;
}

.color-s .owl-carousel .owl-nav button.owl-next,
.color-s .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: -49px;
    width: 35px;
    height: 35px;
    background-color: #334737;
    border-radius: 100%;
    color: #fff;
    transition: all .3s;
}

.color-s .owl-carousel .owl-nav button.owl-prev {
    right: 50px;
}

.color-s .owl-carousel .owl-nav button.owl-next:before,
.color-s .owl-carousel .owl-nav button.owl-prev:before {
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    border-radius: 100%;
    position: absolute;
    right: 0;
    clip: rect(0em, 16em, 1em, 1em);
    transition: all .3s;
}

.color-s .owl-carousel .owl-nav button.owl-next:after,
.color-s .owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    border-radius: 100%;
    clip: rect(0em, 11em, 1em, 1em);
    transform: rotate(170deg);
    transition: all .3s;
}

.color-s .owl-carousel .owl-nav button.owl-next:hover,
.color-s .owl-carousel .owl-nav button.owl-prev:hover {
    transition: all .3s;
    color: #d1b284;
}

.color-s .owl-carousel .owl-nav button.owl-next:hover:before,
.color-s .owl-carousel .owl-nav button.owl-prev:hover:before {
    border-color: #d1b284;
    transform: rotate(80deg);
}

.color-s .owl-carousel .owl-nav button.owl-next:hover:after,
.color-s .owl-carousel .owl-nav button.owl-prev:hover:after {
    border-color: #d1b284;
    transform: rotate(270deg);
}

.color-s .c-data {
    padding: 3% 8% 0 2%;
}

.color-s .c-data .form-group {
    padding: 13px;
    position: relative;
}

.color-s .c-data .form-group h4 {
    color: #fff;
    font-family: pop-md;
    font-size: 13px;
    margin-bottom: 10px;
}

.color-s .c-data .form-group .form-control {
    background-color: transparent;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    transition: all .3s;
}

.color-s .c-data .form-group .form-control::placeholder {
    color: #a2a2a2;
}

.color-s .c-data .form-group .form-control:focus {
    background-color: rgba(51, 71, 55, 0.57);
    transition: all .3s;
    box-shadow: none;
    border-color: #d1b284;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rende#d1b284 {
    line-height: 38px;
    color: #fff;
    padding: 0 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.select2-container--default .select2-selection--single:focus {
    /*
    background-color: rgba(51, 71, 55, 0.57);
    transition: all .3s;
    border: 1px solid #d1b284 !important;
*/
    outline: none;
}

html {
    overflow-x: hidden;
}

.select2-dropdown {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
    border: 0;
    background-color: #421d31;
    border-radius: 5px;
    overflow: hidden;
}

.select2-search--dropdown {
    padding: 10px 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 35px;
    border-radius: 5px;
    border: 1px solid #d1b284;
    padding: 0 16px;
    text-transform: none;
    background-color: #d1b284;
    color: #fff;
}

.select2-results__option {
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
}

.select2-results__options::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: #d2d2d2;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #d1b284;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #421d31;
}

.color-s .c-data .form-group:last-of-type {
    text-align: center;
    margin: 0;
}

.color-s .c-data .form-group .input-group {
    display: block;
}

.color-s .c-data .form-group .input-group .input-group-btn {
    position: absolute;
    right: 7px;
    width: auto;
    display: inline-block;
    top: 7px;
    height: 26px;
    margin: 0;
    z-index: 3;
}

.color-s .c-data .form-group .input-group .input-group-btn .btn {
    background-color: #334737;
    height: 100%;
    border-radius: 3px;
    line-height: 26px;
    color: #fff;
    font-size: 19px;
    padding: 0 25px;
    cursor: pointer;
}

.color-s .c-data .form-group .input-group .input-group-btn .btn:after,
.color-s .c-data .form-group .input-group .input-group-btn .btn:before {
    display: none;
}

.color-s .c-data .form-group .input-group .form-control {
    font-size: 13px;
    padding: 0 100px 0 16px;
    text-overflow: ellipsis;
}

.color-s .c-data .form-group:last-of-type .btn {
    background-color: transparent;
    color: #fff;
}

.color-s .c-data .form-group:last-of-type .btn:after,
.color-s .c-data .form-group:last-of-type .btn:before {
    border-color: #fff;
}

.color-s .c-data .form-group:last-of-type .btn:hover:after,
.color-s .c-data .form-group:last-of-type .btn:hover:before {
    border-color: #d1b284;
}

.color-s .c-data .form-group:last-of-type .btn:hover {
    color: #d1b284;
}

.color-s .bg {}

.products {
    padding: 70px 0;
    position: relative;
}

/*
.products:before {
    content: attr(data-placeholder);
    position: absolute;
    left: 0;
    font-family: pop-bd;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 11px;
    line-height: .5;
    z-index: -1;
    opacity: .03;
    font-style: italic;
    width: 100%;
    text-align: center;
}
*/

.products .gallery-filters {
    text-align: center;
    margin-bottom: 50px;
}

.products .gallery-filters li {
/*    color: #707070;*/
    /* border: 1px solid #707070; */
/*    display: inline-block;
    margin: 0 10px;
    border-radius: 50px;
    padding: 10px 30px;
    position: relative;
    cursor: pointer;
    min-width: 140px;
    transition: all .3s;*/
    display: inline-block;
    border: 1px solid #d1b284;
    background-color: transparent;
    color: #d1b284;
    padding: 10px 50px;
    transition: all .3s;
    border-radius: 20px;
    margin: 3px;
}

/*.products .gallery-filters li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    border: 1px solid #707070;
    width: 100%;
    height: 100%;
    clip: rect(1em, 11em, 4em, 5em);
    transition: all .3s;
}*/

/*.products .gallery-filters li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
    border: 1px solid #707070;
    width: 100%;
    height: 100%;
    clip: rect(0em, 6em, 2em, 0em);
    transition: all .3s;
}*/

.products .gallery-filters li:hover,
.products .gallery-filters li.active {
    background-color: #d1b284;
    color: #fff;
    transition: all .3s;
    box-shadow: none;
}

.products .gallery-filters li:hover:before,
.products .gallery-filters li.active:before {
    transition: all .3s;
    clip: rect(1em, 11em, 4em, 0em);
    border-color: #d1b284;
}

.products .gallery-filters li:hover:after,
.products .gallery-filters li.active:after {
    transition: all .3s;
    border-color: #d1b284;
    clip: rect(0em, 10em, 2em, 0em);
}

.products .item {
    padding: 10px;
}

.products .item .mix {
    display: none;
    margin-bottom: 20px;
}

.gallery-box {
    min-height: 450px;
}

.products .item .mix .inner {
    height: 200px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.products .item .mix .inner .bg {
    transition: all .3s;
    border-radius: 20px;
}

.products .item .mix .inner .i-cap {
    position: relative;
    text-align: center;
    height: 100%;
}

.products .item .mix .inner .i-cap .controls {
    position: relative;
    top: 20%;
    opacity: 0;
    transition: all .3s;
}

.products .item .mix .inner .i-cap .controls a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    margin: 0 8px;
    transition: all .3s;
}

.products .item .mix .inner .i-cap .title {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -60%);
    transition: all .3s;
    color: #fff;
    font-family: pop-md;
    font-style: italic;
    opacity: 0;
}

.products .item .mix.it-tall .inner {
    height: 420px;
}

.products .item .mix .inner:hover .i-cap .title {
    opacity: 1;
    top: 70%;
    transition: all .3s;
}

.products .item .mix .inner:hover .i-cap .controls {
    top: 33%;
    opacity: 1;
    transition: all .3s;
}

.products .item .mix .inner .i-cap .controls a:hover {
    background-color: #fff;
    color: #d1b284;
    transition: all .3s;
}

.products .item .mix .inner .i-cap .title:hover {
    color: #d1b284;
    transition: all .3s;
}

.products .item .mix .inner:hover .bg {
    filter: blur(5px);
    background-color: #000;
    transition: all .3s;
}

.more {
    margin-top: 50px;
    text-align: center;
}

.products .item .mix.it-tall .inner .i-cap .controls {
    top: 40%;
}

.products .item .mix.it-tall .inner:hover .i-cap .controls {
    top: 50%;
}

.counter-s {
    position: relative;
    padding: 70px 0 50px;
    border-top-left-radius: 200px;
    overflow: hidden;
    border-bottom-right-radius: 200px;
}

.counter-s .block {
    padding: 15px;
}

.counter-s .block .inner {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    min-height: 135px;
}

.counter-s .block .inner span {
    display: inline-block;
    margin: 0 auto 40px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    border-radius: 100%;
    font-family: pop-bd;
    font-size: 20px;
    box-shadow: 0 0 0 25px rgba(51, 71, 55, 0.78);
    position: relative;
    z-index: 2;
}

.counter-s .block .inner span:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.58);
    border-radius: 100%;
    z-index: -1;
}

.counter-s .block .inner span:after {
    content: '';
    position: absolute;
    left: -25px;
    top: -25px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    z-index: -1;
    border: 5px dotted #d1b284;
    transition: all 7s;
}

.counter-s .block .inner h3 {
    color: #fff;
    font-family: pop-md;
    font-size: 15px;
    line-height: 1.5;
}

.counter-s .block:last-of-type .inner {
    border: 0;
}

.counter-s:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 12, 0.7);
    z-index: 1;
}

.counter-s .container {
    position: relative;
    z-index: 1;
}

.projects {
    padding: 70px 0 150px;
    position: relative;
}

/*.projects:before {
    content: attr(data-placeholder);
    position: absolute;
    left: 0;
    font-family: pop-bd;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 11px;
    line-height: .5;
    z-index: -1;
    opacity: .03;
    font-style: italic;
    width: 100%;
    text-align: center;
}*/

.counter-s .block .inner:hover span:after {
    transform: rotate(360deg);
    transition: all 1s;
}

.projects .item {
    padding: 10px;
}

.projects .item .inner {
    text-align: center;
}

.projects .item .inner .i-img {
    background-position: center;
    background-size: cover;
    height: 350px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 40px;
    transition: all .3s;
    overflow: hidden;
}

.projects .item .inner .i-img a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    line-height: 53px;
    border-radius: 100%;
    font-size: 29px;
    color: #d1b284;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.71);
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
}

.projects .item .inner .i-img a:before {
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #d1b284;
    border-radius: 100%;
    position: absolute;
    right: 0;
    clip: rect(0em, 16em, 1em, 1em);
    transition: all .3s;
}

.projects .item .inner .i-img a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #d1b284;
    border-radius: 100%;
    clip: rect(0em, 11em, 1em, 1em);
    transform: rotate(170deg);
    transition: all .3s;
}

.projects .item .inner .i-img a i:after {
    position: absolute;
    left: -25px;
    content: '';
    top: -25px;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 100%;
    z-index: -1;
    transition: all .3s;
}

.projects .item .inner .i-img a:hover:before {
    transform: rotate(180deg);
    transition: all .3s;
}

.projects .item .inner .i-img a:hover:after {
    transform: rotate(360deg);
    transition: all .3s;
}

.projects .item .inner .i-img a:hover i:after {
    transform: scale(0);
    transition: all .3s;
}

.projects .item .inner .i-data {
    position: relative;
    opacity: 0;
    transition: all .3s;
}

.projects .item .inner .i-img:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    width: 85%;
    height: 15px;
    background-color: #d1b284;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    transition: all .3s;
}

.projects .item .inner .i-data:before {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #d1b284;
    margin-bottom: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.projects .item .inner .i-data h3 {
    font-family: pop-md;
    color: #d1b284;
    font-size: 18px;
    margin-bottom: 15px;
}

.projects .item .inner .i-data p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 auto 50px;
    max-width: 85%;
    font-family: pop-lt;
    overflow: hidden;
    max-height: 80px;
}

.projects .center .item .inner .i-data {
    opacity: 1;
    transition: all .3s;
}

.projects .owl-carousel .owl-nav button.owl-next,
.projects .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 380px;
    box-shadow: 0 10px 30px rgba(200, 200, 200, 0.28);
    width: 80px;
    height: 80px;
    border-radius: 10px;
    font-size: 29px;
    transition: all .3s;
    background-color: #fff;
    border: 1px solid #d1b284;
    color: #d1b284;
}

.projects .owl-carousel .owl-nav button.owl-next:hover,
.projects .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #d1b284;
    color: #fff;
    transition: all .3s;
    box-shadow: 0 10px 30px rgba(66, 29, 60, 0.2);
}

.projects .owl-carousel .owl-nav button.owl-next {
    right: 28%;
}

.projects .owl-carousel .owl-nav button.owl-prev {
    left: 28%;
}

.projects .center .item .inner .i-img {
    height: 420px;
    transition: all .3s;
}

.projects .center .item .inner .i-img:after {
    bottom: 0;
    transition: all .3s;
}

.projects .item .inner .i-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 12, 0.62);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.projects .center .item .inner .i-img:before {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}

.projects .center .item .inner .i-img a {
    opacity: 1;
    top: 50%;
    transition: all .3s;
    visibility: visible;
}

/*.projects:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    background-image: url(../images/projects-after.png);
    width: 800px;
    height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .02;
    z-index: -1;
}*/

.main-footer {
    position: relative;
}

.main-footer .bg {
    border-top-right-radius: 200px;
    overflow: hidden;
}

.main-footer .bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 29, 60, 0.95);
}

.main-footer .nws {
    margin-top: -120px;
}

.main-footer .nws .inner {
    background-color: #fff;
    border-top-right-radius: 150px;
    padding: 40px 25% 35px 16%;
}

.main-footer .nws .inner h3 {
    color: #242424;
    font-family: pop-md;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
}

.main-footer .nws .inner p {
    color: #d1b284;
    font-size: 13px;
    margin-bottom: 40px;
}

.main-footer .nws .inner .form-group {
    position: relative;
}

.main-footer .nws .inner .form-group .form-control {
    height: 50px;
    border-radius: 10px;
    padding: 0 50px;
    margin-bottom: 30px;
    max-width: 85%;
}

.main-footer .nws .inner .form-group .nw-btn {
    border: 1px solid #d1b284;
    background-color: transparent;
    color: #d1b284;
    font-size: 13px;
    height: 40px;
    padding: 0 25px;
    font-family: pop-md;
    transition: all .3s;
    border-radius: 20px;
}

.main-footer .nws .inner .form-group i {
    position: absolute;
    color: #d1b284;
    top: 13px;
    font-size: 23px;
    left: 16px;
}

.main-footer .nws .inner:before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #d1b284;
    width: calc(100% + 9px);
    height: 100%;
    top: -8px;
    z-index: -1;
    border-top-right-radius: 158px;
}

.main-footer .nws .inner .form-group .form-control::placeholder {
    color: #cacaca;
}

.main-footer .nws .inner .form-group .nw-btn:hover {
    background-color: #d1b284;
    color: #fff;
    transition: all .3s;
}

.main-footer .nws .inner .form-group .form-control:focus {
    box-shadow: 0 1px 0 #d1b284;
    border-bottom-color: #d1b284;
}

.main-footer .ft-links {
    padding: 44px 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.main-footer .ft-links .f-logo {
    margin-bottom: 34px;
}

.main-footer .ft-links .f-logo img {
    width: 100px;
}

.main-footer .ft-links .f-links li {
    display: inline-block;
    margin-right: 40px;
}

.main-footer .ft-links .f-links li a {
    color: #fff;
    transition: all .3s;
}

.main-footer .ft-links .f-links li:last-child {
    margin: 0;
}

.main-footer .f-bottom {
    padding: 50px 0;
}

.main-footer .f-bottom .f-item {
    padding: 20px;
}

.main-footer .f-bottom .f-item h4 {
    color: #d1b284;
    font-family: pop-md;
    font-size: 17px;
    margin-bottom: 25px;
}

.main-footer .f-bottom .f-item p {
    color: #fff;
    line-height: 1.9;
    font-family: pop-lt;
    overflow: hidden;
    max-height: 126px;
}

.main-footer .f-bottom .f-item ul li {
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
}

.main-footer .f-bottom .f-item ul li span {
    color: inherit;
    font-family: pop-md;
    font-size: inherit;
}

.main-footer .f-bottom .f-item .item-imgs ul li {
    float: left;
    margin: 0 12px 12px 0;
}

.main-footer .f-bottom .f-item .item-imgs ul li a {
    width: 100px;
    height: 80px;
    transition: all .3s;
}

.main-footer .f-bottom .f-item .item-imgs ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-footer .f-bottom .f-item .item-imgs ul li a:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.main-footer .rights {
    background-color: #d1b284;
    padding: 30px 0;
    text-align: center;
}

.main-footer .rights .copys {
    float: left;
}

.main-footer .rights .copys p {
    color: #421d3c;
    font-size: 13px;
}

.main-footer .rights .social {
    display: inline-block;
}

.main-footer .rights .social a {
    margin: 0 15px;
    display: inline-block;
    color: #421d3c;
    font-size: 13px;
    transition: all .3s;
}

.main-footer .rights .dev {
    float: right;
}

.main-footer .rights .dev p {
    color: #fff;
    font-size: 13px;
}

.main-footer .rights .dev p a {
    color: #421d3c;
    transition: all .3s;
    font-size: inherit;
}



.main-footer .ft-links .f-links li a:hover {
    color: #d1b284;
    transition: all .3s;
}

.st-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}

.st-menu .bg {
    overflow: hidden;
    z-index: -1;
}

.st-menu .bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 29, 60, 0.88);
}

.st-menu .cl-menu {
    position: absolute;
    right: 50px;
    top: 50px;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.st-menu .cl-menu:hover {
    color: #d1b284;
    transform: rotate(180deg);
    transition: all .3s;
}

.st-menu .inner {
    padding: 60px 0;
}

.st-menu .inner .logo {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.st-menu .inner ul li {
    margin-bottom: 30px;
}

.st-menu .inner ul li a {
    display: inline-block;
    color: #fff;
    font-size: 28px;
    transition: all .3s;
}

.st-menu .inner ul li a:hover,
.st-menu .inner ul li.current-menu-item a {
    color: #d1b284;
    transition: all .3s;
}

.st-menu .inner .social {
    margin-top: 50px;
}

.st-menu .inner .social a {
    color: #fff;
    font-size: 13px;
    margin: 0 10px;
    transition: all .3s;
}

.st-menu .inner .logo:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.16);
}

.compensate-for-scrollbar {
    margin: 0 !important;
}

.st-menu .inner .social a:hover {
    color: #d1b284;
    transition: all .3s;
}

.st-menu.active {
    opacity: 1;
    transition: all 1s;
    visibility: visible;
}


.hero .item h3 {
    color: #fff;
    font-family: pop-bd;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1.4;
    overflow: hidden;
    max-height: 103px;
}

.st-menu .inner ul {
    overflow: hidden;
    max-height: 400px;
    overflow-y: auto;
    max-width: 80%;
    margin: 0 auto;
}

.st-menu .inner ul::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.st-menu .inner ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 20px;
}

.st-menu .inner ul::-webkit-scrollbar-thumb {
    background-color: #d1b284;
    border-radius: 20px;
}

html.on {
    overflow: hidden;
    padding-right: 15px;
}

.st-menu .inner .social a:last-of-type {
    font-family: din-rg;
    font-size: 15px;
}

.hero .item .cap {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    max-width: 75%;
}

.hero .item .cap p {
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}

/*.hero.inner-hero .item .cap:before {
    content: '';
    display: block;
    position: relative;
    width: 70px;
    height: 5px;
    background-color: #d1b284;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 25px;
}*/

.hero.inner-hero .item {
    height: 500px !important;
}

.about-vid {
    position: relative;
    height: 400px;
}

.about-vid .bg:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 12, 0.68);
}

.about-vid a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    line-height: 53px;
    border-radius: 100%;
    font-size: 29px;
    color: #d1b284;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.71);
    transition: all .3s;
    z-index: 3;
    text-align: center;
}

.about-vid a:before {
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #d1b284;
    border-radius: 100%;
    position: absolute;
    right: 0;
    clip: rect(0em, 16em, 1em, 1em);
    transition: all .3s;
}

.about-vid a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #d1b284;
    border-radius: 100%;
    clip: rect(0em, 11em, 1em, 1em);
    transform: rotate(170deg);
    transition: all .3s;
}

.about-vid a i:after {
    position: absolute;
    left: -25px;
    content: '';
    top: -25px;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 100%;
    z-index: -1;
    transition: all .3s;
}

.about-vid a:hover:after {
    transform: rotate(360deg);
    transition: all .3s;
}

.about-vid a:hover:before {
    transform: rotate(180deg);
    transition: all .3s;
}

.about-vid a:hover i:after {
    transform: scale(0);
    transition: all .3s;
}

.about-vid + .why-s {
    padding: 70px 0;
}

.about-vid + .why-s .why-data {
    padding: 0;
}

.testominals {
    padding: 70px 0 300px;
    position: relative;
}

/*.testominals:before {
    content: attr(data-placeholder);
    position: absolute;
    left: 0;
    font-family: pop-bd;
    font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 11px;
    line-height: .4;
    z-index: -1;
    opacity: .03;
    font-style: italic;
    width: 100%;
    text-align: center;
}*/

.testominals .item {
    text-align: center;
}

.testominals .item .inner {
    position: relative;
    margin: 0 auto;
    max-width: 70%;
    padding: 30px;
}

.testominals .item .inner:before {
    content: '"';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 80px;
    line-height: 1;
}

.testominals .item .inner:after {
    content: '"';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 80px;
    line-height: 1;
}

.testominals .item .inner p {
    color: #888888;
    font-family: pop-lt;
    line-height: 1.9;
    margin-bottom: 50px;
}

.testominals .item .inner h4 {
    color: #d1b284;
    font-family: pop-md;
    font-size: 15px;
    margin-bottom: 5px;
}

.testominals .item .inner span {
    color: #000;
    font-family: pop-md;
    font-size: 12px;
    letter-spacing: 1px;
}

.testominals .owl-carousel .owl-nav button.owl-next,
.testominals .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #d1b284;
    border-radius: 100%;
    color: #d1b284;
    transition: all .3s;
    position: absolute;
    bottom: 60px;
}

.testominals .owl-carousel .owl-nav button.owl-next:hover,
.testominals .owl-carousel .owl-nav button.owl-prev:hover {
    border-color: #d1b284;
    background-color: #d1b284;
    color: #fff;
    transition: all .3s;
}

.testominals .owl-carousel .owl-nav button.owl-next {
    right: 10%;
}

.testominals .owl-carousel .owl-nav button.owl-prev {
    left: 10%;
}

/*.testominals:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -50px;
    background-image: url(../images/projects-after.png);
    width: 700px;
    height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .02;
    z-index: -1;
}*/

.hero .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.twentytwenty-overlay {
    display: none;
}

.twentytwenty-handle {
    top: 150px;
    cursor: grab;
}

.twentytwenty-handle:hover {
    background-color: #d1b284;
}

.contact-wrap {
    padding: 70px 0;
}

.contact-wrap .block {
    padding: 10px;
    float: right;
}

.contact-wrap .block .widget {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 30px 15px;
    margin-bottom: 20px;
}

.contact-wrap .block .widget .w-head {
    margin-bottom: 50px;
    padding: 0 15px;
}

.contact-wrap .block .widget .w-head h3 {
    font-family: pop-md;
    font-size: 19px;
    margin-bottom: 10px;
}

.contact-wrap .block .widget .w-head p {
    font-size: 13px;
}

.contact-wrap .block .widget .address {
    color: #707070;
    font-family: pop-lt;
    font-size: 16px;
}

.contact-wrap .block .widget ul li {
    position: relative;
    color: #000;
    margin-bottom: 34.7px;
    padding-left: 35px;
    line-height: 1.7;
}

.contact-wrap .block .widget ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #d1b284;
    font-size: 22px;
}

.contact-wrap .block .widget .form-group {
    padding: 15px;
}

.contact-wrap .block .widget .form-group h4 {
    font-size: 14px;
    margin-bottom: 12px;
}

.contact-wrap .block .widget .form-group .form-control {
    border: 0;
    height: 45px;
}

.contact-wrap .block .widget .form-group .btn {
    width: 100%;
    background-color: #d1b284;
    color: #fff;
    border-radius: 5px;
}

.contact-wrap .block .widget ul li:last-child {
    margin: 0;
}

.contact-wrap .block .widget .form-group .form-control:focus {
    box-shadow: 0 2px 0 0 #d1b284;
}

.contact-wrap .block .widget .form-group .btn:after,
.contact-wrap .block .widget .form-group .btn:before {
    display: none;
}

.contact-wrap .block .widget .form-group .btn:hover {
    background-color: #333;
    transition: all .3s;
}

.map-b {
    height: 350px;
    background-color: #f9f9f9;
}

.faqs {
    padding-top: 70px;
}

.faqs .f-item {
    padding: 30px 50px;
    position: relative;
}

.faqs .f-item:first-of-type {
    border-right: 1px solid #d1b284;
}

.faqs .f-item:first-of-type:before,
.faqs .f-item:first-of-type:after {
    content: '';
    position: absolute;
    right: -8px;
    top: 0;
    width: 15px;
    height: 15px;
    background-color: #d1b284;
    border-radius: 100%;
}

.faqs .f-item:first-of-type:after {
    bottom: 0;
    top: auto;
}

.faqs .f-item .panel {
    border: 1px solid #EBEBEB;
    transition: all .3s;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: none;
}

.faqs .f-item .panel-group {
    margin: 0;
}

.faqs .f-item .panel .panel-heading {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.faqs .f-item .panel .panel-heading a {}

.faqs .f-item .panel .panel-heading a {
    display: block;
    padding: 20px;
    background-color: transparent;
    position: relative;
    transition: all .3s;
}

.faqs .f-item .panel .panel-body {
    background-color: rgba(58, 210, 105, 0.07);
    border: 0;
}

.faqs .f-item .panel .panel-body p {
    font-size: 13px;
    line-height: 1.8;
    color: #888;
}

.faqs .f-item .panel .panel-heading a:after {
    font-family: Lineawesome;
    font-weight: 900;
    content: "\f110";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 100%;
    font-size: 10px;
    transition: all .3s;
}

.faqs .f-item .panel .panel-heading a:not(.collapsed):after {
    border-color: #D90000;
    color: #D90000;
    content: "\f191";
    transition: all .3s;
    transform: rotate(360deg) translateY(-50%);
}

.faqs .f-item .panel .panel-heading a:not(.collapsed) {
    background-color: rgba(58, 210, 105, 0.07);
}

.b-head {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.b-head h3 {
    font-family: pop-md;
    color: #000;
    font-size: 18px;
}

.b-head p {
    color: #d1b284;
    margin-top: 15px;
    font-family: pop-lt;
    font-size: 16px;
}

.b-head:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    height: 1px;
    background-color: #EBEBEB;
    width: 50%;
}

.products .projects {
    padding: 0;
    min-height: 0;
}

.products .projects:after {
    display: none;
}

.products .projects .item .inner {
    position: relative;
    overflow: hidden;
}

.products .projects .item .inner .i-data {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 50px 30px;
    transition: all .3s;
    transform: scale(2);
    opacity: 0;
    visibility: hidden;
}

.products .projects .item .inner .i-img {
    margin: 0;
    height: 400px;
}

.products .projects .item .inner .i-img:after {
    bottom: 0;
    height: 20px;
}

.products .projects .item .inner .i-data:before {
    background-color: #fff;
    height: 4px;
    border-radius: 50px;
}

.products .projects .item .inner .i-data h3 {
    color: #fff;
    line-height: 1.5;
    overflow: hidden;
    max-height: 51px;
}

.products .projects .item .inner .i-data p {
    color: #fff;
    max-width: 100%;
}

.products .projects .item .inner .i-data .btn {
    color: #fff;
}

.products .projects .item .inner .i-data .btn:after,
.products .projects .item .inner .i-data .btn:before {
    border-color: #fff;
}

.products .projects .item .inner:hover .i-img:before {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}

.products .projects .item .inner .i-data .btn:before {
    clip: rect(1em, 14em, 4em, 6em);
}

.products .projects .item .inner .i-data .btn:hover:before {
    clip: rect(0em, 15em, 4em, 0em);
}

.products .projects .item .inner:hover .i-data {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

.products .projects .item {
    display: none;
}

/* ************* all *********** */

.all {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}

.all .slider {
    width: auto;
    height: auto;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

.all .slider .owl-nav,
.all .slider .owl-dots {
    display: none;
}

.all .slider:hover .left {
    visibility: visible;
    opacity: 1;
    left: 20px;
}

.all .slider:hover .right {
    visibility: visible;
    opacity: 1;
    right: 20px;
}

.all .slider .item-box {
    padding: 20px;
    overflow: hidden;
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
}

.all .slider .item-box:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    display: block;
}

.all .slider .left {
    position: absolute;
    z-index: 1;
    top: 167px;
    left: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: left ease .25s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: url(http://svgshare.com/i/2V9.svg) top left;
}

.all .slider .left:hover {
    visibility: visible;
    opacity: 1;
    left: 20px;
    background: url(http://svgshare.com/i/2UW.svg) top left;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.all .slider .left.nonl {
    left: -20px;
    opacity: 0;
    visibility: hidden;
}

.all .slider .right {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 167px;
    right: -20px;
    width: 40px;
    height: 40px;
    visibility: hidden;
    opacity: 0;
    transition: right ease .25s;
    background: url(http://svgshare.com/i/2V9.svg) top left;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.all .slider .right:hover {
    visibility: visible;
    opacity: 1;
    right: 20px;
    background: url(http://svgshare.com/i/2UW.svg) top left;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.all .slider .right.nonr {
    right: -20px;
    opacity: 0;
    visibility: hidden;
}

.all .slider-two {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    z-index: 1;
}

.all .slider-two .owl-nav,
.all .slider-two .owl-dots {
    display: none;
}

.all .slider-two:hover .left-t {
    visibility: visible;
    opacity: 1;
    left: 20px;
}

.all .slider-two:hover .right-t {
    visibility: visible;
    opacity: 1;
    right: 20px;
}

.all .slider-two .item {
    transition: all ease .25s;
    height: 70px;
    border: solid 2px transparent;
    cursor: pointer;
    background-color: #fff;
}

.all .slider-two .item.active {
    border: solid 2px #FF9617;
}

.all .slider-two .owl-stage {
    padding: 20px 0;
}

.all .slider-two .left-t {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 38px;
    visibility: hidden;
    opacity: 0;
    transition: all ease .25s;
    width: 35px;
    height: 35px;
    left: -40px;
    background-color: #2b2b2b;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
}

.all .slider-two .left-t:hover {
    background-color: #FF9617;
}

.all .slider-two .left-t.nonl-t {
    left: -40px;
    opacity: 0;
    visibility: hidden;
}

.all .slider-two .right-t {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 38px;
    right: -40px;
    visibility: hidden;
    opacity: 0;
    transition: all ease .25s;
    width: 35px;
    height: 35px;
    background-color: #2b2b2b;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
}

.all .slider-two .right-t:hover {
    background-color: #FF9617;
}

.all .slider-two .right-t.nonr-t {
    right: -40px;
    opacity: 0;
    visibility: hidden;
}

.all .offer-badge {
    position: absolute;
    left: 0;
    top: 0;
}

.all .offer-badge span {
    left: 7px;
}

.all .slider .item-box img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.all .slider-two .item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.proj-single {
    padding: 70px 0;
}

.proj-single .all .slider .item-box {
    padding: 0;
}

.proj-single .all .slider .item-box img,
.all .slider-two .item img {
    object-fit: cover;
}

.all .slider-two {
    position: absolute;
    padding: 0 50px;
}

.all .slider-two .left-t {
    top: 0;
}

.all .right-t,
.all .left-t {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: rgba(58, 210, 105, 0.41);
    top: 50%;
    z-index: 10;
    color: #fff;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.all .right-t {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.all .left-t {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.all .slider-two .item.active {
    transform: translateY(-10px);
    border: solid 2px #d1b284;
}

.all .right-t:hover,
.all .left-t:hover {
    background-color: #d1b284;
    transition: all .3s;
}

.proj-single .proj-data {
    padding: 0 20px;
}

.proj-single .proj-data .widget {
    position: relative;
    background-color: #F8F8F8;
    padding: 20px;
    min-height: 400px;
}

.proj-single .proj-data .widget ul li {
    margin-bottom: 30px;
    font-size: 13px;
}

.proj-single .proj-data .widget ul li:last-child {
    margin: 0;
}

.proj-single .proj-data .widget ul li span {
    font-size: 13px;
    font-family: pop-md;
    color: #555555;
}

.proj-extra {
    padding: 50px 0 70px;
    text-align: center;
}

.proj-extra h3 {
    color: #d1b284;
    font-family: pop-md;
    font-size: 19px;
    margin-bottom: 20px;
}

.proj-extra p {
    color: #888888;
    font-family: pop-lt;
    line-height: 1.8;
}

.proj-actions {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 30px;
}

.proj-actions a {
    color: #888888;
    font-family: pop-bd;
    font-size: 20px;
    transition: all .3s;
}

.proj-actions a:last-of-type {
    float: right;
}

.proj-actions a:hover {
    color: #d1b284;
    transition: all .3s;
}

.price-wrap label {
    font-weight: normal;
    margin: 0;
    vertical-align: middle;
    font-family: din-md;
}

.price-wrap #amount {
    border: 0;
    font-family: din-md;
    color: #000000;
    background-color: transparent;
}

.price-wrap .ui-slider {
    margin: 25px 0 15px;
    border: 0;
    background-color: #e5e5e5;
    height: 2px;
}

.price-wrap .ui-slider .ui-slider-range {
    background-color: #d1b284;
}

.price-wrap .ui-slider .ui-slider-handle {
    border-radius: 100%;
    border: 0;
    background-color: #ffffff;
    cursor: col-resize;
    outline: none;
    border: 1px solid #d1b284;
    width: 10px;
    height: 10px;
}

.ui-widget.ui-widget-content {
    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

.ui-tooltip-content {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #181818;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.cats-wrap {
    padding: 70px 0;
}

.cats-wrap .op-filter {
    background-color: #F8F8F8;
    border: 0;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    display: none;
    width: 100%;
    margin-bottom: 15px;
}

.cats-wrap .gen-sidebar {
    padding-right: 20px;
}

.cats-wrap .gen-sidebar .widget {
    background-color: #F8F8F8;
    padding: 20px;
    margin-bottom: 20px;
}

.cats-wrap .gen-sidebar .widget .w-item {
    margin-bottom: 40px;
}

.cats-wrap .gen-sidebar .widget .w-item .i-head {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
}

.cats-wrap .gen-sidebar .widget .w-item .i-head:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 35%;
    height: 2px;
    background-color: #d1b284;
}

.cats-wrap .gen-sidebar .widget .w-item .i-head h4 {
    color: #000;
    font-family: pop-md;
    font-size: 14px;
}

.cats-wrap .gen-sidebar .widget .w-item .i-body li {
    margin-bottom: 10px;
    position: relative;
}

.cats-wrap .gen-sidebar .widget .w-item .i-body li a {
    color: #000;
    font-size: 13px;
    transition: all .3s;
    background-color: transparent;
}

.cats-wrap .gen-sidebar .widget .w-item .i-body li .dropdown-menu {
    /* display: block; */
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    margin: 10px 0;
    padding: 15px 0;
    background-color: #f4f4f4;
}

.cats-wrap .gen-sidebar .widget .w-item .i-body li .dropdown-menu li a {
    padding: 0px 15px;
}

.cats-wrap .gen-sidebar .widget .w-item .i-body li a.dropdown-toggle {
    position: relative;
    display: block;
}

.cats-wrap .gen-sidebar .widget .w-item .i-body li a.dropdown-toggle:after {
    content: '+';
    float: right;
    font-size: 15px;
    line-height: 1;
}

.cats-wrap .gen-sidebar .widget .w-item .i-body li.open a.dropdown-toggle,
.cats-wrap .gen-sidebar .widget .w-item .i-body li a:hover {
    color: #d1b284;
    transition: all .3s;
}

.cats-wrap .gen-sidebar .widget .w-item .i-body li.open a.dropdown-toggle:after {}

.cats-wrap .gen-sidebar .widget .w-item .i-body li:last-child {
    margin: 0;
}

.cats-wrap .gen-sidebar .widget .w-item .i-body li.open .dropdown-menu {
    position: relative;
}

.cats-wrap .gen-sidebar .widget .w-item .i-body li.open a.dropdown-toggle:after {
    content: '-';
}

.cats-wrap .gen-sidebar .w-ads {
    background-position: center;
    background-size: cover;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.cats-wrap .gen-sidebar .w-ads a {
    display: block;
    height: 100%;
}

.cats-wrap .gen-sidebar .w-ads:hover {
    opacity: .8;
}

.cats-wrap .gen-sidebar .w-ads:after {
    position: absolute;
    content: '';
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
    height: calc(100% - 40px);
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all .3s;
}

.cats-wrap .gen-sidebar .w-ads:hover:after {
    transform: scale(0);
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
}

.gen-head {
    background-color: #f8f8f8;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
}

.gen-head span {
    font-size: 13px;
}

.gen-head select {
    float: right;
    width: auto;
    height: 20px;
    padding: 0 10px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
    border: 0 !important;
    outline: none !important;
}

.gen-content .block {
    padding: 15px;
}

.gen-content .block .inner {
    text-align: center;
    transition: all .3s;
}

.gen-content .block .inner .i-img {
    height: 250px;
    border-radius: 5px;
}

.gen-content .block .inner .i-img a {
    display: block;
    height: 100%;
}

.gen-content .block .inner .i-data {
    padding: 20px;
}

.gen-content .block .inner .i-data .title {
    color: #555555;
    font-family: pop-md;
    transition: all .3s;
}

.gen-content .block .inner .i-data p {
    margin: 10px 0;
    color: #555;
    text-transform: uppercase;
}

.gen-content .block .inner .i-data .rate-sys {
    margin-bottom: 20px;
}

.gen-content .block .inner .i-data .rate-sys i {
    color: rgba(114, 124, 142, 0.35);
    font-size: 16px;
    margin: 0 -1px;
}

.gen-content .block .inner .i-data .rate-sys .active {
    color: #f3ec14;
}

.gen-content .block .inner .i-data .btn-cart {
    display: block;
    border: 1px solid #d1b284;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    color: #000;
    font-family: pop-md;
    font-size: 13px;
    text-transform: none;
    transition: all .3s;
}

.gen-content .block .inner .i-data .btn-cart:hover {
    background-color: #d1b284;
    color: #fff;
    transition: all .3s;
    border-color: transparent;
}

.gen-content .block .inner .i-data .title:hover {
    color: #d1b284;
    transition: all .3s;
}

.gen-content .block .inner:hover {
    transform: translateY(-10px);
    transition: all .3s;
}

.gen-content .gen-body {
    float: none;
    margin-left: -15px;
    margin-right: -15px;
    flex: none;
    width: auto;
}

.paginaton-n {
    text-align: center;
    margin-top: 50px;
}

.paginaton-n ul li {
    display: inline-block;
    margin: 0 5px;
}

.paginaton-n ul li.current,
.paginaton-n ul li a {
    transition: all .3s;
    text-align: center;
    color: #000;
    font-family: pop-md;
    padding: 10px 15px;
}

.paginaton-n ul li a:hover,
.paginaton-n ul li.current {
    transition: all .3s;
    background-color: #d1b284;
    color: #fff;
}

.all .slider .item-box a {
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 8;
    opacity: 0;
    color: #fff;
    font-size: 29px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all .3s;
    transform: translate(-50%, -50%);
}

.all .slider .item-box:hover a {
    opacity: 1;
    top: 50%;
    transition: all .3s;
}

.all .slider .item-box:after {
    background-color: rgba(0, 0, 0, 0.62);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.all .slider .item-box:hover:after {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}

input.star {
    display: none;
}

.reviews .sing-bottom .rev-form .form-group .star {
    margin: 0;
    font-size: 26px;
}

label.star {
    padding: 0;
    font-size: 40px;
    color: #cecece;
    transition: all .2s;
    display: inline-block;
    font-weight: normal;
    margin: 0 5px;
    cursor: pointer;
}

label.star:before {
    content: "\f318";
    font-family: LineAwesome;
}

input.star:checked ~ label.star:before {
    color: #FD4;
    transition: all .25s;
}

input.star-1:checked ~ label.star:before {
    color: #ff4f4f;
}

label.star:hover {
    transform: scale(1.2);
}

.prod-single .all .slider-two {
    position: relative;
    padding: 0 20px;
}

.prod-single .all .slider-two .item {
    height: 40px;
}

.prod-single .all .slider-two .item.active {
    transform: none;
}

.prod-single .all .right-t,
.prod-single .all .left-t {
    bottom: 23px;
    transform: none;
    top: auto;
    border-radius: 0;
    color: #000;
    background-color: transparent;
    font-size: 15px;
    width: auto;
    height: auto;
}

.prod-single .proj-data .widget .title {
    color: #555;
    font-family: pop-md;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
}

.prod-single .proj-data .widget .rate-sys {
    margin-bottom: 10px;
}

.prod-single .proj-data .widget .rate-sys i {
    color: rgba(114, 124, 142, 0.27);
    font-size: 18px;
    margin: 0 -2px;
}

.prod-single .proj-data .widget .rate-sys i.active {
    color: #f8f11f;
}

.prod-single .proj-data .widget .rate-sys a {
    margin-left: 20px;
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid;
}

.prod-single .proj-data .widget .price-sys {
    margin-bottom: 20px;
}

.prod-single .proj-data .widget .price-sys span {
    color: #000;
    font-family: pop-md;
    text-transform: uppercase;
}

.prod-single .proj-data .widget .price-sys .old {
    color: #bebebe;
    text-decoration: line-through;
}

.prod-single .proj-data .widget .desc {
    margin-bottom: 20px;
    font-family: pop-lt;
    line-height: 1.8;
    font-size: 13px;
}

.prod-single .proj-data .widget .stocks {
    margin-bottom: 15px;
}

.prod-single .proj-data .widget .stocks span {
    color: #d1b284;
    font-family: pop-md;
}

.prod-single .proj-data .widget .actions .btn {
    background-color: #fff;
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    color: #000;
}

.prod-single .proj-data .widget .actions .btn:after,
.prod-single .proj-data .widget .actions .btn:before {
    display: none;
}

.prod-single .proj-data .widget .actions .qtybutton {
    background-color: #fff;
    width: 35px;
    line-height: 35px;
    text-align: center;
    height: 35px;
    color: #000;
    font-size: 19px;
    vertical-align: middle;
    user-select: none;
}

.prod-single .proj-data .widget .actions .plus-minus-box {
    width: 40px;
    margin: 0 5px;
    text-align: center;
    border: 0;
    height: 35px;
    background-color: transparent;
    font-size: 18px;
    padding: 0;
    user-select: none;
}

.prod-single .proj-data .widget .actions .number {
    display: inline-block;
    margin-right: 20px;
}

.prod-single .proj-data .widget .actions .btn:hover {
    background-color: #d1b284;
    color: #fff;
}

.prod-info {
    padding: 30px 0 70px;
}

.prod-info .nav-tabs {
    border: 0;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 30px;
}

.prod-info .nav-tabs li {
    display: inline-block;
    float: none;
    margin: 0;
}

.prod-info .nav-tabs li a {
    position: relative;
    border: 0 !important;
    display: block;
    padding-bottom: 15px;
    font-family: pop-md;
    color: #000;
    font-size: 15px;
    margin-right: 30px;
    transition: all .3s;
}

.prod-info .nav-tabs li a:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #d1b284;
    transition: all .3s;
    bottom: -2px;
}

.prod-info .nav-tabs li.active a:after {
    width: 100%;
    transition: all .3s;
}

.prod-info .nav-tabs li.active a {
    color: #d1b284;
    transition: all .3s;
}

.prod-info .descr p {
    font-family: pop-lt;
    line-height: 1.8;
}

.prod-info .table {}

.prod-info .table th {
    font-weight: normal;
    font-family: pop-md;
    font-size: 15px;
    padding: 15px;
    vertical-align: middle;
    border: 0;
    background-color: #f7f7f7;
}

.prod-info .table td {
    padding: 15px;
    vertical-align: middle;
}

.prod-info .empty-revs {
    text-align: center;
    font-size: 17px;
    min-height: 200px;
    line-height: 200px;
    background-color: #f9f9f9;
    font-family: pop-md;
    display: none;
}

.prod-info .revs {
    max-width: 70%;
    margin-bottom: 30px;
}

.prod-info .revs .rev-item {
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0;
}

.prod-info .revs .rev-item .r-img {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
    margin-right: 15px;
}

.prod-info .revs .rev-item .r-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod-info .revs .rev-item .r-data {
    overflow: hidden;
}

.prod-info .revs .rev-item .r-data span {
    color: #bebebe;
    font-size: 12px;
    margin-left: 5px;
}

.prod-info .revs .rev-item .r-data a {
    font-family: pop-md;
    color: #d1b284;
    font-size: 13px;
}

.prod-info .revs .rev-item .r-data p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.8;
}

.prod-info .add-rev {
    max-width: 70%;
}

.prod-info .add-rev h3 {
    font-family: pop-md;
    font-size: 16px;
    margin-bottom: 10px;
}

.prod-info .add-rev .star {
    font-size: 26px;
    margin: 0;
}

.prod-info .add-rev .stars {
    direction: rtl;
    text-align: left;
    margin-bottom: 20px;
}

.prod-info .add-rev .form-group span {
    margin-bottom: 10px;
    display: inline-block;
}

.prod-info .add-rev .form-group .form-control {
    margin-bottom: 30px;
}

.prod-info .add-rev .form-group .btn {
    background-color: transparent;
}

.related-hub .h-head {
    margin-bottom: 30px;
}

.related-hub .h-head h3 {
    font-family: pop-md;
}

.related-hub .owl-carousel .owl-nav button.owl-next,
.related-hub .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: -60px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 100%;
    color: #ddd;
    font-size: 16px;
    transition: all .3s;
    background-color: #fff;
}

.related-hub .owl-carousel .owl-nav button.owl-prev {
    right: 45px;
}

.related-hub .owl-carousel .owl-nav button.owl-next:hover,
.related-hub .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #d1b284;
    border-color: #d1b284;
    color: #fff;
    transition: all .3s;
}

.cart-wrap {
    padding: 70px 0;
}

.cart-wrap .table th {
    font-weight: normal;
    font-family: pop-md;
}

.cart-wrap .table td {
    vertical-align: middle;
}

.cart-wrap .table img {
    width: 70px;
    height: 60px;
    object-fit: cover;
}

.cart-wrap .table p {
    text-transform: uppercase;
    font-size: 13px;
}

.cart-wrap .table .qtybutton {
    display: inline-block;
    width: 30px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    vertical-align: middle;
    user-select: none;
}

.cart-wrap .table .plus-minus-box {
    width: 40px;
    text-align: center;
    border: 0;
    background-color: transparent;
    height: 35px;
    font-size: 18px;
    user-select: none;
}

.cart-wrap .table .del {
    color: #FF0017;
    font-size: 22px;
}

.c-btn {
    background-color: #f8f8f8;
    border: 1px solid #C8C8C8;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 5px;
    color: #000;
    font-family: pop-md;
    font-size: 13px;
    transition: all .3s;
}

.c-btn:hover {
    background: -webkit-linear-gradient(top, #421d31, #421d31);
    color: #fff;
    transition: all .3s;
    border-color: transparent;
}

.cart-wrap .table-actions a:last-of-type {
    float: right;
    background: -webkit-linear-gradient(top, #061C0C, #421d31);
    color: #fff;
    transition: all .3s;
    border-color: transparent;
}

.cart-wrap .cart-ups {
    margin-top: 30px;
}

.cart-wrap .cart-ups .widget {
    float: right;
}

.cart-wrap .cart-ups .widget .inner {
    background-color: #f8f8f8;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 20px;
}

.cart-wrap .cart-ups .widget .inner h3 {
    color: #000;
    font-family: pop-md;
    font-size: 20px;
    margin-bottom: 20px;
}

.cart-wrap .cart-ups .widget .inner ul li {
    background-color: #fff;
    border-bottom: 1px solid #dfdf;
    padding: 10px;
    font-family: pop-md;
    font-size: 13px;
}

.cart-wrap .cart-ups .widget .inner ul li:last-child {
    margin: 0;
    border: 0;
}

.cart-wrap .cart-ups .widget .inner ul li span {
    float: right;
    color: #888888;
    font-size: 13px;
}

.cart-wrap .cart-ups .widget .c-btn {
    float: right;
    background: -webkit-linear-gradient(top, #061C0C, #421d31);
    color: #fff;
    transition: all .3s;
    border-color: transparent;
}

.cart-wrap .table td a {
    color: #000;
    font-family: pop-md;
    font-size: 13px;
}

.cart-wrap .table .number {
    display: inline-block;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.checkout-wrap {
    padding: 70px 0;
}

.n-head {
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
}

.n-head h3 {
    font-family: pop-md;
    font-size: 21px;
}

.n-head:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #d1b284;
}

.checkout-wrap .form-group {
    padding: 15px;
}

.checkout-wrap .form-group .form-control {
    height: 45px;
    display: inline-block;
}

.checkout-wrap label {
    font-weight: normal;
    margin: 0;
}

.checkout-wrap label span {
    cursor: pointer;
}

.checkout-wrap label span:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    transition: all .3s;
    box-shadow: 0 0 0 1px #dfdfdf;
    background-color: #fff;
}

.checkout-wrap label input {
    display: none;
}

.checkout-wrap label input:checked + span:before {
    background-color: #d1b284;
    transition: all .3s;
    box-shadow: 0 0 0 1px #d1b284;
}

.checkout-wrap .widget {
    margin-bottom: 30px;
}

.checkout-wrap .block {
    padding: 15px;
}

.checkout-wrap .widget .table {}

.checkout-wrap .widget .table th {
    font-weight: normal;
    font-family: pop-md;
    color: #d1b284;
    font-size: 13px;
    padding: 15px;
}

.checkout-wrap .widget .table td {
    padding: 15px;
    font-size: 13px;
}

.checkout-wrap .widget .inner {
    background-color: #fcfcfc;
    padding: 20px;
    border-radius: 5px;
}

.checkout-wrap .form-group h4 {
    font-family: pop-lt;
    font-size: 13px;
    margin-bottom: 10px;
}

.checkout-wrap .form-group .select2-container--default .select2-selection--single {
    height: 45px;
    border-color: #dfdfdf;
}

.checkout-wrap .form-group .select2-container--default .select2-selection--single .select2-selection__rende#d1b284 {
    color: #424242;
    font-size: 13px;
    line-height: 45px;
}

.checkout-wrap .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.checkout-wrap .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #3c3c3c transparent transparent transparent;
}

.checkout-wrap .form-group.col-md-12 .form-control {
    width: 50%;
    margin-right: 30px;
}

.checkout-wrap .form-group.col-md-12.n-address .form-control {
    width: 100%;
    margin: 0;
}

.checkout-wrap .widget ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
}

.checkout-wrap .widget ul li span:before {
    position: absolute;
    left: 0;
    top: 0px;
}

.checkout-wrap label span {
    font-size: 13px;
}

.checkout-wrap .widget .c-btn {
    margin-top: 20px;
    background: -webkit-linear-gradient(left, #061C0C, #421d31);
    color: #fff;
    transition: all .3s;
    border-color: transparent;
}

.checkout-wrap .widget ul li:last-child {
    border-top: 1px solid #dfdfdf;
    padding-top: 15px;
    margin-top: 30px;
}

.checkout-wrap .widget ul li:last-child span:before {
    top: 16px;
}

.checkout-wrap .widget ul li:last-child label input:checked + span:before {
    font-family: lineawesome;
    content: "\f17b";
    text-align: center;
    color: #d1b284;
    background-color: #fff;
}

.dashboard-wrap {
    padding: 70px 0;
}

.dashboard-wrap .op-setting {
    background-color: #F8F8F8;
    border: 0;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    display: none;
    width: 100%;
    margin-bottom: 15px;
}

.dashboard-wrap .widget {
    padding: 15px;
}

.dashboard-wrap .widget .inner {
    background-color: #fcfcfc;
    padding: 25px;
    float: left;
    width: 100%;
}

.dashboard-wrap .widget .inner .w-head {
    font-family: pop-md;
    font-size: 15px;
    margin-bottom: 20px;
}

.dashboard-wrap .widget .inner .acc-links {}

.dashboard-wrap .widget .inner .acc-links ul {
    padding: 20px 0;
    margin: 0 -25px;
}

.dashboard-wrap .widget .inner .acc-links ul li {}

.dashboard-wrap .widget .inner .acc-links ul li a {
    display: block;
    transition: all .3s;
    color: #000;
    padding: 15px;
    border-left: 4px solid transparent;
    font-size: 13px;
}

.dashboard-wrap .widget .inner .acc-links ul li img {
    float: right;
    filter: grayscale(1);
    transition: all .3s;
}

.dashboard-wrap .widget .inner .acc-links ul li a:hover,
.dashboard-wrap .widget .inner .acc-links ul li.current a {
    background-color: #f8f8f8;
    border-left-color: #d1b284;
}

.dashboard-wrap .widget .inner .acc-links ul li a:hover img,
.dashboard-wrap .widget .inner .acc-links ul li.current a img {
    filter: none;
    transition: all .3s;
}

.dashboard-wrap .widget .inner .acc-links ul li:last-child {
    border-top: 1px solid #dfdfdf;
    margin-top: 15px;
    padding-top: 15px;
}

.dashboard-wrap .widget .inner .acc-info .p-img {
    float: left;
    width: 150px;
    margin-right: 20px;
    text-align: center;
}

.dashboard-wrap .widget .inner .acc-info .p-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: 20px;
}

.dashboard-wrap .widget .inner .acc-info .p-data {
    overflow: hidden;
}

.dashboard-wrap .widget .inner .acc-info .p-img .c-btn {
    width: 100%;
    background-color: #fff;
}

.dashboard-wrap .widget .inner .acc-info .p-data h3 {
    font-family: pop-md;
    font-size: 20px;
    margin-bottom: 20px;
}

.dashboard-wrap .widget .inner .acc-info .p-data ul li {
    font-size: 13px;
    margin-bottom: 20px;
}

.dashboard-wrap .widget .inner .acc-info .p-data ul li span {
    font-family: pop-md;
    color: #000;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.dashboard-wrap .widget .inner .acc-info .p-data ul li:last-child {
    margin: 0;
}

.dashboard-wrap .widget .inner .table {
    margin: 0;
}

.dashboard-wrap .widget .inner .table th {
    font-weight: normal;
    font-family: pop-md;
    font-size: 13px;
    padding: 15px;
}

.dashboard-wrap .widget .inner .table td {
    font-size: 13px;
    padding: 15px;
    vertical-align: middle;
}

.dashboard-wrap .widget .inner .edit-wrap .form-group {
    position: relative;
    margin-bottom: 20px;
    max-width: 60%;
}

.dashboard-wrap .widget .inner .edit-wrap .form-group:last-of-type {
    margin: 0;
}

.dashboard-wrap .widget .inner .edit-wrap .form-group .form-control {
    height: 45px;
    padding-left: 45px;
    border: 0;
    transition: all .3s;
}

.dashboard-wrap .widget .inner .edit-wrap .form-group i {
    position: absolute;
    left: 20px;
    top: 37px;
    font-size: 17px;
    color: #C0C1C7;
    transition: all .3s;
}

.dashboard-wrap .widget .inner .edit-wrap .form-group .c-btn {
    background: -webkit-linear-gradient(left, #061C0C, #421d31);
    color: #fff;
    transition: all .3s;
    border-color: transparent;
}

.dashboard-wrap .widget .inner .edit-wrap .form-group h5 {
    font-size: 13px;
    margin-bottom: 10px;
}

.dashboard-wrap .widget .inner .edit-wrap .form-group .form-control:focus + i {
    color: #d1b284;
    transition: all .3s;
}

.dashboard-wrap .widget .inner .edit-wrap .form-group .form-control:focus {
    box-shadow: 0 0 0 2px #d1b284;
    transition: all .3s;
}

.login-sidebar {
    width: 400px;
    height: 100%;
    /*background: -webkit-linear-gradient(left top, #25482F, #3C8D51, #1A6E35, #12341C);*/
    background-color: #421d3c;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
}

.login-sidebar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.login-sidebar .l-logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.login-sidebar .social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}

.login-sidebar .social a {
    color: #fff;
    font-size: 12px;
    margin: 0 10px;
    transition: all .3s;
}

.login-sidebar .social a:hover {
    color: #d1b284;
    transition: all .3s;
}

.login-content {
    padding: 90px 70px;
    margin-left: 400px;
    position: relative;
    float: left;
    width: 100%;
    max-width: calc(100% - 400px);
}

.login-content .nav-tabs {
    margin-left: -180px;
    border: 0;
    position: absolute;
}

.login-content .nav-tabs li {
    margin: 0;
    display: block;
    float: none;
}

.login-content .nav-tabs li a {
    border: 0 !important;
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 15px 35px;
    color: #fff;
    background-color: transparent;
    margin: 0;
    transition: all .3s;
}

.login-content .nav-tabs li.active a {
    color: #000;
    transition: all .3s;
    background-color: #fff;
}

.login-content .form-group {
    padding: 10px;
    position: relative;
}

.login-content .form-group .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #dfdfdf;
    padding: 0 30px;
    height: 45px;
}

.login-content .form-group i {
    position: absolute;
    left: 13px;
    top: 21px;
    font-size: 20px;
    color: #C0C1C7;
    transition: all .3s;
}

.login-content .form-group .form-control::placeholder {
    color: #C0C1C7;
}

.login-content .form-group.has-btn {
    text-align: center;
    margin-top: 20px;
}

.login-content .form-group .c-btn {
    background-color: #d1b284;
    border: 0;
    color: #fff;
    box-shadow: 0 1px 2px rgb(209, 178, 132);
    border-radius: 5px;
    padding: 0 100px;
    height: 45px;
    line-height: 45px;
}

.login-content .inner {
    margin: 0 auto;
    max-width: 60%;
}

.login-content .form-group .form-control:focus {
    box-shadow: none;
    border-bottom-color: #d1b284;
    transition: all .3s;
}

.login-content .form-group .form-control:focus + i {
    color: #d1b284;
    transition: all .3s;
}

.login-content .form-group.f-extra {
    text-align: center;
    margin: 20px 0;
}

.login-content .form-group.f-extra a {
    color: #000;
    font-family: pop-md;
    font-size: 13px;
}

.login-content .oth {
    float: left;
    text-align: center;
    border-top: 1px solid #dfdfdf;
    margin-top: 20px;
    width: 100%;
    position: relative;
    padding-top: 5px;
    z-index: 1;
}

.login-content .oth:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #d1b284;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
}

.login-content .oth:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    height: 20px;
    width: 80px;
    top: -5px;
    z-index: -1;
}

.login-content .oth a {
    color: #C0C1C7;
    font-family: pop-md;
    font-size: 13px;
    text-transform: none;
    display: table-cell;
    width: 1%;
    text-align: center;
    padding: 15px;
    transition: all .3s;
}

.login-content .oth a:hover {
    color: #d1b284;
    transition: all .3s;
}

.login-content #register .inner {
    max-width: 100%;
}

.login-content #register .inner .form-group {
    padding: 15px;
}

.login-content #register .inner .form-group i {
    top: 27px;
}

.login-content .form-group .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #dfdfdf;
    padding: 0 30px;
    height: 45px;
}

.login-content .form-group .select2-container--default .select2-selection--single:focus {
    border-bottom-color: #d1b284;
    transition: all .3s;
}

.login-content .form-group .select2-container--default .select2-selection--single .select2-selection__rende#d1b284 {
    color: #C0C1C7;
    padding: 0;
    line-height: 45px;
}

.login-content .form-group .select2-container--default .select2-selection--single:focus .select2-selection__rende#d1b284 {
    color: #000;
    transition: all .3s;
}

.login-content .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #dfdfdf transparent transparent transparent;
}

.login-content .form-group.f-extra label {
    font-weight: normal;
    margin: 0;
}

.login-content .form-group.f-extra label input {
    display: none;
}

.login-content .form-group.f-extra label input:checked + span:before {
    background-color: #d1b284;
    transition: all .3s;
    box-shadow: 0 0 0 1px #d1b284;
}

.login-content .form-group.f-extra label span:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    transition: all .3s;
    box-shadow: 0 0 0 1px #dfdfdf;
    background-color: #fff;
}

.login-content .form-group.f-extra label span {
    cursor: pointer;
}

.login-content #register .inner .form-group .c-btn {
    padding: 0 150px;
}

.login-content #forget .inner {
    max-width: 70%;
    padding-top: 200px;
}

.hero .item .op-glass {
    width: 30px;
    height: 55px;
    border: 2px solid #fff;
    border-radius: 5px;
    transition: all .3s;
    display: inline-block;
    margin: 0 auto 6px;
    position: relative;
}

.hero .item .op-glass:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    transition: all .3s;
}

.hero .item .op-glass:after {
    content: '';
    position: absolute;
    left: 4px;
    bottom: 10px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    transition: all .3s;
}

.hero .item.active .op-glass:before {
    left: 4px;
    transition: all .3s;
}

.hero .item.active .op-glass:after {
    left: 12px;
    transition: all .3s;
}

.hero .item.active .op-glass {
    background-color: #d1b284;
    transition: all .3s;
}

.hero .item .tog-glass {
    position: absolute;
    left: 50%;
    top: 170px;
    z-index: 16;
    transform: translateX(-50%);
    text-align: center;
}

.hero .item .tog-glass span {
    display: block;
    color: #fff;
    font-family: pop-lt;
    text-transform: none;
}

.hero .item.active:before {
    width: 0;
    transition: all 3s;
}

.hero .item:before {
    transition: all 3s;
    border-right: 10px solid #fff;
    box-shadow: 10px 0 0 rgba(58, 210, 105, 0.68);
    width: calc(100% + 20px);
}

.hero.inner-hero .item .cap {
    top: 60%;
}

.hero.inner-hero .item .tog-glass {
    top: 130px;
}

.st-menu .inner ul li a span {
    font-size: inherit;
    color: #d1b284;
    margin-left: 10px;
}

body {
    overflow-x: hidden;
}

.bg span {
    display: inline-block;
    min-width: 70px;
    padding: 14px 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f01c1c;
    border-radius: 0;
}

.proj-data .offer {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: #fff;
    padding: 10px 20px;
}
