.serving{
  background: #FAB702; padding: 3px; color: #fff; font-size: 20px;
}
body {
  color: #484848 ;
  font-family: 'Exo', sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #616161;
  letter-spacing: 0.8px;
}
h1,h2,h3,h4{
  font-weight: 600;
  color: #fab702;
  font-family: font-family: 'Source Sans Pro', sans-serif!important;

}
p{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #111;
}

a:hover {
  text-decoration: none!important;
}

.navbar-static-top {border-color: transparent !important; height: auto !important;margin: 0;padding: 0;}
.navbar-static-top .navbar-nav>li>a {
  color: #1c1c1c;
  display: block;
  font-weight: 600;
  font-family: "Exo";
  letter-spacing: 0.6px;
  font-size: 16px;
  line-height: 16px;
  padding: 40px 15px;
}
.navbar-static-top .navbar-nav>li>a:hover {    color: #fff;
  display: block;
  font-weight: 600;
  font-family: "Exo";
  background: #FAB702 !important;
  letter-spacing: 0.6px;
  font-size: 16px;
  line-height: 16px;
  padding: 40px 15px;
}
.navbar-static-top .navbar-nav>.active>a{
  color: #fff;
  display: block;
  font-weight: 600;
  font-family: "Exo";
  background: #FAB702 !important;
  letter-spacing: 0.6px;
  font-size: 16px;
  line-height: 16px;
  padding: 40px 15px;

}
.navbar-static-top .navbar-toggle .icon-bar { background-color: #fff;width: 26px;
  height: 4px;}

  .navbar-static-top .navbar-toggle { 
    background-color: #fab702;   
    border: 2px solid #fab702  !important;
    border-radius: 4px!important;
    padding:10px 10px;
  }
  .navbar{margin-bottom:0px !important;}

  .butn{
    background: #FAB702 !important; padding: 8px; font-size: 16px; color: #fff; border-radius: 15px; border: transparent;
  }
  .btn{
   background: none;border:3px solid#FAB702 !important; padding: 20px; font-size: 17px; color: #fff; border-radius: 15px;
 }
 .btn:hover{
  color: #fab702 !important;
  border:3px solid#fff !important;
}
.para{
  /* The image used */
  background:url(../images/para.jpg);
  background-size: cover;

  /* Set a specific height */
  min-height: 200px; 

  /* Create the parallax scrolling effect */
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
.para1{
  /* The image used */
  background:#FAB702;
  background-size: cover;

  /* Set a specific height */
  min-height: 200px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.para5{
  /* The image used */
  background:url(../images/mpara.jpg);
  background-size: cover;

  /* Set a specific height */
  min-height: 200px; 

  /* Create the parallax scrolling effect */
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and  (max-width: 880px) {
  .container{
    margin: 0!important;
  }
  .navbar-static-top {border-color: transparent !important; height: auto !important;margin: 0;padding: 0;}
  .navbar-static-top .navbar-nav>li>a {
    color: #1c1c1c;
    display: block;
    font-weight: 600;
    font-family: "Exo";
    letter-spacing: 0.6px;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 8px;
  }
  .navbar-static-top .navbar-nav>li>a:hover {    color: #fff;
    display: block;
    font-weight: 600;
    font-family: "Exo";
    background: #FAB702 !important;
    letter-spacing: 0.6px;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 8px;
  }
  .navbar-static-top .navbar-nav>.active>a{
    color: #fff;
    display: block;
    font-weight: 600;
    font-family: "Exo";
    background: #FAB702 !important;
    letter-spacing: 0.6px;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 8px;

  }
}
.overlay {
  position: absolute;
  text-align: center;
  width: 45%;
  top: 52%;
  transform: translateY(-50%);
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-bottom: 20px;
  font-family: font-family: 'Source Sans Pro', sans-serif!important;
  border-radius: 15px 50px 30px 5px:
  border:20px solid #FAB702;
}

.single-service {
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 25px;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-service:hover {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 60px rgba(116, 116, 116, 0.20);
  box-shadow: 0 0 60px rgba(116, 116, 116, 0.20);
  margin-top: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;}
  .single-service h3 {
    color: #111;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-left: 50px;
    position: relative;
    text-transform: uppercase;
  }

  .service-icon {
    bottom: 2px;
    left: 0;
    position: relative;
    color: #fab702;
  }
  .single-hero-box {
    color: #111;
    font-size: 13px;
    padding: 10px;
    position: relative;
    text-align: center;
  }

  @media only screen and  (max-width: 640px) {
    .single-hero-box {
      padding: 0;
    }
    .single-hero-box h3 {
      color: #111;
      font-size: 25px;
      font-weight: 600;
      margin-top:1px;
    }
    .single-hero-box p {
      margin-top:-8px;
    }
    .para{
      /* The image used */
      background:url(../images/mpara.jpg);
      background-size: cover;

      /* Set a specific height */
      min-height: 200px; 

      /* Create the parallax scrolling effect */
      background-attachment: scroll;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }

  .single-hero-box img {
    width: 65px;
  }

  .single-hero-box h3 {
    color: #111;
    font-size: 26px;
    font-weight: 600;
    margin-top:1px;
  }

  .get-flow-wrap {
    color: #fff;
    padding: 4px 4px ;
    position: fixed;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    top: 25%;
    z-index: 999;
    cursor: pointer;
    font-size: 25px !important;
  }
  .get-flow-wrap1 {
    color: #fff;
    padding: 4px 4px ;
    position: fixed;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    z-index: 999;
    cursor: pointer;
    font-size: 25px !important;
  }
  @media only screen and  (max-width: 640px) {

    .mobile{
      padding: 0 !important;
      margin: 0 !important;
    }
  }

  #return-to-top 
  {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #FAB702;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #return-to-top i 
  {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #return-to-top:hover
  {
    background: #181818;
  }
  #return-to-top:hover i
  {
    color: #fff;
    top: 5px;
  }


  table 
{
 font-family: 'Federo', sans-serif;
 border-collapse: collapse;
 width: 100%;
}

td, th 
{
  border: 2px solid #111;
  text-align: left;
  padding: 8px!important;
}

tr:nth-child(even) 
{
  background-color: #fff;
}
