/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    padding-left: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**************** END OF FONT-FAMILY ***************/

/**************** STARTS GENERAL CSS ***************/

body {
    font-family: 'Proxima Nova';
}

img {
    max-width: 100%;
    max-height: 100%;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

.hidden-for-mobile {
    display: block;
}

.show-for-mobile {
    display: none;
}

/**************** END OF GENERAL CSS ***************/

/**************** STARTS NAVIGATION CSS ***************/
.fluid_container {
    width: 1700px;
    margin: 0 auto;
}

.pad_left_150 {
    padding-left: 150px;
}

.pad_bot_70 {
    padding-bottom: 70px;
}

/**************** END OF NAVIGATION CSS ***************/

/**************** STARTS NAVIGATION CSS ***************/

.imag_wraper {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.banner {
    position: relative;
    background: #4569fa;
    overflow: hidden;
}

.banner_caption {
    height: 100%;
    padding-bottom: 55px;
    padding-top: 55px;
    color: #fff;
    width: 50%;
    padding-right: 150px;
}

.subtitle {
    font-size: 44px;
}

.banner_caption_content {
    font-size: 26px;
    line-height: 1.3;
    padding-bottom: 45px;
}

.banner_content {
    position: relative;
    padding-top: 55px;
    padding-bottom: 55px;
    z-index: 22;
    background: #4569fa;
}

.banner_caption_img {
    margin-bottom: 15px;
}

.header_caption {
    padding-bottom: 45px;
    position: relative;
    margin-bottom: 40px;
}

.header_caption::after {
    content: '';
    position: absolute;
    width: 101px;
    height: 9px;
    background: #fff;
    bottom: 0;
}

.banner_caption_wrapper {
    padding-top: 210px;
    padding-bottom: 175px;
}

.banner_caption_wrapper::after {
    content: '';
    position: absolute;
    top: 210px;
    bottom: 175px;
    width: 1335px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 12px solid #fff;
}

/**************** END OF NAVIGATION CSS ***************/

.working_wrapper {
    padding-top: 200px;
    padding-bottom: 200px;
}

.title h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: rgb(27, 27, 27);
}

.title span {
    font-weight: bold;
    font-family: 'Proxima Nova';
    font-size: 50px;
}

.working_data_blocks {
    text-align: center;
    padding: 0 20px;
    cursor: default;
}

.video_btn > img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.block_image {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.working_data_title h3 {
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: rgb(69, 105, 250);
    margin-bottom: 15px;
}

.working_data_content {
    font-size: 18px;
    color: #8a8a8a;
    line-height: 1.3;
}

.working_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 28px;
}

.newsletter_wrapper {
    background-image: linear-gradient(#141414, #141414), linear-gradient(139deg, #006289, #00a6b5);
    padding: 50px 25px 50px 10px;
}

.newsletter_title {
    margin-bottom: 10px;
}

.newsletter_title h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: #fff;
}

.newletter_content {
    color: #fff;
    font-size: 22px;
}

.newletter_content p {
    margin-bottom: 15px;
}

.newletter_content > *:last-child {
    margin-bottom: 0;
}

.newletter_form_control {
    display: inline-block;
    width: calc(100% - 270px);
    float: left;
}

.newletter_form_control input {
    background-color: rgb(49, 49, 49);
    outline: none;
    box-shadow: none;
    font-size: 22px;
    width: 100%;
    border: solid 5px #ffffff;
    color: #fff;
    padding: 0 30px;
    height: 56px;
}

.newletter_form {
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
}

.aboutus_wrapper {
    min-height: 790px;
    background-color: #4568f9;
    display: flex;
    justify-content: center;
    padding-bottom: 95px;
    padding-top: 95px;
    position: relative;
}

.ie-wrapper .aboutus_wrapper .landing_blocks_content {
    min-height: 790px;
}

.video_wrapper {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    bottom: 0;
}

.aboutus_wrapper .landing_blocks_title h3 {
    color: #fff;
    line-height: normal;
}

.aboutus_wrapper .landing_block_section {
    color: #fff;
}

.landing_blocks_wrapper {
    padding-top: 95px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 95px;
}

.landing_blocks_img {
    position: absolute;
    right: 0;
    top: 95px;
    width: 50%;
    text-align: right;
}

.landing_blocks_content {
    height: 100%;
    display: table;
}

.landing_block_section {
    display: table-cell;
    vertical-align: middle;
}

.landing_blocks_img img {
    max-height: 660px;
}

.landing_blocks_title h3 {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: rgb(69, 105, 250);
}

.landing_blocks_title {
    margin-bottom: 20px;
}

.landing_block_section {
    color: #8a8a8a;
    line-height: 1.67;
    font-size: 24px;
}

.landing_blocks_wrapper .landing_block_section a {
    color: #8a8a8a;
}

.landing_block_section a {
    text-decoration: underline;
    display: inline-block;
    color: #fff;
    opacity: 1;
    transition: all 0.4s;
}

.landing_block_section a:hover {
    opacity: 0.7;
}

.landing_block_section p {
    margin-bottom: 15px;
}

.landing_block_section > h1,
.landing_block_section > h2,
.landing_block_section > h3,
.landing_block_section > h4,
.landing_block_section > h5,
.landing_block_section > h6 {
    margin-bottom: 10px;
}

.landing_block_section ul {
    margin-bottom: 15px;
}

.landing_block_section ul li {
    padding-left: 16px;
    position: relative;
}

.landing_block_section ul li:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 18px;
}

