@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

* {
    padding: 0;
    margin: 0;
}
html,
body {
    height: 100%;
}
body {
    position: relative;
    font-family: "Montserrat", sans-serif;
    background: #14151b;
    color: #fff;
    font-size: 14px;
}
/*************************************** common style start ********************************************/
.btn_facebook {
    color: #fff;
    background: #3b5998;
}
.btn_twitter {
    color: #fff;
    background: #00aced;
}
.btn_google {
    color: #fff;
    background: #db3236;
    margin-top: 10px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Oswald", sans-serif;
}
ul {
    padding: 0;
    margin: 0;
}
a {
    color: #052049;
    text-decoration: none;
}
a:hover {
    color: #052049;
    text-decoration: none;
}
.bordrht {
    border-right: 1px solid #ccc;
}
.padleftright0{
    padding-left: 0;
    padding-right: 0;
}
.padright0{
    padding-right: 0;
}
.padleft0{
    padding-left: 0;
}
.width100{
    width: 100%;
}
.form-group{
    margin-bottom: 0;
}
.martop30{
    margin-top: 30px;
}


/*************************************** general style start ********************************************/

.topadsD{
    background: url(../img/lets.jpg) center center no-repeat;
    background-size: cover;
    padding: 20px 0;
    position: relative;
}
.topadsD:before{
    content: "";
    background: #4b4b4e;
    border-color: transparent;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.topadsD h4{
    color: #fff;
    font-size: 22px;
        margin: 6px 0;
    margin-right: 20px;
        font-weight: bold;
}
.topadsD h2{
    color: #00b4ff;
    margin: 4px 0;
    font-size: 28px;
    letter-spacing: 0.5px;
    border-left: 1px solid #fff;
        font-weight: bold;
}
.btn-blue{
    background:#00b4ff;
    color: #000;
    border-radius: 20px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 25px;
    letter-spacing: 0.5px;
}
.btn-blue:hover{
    color: #000;
}


.mainvideoSec{
    position: relative;
}
.slide .item img{
    width: 100%;
    border-radius: 0 0 25px 25px;
}
.carousel-control{
    background-image: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #303238;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    top: 48%;
}
.carousel-control:hover{
    background: #e51515;
}
.menuheader{
    position: absolute;
    top: 0;
    z-index: 90;
    width: 100%;
    padding: 10px 60px;
}
.logo img{
    height: 110px;
}
.fixedlogo{
    display: none;
}
.navbar-fixed-top .fixedlogo{
    display: block;
}
.navbar-fixed-top .logolight{
    display: none;
}
.sitemaPH{
    padding: 8px 0;
}
.sitemaPH ul li{
    list-style: none;
    float: left;
    margin: 0 20px;
}
.sitemaPH ul li a{
    display: block;
    color: #fff;
    padding: 8px 2px;
    font-family: "Oswald", sans-serif;
    border-bottom: 1px solid transparent;
    font-size: 17px;
}
.sitemaPH ul li:hover a{
    color: #e51515;
}
.sitemaPH ul li.active a{
    color: #e51515;
}
.sitemaPH ul li ul li{
    float: none;
    margin: 0;
}
.sitemaPH ul li ul li a{
    color: #000;
    padding: 6px 10px;
}
.sitemaPH ul li:hover ul li a{
    color: #000;
}
.loginBtn{
    padding: 10px 0;
}
.calbtn, .calbtn:hover{
    color: #e51515;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
}
.btn-red{
    background:#e51515;
    color: #fff;
    border-radius: 50px;
    font-family: "Oswald", sans-serif;
        font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 20px;
    text-align: left;
    width: 170px;
    position: relative;
}
.btn-red:hover{
    background: #fff;
    color: #e51515;
}
.btn-red:after {
    font-family: FontAwesome;
    content: "\f105";
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #383838;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    right: 4px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}


.btn-grey{
    background:#21252c;
    color: #838896;
    border-radius: 50px;
    font-family: "Oswald", sans-serif;
        font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 25px;
}
.btn-grey:hover{
    background: #e51515;
    color: #ffffff;
    -webkit-box-shadow: 0 0 20px 5px rgba(229, 21, 21, 0.3);
    box-shadow: 0 0 20px 5px rgba(229, 21, 21, 0.3);
}


.slide{
    padding: 0 15px;
}
.carousel-control.right {
    right: 20px;
}
.carousel-control.left {
    left: 20px;
}
.carousel-caption h3{
    text-transform: uppercase;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.carousel-caption p{
    margin-bottom: 20px;
}
    .carousel-caption {
        right: 5%;
        left: 5%;
        bottom:26%;
    }
.carousel-caption h3 small{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
}

.navbar-fixed-top{
    position: fixed;
    z-index: 99999;
    height: 75px;
}
.navbar-fixed-top.menuheader{
    background: rgba(29, 28, 28, 0.67) !important;
}
.navbar-fixed-top .sitemaPH ul li a{
    color: #fff;
}
.navbar-fixed-top .sitemaPH ul li ul li a{
    color: #000;
}

.carousel-indicators li{
    display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 7px;
  border-radius: 0 !important;
  background: 0;
  position: relative;
  border: 1px solid transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.carousel-indicators li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  background: rgba(255,255,255,0.2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.carousel-indicators li.active
{
  width: 15px;
  height: 15px;
  background: 0;
  margin: 7px;
  border-color: #e51515;
}
.carousel-indicators li.active:before,
.carousel-indicators li:hover:before {
  background: #e51515;
}



.searchsecD{
    padding: 60px 0;
}
.w-100{
    width: 100%;
}
.searchMain{
    padding: 30px 20px;
    box-shadow: 0 5px 20px -5px #0000004d;
    border-radius: 4px;
}
.searchsub{
    background: #21252c;
    padding: 20px 0;
    border-radius: 5px;
}
.btn-rednormal{
    background:#e51515;
    color: #fff;
    border-radius: 5px;
    font-family: "Oswald", sans-serif;
        font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 20px;
}
.form-control{
    height: 45px;
}
.form-group .btn-rednormal{
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.catsecSec{
    padding: 60px 0;
}
.whattextD{
    margin: 15px 0;
}
.whattextDimg{
    border: 2px solid #ccc;
    padding: 8px;
        width: fit-content;
    border-radius: 50%;
}
.whattextDimg img{
    border-radius: 50%;
}
.whattextD h4{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.whattextD:hover .whattextDimg{
    border-color: #e51515;
}
.whattextD:hover h4{
    color: #e51515;
}



.breadcrumb{
    background-color: transparent;
}
.breadcrumb li a{
    color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 15px;
}
.breadcrumb>.active{
    color: #fff;
}
.allpagehead .carousel-caption {
    bottom: 5%;
}


.productSec{
    padding: 60px 0;
}
.headingD{
        text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.headingD h2{
        margin: 0 auto;
    z-index: 2;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 62px;
    padding: 0px 63px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: #14151b;
    color: #fff;
    box-shadow: inset 0 3px 0 0 #21252c, inset 0 -3px 0 0 #21252c;
}
.headingD h1{
        margin: 0 auto;
    z-index: 2;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 62px;
    padding: 0px 63px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: #14151b;
    color: #fff;
    box-shadow: inset 0 3px 0 0 #21252c, inset 0 -3px 0 0 #21252c;
}
.headingD h2:before, .headingD h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: #14151b;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: -63px;
    margin: auto 0;
    border: 4px solid #21252c;
    transform: rotate(45deg) skew(26deg, 26deg);
}
.headingD h1:before, .headingD h1:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: #14151b;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: -63px;
    margin: auto 0;
    border: 4px solid #21252c;
    transform: rotate(45deg) skew(26deg, 26deg);
}
.headingD h2:after {
    left: auto;
    right: -63px;
}
.headingD h1:after {
    left: auto;
    right: -63px;
}
.headingD:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 9px;
    width: 50%;
    border-top: 1px solid #21252c;
    border-bottom: 1px solid #21252c;
}
.headingD:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 70%;
    background: #21252c;
}
.protabD{
    margin-top: 30px;
}
.protabD .nav-pills li {
    margin-right: 46px;
    position: relative;
}
.protabD .nav-pills li:last-child {
    margin-right: 0;
}
.protabD .nav-pills li:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #434449;
    position: absolute;
        right: -28px;
    top: 11px;
    transform: rotate(45deg);
}
.protabD .nav-pills li:last-child:after {
    content: inherit;
}
.protabD .nav-pills li a {
    font-size: 14px;
    color: #838896;
    line-height: 30px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    padding: 0;
}
.protabD .nav-pills li:hover a {
    background: none;
}
.protabD .nav-pills li.active a {
    color: #fff;
}
.protabD .nav-pills>li.active>a, .protabD .nav-pills>li.active>a:focus, .protabD .nav-pills>li.active>a:hover {
    background-color: transparent;
}
.protabD .tab-content{
    margin-top: 20px;
}
.promainD{
    border: 2px solid #21252c;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 15px 0;
}
.proimgD{
    background: #cacaca;
        padding: 20px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
}
.promainD img{
    height: 150px;
}
.protextD{
    padding: 15px;
}
.protextD h4{
    font-size: 17px;
    color: #c3c6cf;
}



.offerSec{
    padding: 60px 0;
}
.offermainD{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.offermainD img{
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.offermainD:hover img{
    transform: scale(1.1);
}
.offercapD{
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offercapD h2{
    text-transform: uppercase;
    color: #ffde00;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}
.offercapD h2 small{
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}
.offercapD h2 small.upto{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}




.brandSec{
    padding: 60px 0;
}
.owlupcoming .item img{
    width: auto !important;
    height: 100px;
    margin: 0 auto;
}
.owlupcoming{
    margin-top: 30px;
}
.owlupcoming .owl-nav button.owl-next, .owlupcoming .owl-nav button.owl-prev{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #fff !important;
    color: #000 !important;
    position: absolute;
    top: 28%;
    left: 0;
        font-size: 22px !important;
}
.owlupcoming .owl-nav button.owl-next{
    left: inherit;
    right: 0;
}


.servicecareSec{
    padding: 60px 0;
}
.offercapDbig{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    padding: 10% 10%;
}
.offercapDbig h2{
    text-transform: uppercase;
    color: #ffde00;
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 600;
}
.offercapDbig h2 small{
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}
.offercapDbig h2 small.upto{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.offercapDbig p{
    color: #fff;
    font-size: 14px;
}
.radiusNone{
    border-radius: 0;
}



.sortby{
    border: 2px solid #efefef36;
    padding: 15px;
    border-radius: 4px;
    margin: 15px 0;
}
.sortby h4{
    color: #fff;
    margin-top: 0;
}
.sortby hr {
    border-top: 1px solid #eeeeee36;
}
.sortby ul li {
    list-style: none;
}
.sortby ul li a{
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px 12px;
    display: block;
    border-radius: 4px;
    margin: 10px 0;
}
.sortby ul li.active a{
    background: #e51515;
}
.sortby ul li.active a:hover{
    background: #e51515;
}
.sortby ul li a:hover{
    background: #21252c;
}



.product_details_image .details_image{
    border: 1px solid #ececec36;
    padding: 30px;
    border-radius: 15px;
    background: #cacaca;
}
.product_details_image .tabcontent img{
    border-radius: 15px;
    width: 100%;
    height: 380px;
}

.tablinkD button img{
    width: 100%;
    height: 45px;
    border-radius: 5px;
}
.tablinkD button.tablink{
        margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ececec36;
    background: #cacaca;
}

.prodetailsTextD{
    border: 1px solid #ececec36;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.prodetailsTextD h3{
    margin-top: 0;
    font-weight: 700;
}
.prodetailsTextD h6{
    color: #666;
    border-bottom: 1px dashed #ececec36;
    padding-bottom: 10px;
}
.prodetailsTextD h4{
    margin-top: 20px;
}
.prodetailsTextD h4 .price{
    font-size: 22px;
    color: #4c953c;
    font-weight: 700;
}
.prodetailsTextD h4 .price del{
    font-size: 16px;
    color: #999;
    font-weight: 500;
}
.prodetailsTextD h4 .offspan{
    font-size: 15px;
    color: #4c953c;
    font-weight: 700;
}
.prodetailsTextD h5 {
    font-size: 13px;
    color: #999;
    margin-top: 15px;
}
.prodetailsTextD h5 .label{
    background: #e5ffdf;
    color: #4c953c;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.prodetailsTextD .table>tbody>tr>td, .prodetailsTextD .table>tbody>tr>th, 
.prodetailsTextD .table>tfoot>tr>td, .prodetailsTextD .table>tfoot>tr>th, 
.prodetailsTextD .table>thead>tr>td, .prodetailsTextD .table>thead>tr>th {
    padding: 20px 10px;
    border-top: none;
}
.auto-container{
    position: static;
}
.d-flex{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
}
.sticky-style{
    position: sticky;
    top: 100px;
}



.modal-dialog {
    margin: 120px auto;
    border-bottom: 3px solid #e51515;
}
.modal-title{
    color: #000;
}
.modal-header .close {
    width: 25px;
    height: 25px;
    background: #e51515;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -20px;
}



.aboutPageSec{
    padding: 60px 0;
}
.abtimgD, .abttextD{
    padding-top: 30px;
}
.abttextD{
    padding: 0 30px;
    padding-top: 30px;
}
.abtimgD img{
    width: 100%;
}

.abttextD h3{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 200;
    line-height: 1.1;
    color: #838896;
}
.abttextD h3 span{
    font-size: 30px;
    color: #e51515;
    font-weight: 600;
}
.abttextD p{
        line-height: 2;
    margin-top: 20px;
}

.cntimgD{
    border-radius: 20px;
    overflow: hidden;
}


.blogimgD img{
    width: 100%;
    border-radius: 10px;
}
.blogtextD h2{
    color: #e51515;
    text-transform: uppercase;
    font-size: 36px;
}
.blogtextD h2 small{
    color: #e51515;
    font-size: 13px;
}
.blogtextD h4{
    text-transform: uppercase;
    font-weight: 400;
    color: #eee;
}
.blogtextD p{
    color: #5a6069;
    font-size: 13px;
    line-height: 2;
}
.blogtextD p span{
    color: #e51515;
}
.blogtextD hr {
    margin-top: 15px;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #eeeeee26;
}
.mt-30{
    margin-top: 30px;
}


.blogdetailsText img{
    border-radius: 10px;
    margin: 15px 0;
}
.blogdetailsText h3{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 33px;
        line-height: 1.5;
}
.blogdetailsText p span{
    color: #e51515;
}
.blogdetailsText hr {
    margin-top: 15px;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #eeeeee26;
}
.related{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    margin: 15px 0;
}
.related img{
    height: 60px;
    border-radius: 6px;
}



.footer{
    padding: 60px 0;
    background: url(../img/bkg_foote.jpg) top left no-repeat;
    border-top: 2px solid #e51515;
    padding-bottom: 30px;
}
.footer-logo img{
    height: 70px;
    margin-bottom: 20px;
}
.footer-social li{
    list-style: none;
    float: left;
    margin: 10px 5px;
}
.footer-social li a{
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.footerLink h4{
    color: #fff;
    font-size: 24px;
}
.footerLink ul li{
    list-style: none;
}
.footerLink ul li a{
    display: block;
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
}
.footerLink .info p{
    color: #fff;
    font-size: 14px;
}
.padleft60{
    padding-left: 60px;
}


.lastmainD{
    border-top: 1px solid rgba(131, 136, 150, 0.3);
    margin-top: 60px;
    padding-top: 30px;
}


/* Let's get this party started */
.catby::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}
html::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

/* Track */
.catby::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
/*    background: #fff;*/

}
html::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 8px;
    border-radius: 8px;
/*    background: #fff;*/

}

/* Handle */
.catby::-webkit-scrollbar-thumb{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #e51515;
}
html::-webkit-scrollbar-thumb{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #e51515;
}

