*{
    margin:0;
    padding: 0;

}

body{
    font-family: 'Poppins', sans-serif;
    font-size:16px;


}

a{
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;  
}
h2 {
    font-size: 44px;
    font-weight: 100;
    margin-bottom: 25px;
}
.container {
    max-width: 1170px;
}
.d-space{
    padding: 100px 0;
}


.btn-primary {
    background: #d6523c;
    color: #fff;
    border: 1px solid #d6523c;
    border-radius: 30px;
    padding: 8px 51px;
    margin-top: 0px;
}
.btn-primary:hover{
    background: #c84d38;
    border: 1px solid #c84d38;
    color: #fff;
}
.btn-primary:focus{
    background: #c84d38;
    border: 1px solid #c84d38;
    color: #fff;
    box-shadow:none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background: #c84d38;
    border: 1px solid #c84d38;
    
}

.btn-primary.btn-clr{
    background: #c84d38;
     border: 1px solid #c84d38;
    color: #fff;
} 
.btn-primary.btn-clr:hover{
    background: #fff;
     border: 1px solid #333;
    color: #333;
} 

.top-rw {
    background: #161616;
    color: #fff;
    font-size: 16px;
    padding: 6px 0;
}
.top-rw p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: right;
}

.top-rw p a.btn-primary {
    padding: 4px 17px;
    margin-left: 20px;
}
.top-rw .row {
    align-items: center;
}
.top-rw p span {
    position: relative;
    top: 2px;
}

/* header */

header.navbar.navbar-dark {
    background: #000;
}

a.navbar-brand img {
    width: 123px;
}

.navbar-nav a.p-2{
    color:#fff;
    text-decoration:none;
}
.navbar-nav a.p-2:hover{
    color:#c84d38;
}

/* header end */


/* slider */


.overlay {
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    position:absolute;
}
.slide_bx {
    background: url(../images/banner.jpg) top center no-repeat;
    position: relative;
    padding: 180px 0;
    height: 700px;
    background-attachment: fixed;
    background-size: cover;
}

.cont-bx{
    background:#000;
    padding:40px;
    max-width:754px;
    width:100%;
    position:relative;
    z-index:1;
}

.cont-bx p{
    font-size:20px;
    font-weight: 300;
    color:#ccc;
}
.cont-bx h3{
    font-size:54px;
    font-weight: 500;
    color:#fff;
}

.cont-bx .btn-primary {
    margin-top: 35px;
}
.slider_top .carousel-caption .btn-primary:hover{
    background: #8b7966;
    border: 1px solid #8b7966;
    color: #fff;
}
.slider_top  .cont-bx {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    align-self: center;
    justify-content: center;
}

/* slider end */



/* Our Collection section */

.collection_wrapper {
    background: #f3f3f3;
    padding: 10px 0;
}

.collection_wrapper .item {
    position: relative;
}

.collection_wrapper .item img {
     -webkit-transition: all 200ms ease-in;;
    transition: all 200ms ease-in;
    filter: grayscale(100%);
}
.collection_wrapper .item:hover img {
    transform: scale(1.1);
      -webkit-transition: all 200ms ease-in;;
    transition: all 200ms ease-in;
    filter: grayscale(0%);
}
/* Our Collection section end */



/* distribution diffrence section start*/
.distr_diff {
    padding: 60px 0 30px 0;
    text-align: center;
}

.distr_diff h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.diffbox img {
    margin: 0 auto;
    width: 101px;
    display: block;
}

.diffbox {
    text-align: center;
    border: 1px solid #dfdfdf;
    padding: 20px;
}

.diffbox h3 {
    font-size: 28px;
    text-transform: uppercase;
}

.distr_diff a.btn.btn-primary {
    margin-top: 45px;
}



/* our product section */

.prod-sect  {
    padding: 50px 0 60px 0;
    text-align: center;
}

.prod-sect h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
        margin-bottom: 55px;
}

.imgbox img {
    margin: 0 auto;
    width: 100%;
    display: block;
}
.imgbox p {
    font-size: 20px;
    text-align:left;
}
.imgbox p a{
    color: #333;
    font-weight: 400;
    text-decoration:none;
}
.imgbox p a:hover{
    color: #d6523c
}

.prod_info .overlay-img {
    position: absolute;
    top: 31px;
    left: 30px;
}

.prod_info {
    position: relative;
    margin-bottom: 15px;
}

.imgbox {
    text-align: left;
    margin-bottom: 30px;
}

.prod_info::before {
    background: rgba(0,0,0,0.4);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}


/* watch video  section */

