
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face {
    font-family: 'FuturaBT-Medium';
    src: url('../fonts/futurabt-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/futurabt-medium.woff') format('woff'), url('../fonts/futurabt-medium.ttf') format('truetype'), url('../fonts/futurabt-medium.svg#futurabt-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT-Demi';
    src: url('../fonts/futurapt-demi.eot?#iefix') format('embedded-opentype'), url('../fonts/futurapt-demi.otf') format('opentype'),
    url('../fonts/futurapt-demi.woff') format('woff'), url('../fonts/futurapt-demi.ttf') format('truetype'), url('../fonts/futurapt-demi.svg#futurapt-demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPT-Light';
    src: url('../fonts/futurapt-light.eot?#iefix') format('embedded-opentype'), url('../fonts/futurapt-light.otf') format('opentype'),
    url('../fonts/futurapt-light.woff') format('woff'), url('../fonts/futurapt-light.ttf') format('truetype'), url('../fonts/futurapt-light.svg#futurapt-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/futurapt-bold.eot');
    src: url('../fonts/futurapt-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/futurapt-bold.woff2') format('woff2'),
    url('../fonts/futurapt-bold.woff') format('woff'),
    url('../fonts/futurapt-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../fonts/futurapt-book.woff2') format('woff2'),
    url('../fonts/futurapt-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*font-family: 'Lato', sans-serif;*/

html,
body {
    margin: 0;
    padding: 0;
    counter-reset: section;
}

body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
}


.eligibility h4::before {
    counter-increment: section;
    content: "" counter(section) ". ";
}

.header {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    background: transparent;
    font-weight: normal;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

input,
textarea,
select {
    font-weight: normal;
}

* {
    outline: none;
}

* {
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

::selection {
    background: #fe7a8c;
    color: #fff;
}

::-moz-selection {
    background: #fe7a8c;
    color: #fff;
}

.form-control:focus {
    border-color: #d5d5d5;
    box-shadow: none;
    outline: 0 none;
}

input,
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.clearfix {
    clear: both;
}


section.wrapper_bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 950px;
    height: 100%;
    position: relative;
}
.main_banner{
    background-color: rgba(0, 0, 0, 0.77);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
}
/*
.wrapper_bg header{
    position: relative;
}*/
.wrapper_bg header{
    padding: 35px 0 60px;
}
.wrapper_bg header .logo{
    text-align: center;
}
.banner {
    text-align: center;
}
.banner figure{
    width:100%;
    max-width: 1100px;
    height: 120px;
    margin: 0 auto 25px;
}
.banner figure img{
    width: 100%;
}
.banner p{
    font-size: 28px;
    color: #fff;
    font-family: 'FuturaPT-Light';
    letter-spacing: 5px;
}


/*  Circle-Start  */
.circle{
    padding: 55px 0 135px;
}

canvas {
  width: 900px;
  height: 200px;
  display: block;
  position: relative;
  background: transparent;
  margin: 40px auto;
}

.mail .form-group {
    position: relative;
    margin-bottom: 0;
}
.mail input.form-control[type="email"] {
    border: 1px solid #8a8989;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'FuturaPT-Light';
    box-shadow: none;
    padding-left: 15px;
    padding-right: 88px;
    height: 50px;
    background: transparent;
}
#mc_embed_signup input{border-radius: 0 !important;}
#mc_embed_signup{background: none !important;}
.mail .btn[type="submit"] {
    background: #e31e1f !important;
    border: 1px solid #e31e1f !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    color: #fff !important;
    height: 48px !important;
    position: absolute ;
    right: -4px;
    width:130px !important;
    top: 1px;
    font-family: 'FuturaPT-Demi';
    font-size: 17px !important;
    padding: 0 17px !important;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}#mc_embed_signup #mce-success-response {
      color: #c4f727;
    position: absolute;
    top: -24px;
    margin: 0;
    height: auto;
    padding: 0;
    left: 0;
    font-size: 20px;
    text-align: center;
    width: 96%;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #DF0017 !important;
}
#mc_embed_signup form, #mc_embed_signup .mc-field-group{padding-bottom: 0 !important;}
#mc_embed_signup #mce-error-response{ color: #000;
    position: absolute;
    top: -31px;
    margin: 0;
    height: auto;
    padding: 0;
    left: 0;
    font-size: 14px;
    text-align: center;
    width: 96%;
    color: #e31e1f;
   }
.mail .btn:hover{
    background: transparent;
    border: 1px solid #e31e1f;
    color: #e31e1f;
}
.mail{
    width: 100%;
    max-width: 500px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11%;
}
.icon{
    width: 100%;
    max-width: 500px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.icon span{
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    color: #fff;
    font-family: 'FuturaPT-Demi';
    letter-spacing: 3px;
}
.icon ul{
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
}
.icon ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
}
.icon ul li a{
    background: #6e6e6e;
    color: d2d2d2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    display: block;
    text-align: center;
    
}
.icon ul li a i{
    font-size: 18px;
    color: #d2d2d2;
    line-height: 1.6;
    -webkit-transition:all 0.5s ease-in-out ;
    transition:all 0.5s ease-in-out ;
}
.icon ul li a:hover i{
    color: red;
}
@media screen and (max-width:1499px){
    .wrapper_bg header .logo {
        text-align: center;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .wrapper_bg header .logo a img {
        width: 100%;
    }
    .wrapper_bg header {
        padding: 12px 0 25px;
    }
    .banner figure {
        width: 100%;
        max-width: 1100px;
        height: 110px;
        margin: 0 auto 0px;
    }
    .banner p {
        margin-top: 10px;
    }
    .circle {
        padding: 10px 0 20px;
    }
    section.wrapper_bg {
        min-height: 662px;
    }
    canvas {
        margin: 20px auto !important;
    }
}
@media screen and (max-width:1199px){
    .banner p {
        font-size: 22px;
    }
    .mail {
        width: 100%;
        max-width: 388px;
        margin-right: 5%;
    }
     section.wrapper_bg {
        min-height: 768px;
    }
    canvas {
        margin: 60px auto !important;
    }
}
@media screen and (max-width:991px){
    .banner p {
        font-size: 22px;
    }
    .banner figure {
        height: auto;
        margin: 0 auto 25px;
    }
    .mail {
        width: 100%;
        max-width: 325px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5%;
    }
    .form {
        text-align: center;
    }
    .mail {
        max-width: 500px;
        margin-right: 4%;
        margin-bottom: 30px;
    }
    section.wrapper_bg {
        min-height: 1025px;
    }
    .icon {
        text-align: center;
    }
    .wrapper_bg header {
        padding: 50px 0 55px;
    }
    canvas {
        margin: 85px auto !important;
    }
}
@media screen and (max-width:767px){
    .wrapper_bg header .logo a img {
        width: 65%;
    }
    canvas {
        margin: 50px auto !important;
    }
    section.wrapper_bg {
        min-height: 840px;
    }
    canvas {
        width: 100% !important;
        height: auto !important;
    }
    .circle {
        padding: 0 0 20px;
    }
}
@media screen and (max-width:480px){
    section.wrapper_bg {
        min-height: 760px;
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape){
    .wrapper_bg header .logo a img {
        width: 50%;
    }
    canvas {
        margin: 74px auto !important;
    }
}