/*
    font-family: 'Poppins', sans-serif;
    font-family: 'Dosis', sans-serif;
*/
/*------------------------------top social icon bar start--------------------------*/
.top-bar {
    position: relative;
    height: 35px;
    background-color:#343a40;
}
.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text a {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
    font-weight: 800;
    text-decoration: none;
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
    text-decoration: none;
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color:white;
    background: #ffffff;
    text-decoration: none;
}
.top-bar .social a:nth-child(1):hover{
    background: mediumblue;
    border-radius: 30px;
}
.top-bar .social a:nth-child(2):hover{
    background-image: linear-gradient(pink, red,yellow);
    border-radius: 30px;
}
.top-bar .social a:nth-child(3):hover{
    background-color:darkturquoise;
    border-radius: 30px;
}
.top-bar .social a:nth-child(4):hover{
    background-color:limegreen;
    border-radius: 30px;
}
.top-bar .social a:nth-child(5):hover{
    background-color: lightskyblue;
    border-radius: 30px;
    color: white;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}
/*----------------------------------------------------end social bar------------------------*/

/*---------------------------------------
  NAvbar start
----------------------------------------*/

#logo_img{
    width: 100px;
    height: 80px;
}
#sticky-header-with-topbar{
    background-color: white;
    padding: 0;
}
.main__menu{
    margin-bottom:0;
}
.main__menu li a{
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30%;
    vertical-align:middle;
    color:white;
    
}

#scrollUp {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    bottom: 15px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 63px;
    position: fixed;
    right: 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 200;
}
.mean-container a.meanmenu-reveal span {background: black}
button:focus,input:focus {
    outline: none;
}
button {
    cursor: pointer;
}
@-webkit-keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
#scrollUp:hover i {
    -webkit-animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
    animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
#scrollUp i {
    color: #fff;
    font-size: 36px;
}
 #scrollUp {
    background: #cfcecc none repeat scroll 0 0;
}
 

/*---------------------------------------
  End navbar
----------------------------------------*/


/*---------------------------------------index start-------------*/

#top_para{
    margin:30px auto;
    color: white;
    
    font-weight:800;
    padding:20px 0 5px 0;
    border:none;
    box-shadow:inset 10px 5px 1000px -1px rgba(34, 32, 32, 0.925);
    box-shadow:10px 5px 1000px -1px rgba(34, 32, 32, 0.925);

}
#top_para > p{
    color: black;
    line-height:2.5rem;
    text-align:justify;
}
.pro__thumb a {
    display: block;
    margin: 0;
}
.product {
    margin-bottom: 10px;
     box-shadow: -1px 5px 10px -5px rgba(0, 0, 0, 0.925);
     border-radius:20px;
     margin-top:20px;
    
}
.product > div > div > a > img{
    border-radius:20px 20px 0 0;
}
.product__inner {
    position: relative;
}
.product__title{
    text-align: center;
    margin-top: 10px;
}
.product__title > h5{
    color: black;
    font-weight: 500;
    font-size:1.1rem;
}
.product__details{
    text-align: center;
    margin-top: 10px;
    margin:5px 10px;
}
.product__details p {
    color: #444444;
    font-size: 14px;
    font-weight: lighter;
    text-align: justify;
    margin:auto 2px;
}
.product__details {
    padding-top: 27px;
    display: flex;
}