.full-width-bg{
    background: url(../images/watch_vid.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size:cover;
    position:relative;  
    padding: 140px 0;
}
.full-width-bg .playvid {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    top: 40%;
    z-index: 1;
}

.prod_bx {
    padding: 50px;
    background: #000;
    position:relative;
    z-index:1;
}

.prod_bx h2 {
    color: #fff;
    font-weight: 500;
    font-size: 42px;
    margin-bottom: 10px;
}

.prod_bx p {
    color: #b3b3b3;
}


/* watch video section end */



/*  aboutus section */

.aboutus{
    padding: 120px 0;
}

.about_img {
    position: relative;
}

.about_img::before {
    background: rgba(0,0,0,0.5);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

.about_img .playvid {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 43%;
    width: 56px;
}
.about_img img{
    width: 100%;
}
.about_info {
    margin-top: 18px;
}
.aboutus .about_info h2 {
    color: #333;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 45px;
    position:relative;
}
.aboutus .about_info h2::before {content: "";border-bottom: 4px solid #d5ac63;height: 4px;width: 65px;position: absolute;bottom: -20px;}
.aboutus .about_info p strong{
    color: #292929;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
}
.aboutus .about_info p {
    color: #292929;
}

.img_bg{
    background: url('../images/vid_bg.jpg') top center no-repeat;
     align-items: center;
    justify-content: center;
    display: flex;
}

.playvid a {
    color: #fff;
    font-size:65px;
}
#modalpop .modal-dialog {
    max-width: 640px;
}
#modalpop .modal-body iframe {
    width: 100%;
    height: 335px;
}
/* popular products section end */




/* sell cabinet  section */

.sell-cabinet-bg{
    background: url(../images/sell-cabinet.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size:cover;
    position:relative;  
    padding: 140px 0;
    
}


.sell_bx {
    text-align:center;
    position:relative;
    z-index:1;
}
.sell_bx a.btn-primary {
    margin-top: 35px;
}
.sell_bx h2 {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 35px;
    text-transform:uppercase;
}

.sell_bx p {
    color: #fff;
    font-size:18px;
    text-align:center;
}


/* watch video section end */




/* footer section */

.footer{
    background: url(../images/footer.jpg) top center no-repeat;
    background-size:cover;
    padding: 50px 0;
    position:relative
}
.footer .overlay{
    background:rgba(0,0,0,0.8)
}
.footer .container{
    position:relative;
    z-index:1
}

.footer_logo{
    text-align:right;
    margin-bottom:35px;
}
.footer_logo img{
    width:150px;
}

.form-group .col {
    padding: 0 12px 0 0;
}
form.form a.btn-primary {
    margin-top: 20px;
}
.form-group {
    display: flex;
}

.form-group .col:last-child {
    padding-right: 0;
}

input.form-control, textarea.form-control {
    background: rgba(255,255,255,0.6);
    color: #fff;
    border-radius: 32px;
}
textarea.form-control {
    height:165px;
    border-radius:13px;
}
.footer p {
    color: #fff;
}
.form-group::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.form-group:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.form-group::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}





.info-foot img{
    width: 100px;
    margin-bottom: 25px;
}

.info-foot p{
    color: #ccc;
}

.info-foot h3 {
    font-size: 42px;
    color:#fff;
    font-weight: 700;
}
.info-foot p.spc-scl {
    color: #fff;
    margin-bottom:10px;
}
.footer ul{
    padding:0;
    margin:20px 0;
}
.footer li {
    color: #fff;
    font-size:16px;
    line-height:32px;
    display: block;
}
.footer li a {
    color: #fff;
    display: block;
}
.footer li a:hover{
    color: #8b7966;
}
.footer h3.spc-scl {
    margin-top: 20px;
}
.footer ul.social_links {
    margin-top: 10px;
}
.footer .social_links li {
    float: left;
    margin-right: 15px;
}

.footer .social_links li a {
    font-size: 16px;
    
}
.footer .social_links li a:hover {
   color:#fff;
}

.copyright {
    margin-top: 10px;
    padding: 15px 0 0; 
}

.copyright p {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

/*************26-06-2020***************/

.prod_info .overlay-img {    width: 37%;}

/*************26-06-2020***************/



@media (max-width: 1680px){

}


@media (max-width: 1366px){

}

@media (min-width: 992px) and (max-width: 1199px){

/*.prod_info .overlay-img img {
    width: 115px;
}*/


}


@media (min-width: 768px) and (max-width: 991px){

.aboutus .about_info h2 {
    color: #333;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 45px;
    position: relative;
}
.about_info {
    margin-top: 0;
}
.about_img .playvid {
    top: 34%;
    width: 56px;
}
.slide_bx {
     position: relative;
    padding: 70px 0;
    height: auto;
    background-attachment: inherit;
    background-size: cover;
}
.cont-bx .btn-primary {
    margin-top: 15px;
}
.diffbox h3 {
    font-size: 20px;
    text-transform: uppercase;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
}
.prod_info {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
/*.overlay-img img {
    height: 100%;
    width: 80px;
}*/
.diffbox {
    text-align: center;
    border: 1px solid #dfdfdf;
    padding: 20px 10px;
    height: 100%;
}
.prod_bx h2 {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 10px;
}
.full-width-bg {
    background-attachment: inherit;
    background-size: cover;
    position: relative;
    padding: 70px 0;
}
.aboutus {
    padding: 60px 0;
}
.sell-cabinet-bg {
    background-attachment: inherit;
    background-size: cover;
    position: relative;
    padding: 70px 0;
}
.sell_bx h2 {
    font-size: 30px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.sell_bx p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border: none;
    text-align: right;
    float: right;
    padding: 21px;
}
ul.navbar-nav.ml-md-auto a {
    width: 23%;
}
.navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
}



}


@media (max-width: 767px){

.top-rw p span {
    position: relative;
    top: 2px;
    display: none;
}
.info-foot p.spc-scl {
    color: #fff;
    margin-bottom: 10px;
    font-size: 17px;
}
.about_img .playvid {
    top: 27%;
    width: 56px;
}
header.navbar.navbar-dark {
    background: #000;
    display: block;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border: none;
    text-align: right;
    float: right;
    padding: 21px;
}
.navbar-dark .navbar-toggler:focus {
    outline: none;
}
.navbar-nav a.p-2 {
    color: #fff;
    padding: 10px 2px !important;
    text-decoration:nonel
}
.navbar-nav a.p-2:hover{
    color:#d6523c;
}
.slider_top .carousel-caption .btn-primary {
    padding: 4px 33px;
}
.top-rw p a.btn-primary {
    padding: 4px 17px;
    margin-left: 20px;
}
.slide_bx {
    position: relative;
    padding: 60px 0;
    background-attachment: inherit;
    height: auto;
}
.top-rw .col-md-5 {
    width: 30%;
}

.top-rw .col-md-7 {
    width: 70%;
}
.cont-bx {
    text-align: center;
}
.cont-bx .btn-primary {
    margin-top: 10px;
}
.cont-bx p {
    font-size: 16px;
     text-align: center;
}
.cont-bx h3 {
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.distr_diff {
    padding: 40px 0 30px 0;
    text-align: center;
}

.distr_diff h2 {
    font-size: 30px;
}
.diffbox {
    margin-bottom: 25px;
}
.distr_diff a.btn.btn-primary {
    margin-top: 20px;
}
.prod-sect {
    padding: 30px 0 30px 0;
    text-align: center;
}
.prod-sect .col-md-4 {
    width: 50%;
}

/*.prod_info .overlay-img img {
    width: 112px;
}*/
.prod-sect h2 {
       margin-bottom: 25px;
}
.full-width-bg {
    padding: 60px 0;
    background-attachment: inherit;
}

.prod_bx {
    text-align: center;
}
.full-width-bg .playvid {
    padding-top: 38px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    top: 0;
    z-index: 1;
    text-align: center;
}
.aboutus {
    padding: 50px 0 20px 0;
}
.about_info {
    margin: 40px 0;
}
.about_info .btn-primary {
    margin-top: 20px;
}
.sell-cabinet-bg {
    background-attachment: inherit;
    background-size: cover;
    position: relative;
    padding: 70px 0;
}
.footer_logo {
    text-align: center;
    margin-bottom: 35px;
}

.col-md-5.info-foot {
    text-align: center;
    margin-bottom: 25px;
}
.footer .social_links li {
    float: none;
    margin-right: 15px;
    display: inline-block;
}
.footer p {
    color: #fff;
    text-align: center;
}
.form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}


}



@media (max-width: 480px){


a.navbar-brand img {
    width: 87px;
}
.navbar-dark .navbar-toggler {
      padding: 13px;
}
.top-rw p span {
    display: none;
}
.top-rw .col-md-7 {
    width: 50%;
}
.top-rw .col-md-5 {
    width: 50%;
}

.cont-bx {
    padding: 30px;
}
.cont-bx h3 {
    font-size: 24px;
    text-align: center;
}
.distr_diff h2 {
    font-size: 26px;
}
p {
    font-size: 14px;
}
.diffbox h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.diffbox img {
    margin: 0 auto;
    margin-bottom: 16px;
}
.prod-sect h2 {
    margin-bottom: 25px;
    font-size: 26px;
}
.prod-sect .col-md-4 {
    width: 100%;
}
/*.prod_info .overlay-img img {
    width: 132px;
}*/
.prod_bx {
    padding: 30px;
}
.prod_bx h2 {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 10px;
}
.aboutus .about_info h2 {
    font-size: 26px;
    margin-bottom: 45px;
    position: relative;
}
.aboutus .about_info p strong {
    font-size: 16px;
    line-height: 20px;
}
.sell_bx h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sell_bx p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.info-foot h3 {
    font-size: 24px;

}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group .col {
    padding: 0 0px 0 0;
    margin-bottom: 15px;
}
.form-group .col:last-child {
    padding-right: 0;
    margin-bottom: 0;
}

.copyright {
    margin-top: 0;
    padding: 0px 0 0;
}



}


@media (max-width: 320px){


/*.prod_info .overlay-img img {
    width: 111px;
}*/




}



