.slider {
    background: url(../images/abt-banner.jpg);
}
/* About Style */
.about{
    padding-top: 70px;
}
.about h1{
    color: #36479c;
}
.about img{
    width: 55%;
    display: block;
    margin: 40px auto 20px auto;
}
.about p{
    text-align: justify;
    color: #535353;
    font-size: 18px;
}
/* Values Style */
.values{
    padding-top: 50px;
    position: relative;
}
.values img{
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 40px;
}
.value_cont{
    width: 100%;
}
.value_cont h1{
    padding-top: 30px;
}
.value_cont p{
    text-align: center;
    margin-top: 10px;
    color: #535353;
}
.value_cont img{
    width: 40%;
    display: block;
    margin: auto;
    margin-top: 150px;
}
.value_cont h2 span:nth-child(1){
    font-size: 10em;
}
.value_cont h2 span:nth-child(3){
    font-size: 4.7em;
}
.values_flx{
    display: flex;
}
.heading_class{
    display: none;
}
.value{
    width: 14%;
    padding: 1% 3%;
}
.value:nth-child(even){
    /*background-color: #36479c;*/
    background: -webkit-linear-gradient(#2D318E , Blue);
   
}
.value:nth-child(odd){
    /*background-color: #77c044;*/
     background: -webkit-linear-gradient(#67BC46 , #A8CE39);
}
.value img{
    width: 25%;
    margin: auto;
    display: block;
}
.value p{
    text-transform: capitalize;
    color: #fff;
    font-size:25px;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
    display: block;
}
.value p::first-letter{
    font-size: 40px;
}
/* Milestone Style */
.milestone{
    width: 90%;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 200px;
}
.milestone h1 {
    color: #36479c;
} 
.mlstn_flx{
    display: flex;
}
.mlstn_lft{
    margin-top: 50px;
    margin-right: 50px;
}
.mlstn_lft .heading{
    text-align: left;
    color: #454545;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .6);
    position: relative;
    padding-bottom: 10px;
    font-size: 35px;
}
.mlstn_lft .heading::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #f26324;
}
.mlstn_lft p{
    color: #242424;
}
.mlstn_rgt{
    margin-top: 50px;
    position: relative;
}
.milestone_bg{
    width: 100%;
    display: block;
}
.milestone_list{
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #454545;
    color: #fff;
    align-items: center;
}
.milestone_list li{
    cursor: pointer;
    position: relative;
}
.year{
    font-size: 18px;
}
.desc img{
    transform: scale(0);
    transition: all .5s ease-in-out;
}
.desc span{
    height: 0;
    transition: all 1s ease-in-out;
    transition-delay: .5s;
}
.desc p{
    opacity: 0;
}
.desc {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.mile_cont img {
    width: 17px;
    display: block;
    margin: auto;
    margin-top: 25px;
    transform: scale(1);
}
.mile_cont span{
    display: block;
    width: 5px;
    margin: auto;
    height: 100px;
    background-color: #eeeeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.mile_cont p {
    color: #454545;
    line-height: 1.5;
    width: 200px;
    text-align: center;
    margin-left: -85px;
    opacity: 1;
    transition: all .2s ease-in-out;
    transition-delay: 1s;
}

.dashed_line{
    display: block;
    line-height: 0;
}
.dashed_line img{
    width: 80%;
    margin: auto;
    display: block;
}
.truck {
    position: absolute;
    left: 0px;
    display: block;
    background: url(../images/truck.png) no-repeat 0 0;
    background-size: contain;
    width: 100px;
    height: 50px;
    transition: all 0.3s ease-in-out;
    bottom: 40px;
}
.truck.one {
      left: 8px; 
}
  @media (min-width: 768px) {
    .truck.one {
      left: 0;} }
  @media (min-width: 992px) {
    .truck.one {
      left: 0; } }
  @media (min-width: 1280px) {
    .truck.one {
      left: 0;} }

@media (max-width: 1370px) and (min-width:1100px){
    .truck{
          bottom: 51px;
      }
}
@media (max-width: 1280px) and (min-width:800px){
    .truck {
        width: 79px;
    }
}

@media (max-width: 1280px) and (min-width:800px){
    .truck.two {
      left: 96px;
    }
}
@media (min-width: 1300px) {
    .truck.two {
      left: 96px;
    } }
  @media (min-width: 1400px) {
    .truck.two {
      left: 110px; } }
@media (min-width: 1590px) {
    .truck.two {
      left: 125px; } }
  @media (min-width: 1902px) {
    .truck.two {
      left: 160px; } }

@media (max-width: 1280px) and (min-width:800px){
    .truck.three {
      left: 198px;
    }
}
@media (min-width: 1300px) {
    .truck.three {
      left: 212px;
    } }
  @media (min-width: 1400px) {
    .truck.three {
      left: 230px; } }
@media (min-width: 1590px) {
    .truck.three {
      left: 265px; } }
  @media (min-width: 1902px) {
    .truck.three {
      left: 335px; } }

@media (max-width: 1280px) and (min-width:800px){
    .truck.four {
      left: 300px;
    }
}
@media (min-width: 1300px) {
    .truck.four {
      left: 321px;
    } }
  @media (min-width: 1400px) {
    .truck.four {
      left: 350px; } }
@media (min-width: 1590px) {
    .truck.four {
      left: 400px; } }
  @media (min-width: 1902px) {
    .truck.four {
      left: 502px; } }

@media (max-width: 1280px) and (min-width:800px){
    .truck.five {
      left: 400px;
    }
}
@media (min-width: 1300px) {
    .truck.five {
      left: 430px;
    } }
  @media (min-width: 1400px) {
    .truck.five {
      left: 468px; } }
@media (min-width: 1590px) {
    .truck.five {
      left: 535px; } }
  @media (min-width: 1902px) {
    .truck.five {
      left: 675px; } }

@media (max-width: 1280px) and (min-width:800px){
    .truck.six {
      left: 497px;
    }
}
@media (min-width: 1300px) {
    .truck.six {
      left: 533px;
    } }
  @media (min-width: 1400px) {
    .truck.six {
      left: 583px; } }
@media (min-width: 1590px) {
    .truck.six {
      left: 675px; } }
  @media (min-width: 1902px) {
    .truck.six {
      left: 845px; } }

@media (max-width: 1280px) and (min-width:800px){
    .truck.seven {
      left: 594px;
    }
}
@media (min-width: 1300px) {
    .truck.seven {
      left: 639px;
    } }
  @media (min-width: 1400px) {
    .truck.seven {
      left: 703px; } }
@media (min-width: 1590px) {
    .truck.seven {
      left: 815px; } }
  @media (min-width: 1902px) {
    .truck.seven {
      left: 1015px; } }

@media (max-width: 1280px) and (min-width:800px){
    .truck.eight {
      left: 694px;
    }
}
@media (min-width: 1300px) {
    .truck.eight {
      left: 744px;
    } }
  @media (min-width: 1400px) {
    .truck.eight {
      left: 819px; } }
@media (min-width: 1590px) {
    .truck.eight {
      left: 945px; } }
  @media (min-width: 1902px) {
    .truck.eight {
      left: 1180px; } }

@media (max-width: 1280px) and (min-width:800px){
    .truck.nine {
      left: 91%;
    }
}
@media (min-width: 1300px) {
    .truck.nine {
      left: 89.5%;
    } }
  @media (min-width: 1400px) {
    .truck.nine {
      left: 90.5%; } }
@media (min-width: 1590px) {
    .truck.nine {
      left: 91.5%; } }
  @media (min-width: 1902px) {
    .truck.nine {
      left: 93%; } }

.dsd::before {
    content: '';
    position: absolute;
    bottom: 34px;
    width: 70px;
    height: 35px;
    left: -17px;
    background: url(../images/truck.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.mlstn_slider{
    position: relative;
    display: none;
}
.slider_truck{
    position: absolute;
    top: 10%;
    width: 150px !important;
    margin: auto;
    left: 0;
    right: 0;
}
.mile_slider li{
    position: relative;
}
.years{
    font-size: 2em;
    text-align: center;
    width: 100%;
    display: block;
    background: url(../images/background/year-bg.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 10px 0;
}
.descriptions{
    top: 100%;
    left: 0;
    width: 100%;
}
.descriptions img {
    width: 40px !important;
    display: block;
    margin: auto;
    margin-top: 25px;
}
.descriptions span{
    display: block;
    width: 5px;
    margin: auto;
    height: 100px;
    background-color: #eeeeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.descriptions p {
    color: #454545;
    line-height: 1.5;
    text-align: center;
    transition: all .2s ease-in-out;
    transition-delay: 1.5s;
    font-size: 2em;
    margin-bottom: 30px;
}
.milestone .owl-nav{
    display: none;
}
/* Team Style */
.team{
    padding-top: 100px;
    margin: auto !important;
}
.flex-class{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.member{
    width: 27%;
    margin-top: 40px;
}
.member img{
    width: 75%;
    display: block;
    margin: auto;
}
.member h2{
    color: #36479c;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.member h5{
    font-size: 15px;
    color: #545454;
    text-align: center;
    text-transform: uppercase;
}
.member p{
    color: #545454;
    font-size: 17px;
    margin-top: 15px;
}
/* Awards Style */
.award{
    padding-top: 100px;
    margin: auto !important;
}
.award h1{
    color: #36479c;
}
.award_slide li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.award_slide li img{
    width: 45% !important;
}
.award_rgt{
    width: 50%;
    margin-top: 60px;
}
.award_rgt h2{
    color: #36479c;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.award_rgt p{
    color: #535353;
    font-weight: 500;
    font-size: 18px;
}
.award .owl-dots{
    display: none;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #d4d4d4 !important;
    background: transparent !important;
    border-radius: 100% !important;
    border: 1px solid #d4d4d4;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: #36479c !important;
    border: 1px solid #36479c;
}
/* Values Style */
.geo_fst{
    padding: 100px 0;
    margin: auto !important;
}
.geo_fst p{
    margin-top: 30px;
    color: #535353;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}
/* Media Query */
@media only screen and (max-width:1920px){
    
}
@media only screen and (max-width:1024px){
    .value img{
        width: 50%;
    }
    .value p{
        font-size: 20px;
    }
    .value p::first-letter{
        font-size: 30px;
    }
    .mlstn_flx{
        display: block;
    }
    .mlstn_lft{
        width: 100%;
    }
    .mlstn_rgt{
        display: none;
    }
    .mlstn_slider{
        display: block;
    }
    .mlstn_lft .heading{
        text-align: center;
    }
    .mlstn_lft .heading::before{
        left: 0;
        right: 0;
        margin: auto;
    }
    .mlstn_lft .heading br{
        display: none;
    }
    .mlstn_lft p{
        text-align: center;
        margin-bottom: 50px;
    }
    .milestone{
        padding-bottom: 0;
    }
}
@media only screen and (max-width:768px){
    .flex-class{
        flex-wrap: wrap;
    }
    .member img{
        width: 50%;
        display: block;
        margin: auto;
    }
    .member,.award_rgt{
        width: 100%;
    }
    .award_slide{
        margin-top: 30px;
    }
    .award_slide li{
        display: block;
    }
    .award_slide li img{
        width: 100% !important;
    }
    .award_rgt{
        margin-top: 30px;
    }
    .value_cont{
        position: relative;
        top: 0;
    }
    .slider_truck{
        top: 7.5%;
        width: 120px !important;
    }
    .descriptions img{
        width: 20px !important;
    }
    .descriptions p{
        font-size: 1.5em;
    }
}
@media only screen and (max-width:500px){
    .values_flx{
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 50px;
    }
    .value_cont,.values img{
        display: none;
    }
    .heading_class{
        display: block;
        width: 43%;
        padding: 3%;
        margin-top: 7px;
    }
    .value{
        width: 43%;
        padding: 3%;
        margin-top: 7px;
    }
    .value:nth-child(2),.value:nth-child(3),.value:nth-child(6){
        background-color: #36479c;
    }
    .value:nth-child(4),.value:nth-child(5){
        background-color: #77c044;
    }
    .value img {
        width: 30%;
    }
    .value p{
        font-size: 17px;
        margin-top: 10px;
    }
    .value p::first-letter{
        font-size: 20px;
    }
    .slider_truck{
        top: 0%;
        width: 90px !important;
    }
    .descriptions img{
        width: 20px !important;
    }
    .descriptions p{
        width: 90%;
        font-size: 20px;
    }
    .mlstn_lft .heading{
        font-size: 1.5em !important;
    }
}