body {
    font-size: 14px;
}
p , span , div {
    font-size: 14px;
} 
.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #a5a2a2;
}
.navbar-toggler {
    outline: none !important;
}
.navbar {
    box-shadow: 0px 1px 4px 0px #4e4e4e;
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: white;
}
.home_img_container {
    height:calc(100vh - 72px) ;
    background-image: url('../img/Header_background@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ourServices
{
    padding-bottom: 20px;
    padding-top: 20px;

    background-color: #F2F3F8;
}
.dvabout
{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.clslist div ul
{
    list-style-type: none;
}

.clslist div ul li
{
    margin: 5px;
}    

.clslist img
{
    vertical-align: middle;
}
.clslist div ul li p
{
    display: inline-block;
    vertical-align: middle;
}
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
.dvaboutus
{
    min-height: 301px;
    background-color: #fff;
    margin: 0 auto;
    max-width: 300px;
    padding: 30px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: -7px 7px 0px -1px #191933;
    height: 100%;
    }  

    /* classification service */

.classification_head_bg {
    background-color: #191933;
    padding: 50px 0px;
}
.classification_img {
    margin-top: -100px;
    width: 100%;
}
.classification_head {
    color: white;
    font-size: 22px;
    font-weight: bold;
}

.readMoreBtn {
    color: #191933;
    border: 2px solid #191933;
    background-color: transparent;
    outline: none !important;
    box-sizing: none !important;
    padding: 4px 25px;
}
.readMoreBtnBG {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent;
    outline: none !important;
    box-sizing: none !important;
    padding: 4px 25px;
}
.fade_p {
    color: #808588;
}
.technology_img
{
    width: 100%;
}
.technology-img-container {
    width: 100%;
    position: relative;
    
}

.dvforwardservice
{
    color: white;
}     
.dvdelivery
{
    background-color:#F2F3F8;
    padding:30px 30px 30px 30px
}   
.padding-top-70 {
    padding-top: 70px;
}                                      


.margin-top-overlap-simp {
    margin-top: -80px;
}
.simp_text_bg {
    background-color: #191933;
    padding: 20px 0px 80px 0px;
}
#information {
    background-color: #F2F3F8;
}
.service_right_pry {
    position: relative;
}
body .service_right_pry .left_bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    background-color: #191933;
}
body .service_right_pry .right_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0 ;
    right: 50%;
    
    background-color: #F2F3F8;
}
#service {
    position: relative;
}
#service .left_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background-color: #191933;
}
#service .right_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    background-color: #F2F3F8;
}

.li-padding-5P li {
    padding-left: 5%;
}
.color_fade_li li {
    color: #808588;
}
.pl-5_per {
    padding-left: 5%;
}
.padding-left-10p {
    padding-left: 10%;
}
.max-width-100 {
    max-width: 100%;
}
@media screen and (max-width:991px) {
    .margin-top-overlap-simp {
        margin-top: 0px;
    }
}
@media screen and (max-width:767px) {
    .technology_img
{
    width: 100%;
    margin-bottom: -600px;
}
    .classification_img {
        margin-top: -50px;
    }
    .imgdelivery
    {
        width:200px;
    }
    .companylogo
    {
        width:100px;
    }
    .mbview
    {
        margin-bottom: 25px;
        height: auto;
    }
    .simp_text_bg {
        padding: 50px 0px;
    }
  
   
    
}
@media (max-width: 575px) {
    #service .left_bg {
        display: none;
    }
    #service .right_bg {
        display: none;
    }
    .service_right_pry .left_bg {
        display: none;
    }
    .service_right_pry .right_bg {
        display: none;
    }
    #service .row .col-12:nth-last-child(2) {
        padding-left: 0;
        padding-right: 0;
        background-color: #191933;
    }
    #service .row .col-12:nth-last-child(1) {
        padding-left: 0;
        padding-right: 0; 
        background-color: #F2F3F8;
    }
    #service .row .col-12 > div {
        padding: 0px 15px;
    }

    .service_right_pry .row .col-12:nth-last-child(2) {
        padding-left: 0;
        padding-right: 0;    
        background-color: #F2F3F8;
    }
    .service_right_pry .row .col-12:nth-last-child(1) {
        padding-left: 0;
        padding-right: 0;
        
        background-color: #191933;
    }
    .service_right_pry .row .col-12 > div {
        padding: 0px 15px;
    }
    .margin-top-1rem-mob {
        margin-top: 1rem;
    }
}
