





body{
    letter-spacing: .5px;
    font-size: 15px;
}
ul{
    list-style: none;
    margin:0;
    padding:0
}
h1,h2,h3,h4,h5,h6{
    margin: 0;

}
p{
    margin :0
}
a{
    text-decoration: none;
}







.container{
    max-width:1500px
}

.banner-wrap{
    background-image: url('../images/Slider-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height:600px;
    display: flex;
    align-items: center;
}
.inner-banner{
    background-image: url('../images/inner-slider.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height:300px;
    display: flex;
    align-items: center;
    background-position: center;
}
header{
    position: fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index: 99;
    display: flex;
    align-items: center;
    height:100px;
    transition: .5s;
}
.header-icon li {
    margin-right:15px
}
.header-icon li:last-child{
    margin-right:0
}
.header-icon li a img{
    width:25px
}
.time-wrap{
    background: #FFA301;
    padding:3px 15px;
    font-size: 13px;
}
.banner-wrap h1{
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    line-height: 51px;
}
.web-txt{
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    min-height: 0 !important;
}
.mx-580{
    max-width: 680px;
    width:100%;
 
}
.main-wrap{
    padding:60px;
    background-color: #010b0e;
}
.banner-add img{
    width:100%
}
.h-txt{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.blog-wrap{
    padding:20px;
    border:1px solid #aaa;
    border-radius: 10px;
}
.card-img{
    height:250px;
    background-size: cover;
    border-radius: 10px;
    background-position:center;
}
.card-img img{
      border-radius: 10px;
}

.card-img-2{
    height:400px;
    background-size: cover;
    border-radius: 10px;
    background-position:center;
}
.card-img-2 img{
      border-radius: 10px;
}
.c-card h1{
        color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    height: 54px;
}
.c-btn{
    background: #FFA301;
    padding:7px 15px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}
.c-btn:hover{
    color: #000;
}
.bl-card-img{
    height:120px;
    background-size: cover;
    border-radius: 10px;
}
.bl-card-img{
    width:140px
}
.bl-card-img img{
    border-radius: 10px;
}
.blog-listing li h1{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
     line-height: 30px;
}
.blog-listing li{
    padding:15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #aaa;
}
.blog-listing li:last-child{
    margin: 0;
    border: 0;
}
.blog-listing li:first-child{
    padding-top: 0;
}

.inner-banner h1{
    font-size: 25px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    margin-top: 90px;
}
.c-card p{
    min-height:80px
}
.darkHeader{
    background-color: #010b0e;
    border-bottom: 1px solid #aaa;
}
.logo img{
        width: 195px;
}


@media screen and (max-width: 767px){
    .banner-wrap{
        height:100vh;
        align-items: end;
    }
    .m-con-ovr{
        align-items: end!important;
        padding-bottom: 40px;
    }
    .banner-wrap h1{
        font-size: 21px;
        line-height: 39px;
    }
    .main-wrap{
        padding:15px 0
    }
    .h-txt{
        font-size: 20px;
    }
    .c-card h1{
        height: auto;
    }
    .blog-wrap{
        padding:0;
        border:0
    }
    .rmt-15{
        margin-top:15px
    }
    .mb-none{
        display: none;
    }
    .inner-banner h1{
        font-size: 20px;
        line-height: 35px;
    }
    .banner-wrap{
        background-image: url('../images/Slider-3-mobile.jpg');
        background-size: 100% 100%;
    }
    .mx-580{
           min-height: 330px
    }
    
}