.single__pro{
    padding: 0;
    
   
}
.product__links{
    display: flex;
    justify-content: space-around;
}
.product__links > h6 > a{
    width: 100px;
    height: auto;
    border:none !important;
    border-radius:10px !important;
    background-color: #ae1331;
    border-radius:35px !important;
    box-shadow: -1px 5px 20px -5px rgba(0, 0, 0, 0.925);
    color: #fff;
    font-size: large;
    text-decoration: none;
    
}
.product__links > h6 > a:hover{
    background-color: red;
    color: white;
}
.best_selling_heading,.featured_products{
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    line-height: 30px;
}
.best_selling_heading{
    width: 100%;
    height: auto;
    color: white;
    text-align: center;
    font-size: xx-large;
    font-weight: 700;
    animation: animating 2s infinite;
    margin-bottom: 20px;
}
@keyframes animating {
    0%{color: lime;}
    25%{color: rgb(255, 0, 0);}
    50%{color: rgb(47, 0, 255);}
    75%{color: rgb(251, 255, 0);}
    100%{color: rgb(255, 0, 221);}
}
.featured_products{
    width: 100%;
    height: auto;
    /*background-color: burlywood;*/
    color:red;
    text-align: center;
    font-size: xx-large;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.View_Product_button{
    width: auto;
    height: 50px;
    background-color:#303030 !important;
    text-align: center;
    font-size: x-large;
    font-weight: 500 !important;
   text-decoration:none !important;
    border-radius:30px !important;
}
.View_Product_button > h4{
    color:white;
    margin:6% 3px;
    font-size:15px;
}
.View_Product_button:hover{
    background-color:red !important;
    border:none !important;
   
}
.View_Product_button > h4:hover{
     color:white;
}
.text > h6{
    line-height:40px ;
    font-weight: 500;
    font-size:17px;
    font-style: normal;
    text-align: justify;
    font-family: 'Material-Design-Iconic-Font';
}
.image{
    height:auto;
}
.About_us_button{
    background-color:#ff4136;
    height: auto;
    width: 100px;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border-radius:10px;
    text-transform:capitalize;
}
.About_us_button > h6{
    color:white;
    margin:auto;
    line-height:34px;
}

.bradcaump-inner {
    margin-top: 23px;
}
.breadcrumb-item {
    color: #343434;
    
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}
.brd-separetor {
    padding: 0 5px;
    color: #636363;
}
.breadcrumb-item.active {
    color: #666;
    font-size: initial;
    text-transform: uppercase;
}

/*------------------------------------------------------------------------------------
                Home page end
---------------------------------------*/
 
/*--------------------------------Footer start------------------------*/
.Footer{
    background-color:rgb(0 0 0 / 90%);
    color: white;
    margin-top: 20px;
    padding:0 100px!important;
}
.Footer_body_part1 > p{
    color:white;
    font-family: 'Material-Design-Iconic-Font';
    font-style: italic;
}
.Footer_body_part1 > h5{
    color:#ced4da;
}
.Footer_body_part1 > b{
    text-transform: capitalize;
}
.Footer >.Footer_body > .Footer_body1 >.Footer_body_part1 > a,.Footer >.Footer_body >.Footer_body2 > .Footer_body_part2 > a,
.Footer >.Footer_body >.Footer_body3 > .Footer_body_part3 > a{
    text-decoration: none;
    color: white;
    font-family: 'Material-Design-Iconic-Font';
    font-style: italic;
    display:block;
    margin:5px auto;
}
.Footer >.Footer_body >.Footer_body2 > .Footer_body_part2  br,.Footer >.Footer_body >.Footer_body3 > .Footer_body_part3  br,.Footer >.Footer_body >.Footer_body4 > .Footer_body_part4  br{
    display:none;
    
}
.Footer >.Footer_body > .Footer_body1 >.Footer_body_part1 > a:hover,.Footer >.Footer_body >.Footer_body2 > .Footer_body_part2 > a:hover,
.Footer >.Footer_body >.Footer_body3 > .Footer_body_part3 > a:hover{
    color:red;
    margin-left:10px;
}
.Footer_body_part1 > h4,.Footer_body_part2 > h4,.Footer_body_part3 > h4,.Footer_body_part4 > h4{
    color: #ff4136;
    margin:0;
    font-family: 'Material-Design-Iconic-Font';
    font-style: italic;
}
.Footer_body_part2,.Footer_body_part3,.Footer_body_part4{
        margin-left:50px;
    }
.Footer_body_part4 > div{
    margin:0 !important;
}
.Footer_body_part4 > div > ul > li.fa-instagram{
        color: pink;
    }
    .Footer_body_part4 > div > ul > li.fa-facebook{
        color: blue;
    }
    .Footer_body_part4 > div > ul > li.fa-twitter{
        color: darkturquoise;
    }
    .Footer_body_part4 > div > ul > li.fa-telegram{
        color: lightskyblue;
    }
.Footer_body_part4 > div > ul > li > a{
    text-decoration: none;
    color: white;
    font-family: 'Material-Design-Iconic-Font';
    font-style: italic;
}
.Footer_body_part4 > div > ul > li > a:hover{
    margin-left:10px;
}

/*----------Footer End-----------------*/
/*---------------------------------------Product page---------------------------------*/
.product__menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 17px;
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: left;
    padding-left: 0;
    text-align: left;
    margin-bottom: 5px;
}
.product__menu > button{
    background-color:#dc3545;
    color: white;
    font-weight: 500;
    border-right:1px white solid;
    border-left:1px white solid;
    border-top: none;
    border-bottom: none;
    box-shadow: -1px 5px 20px -5px rgba(0, 0, 0, 0.925);
    margin-left: 5px;
    border-radius:20px;
    padding:3px;
}
.product__menu > button:hover{
    background-color:red;
    color: white;
}
/*---------------------------------------End Product page-----------------------------*/



