html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover{
  color: #ff0000;
}
img{
  object-fit: cover;
  vertical-align: middle;
}
input, select, textarea {
    vertical-align: middle;
    padding: 12px 8px;
    border: 0;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    width: 100%;
    resize: none;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus{
  outline: 0;
  box-shadow: none!important;
  border-color: #000!important;
  border-bottom: 1px solid #fff;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Firefox 19+ */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* IE 10+ */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Firefox 18- */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
label{
    font-size: 16px;
    margin-bottom: 4px;
}
input[type="submit"]{
    background: #000;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    width: auto;
    padding: 12px 48px;
}
html, body {
  height: 100%;
  margin: 0;
}
body{
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif;
}
p{
    margin-bottom: 16px;
}
p:last-child{
    margin-bottom: 0;
}
img{
    object-fit: cover;
}
.section-padding{
    padding: 96px 0;
}
.custom-btn{
    color: #000;
    background: #fff;
    padding: 12px 24px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
}
.section-heading{
    position: relative;
    font-family: "Livvic", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 56px;
}
.section-heading:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 50px;
    background: #000;
}
.wpcf7-not-valid-tip{
    position: relative;
    top: -15px;
    font-size: 14px;
    line-height: 20px;
}

/* Header Style */
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 9999;
}
.header .navbar{
    padding: 16px 0;
}
.header .navbar-brand{
    color: #fff;
}
.header li.nav-item{
    font-weight: 500;
    text-transform: uppercase;
    border-right: 1px solid #fff;
}
.header li.nav-item:last-child{
    border-right: 0;
}
.header li.nav-item a{
    color: #fff;
    padding: 0 16px!important;
}
.fw-600{
    font-weight: 600;
}

/* Home Style */
.section-banner{
    overflow: hidden;
}
.section-banner .banner-content{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.section-banner .banner-content:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background-color: rgb(0 0 0 / 10%);
}
.section-banner .banner-content h1,
.section-banner .banner-content h2,
.section-banner .banner-content h3{
    position: absolute;
    left: 30px;
    padding: 16px 48px;
    background-color: rgb(255 255 255 / 30%);
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.section-banner .banner-content h1{
    top: 20%;
}
.section-banner .banner-content h2{
    top: 33%;
}
.section-banner .banner-content h3{
    top: 46%;
}
.section-category .category-img{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.section-category .category-name{
    position: relative;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 16px;
    letter-spacing: 3px;
    font-family: "Livvic", sans-serif;
}
.section-category .category-name span{
    display: inline-block;
}
.section-category .category-name:after{
    content: '';
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-40%);
    background: #000;
    height: 2px;
}
.section-category .category-name.women:after{
    width: calc(100% - 150px);
}
.section-category .category-name.men:after{
    width: calc(100% - 85px);
}
.section-category .custom-btn{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.section-services .service-name{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 0;
    margin-bottom: 24px;
    font-family: "Livvic", sans-serif;
    font-weight: 600;
    font-size: 20px;
    border: 2px solid #000;
    transition: all 0.5s ease;
}
.section-services .service-name a{
    color: #fff;
}
.section-services .service-name:hover{
    border: 2px solid #000;
    background: #fff;
    color: #000;
    transition: all 0.5s ease;
}
.section-services .service-name:hover a{
    color: #000;
}
.section-services .service-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.section-promotional{
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 550px;
}
.section-promotional:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
}
.section-promotional .promotion-text{
    position: absolute;
    width: 100%;
    max-width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 16px 48px;
    background-color: rgb(255 255 255 / 50%);
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    font-family: "Livvic", sans-serif;
}
.section-inner-banner{
    background: #d5cdbc;
}
.section-inner-banner h1{
    font-family: "Livvic", sans-serif;
    color: #000;
    font-weight: 600;
    font-size:56px;
    line-height: 64px;
}
.section-contact h2{
    text-transform: capitalize;
}
.section-single-blog .blog-featured-img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.section-single-blog h2{
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
}
.section-single-blog .price{
    font-size: 24px;
    line-height: 32px;
}
.section-gallery .gallery-img{
    margin-bottom: 24px;
}
.section-gallery .gallery-img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}

/* Footer Style */
.footer{
    background: #000;
    padding: 48px 0;
    color: #fff;
}
.footer .footer-head{
    font-size: 24px;
    line-height: 32px;
    font-family: "Livvic", sans-serif;
    font-weight: 600;
    margin-bottom: 24px;
}
.footer ul li{
    padding-bottom: 8px;
}
.footer ul li a{
    color: #fff;
}
.footer ul.our-services li{
    display: inline-block;
    width: 100%;
    max-width: 49%;
}
.copyright{
    background: #000;
    color: #fff;
    padding-bottom: 16px;
}

@media screen and (max-width: 1400px){}
@media screen and (max-width: 1199px){}
@media screen and (max-width: 991px){}
@media screen and (max-width: 767px){
    .navbar-toggler{
        background: #fff;
    }
    .header li.nav-item{
        border-right: 0;
    }
    .header li.nav-item a{
        padding: 12px 0 0 0px!important;
    }
    .section-promotional{
        height: 300px;
    }
    .section-promotional .promotion-text{
        max-width: 90%;
        font-size: 20px;
        line-height: 28px;
    }
    .video-wrapper video{
        height: 750px;
    }
    .section-services .service-img img{
        height: 250px;
    }
    .footer{
        text-align: center;
    }
    .footer .col-md-3{
        margin-bottom: 32px;
    }
    .copyright{
        text-align: center;
    }
}