html,body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: white;
    color: white;
    font-family: sinkinSansRegular;
}
@font-face {
  font-family: sinkinSansThin;
  src: url('../fonts/sinkin-sans/SinkinSans-100Thin.otf'); 
}
@font-face {
  font-family: sinkinSansThin;
  src: url('../fonts/sinkin-sans/SinkinSans-100Thin.otf'); 
}
@font-face {
  font-family: sinkinSansLight;
  src: url('../fonts/sinkin-sans/SinkinSans-300Light.otf'); 
}
@font-face {
  font-family: sinkinSansRegular;
  src: url('../fonts/sinkin-sans/SinkinSans-400Regular.otf'); 
}
@font-face {
  font-family: sinkinSansMedium;
  src: url('../fonts/sinkin-sans/SinkinSans-500Medium.otf'); 
}
@font-face {
  font-family: sinkinSansSemiBold;
  src: url('../fonts/sinkin-sans/SinkinSans-600SemiBold.otf'); 
}
@font-face {
  font-family: sinkinSansBold;
  src: url('../fonts/sinkin-sans/SinkinSans-700Bold.otf'); 
}
@font-face {
  font-family: sinkinSansBlack;
  src: url(../fonts/sinkin-sans/SinkinSans-800Black.otf); 
}
h1 {
    font-family: sinkinSansBold;
}
h2, h4, h5, h6 {
    font-family: sinkinSansSemiBold;
}
p, .content, .btn {
    font-family: sinkinSansLight;
}
p, .content {
    color: #0f0f0f;
    font-size: 14px;
    line-height: 1.7;
}

* {
    outline: none !important;
}
.pre-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url(../images/loading.gif) center center no-repeat #ffffff;
    background-size: 500px 500px;
}

/*Bounce Button*/
.bounce-btn {
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
}
.bounce-btn:hover, .bounce-btn:focus, .bounce-btn:active {
    color: white;
}
.bounce-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.bounce-btn:hover::before, .bounce-btn:focus::before, .bounce-btn:active::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
        transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
       transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/*Navbar*/