.landing_blocks_wrapper .landing_block_section ul li:after {
    background: #8a8a8a;
}

.landing_block_section ol {
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 15px;
}

.landing_block_section > *:last-child {
    margin-bottom: 0;
}

.landing_blocks_wrapper .landing_block_section {
    padding-right: 150px;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffffad;
}

.recommendation_wrapper {
    background-color: #4568f9;
    padding-top: 120px;
    padding-bottom: 125px;
}

.recommendation_block {
    padding: 20px;
    text-align: center;
    color: #fff;
    line-height: 1.24;
}

.recommendation_content_wrapper {
    font-size: 20px;
    line-height: 1.3;
}

.working_title_wrapper {
    padding-bottom: 60px;
}

.founter_wrapper {
    background-color: #f4f7fb;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.founder_content_wrapper {
    color: #8a8a8a;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    font-size: 27px;
    margin-bottom: 40px;
}

.founter_section {
    width: 60%;
    margin: 0 auto;
}

.founder_name {
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
}

.founder_name h3 {
    font-size: 28px;
}

.position_wrapper {
    color: #4568f9;
}

.position_wrapper h4 {
    font-size: 26px;
}

.community_wrapper {
    min-height: 790px;
    position: relative;
    background-color: #4568f9;
    padding-top: 95px;
    padding-bottom: 95px;
    display: flex;
    justify-content: center;
}

.ie-wrapper .community_wrapper .landing_blocks_content {
    min-height: 790px;
}

.ie-wrapper .container {
    margin: 0 auto;
}

.ie-wrapper .aboutus_wrapper .container {
    margin: 0;
}

.ie-wrapper .landing_blocks_wrapper .container {
    margin: 0;
}

.ie-wrapper .community_wrapper .container {
    margin: 0;
}

.community_bg_wrapper {
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
}

.community_wrapper .landing_blocks_title h3 {
    color: #fff;
    line-height: normal;
}

.community_wrapper .landing_block_section {
    color: #fff;
}

.footer_wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer_title {
    margin-bottom: 15px;
}

.footer_title h3 {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    color: rgb(69, 105, 250);
    margin-bottom: 15px;
}

.footer_block li {
    font-size: 16px;
    font-family: 'Proxima Nova';
    font-weight: normal;
    color: rgb(170, 178, 190);
    line-height: 1.333;
}

.footer_block li {
    margin-bottom: 15px;
}

.footer_block > *:last-child {
    margin-bottom: 0px;
}

.footer_block li a {
    color: rgb(69, 105, 250);
    text-decoration: none;
    transition: all 0.4s;
}

.footer_block li a:hover {
    opacity: 0.5;
}

.footer_block {
    line-height: 1.3;
}

.footer_block .form-group {
    position: relative;
}

.video_btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    outline: none !important;
}

.video_btn img {
    max-width: 200px;
}

.working_data_title {
    margin-bottom: 15px;
}

.newsletter_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.newsletter_wrapper ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.newsletter_wrapper :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.newsletter_wrapper :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.footer_block ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #4569fa;
}

.footer_block ::-moz-placeholder { /* Firefox 19+ */
    color: #4569fa;
}

.footer_block :-ms-input-placeholder { /* IE 10+ */
    color: #4569fa;
}

.footer_block :-moz-placeholder { /* Firefox 18- */
    color: #4569fa;
}

#signup_wrapper,
#contact_form_wrapper {
    position: relative;
}

#signup_wrapper label.error,
#contact_form_wrapper label.error {
    position: absolute;
    right: 0;
    bottom: -23px;
    font-weight: normal;
    color: red;
}

.banner_caption_img > img {
    margin-left: -5px;
}

.recommendation_content_wrapper {
    padding-top: 65px;
}

.main_slider_left {
    background: #4569fa;
    position: absolute;
    z-index: 1001;
    width: 50%;
    height: 101%;
}

.banner-top-textcontent {
    position: relative;
    z-index: 1002;
}

.active-slide {
    z-index: 995 !important;
}

@media screen and (min-width: 992px) {
    .mobile-banner-wrapper {
        display: none !important;
    }
}

.mobile-slides {
    max-height: 700px;
}

.video_btn {
    display: none;
}

.founter_section {
    width: 1920px;
    display: table-cell;
    vertical-align: middle;
}

.founter_wrapper {
    padding-top: 60px;
    padding-bottom: 20px;
}

.founder_section_inner_wrapper {
    display: block;
    width: 60%;
    margin: auto auto;
}