 body {
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}
.plug{
     margin-left: 75px;
}

 

.wrapper {
  margin:0 auto;
  max-width:1200px;
  padding:20px;
  text-align:center;
}

.hiway-btn-1 {

  border: none;
  display: inline-block;
  border-radius: 10px;
  color: white;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight:900;
  font-family: math;
  padding: 10px 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration:none;
  background:red;
  overflow:hidden;
}

.hiway-btn-1:before, 
.hiway-btn-1:after {
  content: ' ';
  position: absolute;
  border-radius: 10px;
}

.hiway-btn-1:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  background: linear-gradient(101deg, #FFEC00, #E30454, #25368B);
}

.hiway-btn-1:after {
  top: 2px; 
  bottom: 2px;
  left: 2px;
  right: 2px;
  background-color: #242424;
  z-index: -1;
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

.hiway-btn-1:hover:after,.hiway-btn-1.active:after {
  opacity: 0;
}
.hiway-btn-1.active {
  padding:14px 19px;
  box-shadow:2px 2px 5px rgba(0,0,0,0.5);
}



.btn {
  width: 35%;
  padding: 10px 20px;
  background-color: transparent;
  color: white;
  border: 1px solid #ecf0f1;
  border-radius: 3px;
  font-size: 1.0em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn:hover {
  background-color: rgba(22, 160, 133, .7);
}

.card {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.icon-cog {
  color: white;
}

.fa-cog {
  color: white;
}

.btnm {
  width: 35%;
  padding: 5px 5px;
  background-color: transparent;
  color: white;
  border: 1px solid #ecf0f1;
  border-radius: 100%;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btnm:hover {
  background-color: rgba(22, 160, 133, .7);
}

/* Here Is The CSS For The Background*/

/* An Overlay To Dim The Image And Make Text Readable*/
#color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right, #34495e, #2c3e50);
  opacity: 0.6;
  z-index: -1;
}

/* Setup For An Image That Fits On Most Screens And Resizes*/
.with-bg-size {
  background-image: url("https://images.unsplash.com/photo-1454897834822-1ece264a5d89?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=3a5615c0bc77123ece2a2663e2640341");
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  
  
  -webkit-animation: back 5s infinite; /* Safari 4+ */
  -moz-animation:    back 5s infinite; /* Fx 5+ */
  -o-animation:      back 5s infinite; /* Opera 12+ */
  animation:         back 5s infinite; /* IE 10+, Fx 29+ */
  
  
}
/* The Keyframes*/
@keyframes back {
  25% {
    background-image: url("https://images.unsplash.com/photo-1463003416389-296a1ad37ca0?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=1bed2a6743851633b655ae774c15ac07");
  }
  50% {
    background-image: url("https://images.unsplash.com/photo-1461080639469-66d73688fb21?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=dfec7f536c4133dc029608d2488e13e9");
  }
  
  75%{
    background-image: url("https://images.unsplash.com/photo-1461770354136-8f58567b617a?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=f0c8c34fe56f9669d1c6d129f597f895");
  }
  
/* Animation Does Not End At 100% Because It Makes The Images Transition In/Out Better For Some Reason*/
}


 .modal-body  
  h1 { 
    font-weight:900; 
    font-size:2.3em;
    text-transform:uppercase;
  }
  
  a.pre-order-btn { 
    color:#000;
    background-color:gold;
    border-radius:1em;
    padding:1em;
    display: block;
    margin: 2em auto;
    width:50%;
    font-size:1.25em;
    font-weight:6600;
    &:hover 
    background-color:#000;
      text-decoration:none;
      color:gold;
    }
  }
  
  
}


.modal-header .close {
    margin-top: -2px;
}

button.close {
    font-size: 22px;
    font-weight: 700;
    border: 2px solid #333;
    border-radius: 14px;
    padding: 1px 5px 0;
    opacity: .4;
}
.applyNowPopup .modal-header h4 {
    color: #2c2e41;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.modal-body {
    position: relative;
    padding: 20px;
}

.modal-title {
    text-align: left;
    font-family:math;
    font-size: 21px;
}
 
 
option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.buttonApplySubmit {
    width: 100%;
    padding: 6px 12px;
    background: #f63;
    border: 1px solid #f60;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
label {
    margin-bottom: -4px;
    font-weight: 700;
    font-family: serif;
}
.applyNowPopup .form-control {
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333;
    font-family: cursive;
}
.form-control {
    display: block;
    width: 100%;
    font-family: auto;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.about{
       font-family: emoji;
    font-weight: bold;
    margin-top: 30px;
}
.about1{
       font-family: emoji;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    color: white;
}
.bjs{
       font-family: emoji;
    font-weight: bold;
    margin-top: 10px;
    
}


.topheader {
    padding: 7px 0 7px 0;
    background-color: #22534a;
}


@media screen and (max-width: 600px) {
  .rest{
    height: 300px;
    width: 100%;
  }
}


@media screen and (max-width: 600px) {
  .rest1{
    height: 250px;
    width: 100%;
  }
}

 



















ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
      font-family: auto;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
      font-family: auto;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
 
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
 
 
 .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}