.img-descrip {
    border: 1px solid #bbb;
    padding: 5px;
    font-size: 15px;
}
.scale-bg-top:before{
    background-image: none;
}
.scale-bg-bottom:after {
    background-image: none;
}

.right-list-check-circle li:after{
    content: "\f058";
    
    font-family: "FontAwesome";
    left: 0;
    top: 6px;
    display: inline;
    font-size: 15px;
    color: #FF9800 ;
}
   
.right-list-check-circle li{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.main-slider .text-primary {
    color: #FF9800 !important;
}

.inner-hero-img{
    text-align: center;
}
.inner-content-para {
    padding: 30px;
}
.inner-content-para p{
    text-align: justify;
}
.justify-para-text{
    text-align: justify;
}
.wt-icon-box-wraper {
    height: 100%;
    font-size: 13px;
    line-height: 20px;
}

.pl-2 {
    padding-left: 22px;
} 
.pr-2 {
    padding-right: 22px;
}

.hermes.tparrows.tp-leftarrow::before {
    font-family: "FontAwesome" !important;
    content: "\f100" !important;
}
.hermes.tparrows.tp-rightarrow::before {
    font-family: "FontAwesome" !important;
    content: "\f101" !important;
}

/* popup styles */

.popup-agree-btn{
    margin: auto;
    display: block;
}

.popup{
    z-index: 1000;
    background-color: #00000043;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    /* display: none; */
    margin: auto;
    align-items: center;
    justify-content: center;
    transition: 1s;
  }
  .popup-body {
    position: relative;
    height: 500px;
    margin: auto;
    width: 390px;
    margin-top: 25px;
    background-color: #fff;
    padding: 20px;
  }
  .popup .imgbg {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .popup-cont{
    text-align: center;
  }
  .popup .row{
    padding: 0;
  }
  .popupclose {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #fff;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    z-index: 1100;
    text-align: center;
    cursor: pointer;
  }

  
  .home-ytvid {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  @media only screen and (min-width: 768px) {
    
  }

@media  only screen and (max-width: 600px){
    .popup-body{
        height: unset;
        width: 95%;
        line-height: 20px;
    }   
    .inner-content-para{
        padding: 10px;
    }
}
.header-nav .nav > li ul, .header-nav .nav > li .sub-menu, .header-nav .nav > li .mega-menu{
    display: block !important;
}
.portfolio-cont{
    text-align: justify;
}