.top-header .navbar {
    padding: 0;
}
.top-header .navbar .container-fluid {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.top-header .navbar-brand {
    width: 33.333333%;
    text-align: center;
    margin-right: 0;
}
.top-header .navbar-brand img {
    margin-top: 20px;
    max-width: 125px;
}
.top-header .navbar-collapse {
    background-color: #0f0f0f;
}
.top-header .navbar-nav {
    margin-top: 15px;
}
.top-header .navbar-nav li {
    padding: 0 15px;
}
.top-header .navbar-nav li a {
    color: white;
    position: relative;
    padding-right: 0 !important;
    padding-left: 0 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.top-header .navbar-nav li a:hover {
    color: #ff602f;
}
.top-header .navbar-nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ff602f;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.top-header .navbar-nav li a.active::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.pd-perc {
    padding: 0 calc(15px + 5%);
}

.pos-relate {
    position: relative;
}

/*parallax banner*/
.hero {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
}
.hero .background-wrap, .hero .bg {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
}
/*Banner*/
.banner-img {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.banner-img .hero .background-wrap {
    width: 100%;
    height: 100%;
}
.banner-img .bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.banner-detail {
    width: 100%;
}
.banner-detail h1 {
    color: #0f0f0f;
    text-transform: uppercase;
    text-align: center;
    font-size: 45px;
    margin: 0;
    line-height: 1.1;
}
.banner-detail .content, .banner-detail p {
    font-size: 14px;
    text-align: justify;
    padding-top: 5%;
}

.home-section .next-btn {
    position: absolute;
    bottom: 20px;
    right: 0;
    background-color: #ff602f;
    width: 110px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.home-section .next-btn:hover, .home-section .next-btn::before {
    background: rgba(15, 15, 15, 0.73);
}
.home-section .next-btn img {
    width: 20px;
    height: auto;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.home-section .next-btn:hover img {
    margin-top: 10px;
}
.home-section .section-num {
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 65px;
    width: auto;
    background: rgba(15, 15, 15, 0.73);
    color: #ff602f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
}
.home-section .section-num .line {
    width: 100px;
    height: 1px;
    background: #ff602f;
    margin-left: 8px;
}


/*Slider Animation*/
.home-banner .slider-track {
    -webkit-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  }
.home-banner .banner-img .bg {
    width: 100%;
    -webkit-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transform: scale(1.2) !important;
          -ms-transform: scale(1.2) !important;
              transform: scale(1.2) !important;
}
.home-banner .slick-active .bg {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
}

/*About Section*/
.about-section .about-detail-bg {
    background-color: #0f0f0f;
}
.about-section .about-detail h2 {
    color: white;
}
.about-section .about-detail .content, .about-section .about-detail p {
    font-size: 14px;
    text-align: justify;
    padding-top: 5%;
    color: white;
}
.about-cat-bg {
    background-color: #2b2b2b;
}
h2.main-title {
    font-size: 24px;
}
.category-sec {
    width: 100%;
}
.category-sec h2 {
    color: white;
    padding-bottom: 30px;
}
.category-wrap .cat-img {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 80%;
}
.category-wrap .cat-img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.category-wrap h6 {
    color: white;
    text-transform: uppercase;
    margin: 15px 0;
}
.category-wrap .content, .category-wrap p {
    color: white;
    text-align: justify;
}
.category-wrap .btn {
    margin-top: 15px;
    background-color: #0f0f0f;
    border-radius: 0;
    color: #ff602f !important;
    font-size: 14px;
    padding: 8px 16px;
}

.about-section .section-num {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    color: #ff602f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
}
.about-section .section-num .line {
    width: 100px;
    height: 1px;
    background: #ff602f;
    margin-left: 8px;
}
.about-section .next-n-prev {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.about-section .next-n-prev .btn {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.about-section .next-n-prev .btn img {
    width: 10px;
    height: auto;
}
.about-section .next-n-prev .btn:hover, .about-section .next-n-prev .btn:before {
    background:#ff602f; 
}
/*Collection Section*/
.collection-detail h2 {
    color: #0f0f0f;
}
.collection-detail .content {
    font-size: 14px;
    text-align: justify;
    padding-top: 5%;
    color: white;
}
.collection-list {
    width: 100%;
}
.collection-list .row {
    margin: 0 -4px;
}
.collection-list .row > [class*='col-'] {
    padding-right: 4px;
    padding-left: 4px;
}
.collection-wrap .image-wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 250px;
    margin: 4px 0;
    overflow: hidden;
    cursor: crosshair;
    -webkit-box-shadow: 0px 0px 14px -8px rgba(0,0,0,0.46);
    box-shadow: 0px 0px 14px -8px rgba(0,0,0,0.46);
}
.collection-wrap .image-wrapper .collection-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}
.collection-wrap .image-wrapper .overlay {
    position: absolute;
    width: 100%;
    height: 0;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.collection-wrap:hover .image-wrapper .overlay {
    height: 100%;
    width: 100%;
    opacity: 1;
}
.collection-wrap .image-wrapper .overlay h6 {
    text-transform: uppercase;
    color: white;
    margin: 0;
}
.collection-wrap .image-wrapper .overlay .btn {
    color: white;
    border-radius: 0;
    background-color: #ff602f;
    font-size: 14px;
    padding: 4px 16px;
    margin-top: 15px;
}
.collection-wrap .image-wrapper .overlay .btn:hover {
    color: #0f0f0f !important;
}
.collection-wrap .image-wrapper .overlay .bounce-btn::before {
    right: 1px;
}

.new-collection-section .section-num {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    color: #ff602f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
}
.new-collection-section .section-num .line {
    width: 100px;
    height: 1px;
    background: #ff602f;
    margin-left: 8px;
}

/*Contact section*/
.address-sec-bg {
    background-color: #0f0f0f;
}
.contact-us-sec-bg {
    background-color: #2b2b2b;
}
.address-sec {
    width: 100%;
}
.contact-us-sec {
    width: 100%;
}

.address-sec {
    text-align: center;
}
.footer-logo {
    max-width: 150px;
    padding-bottom: 10%;
    margin: 0 auto;
}
.address-wrap h5 {
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
}
.address-wrap .content {
    color: white;
}
.address-wrap p, .address-wrap p a {
    color: white;
}
.contact-us-sec h2.main-title {
    margin: 0;
    color: white;
    text-transform: uppercase;
    padding-bottom: 5%;
    text-align: center;
    padding-bottom: 10%;
}
.contact-form .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.44);
    background: transparent;
    padding: 6px 0 3px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.44);
}
.contact-form .submit-btn {
    margin-top: 25px;
    text-align: center;
}
.contact-form .submit-btn .btn {
    background-color: white;
    color: #ff602f !important;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.contact-form .submit-btn .btn:hover {
    background-color: #ff602f;
    color: white !important;
}
.contact-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.44);
}
.contact-form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.44);
}
.contact-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.44);
}
.contact-form .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.44);
}
.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.44);
}
.contact-form .form-control:focus, .contact-form .form-control:active {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.social-media {
    padding: 25px 0;
}
.social-media img {
    margin: 0 10px;
    width: 35px;
    height: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.social-media a:hover img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}

p.copyright {
    color: white;
    margin: 0;
    font-size: 12px;
}
p.copyright a {
    color: white;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    font-size: 12px;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
}html,body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: white;
    color: white;
    font-family: sinkinSansRegular;
}
@font-face {
  font-family: sinkinSansThin;
  src: url('../fonts/sinkin-sans/SinkinSans-100Thin.otf'); 
}
@font-face {
  font-family: sinkinSansThin;
  src: url('../fonts/sinkin-sans/SinkinSans-100Thin.otf'); 
}
@font-face {
  font-family: sinkinSansLight;
  src: url('../fonts/sinkin-sans/SinkinSans-300Light.otf'); 
}
@font-face {
  font-family: sinkinSansRegular;
  src: url('../fonts/sinkin-sans/SinkinSans-400Regular.otf'); 
}
@font-face {
  font-family: sinkinSansMedium;
  src: url('../fonts/sinkin-sans/SinkinSans-500Medium.otf'); 
}
@font-face {
  font-family: sinkinSansSemiBold;
  src: url('../fonts/sinkin-sans/SinkinSans-600SemiBold.otf'); 
}
@font-face {
  font-family: sinkinSansBold;
  src: url('../fonts/sinkin-sans/SinkinSans-700Bold.otf'); 
}
@font-face {
  font-family: sinkinSansBlack;
  src: url(../fonts/sinkin-sans/SinkinSans-800Black.otf); 
}
h1 {
    font-family: sinkinSansBold;
}
h2, h4, h5, h6 {
    font-family: sinkinSansSemiBold;
}
p, .content, .btn {
    font-family: sinkinSansRegular;
}
p, .content {
    color: #0f0f0f;
    font-size: 12px;
    line-height: 1.7;
}

