body {
    color: #1d1d1d;
    background-color: #f1f3f5;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-family: 'Sora', sans-serif;
    overflow-x: hidden !important;
}

main{
    background: #888;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}
header{
    overflow: hidden;
}

.logo{
    width: 300px;
    height: auto;
    background: rgba(0,0,0,0.8);
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.container{
    width: 992px;
    margin: 0 auto;
    background: #fff;
}

.banner{
    position: relative;
    z-index: 0;
}


h1{
    color: #fc3a3a;
    font-family: poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    display: flex;
    padding: 30px;
    
    background-size: 424px;
    
    margin-bottom: 30px;
    
}

.bg1{
    background: url(src/hl1.png);
    background-repeat: no-repeat;
}
.bg2{
    background: url(src/hl2.png);
    background-repeat: no-repeat;
}
.bg3{
    background: url(src/hl3.png);
    background-repeat: no-repeat;
}
.bg4{
    background: url(src/hl4.png);
    background-repeat: no-repeat;
}

p{
    font-size: 16px;
    padding: 5px 30px;
    text-align: justify;
}

.content-left{
    position: relative;
    bottom: 100px;
}

.line1{
    width: 100px;
    height: 5px;
    background: #42495b;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;

}
h2{
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 24px;
    text-align: center;
    
    
}
.content-right{
    background: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 1;
    top: 260px;
    padding: 30px;
    border: 1px solid #656565;
    width: 358px;
}
.content-right-down{
    position: relative;
    z-index: 1;
    top: 500px;
    padding: 30px 30px;
    padding-left: 0;
}

.content-right p{
    color: #fff;
    font-size: 14px;;
    margin: 3px 0;
    padding: 0;
}
.content-right-down p{
    color: #000;
    font-size: 16px;;
    margin: 3px 0;
    padding: 0;
}
.content-right h4{
    color: #fc3a3a;
    font-size: 18px;;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.text-bold{
    font-weight: 700;
}

.border-box{
    border: 1px solid #fc3a3a;
    padding: 10px 5px;
}

.list-icon{
    background: url(src/list-icon.png);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 20px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.list-icon1{
    background: url(src/list-icon1.png);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.list-icon2{
    background: url(src/list-icon2.png);
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 60px;
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 10px;
    float: left;

}

.img1{
    background-size: 100%;
    width: 100%;
    height: auto;
}

.right-image{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.past{
    padding: 0 20px;
}

.past ul{
    padding: 0;
}
.past p{
    padding-right: 10px;
}

ul{
    padding: 0 10px;
    margin: 0;
}

.our-strength{
    background-size: 540px;
    width: 540px;
}

.core-box-container{
    background: #f1f1f1;
    padding: 0 5px;
    border: 1px solid #e5e5e5;
    border-right: none;
}


.core-box-container:nth-child(2){
    background: #e5e5e5;
    border: 1px solid #dbdbdb;
    border-right: none;
}

.core-box-container:nth-last-child(1){
    background: #dbdbdb;
    border: 1px solid #bcbcbc;
}

.core-box-container h5{
    font-size: 18px;
    text-align: center;
    
}
.core-box-container p{
    text-align: left;
    padding: 10px;
    font-size: 13px;
}

footer{
    background: #000;
    padding: 30px;
    position: relative;
}
footer p{
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.qr-code{
    background-size: 90px;
    height: auto;
    width: 70px;
    position: absolute;
    right: 30px;
    padding: 0;
}

/* Margin and Paddings */

.mlr{
    padding: 0 30px;
}

.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-60{
    margin-top: 60px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-60{
    margin-bottom: 60px;
}
.pt-10{
    padding-top: 10px;
}
.pt-20{
    padding-top: 20px;
}
.pt-30{
    padding-top: 30px;
}
.pt-40{
    padding-top: 40px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-40{
    padding-bottom: 40px;
}

.center{
    text-align: center;
}

