

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans.eot');
    src: url('../fonts/GillSans.eot') format('embedded-opentype'),
        url('../fonts/GillSans.woff2') format('woff2'),
        url('../fonts/GillSans.woff') format('woff'),
        url('../fonts/GillSans.ttf') format('truetype'),
        url('../fonts/GillSans.svg#GillSans') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Bold.eot');
    src: url('../fonts/GillSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSans-Bold.woff2') format('woff2'),
        url('../fonts/GillSans-Bold.woff') format('woff'),
        url('../fonts/GillSans-Bold.ttf') format('truetype'),
        url('../fonts/GillSans-Bold.svg#GillSans-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-SemiBold.eot');
    src: url('../fonts/GillSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GillSans-SemiBold.woff2') format('woff2'),
        url('../fonts/GillSans-SemiBold.woff') format('woff'),
        url('../fonts/GillSans-SemiBold.ttf') format('truetype'),
        url('../fonts/GillSans-SemiBold.svg#GillSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica-regular';
    src: url('../fonts/helvetica-regular-webfont.eot');
    src: url('../fonts/helvetica-regular-webfont.eot') format('embedded-opentype'),
        url('../fonts/helvetica-regular-webfont.woff2') format('woff2'),
        url('../fonts/helvetica-regular-webfont.woff') format('woff'),
        url('../fonts/helvetica-regular-webfont.ttf') format('truetype'),
        url('../fonts/helvetica-regular-webfont.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.otf') format('opentypefont'),
         url('../fonts/HelveticaNeue.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue-Bold.otf') format('opentypefont'),
         url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body{
    font-family: 'HelveticaNeue';
    font-size: 18px;
}
.container{
    max-width:1280px;
    width: 100%;
}
.navbar-sticky.affix {
    top: 0px;
    width: 100%;
  }
  .navbar-sticky.affix + * {
    margin-top: 72px;
  }
  
  /* 
  If using bootstrap with scss you can use the variables as well */
  /*
  #navbar-main {
    &.affix {
      top: 0px;
      width: 100%;
    }
    &.affix + * {
      margin-top: ($navbar-height + $navbar-margin-bottom); 
    }
  }
  */
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .navbar-sticky.affix {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s;
  }
  .page-header ul{  
    list-style: none;
    padding: 0;
    margin: 0;  
    align-items: center;
  display: flex;
  justify-content: center;
  }
  .page-header ul li{  
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .page-header ul li .top-logo{
    /* max-width: 250px; */
    padding-right: 85px
  }
  .page-header ul li .top-logo h1{
      font-size: 22px;
  }
  .page-header{
    padding: 0;
    border: none;
    margin: 25px 0;
  }
  .page-header ul li .chat img{
      margin-right: 15px;
      width: 30px;
  }
  .page-header ul li .chat span{
  font-family: 'HelveticaNeue';
  font-weight: 700;
  color: #00BA1D;
  font-size: 14px;
}
.page-header ul li .chat{
    padding-right: 35px;
}
.page-header ul li h2{
    font-size: 14px;
    margin: 0;
    font-family: 'HelveticaNeue';
    font-weight: 400;
    color: #060607;
    padding-right:50px;
}
.page-header ul li h2 span{
    color: #05B2FF  

}
.page-header ul li a{
    font-size: 12px;
    color: #05B2FF;
    font-family: 'HelveticaNeue';
    font-weight: 400;
}
.navbar-inverse{
    background-color: #05B2FF;
    border-color: #05B2FF;
    margin-bottom: 0;
    border:none;
}
.navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 11px;
    font-family: 'HelveticaNeue';
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background: #fff;
    color: #05B2FF;
}



.banner {
    max-height: 520px;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-box {
    background-color: rgba(51, 50, 49, 0.36);
    max-width: 420px;
    width: 100%;
    padding: 0 50px;
    display: table;
    height: 100vh;
    max-height: 520px;
}

.banner-box .box-content {
    display: table-cell;
    vertical-align: middle;
}

.banner-box h2 {
    font-size: 30px;
    color: #00BA1D;
    font-family: 'HelveticaNeue';
    margin: 0 0 15px;
}

.banner-box h2 span {
    vertical-align: bottom;
}

.banner-box p {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 60px;
    font-family: 'HelveticaNeue';
    line-height: 20px;
    width: 90%;
}

.button-green {
    background: #00BA1D;
    width: 100%;
    padding: 0.8426966292134831VW 0;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    border-radius: 50%;
    border-radius: 15.056179775280897VW;
    text-align: center;
    line-height: 1.1vw;
}
.button-blue {
    background: #05B2FF;
    width: 100%;
    padding: 0.8426966292134831VW 0;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    border-radius: 50%;
    border-radius: 15.056179775280897VW;
    text-align: center;
    line-height: 1.1vw;
}
.button-green:hover, .button-blue:hover {
    text-decoration: none;
    color: #ffffff;
}

.green-sm {
    max-width: 15.056179775280897VW;
}
.green-lg{
    width: 100%;
    max-width: 630px;
}

.sidebar {
    width: 100%;
    /* position: relative; */
    z-index: 10;
    /* top: -400; */
    width: 100%;
    max-width: 640px;
   right: 0;
   margin-top: -480px;
}

.fixed-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.form-box{
    padding: 40px 25px;
    background-color: rgba(51, 50, 49, 1);
    margin-bottom: 25px;
}
.sidebar h2 {
    font-size: 20px;
    color: #ffffff;
    font-family: 'HelveticaNeue';
    margin: 0 0 0;

}
.form-box p{
    color: #05B2FF;
    font-size: 20px;
    font-family: 'HelveticaNeue';
}
.sidebar h2 span {
    vertical-align: bottom;
}
.sidebar small{
    font-size: 16px;
    color:#fff;
    font-family: 'HelveticaNeue';
    font-weight: normal;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 20px;
}
.form-box label{
    font-size: 14px;
    color: #fff;
    font-family: 'HelveticaNeue';
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
}
.form-box .form-control{
    border: none;
    border-radius: 0;
}
.sidebar .form-box .button-green {
    margin: 15px auto

}
.side-images{
    position: relative;
    margin: 3px auto;
}
.side-images::after{
    content:"";
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-color: rgba(51, 50, 49, 0.64);
    z-index: 11;
    top: 0;
    left: 0;
}
.side-images:nth-child(3)::after {
    background-color: rgba(30,28,59, 0.8);
}
.side-images small{
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    left: 50%;
    top:50%;
    z-index: 111;
    text-decoration: underline;
    font-family: 'SF Pro Display';
}
.text-content{
    margin-top: 40px;
}
.text-content p{
    color: #333231;
    font-size: 26px;
    font-family: 'HelveticaNeue';
    font-weight: 400;
}
.text-content small{
    color: #333231;
    display: block;
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 0;
}
.text-content small span{
    color: #05B2FF;
}
.list{
    list-style: none;
    /* padding:4.337078651685393VW 0; */
    padding: 0;
}
.list li{
    margin: 5px auto;
    font-size: 18px;
    display: inline-flex;
    width: 100%;
}
.list i{
background-image: url("../images/right-tick.png");
height: 26px;
width: 26px;
display: inline-block;
vertical-align: middle;
margin-right: 40px;
}
.sidebar .button-green, .sidebar .button-blue{
    margin:40px 0;
}
.page-content{
    padding: 30px 0;
    padding-right: 100px;
}
.page-title h2{
    font-size: 32px;
    font-family: 'HelveticaNeue';
    font-weight: 400;
    color: #333231;
    max-width: 520px;
}
.page-title h2 span{
    color: #05B2FF;
}
.page-title h2 strong{
    font-weight: 700;
    color: #05B2FF;
}
.full-width{
    max-width: 100% !important;
}
.paage-in{
    padding-top:25px;
    padding-bottom: 75px;
}
.paage-in h3{
    font-size: 26px;
    font-family: 'HelveticaNeue';
    font-weight: 400;
    color: #333231;
    margin: 0;
    display: inline-block;;
    width: 100%;
}
.paage-in h3.blue{
    color: #05B2FF;
    padding: 20px 0;
}
.paage-in ul{
    padding: 25px 0;
    list-style: none;
}
.paage-in ul li{
    font-size: 16px;
    color: #333231;
    font-family: 'HelveticaNeue';
    font-weight: 400;
    line-height: 25px;
    display: inline-block;;
    width: 100%;
}
.paage-in p{
    font-size: 16px;
    color: #333231;
    font-family: 'HelveticaNeue';
    font-weight: 400;
    line-height: 20px;
    padding: 25px 0;
    margin: 0;
    display: inline-block;;
    width: 100%;
}
.paage-in p a.link{
    font-size: 16px;
    color: #333231;
    text-decoration:none;
    font-weight: 400;
}
.paage-in p a{
    font-weight:700;
    text-decoration:underline;
}
.paage-in p strong{
    font-weight: 700;
    display: block;
}
.paage-in .max-width{
    max-width:480px;
    margin-bottom:35px;
}
.red{
    color: #F80505 !important;
}
.blue{
    color: #05B2FF !important;
}
.bold{
    font-weight:700;
}
section.footer-content {
    margin-top: 50px;
}
.footer-content .page-title h2 {    
        font-size: 32px;
        font-family: 'HelveticaNeue';
        font-weight: 400;
        color: #333231;
        max-width: 100%;   
        margin: 0 
}
.footer-content p{
    font-size: 18px;
    color: #333231;
    font-family: 'HelveticaNeue';
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    padding: 5px 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    
}
.footer-content p span{
    color: #05B2FF;
}
.footer-content .button-green{
    margin: 60px auto
}
footer{
    background-color: #05B2FF;
    padding: 45px 0;
}
footer .nav a{
    color: #ffffff;
    font-family: 'HelveticaNeue';
    font-weight: 600;
    text-transform: uppercase;
}
footer .navbar-nav>.active>a, 
footer .navbar-nav>.active>a:focus, 
footer .nav>li>a:focus, footer .nav>li>a:hover,
footer .navbar-nav>.active>a:hover{
    background: transparent;
    color: fff;
    text-decoration: underline;
}
footer .admin-office{
    padding: 50px 20px;
}
footer p{
    font-family: 'HelveticaNeue';
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 2px
}
footer .address-office{
    padding: 65px 0 0;
}
footer .admin-office .box{
    background: #333231;
    width: 100%;
    max-width: 345px;
    height: 216px;
}
footer .copyright, footer .designby{
    padding-top: 35px;
}
footer .office{
    background: #333231;
    width: 100%;
    max-width: 178px;
    height: 141px;
    margin-top: 50px;
}
.padding-0{
    padding: 0 !important;
}
.min-height{
    min-height: 1800px;
}
.thankyou h2{
    margin: 115px auto
}
.thankyou span{
 display: block
}
a.navbar-brand h1 {
    font-size: 14px;
    position: relative;
    bottom: 20px;
    color: #4d4b4a;
}
ul#menu-main-menu-1 li a {
    font-size: 14px;
}