.image-box {
    position: relative;
  }
  
  
  .image-box__background,
  .image-box__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .image-box__background1,
  .image-box__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  section.callaction1 
  {
    background-image:url(img/2.jpg);
    padding: 140px 0 0 0;
  }
  .tit1{
    font-weight: bold;
    font-size: 25px;
  }
  .tit2{
    
    font-size: 19px;
    font-weight:500;
    font-family: roboto;
  }
  .tit6{
    
    font-size: 19px;
    font-weight:500;
    font-family: roboto;
  }
  .tit3{
    margin-top: -20px;
    color:white;
    font-weight: bold;
  }
  .tit5{
    color:white;
    font-weight: bold;
  }
  .tit4{
    margin-top: -20px;
  }
/* Style the tab */
.tab {
  float: left;
  border-right: 1px solid #ccc;
  
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 19px;
 
}


/* Change background color of buttons on hover */
.tab button:hover {
  color:#617be3;
}

/* Create an active/current "tab button" class */
.tab button.active {
color:#617be3;
border-right: 8px solid #617be3 ;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
 
  width:65%;
  border-left: none;
  height: 300px;
}
.tabcontent h5{
  margin-top: 10px;
  margin-left: 10%;

}
.tabcontent p{
  margin-left:10%;
  font-size:22px;
  line-height: 29px;
  font-family: roboto;
}
.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/overaly.png);
}
.timeline-left,.timeline-right{
    position: relative;
    width:35%;
    left:15%;
    border:1px solid transparent;
    border-right: 3px solid #0099da;
}
.timeline-right{
    border-right: 0px;
    border-left: 3px solid #0099da;
    margin-left: -3px;
}
.timeline-left .timeline-date-lable,.timeline-right .timeline-date-lable{
    background-color:#0099da;
    padding:6px 30px;
    width: 50%;
    border-radius: 5px 0px 0px 5px;
    color:#fff;
    float:right; 
}
.timeline-right .timeline-date-lable{
    float:left;
    border-radius: 0px 5px 5px 0px;
}
.timeline-left .image-content-section,.timeline-right .image-content-section{
    border-top:4px solid #0099da;
    margin-top:70px;
}
.timeline-left .timeline-image-icon,.timeline-right .timeline-image-icon{
    margin-top:15px;
    float:left;
    position: relative;
}
.timeline-right .timeline-image-icon{
    float:right;
}
.timeline-image-icon img{
    width:100px;
    height:100px;
    border:3px solid #0099da;
    border-radius: 50%;
}
.timeline-right{
    left:50%;
}
.timeline-left .timeline-image-icon:before,
.timeline-right .timeline-image-icon:before{
    content: " ";
    position:absolute; 
    top:-17px;
    left:30px;
    border:16px solid transparent;
    border-top-color:#0099da;
}
.timeline-right .timeline-image-icon:before{
    left: unset;
    right:30px;
}
.timeline-content,.timeline-right .timeline-content{
    border-radius: 5px;
    width:60%;
    margin:12px 0px 0px 136px;
    color: #929dab;
}
.timeline-right .timeline-content{
    margin:12px 0px 0px 30px;
}
.timeline-content h3{
    text-align: center;
    color:#324A5E;
} 
.timeline-dotted i{
    position: absolute;
    top:57px;
    font-size:30px;
    color:#324A5E;
    height:29px;
    width:29px;
    line-height:25px;
    border-radius:50%;
    border:2px solid #0099da;
    right:-13px;
    z-index: 1;
}

.timeline-right .timeline-dotted i{
    left:-15px;
    position: absolute;
} 

