body{
  font-family: 'Open Sans', sans-serif;
  color: #1c3d68;

  font-size: 18px;

}

header{
  margin-bottom: 80px;
  padding-top: 40px;
}
header img.main-logo{
  width:100%;
  max-width: 250px;
}


/*.step start*/
.step{
  margin-bottom: 50px;

  
}
/*.step end*/



/*footer start*/
footer .container{
  background-color: #193d71;
  max-width: 1000px;
  position: relative;
}
footer{
  color:white;
  font-weight: 800;

  margin-top: 50px
}
footer a{
  color: #aad6f2;
 
  text-decoration: none;
}
footer .s{
  max-width: 320px;
  margin:0 auto;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer hr{
  border:none;
  height: 2px !important;
  background-color: #aad6f2;
}
footer .logo{
  position: absolute;
  right: calc( 0px - 100px );
  bottom: 100%;
  bottom: calc( 100% - 130px );

  
  overflow-x: hidden;


}
footer .logo img{
  max-width: 250px;
}
/*footer end*/

/*ul start*/
ul,
ul li{
  padding:0px;
  margin:0px;
  list-style: none;
}
ul li{
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
ul li:before{
  display: block;
  content: ' ';

  background-image: url('../images/the-star.JPG');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 5px;
  
  position: absolute;
  left:0px;
  top:0px;
  width: 20px;
  height: 100%;
}
/*ul end*/


.lightbox .lb-image{
  width-: auto !important;
}

@media screen and (max-width: 1200px) {
  footer .container{
    padding-top: 70px;
    display-: none;
    overflow-: hidden;
  }
  footer .logo{
    left:0px;
    right: auto;
    width:100%;
    text-align: center;
  }
  footer .logo img{
    margin-left: 100px;
  }
}


@media screen and (max-width: 650px) {
  body{
    font-size: 16px;
  }

  footer {
    font-size: 24px;
  }
}

