@charset "UTF-8";

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'bebas-neue-by-fontfabric', sans-serif;
}
body {
   color: #fff;
    font-size: 16px;
    font-family: 'multi-display',sans-serif;
    overflow-x: hidden; 
    font-weight: 300;
}
.main-background {
    margin: 0;
    background: #000 url(../images/fovero-coverbg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

a,
a:hover,
a:focus,
a:visited {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

button::-moz-focus-inner {
    outline: 0;
}


::selection {
    background: #cececc;
    color: #ffffff;
}
.herowrap {
    padding: 80px 0;
    height: 88vh
}
.herorow { display: flex; justify-content: space-between;}
.heroleft, .heroright {  width: 33%;}
.heroleft h1 {
    font-size: 66px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 60px;
}
.heroleft h1 span {
    font-weight: 400;
    font-size: 110px;
    line-height: 88px;
    display: block;
}
.form-container {
    display: flex;
    align-items: center;
    min-height: 75vh;
}
.form-container form label {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 10px;
}
.form-group {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}
.form-container form input {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #919191;
    width: 100%;
    margin-right: 10px;
    height: 40px;
}
.form-container form button {
    background-color: #3d3d3d;
    padding: 0 20px;
    border: 1px solid #3d3d3d;
    color: #fff;
    font-family: 'bebas-neue-by-fontfabric', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.4s linear;
    display: flex;
    align-items: center;
    height: 40px;
}
.form-container form button:hover {
    border: 1px solid #3d3d3d;
    background-color: transparent;
}
.form-container .success-msg{
    text-align: center;
    border: 1px solid #3d3d3d;
    padding: 10px;
    color: #33bf10;
    font-weight: 400; font-size: 16px;
    margin-bottom: 25px;
    font-family: 'multi-display',sans-serif;
}
.form-container .error{
    color: #e66060;
}
.mobilebg { display: none;}
.mobilebg img { width: 100%;}
footer {
    text-align: center;
    font-size: 13px;
    color: #a9a9a9;
    padding: 0 0 30px;
}
footer a {
    color: #a9a9a9;  padding: 0 5px;
}
footer span {padding: 0 8px; }
footer br { display: none;}
.socialnav ul {
    margin-bottom: 10px;
    padding: 0;
}
.socialnav ul li { display: inline-block;}
.socialnav ul li a { display: block; color: #acacac; padding: 0 8px; font-size: 14px; line-height: 1;}
.socialnav ul li a:hover, footer a:hover { color: #fff;}
button:focus {
    outline: 0 dotted;
    outline: 0;
}
/*-------------- privacy policy css -----------------*/

.privacybg {
    background-color: #020202;
}
.policy-wrap {
    padding: 80px 0;
}
.policy-wrap h1{
    font-size: 66px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 60px;
    padding-bottom: 40px;
    text-align: center;
}
.policy-container h3, .policy-container h4 {
    padding: 20px 0;
}
.policy-container ol {
    padding: 0 15px;
    margin: 20px 0;
}
.policy-container ol li {
    padding: 5px 0 5px 15px;
}
.policy-container p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.5px;
}



/*----------- responsive css ------------*/

@media (max-width: 1280px) {
    .container { max-width: 92%;}
    .heroleft h1 { font-size: 60px;}
    .heroleft h1 span { font-size: 95px; line-height: 76px;}
    .form-container form label {
        font-size: 16px;}
}
@media (max-width: 991px) {
    body, .herowrap { height: auto;}
    .form-container { min-height: auto;}
    .main-background { background: #000 none !important;}
    .mobilebg { display: block;}
    .herorow {
        display: block;}
    footer { padding-bottom: 60px;}
    .heroleft h1 span {
    display: table-cell;
    padding-right: 10px;
}
    .heroleft, .heroright {
    width: 100%;
}
}
@media (max-width: 600px) {
    .heroleft h1 span {
    display: block;
    padding-right: 0;
}
    .form-group { display: block; }
    .form-container form input {
        margin-bottom: 18px;
        margin-right: 0;
    }
    .heroleft h1 {
    font-size: 50px;
    margin-bottom: 30px;line-height: 50px;
}
    .heroleft h1 span {
    font-size: 80px;
    line-height: 66px;
}
    .herowrap {
        padding: 50px 0 70px;}
    footer {
    padding: 0 0px 60px; line-height: 1.7;
}
    footer br { display: block;}
}
@media (max-width: 400px) {
    
}