body{
    background-color: #252525;
}

h1, h2, h3, h4, h5, h6{
    color: #e7e7e7;
}

.purecounter{
    color: #252525;
}

.tp-header-top-left-box ul{
    width: max-content;
}

.wIcon{
    font-size: 25rem;
    color: #00A884;
    position: absolute;
    right: 1%;
}

#wIcon{
    color: #00A884;
    font-size: 50px;
    margin-top: 1rem;
}

.heroSection::before{
  content:'';
  background: url(../img/all\ images/frvt.png);
  position:absolute; 
  height: 450px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center center; */
  filter: brightness(0.9);
}

.wewe{
    position: absolute;
    top: 29rem;
    left: 6rem;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 20px;
    background-color: #F28C28;
    font-weight: 100;
    letter-spacing: 2px;
    border-radius: 8px;
}

#feature-box{
    padding: 0  ;
}

.heroSection{
    height: 450px;
    margin-top: 8rem;

}

.heroSectionIMG{
    height: 450px;
    width: 100%;
}

.jumpCategory {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-evenly;
}

.insideJumpCategory {
    padding: 15px 10px;
    background: #F28C28;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.insideProductMain{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10rem;
    background-color: #F7F7F8;
}

#hhh{
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #4f4f4f;
    margin-bottom: 10px;
}

.filterProduct.active{
    color: #F28C28;
}

.filterProduct{
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #666;
}

.insideProductDetails{
    display: none;
    width: 80%;
    margin: auto;
}

.show{
    display: block;
}

.filterProduct:hover{
    color: #F28C28;
}

.filterProduct:active{
    color: #F28C28;
}

.ipH{
    align-self: flex-start;
    margin: 0 4rem;
    border-bottom: 1px solid #fff;
    width: 90%;
    overflow: auto;
}

.ipH h1{
    font-size: 35px;
    color: #F28C28;
    font-weight: 400;
    letter-spacing: 2px;
    align-self: baseline;
}

.productElements{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    background-color: #ffffff;
    border: 0.1px solid #e9e9e9;
}

.productDetails{
    padding: 2rem 0rem;
    background: #fff;
    width: 100%;
}

th{
    background-color: #F8F8F8;
    width: 22%;
}

.insideProductMain2 img{
    width: 80%;
    padding-bottom: 4rem;
    padding-top: 1rem;
}

.insideProductMain2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

table, th, td {
    border: 1px solid #f2f2f2;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  td{
    color: #a2a2a2;
  }

  table{
    border: 1px solid #f2f2f2;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    /* width: 66rem; */
    margin: auto;
  }

  .insideH{
    margin-top: 4rem;
    font-size: 24px;
    text-align: center;
    margin-bottom: -2rem;
  }

  .insideIMG{
    height: 15rem;
    margin-right: 2rem;
  }

  .productInside{
    margin-top: 12rem;
  }

  .productContainerInside{
    display: flex;
    margin: 4rem auto;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

.productMain{
    width: 100%;
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 12rem;
}

.heading{
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 5px;
    margin-top: 2rem;
    
}

.productContainer{
    width: 80%;
    margin: 2rem 0;
}

.products{
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product{
    flex-basis: 15rem;
    height: 20rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    margin-bottom: 5rem;
}

#productH4 {
    font-size: 20px;
    margin-top: 2rem;
    margin-bottom: 0.6rem;
    font-weight: 500;
    text-align: center;
    padding: 1px 8px;
}

.product img{
    height: 50%;
    height: 50%;
    width: 80%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tp-contact-3-icon{
    background-color: #F28C28;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tp-contact-form-title{
    letter-spacing: 1px;
}

.tp-contact-form-border{
    border-radius: 10px;
}

.tp-contact-3-title{
    font-size: 24px;
}

#RR{
    justify-content: center;
}

.tp-contact-3-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#breadH4{
    font-size: 14px;
    font-weight: 500;
}

#breadT{
    letter-spacing: 1px;
}

#logo{
    width: 80%;
}

#mainMenu{
    font-size: 18px;
    color: #fff;
    color: #938f8f;
}

#we{
    font-size: 16px;
}

#weWE{
    color: #fff;
    display: block;
    position: absolute;
    top: 25rem;
    font-size: 22px;
    font-weight: bold;
    left: 5rem;
}

#weH1 {
    font-size: 65px;
    letter-spacing: 1px;
    line-height: 75px;
}

#weBtn{
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 20px;
    background-color: #F28C28;
    font-weight: 100;
    letter-spacing: 2px;
    border-radius: 8px;
}

.tp-section-title{
    font-size: 40px;
}

.tp-service-3-item{
    border-radius: 1rem;
}


.tp-service-3-icon span{
    display: none;
}

.tp-section-title {
    font-size: 40px;
    margin-bottom: 5rem;
    letter-spacing: 1px;
}

.tp-choose-3-text span{
    font-size: 22px;
}

.tp-choose-3-text a{
    font-size: 20px;
    color: #F28C28;
}

.tp-choose-item span{
    background-color: #F28C28;
}

.tp-section-title{
    color: #F28C28;
}

.tp-step-title{
    font-size: 20px;
}

.tp-step-number span{
    font-size: 16px;
}

.tp-video-3-play-box a{
    display: none;
}

.tp-video-3-bg::after{
    display: none;
}

.tp-testimonial-3-active{
    top: -5rem;
}

.tp-testimonial-3-avata img{
    display: none;
}