* {
    outline: none !important;
}
.pre-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url(../images/loading.gif) center center no-repeat #ffffff;
    background-size: 500px 500px;
}

/*Bounce Button*/
.bounce-btn {
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
}
.bounce-btn:hover, .bounce-btn:focus, .bounce-btn:active {
    color: white;
}
.bounce-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.bounce-btn:hover::before, .bounce-btn:focus::before, .bounce-btn:active::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
        transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
       transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/*Navbar*/
.top-header .navbar {
    padding: 0;
}
.top-header .navbar .container-fluid {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.top-header .navbar-brand {
    width: 33.333333%;
    text-align: center;
    margin-right: 0;
}
.top-header .navbar-brand img {
    margin-top: 20px;
    max-width: 125px;
}
.top-header .navbar-collapse {
    background-color: #0f0f0f;
}
.top-header .navbar-nav {
    margin-top: 15px;
}
.top-header .navbar-nav li {
    padding: 0 15px;
}
.top-header .navbar-nav li a {
    color: white;
    position: relative;
    padding-right: 0 !important;
    padding-left: 0 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.top-header .navbar-nav li a:hover {
    color: #ff602f;
}
.top-header .navbar-nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ff602f;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.top-header .navbar-nav li a.active::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.pd-perc {
    padding: calc(15px + 5%);
}

.pos-relate {
    position: relative;
}

/*parallax banner*/
.hero {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
}
.hero .background-wrap, .hero .bg {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
}
/*Banner*/
.banner-img {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.banner-img .hero .background-wrap {
    width: 100%;
    height: 100%;
}
.banner-img .bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.banner-detail {
    width: 100%;
}
.banner-detail h1 {
    color: #0f0f0f;
    text-transform: uppercase;
    text-align: center;
    font-size: 45px;
    margin: 0;
    line-height: 1.1;
}
.banner-detail .content, .banner-detail p {
    font-size: 14px;
    text-align: justify;
    padding-top: 5%;
}

.home-section .next-btn {
    position: absolute;
    bottom: 20px;
    right: 0;
    background-color: #ff602f;
    width: 110px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.home-section .next-btn:hover, .home-section .next-btn::before {
    background: rgba(15, 15, 15, 0.73);
}
.home-section .next-btn img {
    width: 20px;
    height: auto;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.home-section .next-btn:hover img {
    margin-top: 10px;
}
.home-section .section-num {
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 65px;
    width: auto;
    background: rgba(15, 15, 15, 0.73);
    color: #ff602f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
}
.home-section .section-num .line {
    width: 100px;
    height: 1px;
    background: #ff602f;
    margin-left: 8px;
}


/*Slider Animation*/
.home-banner .slider-track {
    -webkit-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  }
.home-banner .banner-img .bg {
    width: 100%;
    -webkit-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transform: scale(1.2) !important;
          -ms-transform: scale(1.2) !important;
              transform: scale(1.2) !important;
}
.home-banner .slick-active .bg {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
}

/*About Section*/
.about-section .about-detail-bg {
    background-color: #0f0f0f;
}
.about-section .about-detail h2 {
    color: white;
}
.about-section .about-detail .content, .about-section .about-detail p {
    font-size: 14px;
    text-align: justify;
    padding-top: 5%;
    color: white;
}
.about-cat-bg {
    background-color: #2b2b2b;
}
h2.main-title {
    font-size: 24px;
}
.category-sec {
    width: 100%;
}
.category-sec h2 {
    color: white;
    padding-bottom: 30px;
}
.category-wrap .cat-img {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 80%;
}
.category-wrap .cat-img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.category-wrap h6 {
    color: white;
    text-transform: uppercase;
    margin: 15px 0;
}
.category-wrap .content, .category-wrap p {
    color: white;
    text-align: justify;
}
.category-wrap .btn {
    margin-top: 15px;
    background-color: #0f0f0f;
    border-radius: 0;
    color: #ff602f !important;
    font-size: 14px;
    padding: 8px 16px;
}

.about-section .section-num {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    color: #ff602f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
}
.about-section .section-num .line {
    width: 100px;
    height: 1px;
    background: #ff602f;
    margin-left: 8px;
}
.about-section .next-n-prev {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.about-section .next-n-prev .btn {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.about-section .next-n-prev .btn img {
    width: 10px;
    height: auto;
}
.about-section .next-n-prev .btn:hover, .about-section .next-n-prev .btn:before {
    background:#ff602f; 
}
/*Collection Section*/
.collection-detail h2 {
    color: #0f0f0f;
	font-size:45px;
}
.collection-detail .content {
    font-size: 14px;
    text-align: justify;
    padding-top: 5%;
    color: white;
}
.collection-list {
    width: 100%;
}
.collection-list .row {
    margin: 0 -4px;
}
.collection-list .row > [class*='col-'] {
    padding-right: 4px;
    padding-left: 4px;
}
.collection-wrap .image-wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 250px;
    margin: 4px 0;
    overflow: hidden;
    cursor: crosshair;
    -webkit-box-shadow: 0px 0px 14px -8px rgba(0,0,0,0.46);
    box-shadow: 0px 0px 14px -8px rgba(0,0,0,0.46);
}
.collection-wrap .image-wrapper .collection-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}
.collection-wrap .image-wrapper .overlay {
    position: absolute;
    width: 100%;
    height: 0;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.collection-wrap:hover .image-wrapper .overlay {
    height: 100%;
    width: 100%;
    opacity: 1;
}
.collection-wrap .image-wrapper .overlay h6 {
    text-transform: uppercase;
    color: white;
    margin: 0;
}
.collection-wrap .image-wrapper .overlay .btn {
    color: white;
    border-radius: 0;
    background-color: #ff602f;
    font-size: 14px;
    padding: 4px 16px;
    margin-top: 15px;
}
.collection-wrap .image-wrapper .overlay .btn:hover {
    color: #0f0f0f !important;
}
.collection-wrap .image-wrapper .overlay .bounce-btn::before {
    right: 1px;
}

.new-collection-section .section-num {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    color: #ff602f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
}
.new-collection-section .section-num .line {
    width: 100px;
    height: 1px;
    background: #ff602f;
    margin-left: 8px;
}

.new-collection-section .next-n-prev {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.new-collection-section .next-n-prev .btn {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	background-color: #0f0f0f;
}
.new-collection-section .next-n-prev .btn img {
    width: 10px;
    height: auto;
}
.new-collection-section .next-n-prev .btn:hover, .new-collection-section .next-n-prev .btn:before {
    background:#ff602f; 
}

/*Contact section*/
.address-sec-bg {
    background-color: #0f0f0f;
}
.contact-us-sec-bg {
    background-color: #2b2b2b;
}
.address-sec {
    width: 100%;
}
.contact-us-sec {
    width: 100%;
}

.address-sec {
    text-align: center;
}
.footer-logo {
    max-width: 150px;
    padding-bottom: 10%;
    margin: 0 auto;
}
.address-wrap h5 {
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
}
.address-wrap .content {
    color: white;
}
.address-wrap p, .address-wrap p a {
    color: white;
}
.contact-us-sec h2.main-title {
    margin: 0;
    color: white;
    text-transform: uppercase;
    padding-bottom: 5%;
    text-align: center;
    padding-bottom: 10%;
}
.contact-form .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.44);
    background: transparent;
    padding: 6px 0 3px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.44);
}
.contact-form .submit-btn {
    margin-top: 25px;
    text-align: center;
}
.contact-form .submit-btn .btn {
    background-color: white;
    color: #ff602f !important;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.contact-form .submit-btn .btn:hover {
    background-color: #ff602f;
    color: white !important;
}
.contact-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.44);
}
.contact-form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.44);
}
.contact-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.44);
}
.contact-form .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.44);
}
.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.44);
}
.contact-form .form-control:focus, .contact-form .form-control:active {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.social-media {
    padding: 25px 0;
}
.social-media img {
    margin: 0 10px;
    width: 35px;
    height: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.social-media a:hover img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}

p.copyright {
    color: white;
    margin: 0;
    font-size: 12px;
}
p.copyright a {
    color: white;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    font-size: 12px;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.cat-relate-sec {
    position: relative;
    z-index: 1;
}
.slick-btn-actions {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-btn-actions .action-btn {
    background-color: #ff602f;
    padding: 10px 15px;
    font-size: 20px;
}
.slick-btn-actions .action-btn:hover {
    color: black !important;
}