@import 'common.css';
/* HOMEPAGE */
/* BANNER */

.bg1{
    background: url('../images/bg1.png');
}
.bg2{
    background: url('../images/bg2.png');
}
.bg3{
    background: url('../images/bg3.png');
}
.bg4{
    background: url('../images/bg4.png');
}
.banner{
  padding: 50px;
  min-height: 83vh;
  background-size: cover;
  background-position: bottom;
}
.banner p span{
    font-size: 14px;
    background-color: #FF5223;
    text-align: center;
    display: inline-block;
    color: white;
    padding: 0px 10px;
    position: relative;
}
.banner p span:after{
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-right: 15px solid transparent;
    right: -28px;
    top: 0;
    border-top: 28px solid #FF5223;
}
.banner h2{
    line-height: 77px;
}
.banner h2 span{
    font-size: 74px;
    line-height: 85px;
    -webkit-text-stroke: 2px black;
    -webkit-text-fill-color: transparent;

}
.banner h2 strong{
    font-size: 94px;
    background: linear-gradient(to right, #F15724, #F9B33F);
    color: transparent;
    -webkit-background-clip: text;
    font-weight: 900;
    background-clip: text;
}
.banner img{
    margin-bottom: -20px;
}
/* ABOUT US */
.about_us{
    background: linear-gradient(to bottom, #EEEEFE, #FEE9E5);
    padding: 70px 40px 47px 40px;
}
.about_us .col-12{
    padding-left: 65px;
}
.about_us h4.title{
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.about_us h4.title:after,
.about_us h4.title:before{
    content: "";
    position: absolute;
    height: 4px;
    border-radius: 5px;
    margin: auto;
}
.about_us h4.title:after{
    top: 22px;
    right: -70px;
    background: #F9B33F;
    width: 32px;
}
.about_us h4.title:before{
    bottom: 12px;
    background: #FF5223;
    right: -48px;
    width: 38px;
}
.about_us .con{
    padding: 40px 40px 30px;
    margin-top: 40px;
    border-radius: 33px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.25), rgba(255,255,255,0.45));
}

.about_us .col-lg-6:nth-child(3) .con{
    background: linear-gradient(to bottom, rgba(255,255,255,0.50), rgba(255,255,255,0.50));
}
.about_us .col-lg-6{
    display: flex;
}
.about_us .con img{
     width: 90px;
}
/* two-col */
.two-cols{
    padding: 50px 0px 75px 0px;
    background: white;
}
.two-cols h4{
    color: #464674;
    padding:0px 0px 10px 0;
}
.two-cols .con{
    padding:0 60px;
}
.two-cols .row{
    align-items: center;
    padding:50px 0px;
}
.two-cols .row:nth-child(2n+2) .con{
    padding-left: 20px;
}
/* our product */
.our-product {
    background: white;
}
.our-product h4 a{
    color: #FF5223;
    font-size: 16px;
    text-decoration: underline;
}
.our-product .product{
    border: 1px solid #C8C8C8;
    border-radius: 30px 0px;
    text-align: center;
    /* padding: 30px 40px 20px; */
    margin-bottom: 50px;
}
.our-product h4{
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-bottom: 35px;

}
.our-product h6{
    font-weight: 600;
    padding-top: 20px;
}
.our-product .product:hover h6{
    color: #FF5223;
}
/* content Form */
.contact-form{
    padding: 30px 0 60px 0px;
    background: white;
}
.contact-form h4{
    font-size: 35px;
    line-height: normal;

}
.contact-form p{
    padding: 3px 85px 30px 3px;

}
.contact-form form{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/* INNER PAGE */
.inner-container{
    padding-top: 90px;
    background: white;
}
.page-title {
    background: url(../images/banner-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0;
    text-align: center;
    margin-bottom: 70px;
}
.page-title h3{
    color: #FF5223;
}
.product-details {
    padding: 0 0 60px;
}
.product-details .img,
.product-details .owl-carousel{
    border:1px solid rgba(0,0,0,0.15)
}
.product-details p{
    font-weight: 300;
    line-height: 25px;
    font-size: 15px;
}
.product-details h4,
.product-details h6{
    color: #FF5223;
}
.product-details .con{
    padding-left: 20px;
}
.product-details ul {
    padding-left: 15px;
    padding-bottom: 20px;
}
.product-details ul li{
    position: relative;
    padding: 3px 0 3px 15px;
}
.product-details ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background: black;
    border-radius: 100%;
    opacity: 0.6;
}
.form {
    padding: 0 0 70px;
}
.form .row{
    justify-content: center;
}
.form button{
    display: block;
    margin: 40px auto 0;
}
@media(max-width:1199px){
    .about_us .col-12,
    .two-cols .con {
        padding: 0;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .banner h2 strong {
        font-size: 77px;
    }
    .hero_section{
      min-height: 40vh
    }

}
@media(max-width:991px){
    .banner{
      padding: 0px;
      min-height: 83vh;
      background: url('../images/bg1.png');
      background-size: cover;
      background-position: bottom;
    }
    .pg-top{
        position: relative;
        z-index: 10;
    }
    .pg-top:before{
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: black;
        opacity: 0;
        visibility: hidden;
        z-index: 100;
    }
    .pg-top.active:before{
        opacity: 0.6;
        visibility: visible;
    }
    .pg-top.active{
        -webkit-transform: translate(300px,0);
        -ms-transform: translate(300px,0);
        transform: translate(300px,0);
        -webkit-transform: translate3d(300px,0,0);
        transform: translate3d(300px,0,0);
    }
    header .menu{
        background: #0e1532;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        float: right;
    }
    header .menu span,
    header .menu span:after,
    header .menu span:before{
        width: 50%;
        height: 2px;
        background: white;
        border-radius: 5px;
        position: relative;
    }
    header .menu span:after,
    header .menu span:before{
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
    }
    header .menu span:before {
        top: -7px;
    }
    header .menu span:after {
        top: 7px;
    }
    header nav{
        display: none;
    }
    .mobile h6{
        margin: 0 20px 30px;
        padding: 0;
        display: flex;
        color: #FF5223;
        justify-content: space-between;
        align-items: center;
    }
    nav.mobile{
        position: fixed;
        left: 0;
        top: 0;
        width: 300px;
        height: 100vh;
        background: #eef1f5;
        padding: 30px 0 0;
        z-index: 0;
        display: block;
    }
    nav ul{
        flex-direction: column;
    }
    nav li a{
        padding: 15px 20px;
        display: block;
    }
    .banner{
        padding-left: 0;
    }
    .about_us{
        padding: 30px 20px;
    }
    .about_us .con{
        padding: 25px;
    }
}
@media(max-width:767px){
    .product-details .con {
        padding: 20px 0;
    }
    .product-details .img img{
        width: 100%;
    }
    .two-cols {
        padding: 50px 0px 5px 0px;
    }
    .two-cols .row {
        padding: 0;
    }
    .two-cols .row:nth-child(2n+1) .col-lg-6:first-child{
        order: 1;
    }
    .two-cols .con{
        padding: 20px 0 40px !important;
    }
}
@media(max-width:500px){
    footer{
        padding: 20px 0;
    }
    footer h5 {
        margin-top: 20px;
    }
    .banner h2 span,
    .banner h2 strong{
        font-size: 64px;
    }
}