/*---------------------------------------video page------------------------------------*/
.video__box{
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.video__box > iframe{
    margin: 10px 10px 10px 10px;
}

.video_link_buttons{
    margin-top: 10px;
    justify-content: space-around;
}
#Watch_video{
    background-color: blue;
    color: white;
    text-decoration: none;
}
.Youtube_button{
    width: 150px;
}
/*---------------------------------------video page end--------------------------------*/
/*---------------------------------------about us page---------------------------------*/

.ht__bradcaump__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 320px;
    
}
.bradcaump-title {
    color:red;
    font-size: 36px;
    font-weight: 800;
    line-height: 30px;
    text-transform: capitalize;
}
.Contact__btn {
    margin-top: 47px;
    text-align: center;
    
}
.Contact__btn a {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    background-color: red;
    color: white;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 41px;
    padding: 0 40px;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-decoration: none;
}
.Contact__btn a:hover{
    background: #ff4136;
    border: 1px solid #ff4136;
    color: #fff;
}



.video__wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding: 220px 0;
}
.video__inner {
    text-align: center;
    position: relative;
}
.video-popup{
    position: relative;
    z-index: 987698;
}
.video__inner a i {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    font-size: 46px;
    height: 60px;
    line-height: 59px;
    padding-left: 4px;
    text-align: center;
    width: 60px;
}
.video__inner{
    position: relative;
    z-index: 1;
}


.htc__choose__wrap {
    margin-left: -15px;
    margin-right: -15px;
}

.htc__choose__wrap h2 {
    color: #505050;
    font-size: 30px;
    text-transform: capitalize;
}
.htc__choose__wrap {
    padding: 114px 120px;
}
.choose__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 38px;
}
.single__chooose {
    margin-top: -40px;
}
.choose__us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
.choose__icon span {
    color: #505050;
    font-size: 36px;
}
.choose__icon {
    margin-right: 20px;
}
.choose__icon {
    min-width: 37px;
}
.choose__details h4 {
    color: #505050;
    font-size: 22px;
    margin-bottom: 9px;
    text-transform: capitalize;
}
.choose__container .single__chooose + .single__chooose {
    margin-left: 80px;
}
.team__thum a {
    display: block;
}
.team__thum a img {
    width: 100%;
}
.team {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.team__hover__info {
    bottom: 0;
    padding: 30px;
    position: absolute;
    text-align: center;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 4;
}

.team__hover__action {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    padding: 30px 0;
    right: 30px;
    z-index: 2;
}

.team__hover__action h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 14px;
    text-transform: capitalize;
}
.team__hover__action .social__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.team__hover__action .social__icon li {
    padding: 0 17px;
}

.team__hover__action .social__icon li a i {
    border: 0 solid transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    width: auto;
}
.team__hover__action .social__icon li a:hover i {
    background: transparent none repeat scroll 0 0;
    border: 0 solid transparent;
    color: #ff4136;
}
.team:hover .team__hover__info {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.team__wrap{
    padding-left: 15px;
    padding-right: 15px;
}


.team__thumb a img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    width: 100%
}

.team:hover .team__thumb a img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(00%);
}
.htc__team__page .team {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
}
.htc__team__page .team__wrap {
    margin-top: -30px;
}
.brand__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.brand__list a {
    display: block;
    text-decoration: none;
}

.brand__list h3{
    font-weight: 300;
    line-height: normal;
    margin-top: 30px;
    color: red;
}

