body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    background: #111;
	color:#fff;
    overflow-x: hidden
}
a {
    color: #a2c5db;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.page-title img{
  width:100%;
}

a:active,a:focus,a:hover {
    text-decoration: none;
    outline: 0;
    color: #111
}
h1,h2,h3,h4,h5,h6 {
    line-height: 1.6em;
    font-weight: 700;
    text-transform: uppercase
}
.bg_grps{
 background:#4b4b4b;
}
h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}
strong {
    font-weight: 700
}
@media (max-width: 991px){
    .container{
        width: 100%
    }
}
@media (min-width: 1200px) and (max-width: 1349px){
    .container{
        width: 1170px;
    }
}
@media (min-width: 1350px){
    .container{
        width: 1320px;
    }
}
/* Header  */
.stchead {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 15px 0;
    background-color: rgba(0,0,0,0.6);
}
.fixed {
    position: fixed !important;
    top: 0;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    padding:8px 0 !important;
    background-color: rgba(0,0,0,0.6);
}
.topbar {
    margin: 12px 0 0 0;
}
.topbar li {
    margin-left: 20px;
    margin-right: 0;

}
.topbar li a {
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}
.topbar li a:hover {
    color: #18385a;
}
.owl-wrapper-outer,.owl-carousel{
  background: #4b4b4b;
  border:none;
}
.freal-sp {
    padding: 5px;
	text-align: center;
}
.flreal {
    transition: 0.4s ease;
    margin: 15px 0;
    border-radius: 4px;
    border: 1px solid #757272;
    background-color: #4b4b4b;
    padding: 5px;
}
.flreal img{
	border-radius: 4px;
}
#feature-slid.owl-carousel{
  margin:0;
}
.flreal h5 {
    text-transform: none;
    margin: 5px 0 0 0;
    font-size: 16px;
}
/* header Over */
/* Top banner */
.dragdrop img{
	max-width: 100%;
}
.dragdrop{
	background: #4b4b4b;
	padding: 60px 0;
}
.mainimglogo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.mainimglogo h2{
    color: #fff;
    font-size: 20px;
    margin: 20px 0 0 0;
    text-transform: capitalize;
}
.wbmainslide{
    overflow: hidden;
}
.wbmainimg{
    width: 100%;
    height: inherit;
    background: url("../images/banner-img/mainimg.jpg") no-repeat center;
    background-size: cover;
    animation: slideShow 14s linear infinite 0s;
}
.wbmainimg .wbimg1{
    transition: 0.8s ease-out;
}
.wbmainimg .wbimg2 {
    transition: 1.0s ease-out;
}
.wbmainimg .wbimg3 {
    transition: 1.2s ease-out;
}
.wbmainimg .wbimg4 {
    transition: 1.4s ease-out;
}
.wbmainimg .wbimg5 {
    transition: 1.6s ease-out;
}
.wbmainimg .wbimg6 {
    transition: 1.8s ease-out;
}
.wbmainimg .wbimg6 img{
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
}
.wbmainimg .wbimg7 {
    transition: 2s ease-out;
}
.wbmainimg .wbimg7 img{
    position: absolute;
    margin-top: -25%;
}

