@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap';body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: poppins,Arial,Helvetica,sans-serif;
    overflow-x: hidden!important;
    color: #161c2d
}

img {
    height: auto;
    width: 100%
}

table {
    color: #969696
}

td {
    padding-right: 10px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px
}

ul {
    padding: 0;
    margin: 0
}

ul>li {
    list-style: none;
    margin: 8px 0;
    line-height: 1.5
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: 1.6
}

@media screen and (min-width: 768px) {
    h1 {
        line-height:1.2;
        margin-bottom: 1rem
    }
}

h2 {
    font-size: 1.75rem;
    line-height: 1.3
}

h3 {
    font-size: 1.5rem;
    line-height: 1.3
}

h4 {
    font-size: 1.25rem;
    line-height: 1.3
}

h5 {
    font-size: 1rem;
    font-weight: 400
}

h6 {
    font-size: .87rem;
    font-weight: 400;
    line-height: 1.5
}

p {
    font-size: 1rem;
    line-height: 1.6
}

.text-muted {
    color: #495057!important
}

.space {
    letter-spacing: .5px
}

a {
    color: #969696;
    text-decoration: none;
    font-size: 13px;
    transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out
}

a:hover,a:focus {
    color: #969696;
    outline: none
}

.btn {
    background-color: #007bff;
    font-weight: 600;
    padding: 12px 18px;
    border: none;
    color: #fff;
    border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    -ms-border-radius: 2.5px;
    -o-border-radius: 2.5px;
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear
}

.btn:hover,.btn:focus {
    background-color: #0062ff;
    color: #fff
}

.bg-color {
    background-color: rgba(248,249,250,.7)
}

.bg-color2 {
    background-color: #f8f9fa
}
.white .opa {
  
    color: #000;
}
.white a {
  
    color: #000;
}
.white a:hover {
  
    color: #000;
}
.white .head {
    
    background: #e9e543;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: 7px 5px 9px 0px #b1b1b1;
}

.d-inline-block {
    
    margin-right: 15px;
}
.bg-dark {
    background-color: #111213!important
}

.bg-dark2 {
    background-color: #2a2c2e!important
}

.home-wrapper {
    padding: 120px 0;
    position: relative
}

.bg-overlay {
    background: rgba(0,0,0,.7);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bg-overlay-8 {
    background: rgba(0,0,0,.8);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-center {
    position: relative;
    display: table;
    width: 100%;
    height: 100%
}

.home-center-desc {
    display: table-cell;
    vertical-align: middle
}

.opa {
    position: relative;
    z-index: 1
}

.justify-vertical {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

@media(min-width: 992px) {
    .container-fluid {
        padding-left:0;
        padding-right: 0
    }
}

.no-gutter>.col,.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0
}

.fullscreen {
    min-height: 100vh!important
}

.shadow {
    box-shadow: 0 0 50px -35px rgba(0,0,0,.4)!important
}

.fixed-bottom {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.fullscreen--2 {
    min-height: 88vh!important
}

@media(min-width: 992px) {
    .fixed-bottom {
        position:fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030
    }
}

.sale {
    font-size: 3.2rem;
    font-weight: 500;
    padding: .5rem 0;
    line-height: 1.3
}

.head {
    font-size: 4.7rem;
    font-weight: 700;
    line-height: 1.2
}

.sale-item span {
    font-size: 3rem;
    font-weight: 500!important
}

@media(min-width: 992px) {
    .panel .fullwidth {
        min-height:100vh
    }
}

@media(max-width: 767.98px) {
    .sale {
        font-size:calc(100% + 3vw)
    }

    .head {
        font-size: calc(100% + 7vw)
    }

    header ul>li {
        font-size: calc(60% + 1vw)
    }
}

@media(max-width: 575.98px) {
    .sale {
        font-size:calc(100% + 2.2vw)
    }

    .head {
        font-size: calc(100% + 6vw)
    }

    .sale-item span {
        font-size: calc(100% + 1.2vw)
    }

    .sale-item p {
        font-size: calc(80% + 1vw)
    }
}

@media(max-width: 319.98px) {
    .sale {
        font-size:calc(80% + 2vw)
    }

    .head {
        font-size: calc(80% + 5vw)
    }

    .sale-item span {
        font-size: calc(80% + 1vw)
    }

    .sale-item p {
        font-size: calc(60% + 1vw)
    }
}

.sale-form p {
    font-size: 14px
}

.custom-form .form-group {
    margin-bottom: 1rem
}

.custom-form input.form-control,.custom-form textarea.form-control {
    background-color: transparent;
    font-size: 15px;
    border: 2px solid #ced4da
}

.custom-form input.form-control {
    height: 47px
}

.dark .custom-form input.form-control {
    color: #fff
}

.custom-form input.form-control:hover,.custom-form textarea.form-control:hover,.custom-form input.form-control:focus,.custom-form textarea.form-control:focus {
    box-shadow: none;
    border-color: #3389ff
}
		