.banner{
  margin-top: 0px;
    background-color: #05488c;
    background-color: linear-gradient(to right, #05488c, #1262b3);
    background-image: url(../images/ml-banner1.jpg);
    background-size:cover;
    height: 100vh;
}
/* About */
.about h2 {
   letter-spacing: .5px;
    color: #0d2366;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: left;
    padding-bottom: 0px;
}
.about p{
  font-size:15.5px;
  line-height:1.6;
  padding-top:10px;
  padding-bottom:20px;
  text-align:left;
}
.about p span {
    font-size:16px;
    color: #0d52b2;
    font-weight:500;
    font-family: 'Roboto', sans-serif;
}
.about{
  padding-top:2vw;
  padding-bottom:2vw;
  text-align:center;
}

/* About Ends */
.ibox{
    color: #515978;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 2px;
    box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.08), 0 1px 1px rgba(0,0,0,0.07);
    background: #fff;
    padding: 20px 25px;
    text-align:left;
    min-height:310px;
    margin-bottom:30px;
}
.ibox h4{
    color: #0d52b2;
    font-weight:500;
    line-height:1.5;
    font-size:20px;
    padding-bottom:0px;
    margin-top:5px;
    letter-spacing:1.1px;
    font-family: 'Roboto', sans-serif;
}
.ibox p {
    //color: #515978;
    color:#464a5a;
    font-size:15.5px;
    //font-weight:500;
    padding-bottom:10px;
     margin-top:0px;
     margin-bottom:0px;
    line-height:1.5;
    //font-family: 'Roboto', sans-serif;
}
.ibox span img{
    color:#0d52b2;
    width:32px;
    //height:30px;
        vertical-align: text-bottom;
}
.factory-auto{
    padding-left:0px;
    padding-right:0px;
}
.bg-sec {
    position: relative;
    margin-top: 20px;
    padding-bottom: 60px;
    padding-top:70px;
    padding-bottom:150px;
    text-align:left;
    background-color: #fff;
}
.bg-sec .midsection-svg-desk {
    display:block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -130px;
    top: -100px;
}
.bg-sec .midsection-svg-mob {
    display:none;
}
.bg-sec .midsection-svg-desk {
    -webkit-transform: scale(-1,-1);
    -ms-transform: scale(-1,-1);
    transform: scale(-1,-1);
    top: 0;
}

.offering h3 {
    letter-spacing: .9px;
    color: #0d2366;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: left;
    margin-bottom:20px;
    padding-bottom: 30px;
}

.bg-sec h3{
    position:relative;
    color:#fff;
    text-align:left;
}
/* Offering */
.offering h2 {
  color:#007eed;
  font-size:36px;
font-weight:700;
}
p{
  font-size:17px;
}
.offering{
  padding-top:2vw;
  padding-bottom:2vw;
  text-align:left;
}
.offering .col-sm-3{
  padding-top:4vw;
  padding-bottom:3vw;
}


.offer-bg{
   //background: url(../images/offering-bg.jpg);
    //background-size: cover; 
}

.himgs{
    padding-right:0px;
    margin-top:50px;
}
.himg img{
    
    width:100%;
    
}

#slides{
    position: relative;
    height: 240px;
    padding: 0px;
    margin: 0px;
    margin-top:7vw;
    text-align:left;
    list-style-type: none;
}

