.slider {
    background: url(../images/background/supply-chain-banner-01.jpg);
}
/* Who We Are Style */
.who_div{
    padding: 70px 0 100px 0;
    display: block;
}
.who_div h1{
    color: #36479c;
}
.who_div img{
    width: 100%;
    margin-top: 40px;
    display: block;
}
.who_div h2{
    margin-top: 30px;
    color: #36479c;
    font-weight: 500;
}
.who_div ul,.who_div p{
    margin-top: 10px;
    line-height: 1.7;
    color: #545454;
}
.who_div ul li{
    padding-left: 15px;
    position: relative;
}
.who_div ul li::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #36479c;
    left: 0;
    top: 11px;
}
/* Vision & Mission Style */
.vision{
    padding: 50px 15%;
    background-color: #fafafa;
    margin-top: 50px !important;
}
.vm_div{
    margin-top: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.vm_div img{
    width: 50%;
    margin-right: 50px;
}
.vm_rgt h2{
    color: #36479c;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
}
.vm_rgt p{
    color: #535353;
    margin-top: 20px;
}
.vm_rgt p:nth-child(2){
    margin-bottom: 40px;
}
/* Serivice Style */
.serv_div{
    padding: 50px 0;
}
.serv_div h1{
    color: #36479c;
}
.sub_txt{
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    color: #535353;
}
.sevice{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.sevice img{
    width: 45%;
}
.serv_rgt{
    width: 50%;
}
.serv_rgt h2{
    color: #36479c;
    text-transform: uppercase;
    font-size: 2em;
    margin-top: 30px;
}
.serv_rgt p {
    font-size: 18px;
    margin-top: 30px;
    color: #535353;
    text-align: justify;
}
.serv_rgt ul{
    margin-top: 30px;
    color: #545454;
    line-height: 1.7;
}
.serv_rgt ul li{
    padding-left: 15px;
    position: relative;
    margin-top: 15px;
}
.serv_rgt ul li::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #36479c;
    left: 0;
    top: 11px;
}
/* Media Query */
@media only screen and (max-width:1920px){
    
}
@media only screen and (max-width:1024px){
    .sevice{
        flex-wrap: wrap;
    }
    .sevice:nth-child(even){
        flex-direction: column-reverse;
    }
    .serv_rgt,.sevice img{
        width: 100%;
    }
}
@media only screen and (max-width:768px){
    .vision{
        padding: 50px 5%;
    }
    .vm_div{
        display: block;
    }
    .vm_div img{
        width: 100%;
    }
    .vm_rgt{
        width: 100%;
        margin-top: 30px;
    }
}
@media only screen and (max-width:500px){
    .serv_rgt h2{
        font-size: 1.5em;
    }
    .sevice img{
        margin-top: 20px;
    }
    p{
        text-align: justify;
    }
}