/*------------------------------Contact us page--------------------------------*/
.contact__title {
    color:darkslategray;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 38px;
    text-transform: uppercase;
}
.contact__address__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single__contact__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact__icon {
    margin-right: 20px;
    min-width: 60px;
}
.contact__icon span {
    border: 1px solid #cbcbcb;
    border-radius: 100%;
    color: #393939;
    display: block;
    font-size: 24px;
    height: 60px;
    line-height: 54px;
    text-align: center;
    width: 60px;
}
.contact__address__inner + .contact__address__inner {
    margin-top: 30px;
}
.htc__contact__address {
    margin-bottom: 58px;
}
.contact__details p {
    color:#252525;
    font-size: 18px;
    line-height: 28px;
}
.contact__details p span{
    color: #666;
}
.contact__details p a {
    color: #666;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.contact__details p a:hover {
    color:#ff0000;
    font-size: larger;
}

.contact-box input,.contact-box textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    width: 400px;
    height: 40px;
    text-align: center;
    text-transform: capitalize;
    border-color: currentcolor currentcolor #c1c1c1;
    border-radius: 10px;
    -o-border-image: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #666666;
    font-size: 12px;
    background-color: white;
    
}
.contact-box input:hover,.contact-box textarea:hover{
    border:cornflowerblue 3px solid;
    border-radius: 10px;
}
.contact-box.name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-box .submit {
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    background-color: darkturquoise;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 500;
    width: 100px;
    height: 45px;
    letter-spacing: 2px;
    line-height: 45px;
    margin-left: 50%;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contact-box .submit:hover {
    border: 1px solid #ff4136;
    color: #fff;
    background: #ff4136;
}
.contact-form-wrap > div > form {
    margin-top: -9px;
}
.contact-box form input::-moz-placeholder {
    color: #666666 !important;
}
.contact-box form textarea::-moz-placeholder {
    color: #666666 !important;
    opacity: 1;
}


/*------------------------------
  09. Blog Area
--------------------------------*/
.blog_body > div > div > div > p{
    font-family: 'Poppins', sans-serif;
    color: #303030;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}
.blog_body > div > div > ul{
    text-align: justify;
    margin: 5px auto;
}
.blog_body > div > h1{
    color: blueviolet;
}
.blog_text{
    margin:20px 0;
    word-spacing:5px;
}

.blog__thumb a img {
    width: 100%;
}
.blog__inner {
    position: relative;
}
.blog__hover__info {
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 30px 20px;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.blog__thumb {
    position: relative;
}
.blog__post__time {
    left: 20px;
    opacity: 0;
    position: absolute;
    top: 20px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog:hover .blog__post__time {
    opacity: 1;
}

.blog__post__time {
    background: #fff none repeat scroll 0 0;
    height: 65px;
    padding: 5px;
    text-align: center;
    width: 65px;
}
.blog__post__time span.date {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.blog__post__time span.month {
    color: #303030;
    font-size: 14px;
    text-transform: capitalize;
}
.bl__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
}
.bl__meta li {
    font-size: 12px;
    font-weight: 500;
    position: relative;
}
.bl__meta li + li {
    margin-left: 10px;
    padding-left: 10px;
}
.bl__meta li + li::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}
.blog__hover__action p.blog__des {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 7px;
}
.read__more__btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog:hover .blog__hover__info {
    opacity: 1;
}
.post__time--inner {
      border: 1px solid #f3f3f3;
      padding-top: 3px;
      padding-bottom: 2px;
}

.blog--page .blog{
    margin-top: 30px
}
.blog--page{
    margin-top: -30px;
}
/*--------------------------
    Blog Style 2
----------------------------*/
.blog--2 .blog__post__time {
    background: #f2f2f2 none repeat scroll 0 0;
}
.blog--2 .post__time--inner {
    border: 1px solid #fff;
}
.blog--2 .blog__post__time {
    margin-bottom: 176px;
}

/*------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
  21. Single Product Page css

  --------------------------------------------------------------------------------------------------
---------------------------------------------------*/
.product__big__images .portfolio-full-image {
    border: 1px solid #ddd;
}
.htc__product__details {
    padding: 2%;
}
.product__details__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product__small__images {
    max-width: 20%;
    padding-right: 10px;
    
}
.nav.product__small__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product__big__images {
    max-width: 80%;
    height: auto;
}
.pot-small-img button {
    display: block;
}
.pot-small-img button img {
    width: 100%;
}
.pot-small-img {
    margin-top: 10px;
}
.product__small__images {
    margin-top: -10px;
}
.product__deatils__tab {
    border-bottom: 1px solid #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product__deatils__tab li a {
    color:darkslategray;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 17px;
    position: relative;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
}
.product__deatils__tab li {
    padding: 0 30px;
}
.product__deatils__tab li a::before {
    background: #ff4136 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 0;
}
.product__deatils__tab li a.active::before {
    width: 100%;
}
.product__deatils__tab li a:hover {
    width: 100%;
}

.title__6 {
    color:black;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 28px;
    text-transform: capitalize;
    margin-left:25px;
}
.product__desc span {
    color: #666666;
    font-size: 17px;
    line-height: 40px;
}
.product__desc {
    margin-bottom: 50px;
}
.feature__list li {
    padding-top: 8px;
    margin-left:30px;
    font-weight: 500;
    list-style:circle;
    line-height: 40px;
}
.pro__details{
    color:#343434;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
    font-weight: 400;
}

.pro__details > ol > li{
    list-style-type:decimal;
    font-weight:bold;
}
.pro__dtl__prize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
    margin-top: 10px;
}
.pro__dtl__prize li {
    color: #ff4136;
    font-size: 30px;
}
.pro__dtl__prize li.old__prize {
    color: #4d4d4d;
    font-size: 22px;
    padding-right: 15px;
    text-decoration: line-through;
}

.product-action-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px;
}
.product-statas {
    padding-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}
.cart-plus-minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cart-plus-minus-box {
    border: 0 none;
    max-width: 82px;
    padding-left: 25px;
    padding-right: 24px;
}
.cart-plus-minus {
    position: relative;
}
.dec.qtybutton {
    color: #666666;
    font-size: 16px;
    left: 0;
    position: absolute;
}
.inc.qtybutton {
    position: absolute;
    right: 17px;
}
.pro__dtl__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
}
.pro__dtl__btn li a {
    text-decoration: none;
    background-color: thistle;
    border: 1px solid #d5d5d5;
    display: block;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 44px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pro__dtl__btn li a:hover{
    background: #ff4136;
    border: 1px solid #ff4136;
    color: #fff;
}
.pro__dtl__btn li.buy__now__btn a,.pro__dtl__btn li.Youtube__btn a {
    color: #4b4b4b;
    background-color: azure;
    font-size: 14px;
    text-transform: uppercase;
    width: 130px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight:500;
    border-radius:30px;
    margin-left:20px;
}
.pro__dtl__btn li.buy__now__btn a:hover,.pro__dtl__btn li.Youtube__btn a:hover,.pro__dtl__btn li a.Liked_button:hover{
    color: #fff;
    background: red;
    border: 0 solid #ff4136;
}
.pro__dtl__btn li a.Liked_button{
    background-color:chocolate;
    color: white;
    border-radius:10px ;
    width: 30;
}
ul.feature__list > li{
    list-style-type:disc;
}
.pro__social__share {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}
.pro__soaial__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pro__social__share h2 {
    color: #666666;
    font-size: 18px;
    padding-right: 10px;
}
.pro__soaial__link li + li {
    padding-left: 30px;
}
.pro__soaial__link li a i {
    color:black;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pro__soaial__link li a:hover i {
    color: #ff4136;
}

.pro__choose__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pro__choose__size li + li {
    padding-left: 20px;
}
.pro__choose__size li a {
    text-transform: uppercase;
}
.prodict-statas span {
  color: #666666;
  font-size: 18px;
  text-transform: capitalize;
}


/*---------------------------product details end-----------------*/

/*---------------------------Software page css-----------------*/

.software_images{
    height: 30vw;
    width: 50%;
    margin:auto;
}
h2.software_details {
    color: red;
    font-size: 30px;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.product__tab__content > div > p{
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.product__tab__content:not(.active) {
  display: none;
}

.product__deatils__tab {
    border-bottom: 1px solid #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product__deatils__tab li a {
    color: #505050;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 17px;
    position: relative;
    text-transform: capitalize;
    display: block;
}
.product__deatils__tab li {
    padding: 0 30px;
}
.product__deatils__tab li a::before {
    background: #ff4136 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 0;
}
.product__deatils__tab li a.active::before {
    width: 100%;
}
.product__deatils__tab li a:hover {
    width: 100%;
}
.product__deatils__tab > li > a{
    color:orangered;
}
.product__deatils__tab > li > a{
    font-weight: 600;
}
p > .text__heading{
    font-weight: 600;
    line-height: 1rem;
    font-size:large;
}



/*---------------------------Software page css End-----------------*/



/*-----------------------------------------------
  22. Wrapper Sidebar
---------------------------------------------------*/

.wrapper__sidebar .container-fluid {
    width: 90%;
}
.sidebar--content {
    background: #f2f2f2 none repeat scroll 0 0;
    height: 100vh;
    min-height: 100vh;
    padding-bottom: 160px;
    padding-top: 100px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 445px;
    z-index: 999;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrapper--content {
    width: calc(100% - 450px);
}

.wrapper__sidebar--left .sidebar--content {
    left: 0;
    margin-right: 5px;
}
.wrapper__sidebar--left .wrapper--content {
    margin-left: 450px;
}
.wrapper__sidebar--right .sidebar--content {
    right: 0;
    margin-left: 5px;
}
.wrapper__sidebar--right .wrapper--content {
    margin-right: 450px;
}
.sidebar--logo {
    padding-bottom: 60px;
}



/* Menu Style */
.wrapper__sidebar .main__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.wrapper__sidebar .main__menu > li {
    padding: 0;
}
.wrapper__sidebar .main__menu > li > a {
    font-weight: 500;
    line-height: 44px;
    text-transform: uppercase;
}
.wrapper__sidebar .main__menu > li:hover > a, 
.wrapper__sidebar .main__menu > li.current > a {
    background: #fff none repeat scroll 0 0;
    color: #ff4136;
}
.wrapper__sidebar .sidebar--nav {
    margin-bottom: 50px;
    max-height: 350px;
}


/* Tools */

.wrapper__sidebar  .menu-extra {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrapper__sidebar .sidebar--tools {
    margin-bottom: 40px;
}
.wrapper__sidebar .sidebar--social__network .social__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social__icon li:last-child {
    padding-right: 0;
}


@media (min-width: 1170px) and (max-width: 1500px){
    .wrapper__sidebar .container-fluid {
      width: 95%;
    }
    .wrapper--content {
        width: calc(100% - 350px);
    }
    .wrapper__sidebar--left .wrapper--content {
        margin-left: 350px;
    }
    .wrapper__sidebar--right .wrapper--content {
        margin-right: 350px;
    }
    .sidebar--content{
        width: 345px;
    }
    .image{
        margin: 50px;
    }
    .image1{
        margin:20px;
    }
    .Footer_body_part2,.Footer_body_part3,.Footer_body_part4{
        margin-left:50px;
    }
    
}



@media (min-width: 992px) and (max-width: 1189px){
    .fixed__footer{
        width: 100%;
        padding: 0;
    }
    .header{
        margin-bottom: 10px;
    }
    .map{
        max-width: 490px;
    }
    .homePage__banner > img{
        height: 500px;
    }
    .product__title{
        font-size:xx-large;
        word-spacing:5px;
    }
    .product__details{
        margin: 0;
    }
    .slider__full--screen {
        height: 30vh;
    }
    .image{
        margin: 50px;
    }
    .image1{
        margin: 20px;
    }
    
    
    .product{
        height: 450px;
        padding: 0;
    }
    .product__links{
       top:90%;
       left:7%;
       position:absolute;
        
    }
    .product__links > h6{
        margin-left:10px;
    }
    .Footer_body_part2,.Footer_body_part3,.Footer_body_part4{
        margin-left:50px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .ht__bradcaump__area{
        align-items: center;
    }
    .homePage__banner > img{
        height: 400px;
    }
    .product__links{
       top:87%;
       position:absolute;
        
    }
    .product__links > h6 > a {
        width:80px;
        margin-left:2.5vw;
    }
    .product{
        height: 380px;
        padding: 0;
    }
    .product__title{
       margin: 0;
       padding: 0;
       text-align:center;
   }
    .product__title > h5{
        margin: 0;
        font-size: 15px;

    }
    .product__details{
        margin: 0;
        word-spacing:4px;
        
        
    }
    .product__details > p{
        line-height: 1rem;
        font-weight: lighter;
    }
    .slider__full--screen {
        height: 30vh;
        width: 100%;
    }
    
    .Footer{
        padding:0 !important;
    }
    .Footer_body_part2,.Footer_body_part3,.Footer_body_part4{
        margin-left:0;
    }
}


@media (min-width:575px) and (max-width: 767px){
    .image,.image1{
        width: 70%;
        height:auto;
    }
    .about_us_home{
        display: block;
    }
    .product__links{
       justify-content: space-around;
       margin: auto;
        
    }
    .video__box{
        align-items: center;
    }
    .map{
        max-width: 535px;
        overflow-x: hidden;
    }
    .homePage__banner > img{
        height: 300px;
    }
    
    .Footer{
        padding:0 !important;
    }
    .Footer_body_part2,.Footer_body_part3,.Footer_body_part4{
        margin-left:0;
    }
}

@media (max-width: 575px){
    .product__menu{
        display: block;
        margin-left: 5px;
        margin-bottom: 10px;
        text-align: center;
    }
    .product__links{
       justify-content: space-around;
       margin: auto;
        
    }
    .product__links {
        align-items: center;
    }
    .pro__dtl__btn {
    display: flex;
    }
    .pro__dtl__btn > li{
        margin-top: 5px;
        margin-left: 5px;
    }
    .video__box > iframe{
        width: max-content;
        height: auto;
    }
    .map{
        max-width: 535px;
        overflow-x: hidden;
    }
    .homePage__banner > img{
        height: 250px;
    }
    
    .Footer{
        padding:0 !important;
    }
    .Footer_body_part2,.Footer_body_part3,.Footer_body_part4{
        margin-left:0;
    }
}

@media (max-width:480px) {
    .best_selling_heading{
        padding-top:20px !important;
        margin-bottom:0;
    }
    .featured_products{
        margin-bottom:0;
        margin-top:0;
    }
    .htc__product__area{
        padding-top:0;
    }

    .product__deatils__tab > li{
        padding: 0 10px;
    }
    .product__deatils__tab > li > a{
        display: inline;
        font-size: small;
        line-height: 10px;
    }
    .product__inner > div > a > img{
        height: 200px;
        width: 100%;
    }
    .product{
        height: 370px;
        padding: 0;
        margin:20px;
    }
    .product__title{
       margin: 15px;
       padding: 0;
       text-align:center;
   }
   .product__title > h5{
       font-weight: 700;
       font-size:15px;
   }
    .product__details{
        margin: 0;
        word-spacing:4px;
        padding-top: 0;
        
        
    }
    .product__details > p{
        line-height: 1rem;
        font-weight: 500;
        margin-bottom:4px;
    }
    .product__links{
       justify-content: space-around;
       margin-top: 8px;
        
    }
    
    .Map__contacts{
        width: auto;
    }
    .map{
        padding-top:10px;
        width: 100%;
        height: 400px;
        margin:auto;
    }
    .contact-box input,.contact-box textarea {
        width: auto;
    }
    .homePage__banner > img{
        height: 200px;
        
    }
    .top_para{
        box-shadow: none;
    }
    #top_para > p{
        line-height: 1.6rem;
    }
    .image,.image1{
        width:100%;
    }
    .slider__full--screen {
        height: 30vh;
    }
    .Footer{
        padding:0 !important;
    }
    .Footer_body_part2 br,.Footer_body_part3 br,.Footer_body_part4 br{
        display: none;
    }
    .Footer_body_part2 > a,.Footer_body_part3 > a,.Footer_body_part4 > a{
        display: block;
    }
    
    .Footer_body_part4 > div > ul > li{
        margin-left: 5px;
    }
    .Footer_body_part4 > div > ul > li > a{
        color: lightcyan;
        
    }
    .Footer_body_part4 > div > ul > li.fa-instagram{
        color: pink;
    }
    .Footer_body_part4 > div > ul > li.fa-facebook{
        color: blue;
    }
    .Footer_body_part4 > div > ul > li.fa-twitter{
        color: darkturquoise;
    }
    .Footer_body_part4 > div > ul > li.fa-telegram{
        color: lightskyblue;
    }
    .Footer_body_part2,.Footer_body_part3,.Footer_body_part4{
        margin-left:0;
    }
}
