body {
    font-size: 16px;
    font-weight: 400;
    color: #28a2d3;
    line-height: 25px;
}
.darkHeader,.mv_footer_wrapper,.mv_logo,.mv_topheader,.mv_menu {
    background: #28a2d3;
    transition: 0.5s;
}
.navbar-toggle {
    background-color: rgb(230 246 251);
}
.navbar-toggle .icon-bar {
    background: #29a3d2;
}
.mv_mainslider {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    background: #060606;
}
.text-center{
    text-align: center;
}
.ma{
    display: flex;
    justify-content: center;
}
.mv_service_img {
    border-radius: 0px;
    overflow: hidden;
    border: 20px solid #fff;
    height: 350px;
}
.mv_services_div {
    border: 1px solid #28a2d3;
}
.mv_call_wrapper {
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
}
.owl-carousel img{
    height: 500px;
    object-fit: contain;
}
.cell {
   width:150px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 0;
  padding: 20px;
  
 
}
.contact-us{
    display: flex;
    justify-content: center;
}
.cell  svg {
    width: 100%;
  }
.mv_page_heading h3 {
    color: rgb(1 ,59, 139);
}
.mv_aboutus2:after {
    width: 97%;
}
.mv_lightgray_wrapper {
    background: #e6f5fb;
}
.mv_aboutus2:after {
    border: 8px solid #013b8b;
}
.w-100{
    width: 100%;
}
.mv_logo {
    float: left;
    width: 100%;
    padding: 0px; 
}
.mv_footer_wrapper p a{
    color: white;
}
.bg100{
    width:60%;
    margin-top: 85px;
    height: auto;
}

.mv_mainslider:after {
    background: rgba(0, 0, 0, 0.35);
    content: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.mv_aboutus1 strong{
    font-size: 26px;
    color: #ff1919;
}
@media (max-width: 767px){
.mv_mainslider {
    margin-top: 70px;
}
}
@media(max-width:500px){
    .mv_aboutus2:after {
    width: 75%;
}

.contact-us{
    display: inherit;
}
.mv_service_img {
    height: inherit;
}
.bg100{
    width:100%;
    margin-top: 0px;
     height: auto;
}
.mv_mainslider {
    float: left;
    width: 100%;
    position: relative;
    display: block; 
}
.mv_mainslider:after {
    background: rgba(0, 0, 0, 0.35);
    content: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
}