.tp-testimonial-3-author-info{
    display: none;
}

.tp-feature-2-title {
    font-size: 20px;
    font-weight: 500;
}

.tp-footer-title{
    font-size: 20px;
    font-weight: 500;
}

.tp-footer-contact a i{
    color:#F28C28;
}

.tp-header-bar button{
    background-color:#F28C28;
    font-size: 15px;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media only screen and (max-width: 1030px) {
    #logo {
        width: 60%;
    }
    .heroSection::before{
        background-position: right;
    }
  }


/* Responsive for 800px  */

@media only screen and (max-width: 800px) {

    #mainMenu{
        color: #fff;
    }

    .heading h1{
        font-size: 35px;
    }

    #logo {
        width: 60%;
    }
    .tp-header-bar button{
        background-color:#F28C28;
        font-size: 15px;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #weH1{
        font-size: 50px;
    }

    #weBtn{
        font-size: 14px;
    }

    .grey-bg{
        padding: 120px 0;
    }

    #emRE{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* height: 15rem; */
        /* width: 50%; */
    }

    .tp-choose-3-bg{
        height: 15rem;
        width: 50%;
        border-radius: 10px;
    }

    .tp-header-top-left-box ul{
        display: flex;
        flex-direction: column;
    }
  }

  @media only screen and (max-width: 760px){
    .insideIMG{
        margin-bottom: 2rem;
    }
  }

  @media only screen and (max-width: 600px){
    .tp-header-top-space{
        display: none;
    }
  }


  @media only screen and (max-width: 500px){

    .insideJumpCategory {
        padding: 8px 8px;
        background: #F28C28;
        font-size: 10px;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 1rem;
        border-radius: 10px;
    }

    .jumpCategory {
        width: 95%;
        margin-top: -4rem;
        padding-bottom: 2rem;
    }

    .filterProduct {
        padding: 15px 20px;
        font-size: 12px;
    }

    .insideProductDetails p{
        font-size: 14px;
    }

    .ipH h1{
        width: 80%;
    }

    .ipH{
        width: 80%;
    }

    .heroSection::before{
        background-position: center;
    }

    #weWE{
        top: 20rem;
        left: 1rem;
    }

    .heroSection {
        margin-top: 4rem;
    }

    #weBtn {
        font-size: 12px;
        padding: 10px 15px;
        left: 1rem;
        /* top: 25rem; */
    }

    /* #weBTN{
        top: 25rem;
        left: 1rem;
    } */

    .wewe{
        top: 25rem;
        left: 1rem;
    }

    table, th, td {
        border: 1px solid black;
        padding: 5px;
        font-size: 10px;
    }

    .insideIMG{
        margin-right: 0;
        margin-top: -1rem;
    }

    .productInside {
        margin-top: 8rem;
    }

    .heading h1{
        font-size: 30px;
    }

    .product{
        margin: 1rem 0;
    }

    .productMain{
        margin-top: 6rem;
    }

    .tp-contact-3-text a{
        font-weight: 400;
        font-size: 14px;
    }

    .tp-contact-3-icon{
        height: 60px;
        width: 60px;
    }

    .tp-contact-3-text{
        font-size: 22px;
    }
    .tp-header-bar button{
        font-size: 14px;
        height: 30px;
        width: 30px;
    }

    #logo{
        width: 65%;
    }

    #weH1{
        font-size: 30px;
        line-height: normal;
    }

    .col-xl-12{
        margin-top: -5rem;
    }

    #weBtn{
        font-size: 12px;
        padding: 10px 15px;
    }

    .pb-90{
        padding: 0;
    }

    .pt-120{
        padding: 80px 0;
    }

    .tp-feature-2-item{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tp-feature-2-title{
        font-size: 18px;
    }

    .tp-feature-2-icon span{
        font-size: 50px;
    }

    .grey-bg {
        padding: 0;
    }

    .tp-about-main-thumb img{
        border-radius: 10px;
    }

    .tp-section-title {
        color: #F28C28;
        font-size: 25px;
        margin-bottom: 2rem;
    }

    .tp-about-icon-text h5{
        font-size: 16px;
    }

    .tp-about-icon span{
        font-size: 45px;
    }

    #aboutRE{
        padding-bottom: 0;
    }

    #colRE{
        margin-top: 5rem;
    }

    .tp-section-title{
        font-size: 24px;
    }

    .tp-service-3-item {
        padding: 60px 30px;
        padding-top: 20px;
    }

    #serviceH{
        font-size: 20px;
    }

    #serviceP{
        font-size: 14px;
    }

    #rowRE{
        padding-bottom: 5rem;
    }

    .tp-choose-3-bg{
        width: 80%;
    }

    #we{
        font-size: 14px;
    }

    #supportRE{
        border-radius: 10px;
    }

    .tp-choose-item-title{
        font-size: 16px;
    }

    #emRE{
        padding-bottom: 20px;
    }

    #stepRE{
        margin-top: 0;
    }

    #wrapWE{
        margin-top: 5rem;
    }

    .tp-testimonial-3-active{
        margin-top: -5rem;
    }

    .tp-testimonial-3-item{
        padding-top: 40px;
        margin-bottom: 2rem;
    }

    #expertRE{
        margin-top: 0;
    }

    .tp-video-3-bg {
        height: 490px;
    }
    
  }

  @media only screen and (max-width: 350px){

    .ipH h1{
        font-size: 25px;
    }

    .filterProduct {
        padding: 15px 10px;
    }
  }