@font-face {
    font-family: Robusta;
    src: url('../fonts/Robusta.ttf');
}

@font-face {
    font-family: Rubik;
    src: url('../fonts/Rubik-Regular.ttf');
}

@font-face {
    font-family: Rubik-Light;
    src: url('../fonts/Rubik-Light.ttf');
}

/* Buttons */
.site-btn {
    font-size: 20px;
    padding: 13px 30px;
    border-radius: 5px;
    border: 1px solid #057ec0 ;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff ;
    background-color: #057ec0;
    transition: all .25s ease-in-out;
    margin: 10px 0px 10px 0px;
    
}

.site-btn:hover {
    background: #057ec0 ;
    border: 1px solid #fff;
    font-weight:700;
}

.copyright-text p {
    color: #707070;
    margin-top: 18px;
    margin-bottom: 0;
    font-size:12px;
}


.team-content {
    padding: 0px 15px 15px 15px;
}
.border-team {
    border-bottom:1px solid #e2e2e2;
    margin-bottom:10px;
}
.team-img:hover {
    background:#f5f5f5;
    
}

/* Social Icons */

.social-icons{
    
    margin: 0;
    padding: 0;
    font-size : 10px;
}
.social {
    margin:7px 7px 7px 0px;
    color:#232323;
}


/* Site Heading */
.site-heading h3{
    font-size : 40px;
    margin-bottom: 15px;
    font-weight: 600;
}
.border {
    background: #e1e1e1;
    height: 1px;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}

.padding-center {
    padding-top:60px;
    padding-bottom:60px;
}

/* font CSS */
body {
    font-family: 'Rubik';
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    /*background-image: url("../images/banner-desktop.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: top center;*/
}

a:hover {
    color: #fff;
}

h1 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 600;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 600;
}

h3 {
    line-height: 26px;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
}

h4 {
    font-size: 19px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
}

p {
    font-weight: 400;
    font-style: normal;
}


a {
    color: #fff;
    text-decoration: underline;
}

.capital {
    text-transform:uppercase;
}


i {
    font-style: normal;
    font-size: 42px;
    text-align: center;
    line-height: 64px;
}

/* Breadcum bar */
.bread-bar {
    background: #f9f9f9;
    min-height: 40px;
    height: auto;
    position: relative;
    z-index: 555;
}
.breadcrumb {
    background: none;
    margin: 0;
    font-weight: 300;
    padding-left: 0;
    font-size: 13px;
}
.breadcrumb a {
    color: #999;
}
.breadcrumb > .active {
    color: #666;
}
.breadcrumb > li + li::before {
    content: "\203A";
    color: #999;
    padding: 0 8px;
}


/* Navigation */
.navbar-default {
    margin-top: 20px;
    padding: 10px 0px 10px 0;
    letter-spacing:1px;
    font-weight:800;
    text-transform: uppercase;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;}

.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

@media (max-width: 767px) {

}

.navbar-collapse ul li {
    text-transform: none;
    color: #fff;
}

 .modal {
     text-align: center;
 }

 @media screen and (min-width: 768px) {
     .modal:before {
         display: inline-block;
         vertical-align: middle;
         content: " ";
         height: 100%;
     }
 }

.modal-dialog {
     display: inline-block;
     text-align: left;
     vertical-align: middle;
}

img.logo-img{
     max-width: 150px;
     margin-right: 20px;
}

img.logo-dpo{
    max-width: 350px;
    margin-top: 10px;
}

li.collaboration{
    font-family: Rubik-Light;
    font-weight: 100;
    font-size: 14px;
}

.row.img-row{
    margin-left: 0;
    margin-right: 0;
}

input[type='checkbox']{
    display: none;
}

.svg-label {
    zoom: 1;
    margin-top:-20px;
    margin-right: 5px;
    filter: alpha(opacity=20);
    opacity: 0.2;
    cursor: pointer;
}

.svg-label.active{
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

p.label-consent{
    display: inline-block;
    width: 85%;
}

/* modal */

#modal {
    color: #000;
}
.modal-header {
    border-bottom: none;
}

@media screen and (min-width: 768px) {

    .modal-dialog {
        width: 350px;
    }
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    padding-top: 40px;
}

img.bottom-spacer{
    margin-bottom: 15px;
}

p.modal-body-title,
p.modal-body-body{
    text-align: center;
    padding-bottom: 15px;
    line-height: 1.2;
    font-size: 25px;
}

p.modal-body-title{
    font-weight: bold;
}

.close {
    opacity: 1;
}

.field-error{
    border: 2px solid red;
}

.note-footer {
    width: 95%;
    margin: 0 auto;
}

.video-faq{
    margin-top:50px;
    color: #9b9b9b;
}