@media (min-width:320px) and (max-width:640px){
    .timeline-left, .timeline-right{
        width: 100%;
        left: 0%;
    }
    .timeline-left .timeline-date-lable, .timeline-right .timeline-date-lable{
        width: 100%;
    }
    .timeline-content{
        margin: 12px 0px 0px 115px;
    }
    .timeline-right .timeline-content{
        margin: 12px 0px 0px 30px;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .timeline-left{
        width: 50%;
        left: 0%;
    }
    .timeline-right{
        width: 50%;
    }
    .timeline-left .timeline-date-lable, .timeline-right .timeline-date-lable{
        width: auto;
    }
}
  /* 
  The background image div sizes and positions the background itself.
  It's also at the bottom-most position in our "div stack" (z-index 1)
  
  We set the image url via a CSS custom property, that's set via the style attribute in our HTML
  */
  .image-box__background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
  
    z-index: 1
  }
  .image-box__background1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
  
    z-index: 1
  }
  
  /* 
  The overlay div is just a colored element with some opacity.
  It's above the background image in our stack, so it appears to 
  darken the image 
  */
  .image-box__overlay {
    background: #F0F0F0;
    opacity: 0.84;
    z-index: 2;
  }
  
  /* 
  The content div is at the top of our stack. 
  We'd probably add some padding or flexbox properties here as well, 
  to place the content appropriately
  */
  .image-box__content {
    position: relative;
  
    z-index: 3;
    
    color: white;
    min-height: 80vh;
   
  
  }
  .image-box__content1 {
    position: relative;
  
    z-index: 3;
    
    color: white;
    min-height: 80vh;
   
  
  }
  
  /* just for the demo */
  html, body {
    margin: 0;
    padding: 0;
   
  }
  h1 {
    font-size: 30px;
  }
  .featured-tab .nav-link {
    position: relative;
    background: #f2f2f2;
    border-radius: 0;
    padding: 10px;
    transition: all 300ms ease;
  }
  
  .featured-tab .nav-link.active:hover {
    color: #fff !important;
  }
  
  .featured-tab .nav-link::before {
    left: 100%;
    border: transparent solid;
    content: "";
    position: absolute;
    border-width: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left-color: #f2f2f2;
    transition: inherit;
  }
  .men ul li a{
    font-size: 15px;;
  }
  .btn6{
    border-radius: 5px; 
    margin-top:-6px;
    background-color:rgba(245, 134, 126, 0.897);
    color: white; 
    font-weight: bold;
  }
  .btn6:hover{
    background-color:salmon;
    color:white;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .featured-tab .tab-pane img {
      width: 45%;
    }
    .featured-tab .tab-pane i.big {
      font-size: 150px;
    }
    .featured-tab .tab-pane,
    .landing-tab .tab-pane {
      text-align: left;
    }
  }
  .mega-menu {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    position: absolute;
    transition: all .3s ease .15s;
    visibility: hidden;
    width: 90%;
    z-index:2000;
  }
  li:hover > .mega-menu {
    opacity: 1;
    overflow: visible;
    visibility: visible;
  }
  
  /* menu content */
  .nav-column {
    float: left;
    padding: 2.5%;
    width: 45%;
  }
  .nav-column a {
    color: #888;
    display: block;
    font-weight: bold;
    line-height: 1.75;
  }
  .nav-column a:hover {
    color: #2196f3;
  }
  h3 {
    color: #372f2b;
    font-size: .95em;
    font-weight: bold;
    line-height: 1.15;
    margin: 1.25em 0 .75em;
    text-transform: uppercase;
  }
  .highlight {
    color: #2196f3;
  }
  
  .cont{
    width:70%;
    height:450px;
    background:#fff;
    margin:20px auto;
    border-radius:4px;
    text-align:center;
    position:relative;
    margin-left:20%;
  
    -moz-box-shadow: 0px 0px 28px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 0px 28px rgba(0,0,0,.3);
     box-shadow: 0px 0px 28px rgba(0,0,0,.3);
     overflow:hidden;
  }
  .pop{
    margin-top:-23%; 
    margin-left:12%;
     margin-bottom: -10px;
  }
  .btn2{
    padding-top:20px;
     padding-bottom:20px;
     padding-left: 70px;
     padding-right: 70px; 
     background-color:#a1c627;
     font-size:17px; 
    text-align: center;
  }
  .btn3{
    margin-left:23%;
    padding-left:60px;
    padding-right:60px;
    padding-top:15px;
    padding-bottom:15px;
  }
  .fleet{
      margin-left:-2%;
     margin-top:-7px;
     height: 445px;
  }
  .sec1{
    margin-top:30px;
  }
  .btn1{
    padding-top:20px; padding-bottom:20px;padding-left: 70px;padding-right: 70px; background-color:#56aee3;font-size:17px;margin-left:28%;
    margin-top:35px;
  }
  
  
  .one , .two{
    display:block;
    height:500px;
    width:400px;
    margin:0px auto;
    position:absolute;
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition:         all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275); 
  }
  
  
  .one{
    top:0;
    background:#fff;
    margin-top:20px;
  }
  
  
  
  .two h3{
    color:#fff;
    padding-top:240px;
  }
  
  .cont .logo{
    width:10%;
    height:auto;
    display:block;
    margin:20px auto;
    margin-top:-10px;
  }
  
  .one  .heading{
    color:#607d8b;
    text-transform:capitalize;
    font-size:20px;
    font-weight:900;
    margin-top:40px;
  }
  
  .cont p{
    font-size:12px;
    color:#b7b7b7;
    font-weight:lighter;
    text-transform:capitalize;
  }
  
  input[type='text']{
    width:85%;
    height:40px;
    margin-top:20px;
    margin-bottom:20px;
    padding-bottom:-80px;
    border:none;
    border-bottom:3px solid #2B96CC;
    overflow:auto;
    position:relative;}
  input[type='text']:active:focus,
  input[type='text']:focus,
  input[type='text']:hover{
    outline : none;
    font-size:20px;
  }
  
  
  
  input[type='text']:focus::-webkit-input-placeholder,
  input[type='text']:active:focus::-webkit-input-placeholder
  {
    font-size:12px;
    display:block;
    -webkit-transform:translateY(-20px);
    transform:translateY(-20px);
  }
  
  ::-webkit-placeholder{
    font-size:14px;
    color:#b7b7b7;
    text-transform:capitalize;
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  
  ::placeholder{
    font-size:14px;
    color:#b7b7b7;
    text-transform:capitalize;
    -webkit-transform:translateY(0px);
    transform:translateY(0px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
  }
  
  .one  .btn{
    width:85%;
    background:#2B96CC;
    padding:15px;
    border:none;
    border-radius:5px;
    font-size:14px;
    color:#fff;
    text-transform:capitalize;
    font-family: 'Open Sans', sans-serif;
  }
  
  .one  .btn:active:focus,
  .one  .btn:focus,
  .one  .btn:hover{
    outline : none;
  }
  
  .one .btn:hover{
    cursor:pointer;
  }
  .devc{
    margin-left:17%; 
    margin-top:20px;
   
     width:90%;
  }
  
  .info{
      margin-left:10%;
    }
  
  
  
  section.callaction1 
  {
    background-image:url(img/2.jpg);
    padding: 140px 0 0 0;
  }
  @media (max-width: 767px) 
  {
    .hidden-top
    {
      height: 100px;
      width:100%;
  
    }
    .info{
      margin-left:3%;
    }
    .btn3{
   margin-left:15px;
    padding-left:30px;
    padding-right:30px;
    padding-top:5px;
    padding-bottom:5px;
  }
    .btn2{
    padding-top:10px;
     padding-bottom:10px;
     padding-left: 40px;
     padding-right: 40px; 
     background-color:#a1c627;
     font-size:17px; 
    margin-left:10%;
  }
  
  .btn1{
    padding-top:10px;
    padding-bottom:10px;
    padding-left: 40px;
    padding-right: 40px; 
    background-color:#56aee3;
    font-size:17px;
    margin-left:10%;
    
  }
  .pop{
    margin-top:-23%; 
    margin-left:2%;
     margin-bottom:30px;
  }
  
    .cont{
            margin-left:2%;
            width:95%;
            margin:20px auto;
    border-radius:4px;
    text-align:center;
    position:relative;
    }
    .one  .btn{
    width:60%;
    background:#2B96CC;
    padding:15px;
    border:none;
    border-radius:5px;
    font-size:14px;
    color:#fff;
    text-transform:capitalize;
    font-family: 'Open Sans', sans-serif;
    margin-left:-20%;
  }
  input[type='text']{
    margin-left:-3%;
    width:50%;
    height:40px;
    margin-top:20px;
    margin-bottom:20px;
    padding-bottom:-80px;
    border:none;
    border-bottom:3px solid #2B96CC;
    overflow:auto;
    position:relative;}
  input[type='text']:active:focus,
  input[type='text']:focus,
  input[type='text']:hover{
    outline : none;
    font-size:20px;
  }
    .devc{
      margin-left: 2%;
    }
    
    .image-box__content .mobile
    {
      display:none;
    }
    .image-box__content
    {
      margin-left:-100%;
    }
    .image-box__content .info1
    {
      margin-top:300px;
  
    }
    .image-box__content .icon-circled
    {
      margin-left:-10%;
    }
    .image-box__content .info2
    {
      margin-top:-6%;
      margin-bottom:-6%
    }
    .image-box__content .play img
    {
      margin-left:-12%;
      margin-top:2%;
    }
    .scrollup{
      margin-left:-50%;
    }
  .image-box__content1 cont1 img{
      display: none;
      
    }
    .cont .logo{
    width:10%;
    height:auto;
    display:block;
    margin:20px auto;
    margin-top:-10px;
  }
  
  .one  .heading{
    color:#607d8b;
    text-transform:capitalize;
    font-size:20px;
    font-weight:900;
    margin-top:40px;
  }
  
     
    
  }
  