@charset "UTF-8";
/*  BACKGROUND GRADIENTS */
/*  USAGE Example: @include background-gradient(red, black, vertical) */
/* BACKGROUND SIZE */
/* USAGE Example: @include background-size(100%, 100%); */
/* BOX SIZING */
/* usage example: @include box-sizing(border-box); */
/* POSITION */
/* USAGE EXAMPLE : @include position(absolute, 10px, null, 10px, 10px); */
/* OPACITY */
/* USAGE EXAMPLE : @include opacity(0.2); */
/* Arrows / Triangles */
/* Circle */
/* Not Text */
/* Auto */
/* generic transform */
/* rotate */
/* rotate */
/* scale */
/* translate */
/* skew */
/* transform origin */
/* IMAGES */
/*$img-path: '../images/' !default;



$font-body-base-small:ceil(($font-body-base * 0.75)) !default;*/
/* Font Size */
/*$line-height-base: 1.625em !default;*/
/* COLORS */
#main-header {
  background-color: #ffffff;
  position: fixed;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 992px) {
  #main-header {
    padding: 12px 10px 10px 10px;
    height: auto;
  }
}
#main-header .logo-img {
  background: url(../images/logo.png) no-repeat;
}
#main-header .logo {
  width: 200px;
  height: 86px;
  display: inline-block;
  vertical-align: top;
  text-indent: -999px;
  overflow: hidden;
  background-size: 186px;
}
@media screen and (min-width: 320px) and (max-width: 619px) {
  #main-header .logo {
    background-size: 110px;
    height: 49px;
  }
}
#main-header ul {
  margin: 7px 0px 0px 0px;
}
#main-header ul li {
  display: block;
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 992px) {
  #main-header ul li {
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    padding: 0;
    border-bottom: none;
  }
}
#main-header ul li a {
  color: #787878;
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px 5px;
  text-transform: capitalize;
  position: relative;
  font-size: 18px;
  outline: none;
  font-family: 'Conv_BEBAS___', Sans-serif;
}
#main-header ul li:last-child {
  margin-right: 0;
}
#main-header ul li:last-child a {
  padding-right: 0;
}
#main-header ul li.active a {
  color: #ca171e;
}
@media screen and (min-width: 992px) {
  #main-header .hamburger_wrap {
    text-align: right;
  }
}
#main-header .navigation {
  margin-top: 0px;
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  z-index: 999999;
  list-style: none;
  background: #ffffff;
  transition: right 0.2s;
  -webkit-transition: right 0.2s;
  -moz-transition: right 0.2s;
}
@media screen and (min-width: 992px) {
  #main-header .navigation {
    position: static;
    background-color: transparent;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}
#main-header .navi_open {
  right: 0px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#main-header .hamburger_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
}
#main-header .nav-trigger {
  display: none;
}
#main-header a.hamburger {
  position: absolute;
  right: 15px;
  top: 0px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  color: #787878;
}
#main-header a.hamburger:hover {
  opacity: 0.7;
}
#main-header + .header-space:before {
  content: "";
  display: block;
  height: 60px;
}
@media screen and (min-width: 992px) {
  #main-header + .header-space:before {
    height: 75px;
  }
}
#main-header .login-link {
  display: inline-block;
  padding: 0px 15px 0px 45px;
  position: relative;
}
#main-header .login-link:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  border-top: 4px solid #fafafa;
  top: 7px;
  right: 0px;
}
#main-header .login-link span.initial_login {
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  top: -5px;
  left: 5px;
  border-radius: 50%;
  text-align: center;
  padding: 6px;
}

.footer {
  background: #ffffff;
  padding: 40px 0;
  color: #a3a3a3;
  border-top: 1px solid #c5c3c3;
}
.footer a {
  color: #a3a3a3;
  text-decoration: none;
  outline: none;
  display: block;
  text-transform: capitalize;
}
.footer a:hover {
  color: #787878;
  -webkit-transition: all, 0.5s, ease;
  -moz-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease;
}
.footer .title {
  font-size: 18px;
  color: #787878;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Conv_BEBAS___', Sans-serif;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer .title {
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.footer ul li {
  margin-bottom: 10px;
  list-style-type: none;
}
.footer .social-connect a {
  display: inline-block;
  margin-right: 12px;
  border: 1px solid #999999;
  width: 45px;
  height: 45px;
  /*width: $radius / 2;
  height: $radius / 2;*/
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  text-align: center;
  vertical-align: top;
  @extent universal-anim;
}
.footer .social-connect a i {
  position: relative;
  top: 9px;
  left: 8px;
  @extent universal-anim;
  width: 31px;
  height: 31px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.footer .social-connect a i.icon-Facebook {
  background-position: -21px -375px;
}
.footer .social-connect a i.icon-twitter {
  background-position: -23px -414px;
}
.footer .social-connect a i.icon-g-plus {
  background-position: -14px -447px;
  top: 11px;
  left: 0;
}
.footer .social-connect a i.icon-linkedin {
  background-position: -22px -341px;
  left: 5px;
}
.footer .social-connect a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .footer .social-connect a:hover {
    border-color: #787878;
    background-color: #787878;
  }
  .footer .social-connect a:hover i.icon-Facebook {
    background-position: -55px -377px;
  }
  .footer .social-connect a:hover i.icon-twitter {
    background-position: -58px -414px;
  }
  .footer .social-connect a:hover i.icon-g-plus {
    background-position: -48px -447px;
  }
  .footer .social-connect a:hover i.icon-linkedin {
    background-position: -56px -341px;
  }
}
@media screen and (min-width: 320px) and (max-width: 619px) {
  .footer .social-connect h4 {
    margin-top: 20px;
  }
}
.footer .copyright {
  color: #787878;
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.5;
}
.footer p {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .footer .meetus {
    text-align: center;
  }
}

@font-face {
  font-family: 'Conv_BEBAS___';
  src: url("../fonts/BEBAS___.eot");
  src: local("Γÿ║"), url("../fonts/BEBAS___.woff") format("woff"), url("../fonts/BEBAS___.ttf") format("truetype"), url("../fonts/BEBAS___.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
ul, ol, li, body, html, p, dl, dt, blockquote, header, footer, aside, section, article, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
  font-size: 16px;
  background: #fafafa;
  color: #333333;
  background-color: #fafafa;
  overflow-x: hidden;
}

.text-center {
  text-align:center;
  padding-top:20px;
  font-size:20px;
}
/*change about,s by deepak*/
.text-left{
  text-align:left;
  padding-top:20px;
  font-size:20px;
}

p {
  color: #787878;
  line-height: 22px;
  margin-top: 20px;
  font-weight: 300;
  font-size: 14px;
}
.all-icons{
  background:url(../images/icons2.png) no-repeat;    
  background-size:95px;
  margin-bottom:30px;
}

.whiteBg {
  background-color: #ffffff;
}