/* Product */
.wbclrcust{
	margin-top: 50px
}
.wbmainimg img{
    border-radius: 6px;
}
.wbinfodemo {
    margin-top: 15px;
}
.heading{
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 33px;
    text-transform: capitalize;
    margin-top: 0;
    text-align: center
}
.heading span{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.wballimg{
	margin-top: 50px;
}
.wballimg figure {
    transition: all .3s ease;
}
.wballimg1{
    margin-bottom: 60px;
}
.wbimgbg {
    display: inline-block;
    height: 500px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
.wbimgbg .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    height: 500px;
    left: 0;
    position: absolute;
    width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(68, 68, 68, 0.3);
    box-shadow: none;
    background-size: cover;
    border-radius: 15px;
    border: 1px solid #4b4b4b;
}
.wbimgbg .image-shop-scroll {
    transition: all 8s ease-out 0s;
}
.wbimgbg:hover .image-shop-scroll {
    background-position: center 100% !important;
}
.wbhighimg img {
    border-radius: 15px;
}

.wbinfodemo h2 {
    font-size: 18px;
    color: #444;
    margin-bottom: 10px;
}
.wbinfodemo .list-option {
    margin-bottom: 25px;
    padding-left: 10px;
}
.wbinfodemo .list-option li {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
    color: #666;
    list-style-type: none;
    padding-left: 0px;
}
.wbinfodemo .demo-item-btn {
    display: inline-flex;
    align-items: center;
    height: 42px;
    line-height: 38px;
    border: 2px solid #f2e7dc;
	background: #f2e7dc;
    padding: 0 27px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .2s;
    -webkit-transition: .2s;
    color: #000;
    margin:0;
    border-radius: 15px;
}
.wbinfodemo .demo-item-btn:hover {
    background: #ffd8b2;
    color: #000;
    border: 2px solid #ffd8b2;
}
/*bg txt*/
.mainbgtext {
    position: absolute;
    top: 27%;
    z-index: 0;
    overflow: hidden;
    text-align: left;
    padding-left: 120px;
}
.mainbgtext a:hover {
    background-color: #ff6f00;
    color: #fff;
}
.logo {
    padding: 3px 0 15px;
    display: inline-block;
}
.mainbgtext h2 {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 55px;
    line-height: 70px;
    margin: 0 0 20px 0;
}
.mainbgtext p {
    color: #fff;
    font-size: 20px;
}
.mainbgtext a {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 4px;
    margin-top: 30px;
}
/* Model */
.wbinnerdesign .modal-header {
    padding: 0;
    border-bottom: none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1
}
.wbinnerdesign .modal-body h3{
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 2px;
}
.wbinnerdesign .modal-body h3 b{
    color: #ff0000
}
.wbinnerdesign .modal-body p{
    color: #777;
    margin-bottom: 15px;
    font-size: 14px;
}
.wbinnerdesign .modal-body button{
    background: #ff6f00;
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 25px;
    border: none;
    transition: 0.3s ease
}
.wbinnerdesign .modal-body button:hover{
    background: #000;
    color: #fff;
}
.wbinnerdesign .modal-content{
    padding: 15px;
    border-radius: 15px;
}

/* new feature */
.wbnewf{
	text-align: center;
	margin-bottom: 30px;
}
.wbnewf h2{
    margin-top: 15px;
    margin-bottom: 6px;
    text-transform: capitalize;
    font-size: 20px;
}
.wbnewf p{
    color: #777;
	margin: 0;
	min-height: 80px;
}
/* Lookbook */
.wblookbook .heading{
	margin-bottom: 0;
}
.wblookbook p{
	max-width: 400px;
	margin: 0 auto 10px auto;
}
.wblookbook{
	margin-top: 50px;
}
@media (min-width: 768px){
    .wbinnerdesign .modal-dialog{
        width: 500px;
		margin: 150px auto;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .wbinnerdesign .modal-dialog{
		margin: 80px auto;
    }
}
@media (max-width: 767px){
    .wbinnerdesign .modal-dialog{
		margin: 50px 15px;
    }
}
/* Single Product */
.product-page-wrap{
    position: relative;
}
.wbwraphead{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    margin-top: 40px;
}
.wbwraphead .heading{
    color: #fff
}
.wbwraphead p{
    color: #aaa
}

/* Key Feature */
#key_features h5{
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize
}
#key_features [class^=col-]{
    width: 20%
}
#key_features .ficon {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #4b4b4b;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 26px 1px rgba(0,0,0,0.03);
}
#key_features .f_icon{
    margin-bottom: 25px
}
/* Footer */
#main-footer {
    padding: 45px 0;
    text-align: center;
    background-color: #4b4b4b;
    position: relative;
    margin-top: 30px;
}
.footer-title {
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-family: 'Lobster', cursive;
    letter-spacing: 0.05em;
    margin: 2rem 0;
    font-size: 24px;
    text-transform: none;
}
/* Copy Text */
.copy-text .form-control {
    height: 48px;
    font-size: 20px;
    width: 50%;
    margin: 0 auto;
} 
.copyright {
    padding: 15px 0;
}
@media (max-width: 767px){
    .copy-text .form-control{
        width: 100%
    }
}
/* Other */
.copy-text,.wbhighimg{
    margin-bottom: 70px;
    margin-top: 70px;
}
#key_features{
    margin-top: 40px;
    margin-bottom: 60px;
}
@media (min-width: 1200px) and (max-width: 1349px){
    .wbwraphead{
        margin-top: 15px;
    }
    .wbhightimg3{
        margin-top: 90px;
    }
	.wbnewf p{
		font-size: 13px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
    .mainimglogo{
        top: 45%
    }
	.wbnewf h2{
		font-size: 16px;
	}
    .wbnewf p{
        font-size: 12px;
    }
    .wbhightimg4sub{
        position: unset;
        margin-top: -250px;
    }
    .wbwraphead p{
        display: none
    }
    #key_features h5{
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .wbmainimg{
        height: 300px;
        display: flex;
        align-items: center;
    }
    #key_features h5{
        height: 45px;
    }
    .wbhightimg4 {
        display: none;
    }
}
@media (max-width: 991px){
    .heading{
        margin-bottom: 20px;
        font-size: 22px;
    }
    .mainimglogo{
        margin: 0 auto;
        text-align: center;
        transform: none;
        position: unset;
    }
    .copy-text .form-control{
        width: 100%
    }
    .wbhighimg h2{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .wbhighimg p{
        font-size: 13px;
    }
    .wbwraphead p{
        display: none
    }
	
}
@media (max-width: 767px){
    .wbinfodemo .list-option{
        margin-bottom: 15px;
    }
    .wbinfodemo .list-option li{
        font-size: 13px;
        letter-spacing: 0
    }
	.dragdrop{
		margin-top: 30px;
		padding: 30px 0
	}
    .copy-text, .wbhighimg{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #key_features{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .wbmainimg{
        height: 250px;
        display: flex;
        align-items: center;
    }
    .wbhightimg4sub{
        position: unset;
    }
    .wbwraphead{
        margin-top: 7px;
    }
    #key_features [class^="col-"]{
        width: 50%
    }
    #key_features h5{
        font-size: 13px;
        letter-spacing: 0
    }
    .footer-title{
        font-size: 16px;
    }
    #main-footer{
        padding: 30px 0
    }
}
@media (min-width: 600px) and (max-width: 767px){
    .wballimg1{
        width: 50%
    }
    .wballimg1:nth-child(3){
        clear: left;
    }
}