@font-face {
  font-family: 'robotolight';
  src: url('/Fonts/Roboto/roboto-light-webfont.eot');
  src: url('/Fonts/Roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('/Fonts/Roboto/roboto-light-webfont.woff2') format('woff2'),
       url('/Fonts/Roboto/roboto-light-webfont.woff') format('woff'),
       url('/Fonts/Roboto/roboto-light-webfont.ttf') format('truetype'),
       url('/Fonts/Roboto/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'babelsansregular';
  src: url('/Fonts/Babel-Sans/babelsans-webfont.eot');
  src: url('/Fonts/Babel-Sans/babelsans-webfont.eot?#iefix') format('embedded-opentype'),
       url('/Fonts/Babel-Sans/babelsans-webfont.woff2') format('woff2'),
       url('/Fonts/Babel-Sans/babelsans-webfont.woff') format('woff'),
       url('/Fonts/Babel-Sans/babelsans-webfont.ttf') format('truetype'),
       url('/Fonts/Babel-Sans/babelsans-webfont.svg#babelsansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'consola_monobook';
  src: url('/Fonts/Consola-Mono/consolamono-book-webfont.eot');
  src: url('/Fonts/Consola-Mono/consolamono-book-webfont.eot?#iefix') format('embedded-opentype'),
       url('/Fonts/Consola-Mono/consolamono-book-webfont.woff2') format('woff2'),
       url('/Fonts/Consola-Mono/consolamono-book-webfont.woff') format('woff'),
       url('/Fonts/Consola-Mono/consolamono-book-webfont.ttf') format('truetype'),
       url('/Fonts/Consola-Mono/consolamono-book-webfont.svg#consola_monobook') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'montserratlight';
  src: url('/Fonts/Gontserrat/gontserrat-light-webfont.eot');
  src: url('/Fonts/Gontserrat/gontserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('/Fonts/Gontserrat/gontserrat-light-webfont.woff2') format('woff2'),
       url('/Fonts/Gontserrat/gontserrat-light-webfont.woff') format('woff'),
       url('/Fonts/Gontserrat/gontserrat-light-webfont.ttf') format('truetype'),
       url('/Fonts/Gontserrat/gontserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'liberation_sansregular';
  src: url('/Fonts/Liberation-Sans/liberationsans-regular-webfont.eot');
  src: url('/Fonts/Liberation-Sans/liberationsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/Fonts/Liberation-Sans/liberationsans-regular-webfont.woff2') format('woff2'),
       url('/Fonts/Liberation-Sans/liberationsans-regular-webfont.woff') format('woff'),
       url('/Fonts/Liberation-Sans/liberationsans-regular-webfont.ttf') format('truetype'),
       url('/Fonts/Liberation-Sans/liberationsans-regular-webfont.svg#liberation_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;

}



* {
    margin: 0;
    padding: 0; 
    font-family: 'liberation_sansregular', sans-serif;
  }

a {
    color: #666;
    text-decoration: none; }

a:hover {
    color: #4FDA8C; }

input {
    font-size: 16px;
    border-radius: 4px;
}

body {
    color: #666;
    height: auto;
    background-color: #f1f2f2;
    font-size: 16px; }



.form-wrap {
    background-color: #fff;
    width: 320px;
    margin: 14em auto;
    box-shadow: 0px 1px 8px #BEBEBE;
    -webkit-box-shadow: 0px 1px 8px #BEBEBE;
    -moz-box-shadow: 0px 1px 8px #BEBEBE;
    border-radius: 4px;
}
.form-wrap .tabs {
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.form-wrap .tabs h3 {
    float: left;
    width: 50%; 
    font-family: 'liberation_sansregular', sans-serif;
  }
.form-wrap .tabs h3 a {
    padding: 0.5em 0;
    text-align: center;
    font-weight: 400;
    background-color: #e6e7e8;
    display: block;
    font-family: 'liberation_sansregular', sans-serif;
    color: #666; }
.form-wrap .tabs h3 a.active {
  font-family: 'liberation_sansregular', sans-serif;
    background-color: #fff; }
.form-wrap .tabs-content {
    padding: 1.5em; }
.form-wrap .tabs-content div[id$="tab-content"] {
    display: none; }
.form-wrap .tabs-content .active {
    display: block !important; }
.form-wrap form .input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: inherit;
    padding: .8em 0 10px .8em;
    border: 1px solid #CFCFCF;
    outline: 0;
    display: inline-block;
    margin: 0 0 .8em 0;
    padding-right: 2em;
    width: 100%; }
.form-wrap form .button {
    width: 100%;
    padding: .8em 0 10px .8em;
    background-color: #28A55F;
    border: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'liberation_sansregular', sans-serif; }
.form-wrap form .button:hover {
    background-color: #4FDA8C; }
.form-wrap form .checkbox {
    visibility: hidden;
    padding: 20px;
    margin: .5em 0 1.5em; }
.form-wrap form .checkbox:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
.form-wrap form label[for] {
    position: relative;
    padding-left: 20px;
    cursor: pointer; }
.form-wrap form label[for]:before {
    content: '';
    position: absolute;
    border: 1px solid #CFCFCF;
    width: 17px;
    height: 17px;
    top: 0px;
    left: -14px; }
.form-wrap form label[for]:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background-color: transparent;
    top: 4px;
    left: -10px;
    border: 3px solid #28A55F;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.form-wrap .help-text {
    margin-top: .6em; }
.form-wrap .help-text p {
    text-align: center;
    font-family: 'liberation_sansregular', sans-serif;
    font-size: 14px; }




    /*footer*/

.row{
    display: flex;
    flex-wrap: wrap;
  }
  
  .footer{
    background-color: #292929;
    padding: 70px 0;
  }
  
  .container{
    max-width: 1170px;
    margin: auto;
  }
  
  .footer-col{
    width: 25%;
    padding: 0 15px;
  }
  
  .footer-col h4{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 35px;
    position: relative;
    font-family: 'liberation_sansregular', sans-serif;
  }
  
  .footer-col h4::before{
    content:'';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #ffffff ;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
    font-family: 'liberation_sansregular', sans-serif;
  }
  
  .footer-col ul li:not(:last-child){
    margin-bottom: 10px;
  }
  
  .footer-col ul li a{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    padding: 0;
    transition: all 0.3s ease;
  }
  
  .footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 10px;
    background: none;
  }
  
  .footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
    padding-top: 10px;
    font-family: 'liberation_sansregular', sans-serif;
  }
  
  .footer-col .social-links a:hover{
     color: #24262b;
     background-color: #ffffff;
  }
  
  
  /*footer responsive*/
  @media(max-width: 767px){
     .footer-col{
       width: 50%;
       margin-bottom: 30px;
  
     }
  }
  
  @media(max-width: 574px){
    .footer-col{
      width: 100%;
    }
  }
  