.sliden{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    font-weight:500;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size:52px;
    line-height:1.4;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing{
    opacity: 1;
    z-index: 2;
}
.tslider{
  padding-top:8vw;
  text-align:left;
  color:#fff;
}
.tslider h5{
    //font-weight: 500;
    line-height: 1.5;
    font-size: 19px;
    padding-bottom: 10px;
    margin-top: 6vw;
    letter-spacing: 1.1;
    //font-family: 'Roboto', sans-serif;
}
.form-box{
    color: #515978;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 2px;
    box-shadow: 2px 4px 9px 1px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.04);
    background: #fff;
    padding: 24px 32px;
}
.form-box h4 {
    color: #0d52b2;
    font-weight: 500;
    line-height: 1.5;
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 5px;
    letter-spacing: 1.1;
    font-family: 'Roboto', sans-serif;
}
.form-box .form-control{
    border-radius:3px;
    line-height: 36px;
    height: 42px;
    font-size:15.5px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: none;
    margin-bottom:25px;
}
.form-box textarea {
    width:100%;
    border-radius:3px;
    padding:5px 10px;
    font-size:15.5px;
    border: 1px solid rgba(0,0,0,0.15);
    margin-bottom:25px;
}
.form-box .btn3{
    padding: 8px 15px;
    width: 100px;
    background-color: #3d7cd1;
    color: #fff;
    border: none;
    border-radius: 3px;
}
.form-box .btn3:hover{
    padding: 8px 15px;
    width: 100px;
    background-color: #3d7cd1;
    color: #fff;
    border: none;
    border-radius: 3px;
} 
.tslider .col-sm-7{
    padding-left:0px;
    width:64%!important;
}
.tslider .col-sm-5{
    padding-right:0px;
    width:36%!important;
}
.btns {
    margin-top: 10px;
    margin-left:15px;
    padding: 12px 30px;
    color: #fff;
    border-radius: 3px;
    background-color: #234694;
    font-size: 17px;
}
.btns:hover {
    color: #fff;
    text-decoration:none;
    background-color: #234694;
}
@media (max-width: 767px)
{
.banner{
  margin-top: -20px;
    background-image: url(../images/ml-banner1.jpg);
    background-size:cover;
    background-position:center;
    height: 65vh;
}
.about {
    padding-top: 20px;
}
.tslider .col-sm-7{
    padding-left:0px;
    padding-right:0px;
    width:100%!important;
}
.tslider .col-sm-5{
    padding-right:0px;
    padding-left:0px;
    width:100%!important;
}
.tslider{
  padding-top:80px;
  text-align:left;
  color:#fff;
  padding-left:0px;
  padding-right:0px;
}
.tslider h5{
    font-weight: 500;
    line-height: 1.5;
    font-size: 19px;
    padding-bottom: 10px;
    margin-top: 0px;
    letter-spacing: 1.1;
    font-family: 'Roboto', sans-serif;
}
#slides{
    position: relative;
    height: auto;
}
.sliden{
    font-size:32px;
}
.form-box{
    padding: 14px 12px;
}
.form-box h4 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-top: 0px;
}
.form-box textarea {
    margin-bottom:15px;
}
.form-box .form-control{
    height:40px;
    line-height:32px;
    margin-bottom:15px;
}
.about h2 {
   letter-spacing: .5px;
    color: #0d2366;
    font-size: 24px;
    text-align:left;
}
.bg-sec {
    position: relative;
    margin-top: 20px;
    padding-bottom: 60px;
    padding-top:40px;
    padding-bottom:50px;
    text-align:left;
    background-color: #fff;
}
.bg-sec .midsection-svg-mob {
    display:block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -130px;
    top: -100px;
}
.bg-sec .midsection-svg-desk {
    display:none;
}
.bg-sec .midsection-svg-mob {
    -webkit-transform: scale(-1,-1);
    -ms-transform: scale(-1,-1);
    transform: scale(-1,-1);
    top: 0;
}
.offering h3 {
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 24px;
}
.offering {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
}
.bg-sec .offering{
    padding-top:0px;
    padding-bottom: 2vw;
}
.himgs {
    padding-right: 0px;
    margin-top: -30px;
}
.btns {
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom:20px;
}

.title-text{
  padding-top:30%;
  text-align:center;
  color:#fff;
  font-size:6vw;
  line-height:1.4;
      //text-shadow: 2px 2px 4px #565151;
}

.offering .col-xs-12{
    padding-left:0px;
    padding-right:0px;
}
.offering h2 {
  color:#007eed;
  font-size:28px;
font-weight:700;
}
}