/*
Theme Name: ATENA 
Theme URI: http://www.ansonika.com/atena/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Home all versions
- 2.2 Accademics/single course page
- 2.3 About
- 2.4 Gallery
- 2.5 Staff
- 2.6 Contact

3. COMMON
3.1 Preloader
3.2 Forms
3.3 Container backgrounds
3.4 Login/Register modals
3.5 Spacing
3.6  Newsletter footer
3.7 Pagination 
3.8 Search modal 
3.9 List styles
3.10 Misc
3.11 Tooltips

/*============================================================================================*/

/* 1.  SITE STRUCTURE and TYPOGRAPHY */

/*============================================================================================*/

/*-------- Allert for old browsers IE8 and below --------*/

.chromeframe {
    background: #ddd;
    color: #000;
    padding: 0.2em;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999;
    width: 100%;
}

.chromeframe a {
    color: #ed1c24;
}

/*-------- 1.1 Typography --------*/

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 14px;
    line-height: 20px;
    font-family: "Poppins Regular", Arial, sans-serif;
    color: #444;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
}

h3 {
    font-size: 22px;
}

.sub_header h1,
#intro_txt h1,
.sub_header_contact_home #intro_txt h1 {
    font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
}

.sub_header h1 strong,
#intro_txt h1 strong,
.sub_header_contact_home #intro_txt h1 strong {
    font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
}

strong,
label {
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}

p.lead {
    font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
}

footer h4 {
    color: #3f9ad6;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
    margin-top: 0;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}

.title {
    margin-bottom: 45px;
    text-align: justify;
}

.title h3 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: auto;
    margin-top: 10px;
}

.title h4 {
    font-size: 17px;
    font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
    color: black;
    line-height: 1.2;
    margin-top: 20px;
}

.title p {
    font-size: 15px;
    font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
    color: black;
    line-height: 1.2;
    margin-top: 20px;
}

.title strong {
    font-size: 17px;
    color: #00a2e4;
}

.main_title {
    text-align: center;
    margin-bottom: 45px;
}

.main_title h2 {
    font-size: 28px;
    letter-spacing: -1px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: auto;
    margin-top: 10px;
}

.main_title h3 {
    font-size: 23px;
    letter-spacing: -1px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: auto;
}

.main_title p {
    font-size: 17px;
    font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
    color: black;
    line-height: 1.2;
    margin-top: 20px;
}

.white_title {
    text-align: center;
    margin-bottom: 45px;
}

.white_title h2 {
    font-size: 33px;
    letter-spacing: -1px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: auto;
}

.white_title h3 {
    color: white;
    font-size: 28px;
    letter-spacing: -1px;
    margin-top: 24px;
    font-weight: bold;
    margin-bottom: auto;
}

.white_p {
    font-size: 17px;
    font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
    color: black;
    line-height: 1.2;
    margin-top: 20px;
}

/** Layes slider typography **/

h3.slide_typo {
    font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
    letter-spacing: -2px;
    font-size: 60px;
    white-space: nowrap;
    color: #fff !important;
    font-weight: normal;
}

h3 .slide_typo strong {
    font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.slide_typo_2 {
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
}

/*General links color*/

a {
    color: #3f9ad6;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

a.link_normal {
    position: relative;
    display: block;
    color: #00aeef;
}

a.link_normal:hover {
    color: #111;
}

a.link_normal:after {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    content: "\e89b";
    top: 1px;
    position: relative;
    margin-left: 5px;
}

p {
    margin: 0 0 0 0;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ededed;
}

hr.more_margin {
    margin-top: 40px;
    margin-bottom: 60px;
    border: 0;
    border-top: 2px solid #72c8ec;
}

hr.styled {
    margin: 30px 0 30px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #fff;
}

hr.styled_2 {
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: -30px;
    margin-right: -30px;
}

.padd {
    padding: 0px 150px;
}

.info .ibox {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid #ebe6e4;
    height: 320px;
    position: relative;
    background: #faf9f8;
    width: 320px;
}

.info .text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.info h3 {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.info p {
    color: white;
    font-size: 15px;
}

.services .icon-img {
    background-image: url(../img/icon_image1.jpg);
    background-size: cover;
}

.founder {
    position: absolute;
    top: -121px;
    left: calc(42% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
}

.services .icon-box {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid #ebe6e4;
    height: 260px;
    position: relative;
    background: #faf9f8;
}

.services .icon-img1 {
    background-image: url(../img/icon_image1.jpg);
    background-size: cover;
}

.info .icon-img1 {
    background-image: url(../img/about1.jpg);
    background-size: cover;
}
.info .icon-img2 {
    background-image: url(../img/about2.jpg);
    background-size: cover;
}
.info .icon-img3 {
    background-image: url(../img/about3.jpg);
    background-size: cover;
}

.services h4 {
    font-size: 15px;
    color: white;
    font-weight: bold;
}

.services p {
    color: white;
    font-size: 13px;
}

.services .icon-img2 {
    background-image: url(../img/icon_image2.jpg);
    background-size: cover;
}

.services .icon-img3 {
    background-image: url(../img/icon_image3.jpg);
    background-size: cover;
}

.services .icon-img4 {
    background-image: url(../img/icon_image4.jpg);
    background-size: cover;
}

.services .icon-img5 {
    background-image: url(../img/icon_image5.jpg);
    background-size: cover;
}

.services .icon-img6 {
    background-image: url(../img/icon_image6.jpg);
    background-size: cover;
}

.services .icon-img7 {
    background-image: url(../img/icon_image7.jpg);
    background-size: cover;
}

.services .icon-img8 {
    background-image: url(../img/icon_image8.jpg);
    background-size: cover;
}

#logo_junction {
    margin: 0 auto;
    width: 250px;
}

.about_desc p {
    color: white;
    text-align: center;
    width: 200px;
}

.vl {
    height: 224px;
    border-right: 1px solid white;
}
.m_line {
    border-right: 1px solid white;
    height: 174px;
}
.vl_black {
    height: 176px;
    border-right: 1px solid black;
    padding-right: inherit;
}

.transbox {
    margin-left: 100px;
    margin-right: 100px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.6;
}

.transbox p {
    margin: 2%;
}

.english_desc ul {
    list-style: none;
    text-align: left;
    font-size: 20px;
    color: white;
}

.english_desc ul li::before {
    content: "\2022";
    color: #00a2e4;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.mt-8 {
    margin-top: 8em;
}
.mt-4 {
    margin-top: 4em;
}

.mt-2 {
    margin-top: 2em;
}

.mb-4 {
    margin-bottom: 4em;
}

.mb-2 {
    margin-bottom: 2em;
}

/*-------- 1.2 Buttons --------*/

a.button,
.button {
    padding: 10px 30px;
    display: inline-block;
    background-color: #1cafec;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    cursor: pointer;
    border: 0;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.box_title,
.box_title {
    padding: 4px 30px;
    display: inline-block;
    background-color: #1cafec;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 40px;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    border: 0;
    font-size: 14px;
    outline: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 42px;
}

.box_market {
    padding: 0px 30px;
    display: inline-block;
    background-color: #1cafec;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 40px;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    border: 0;
    font-size: 14px;
    outline: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 52px;
    width: 334px;
}

.marketing img {
    margin-bottom: 10px;
}

.box_market h4 {
    color: white;
}

.box_title h5 {
    color: white;
}

a.button.small,
.button.small {
    padding: 7px 15px;
    font-size: 13px;
}

a.button.large,
.button.large {
    padding: 7px 30;
    font-size: 13px;
}

a.button:hover,
.button:hover {
    color: #fff;
    background-color: #283841;
}

#submit-newsletter.button {
    padding: 14px 35px;
}

a.button_outline,
.button_outline {
    padding: 8px 30px;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #00aeef;
    color: #00aeef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
}

a.button_outline:hover,
.button_outline:hover {
    border: 2px solid #283842;
    color: #283842;
}

a.button_outline.large,
.button_outline.large {
    padding: 20px 50px;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

a.button_download {
    padding: 15px 10px 15px 50px;
    display: inline-block;
    white-space: nowrap;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    cursor: pointer;
    position: relative;
    min-width: 220px;
    margin-bottom: 20px;
    border: 2px solid #00aeef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.button_download:hover {
    background-color: #00aeef;
    color: #fff;
}

a.button_download i {
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
}

a.button_intro,
.button_intro {
    border: none;
    font-weight: normal;
    font-style: normal;
    color: #fff !important;
    background: #00aeef;
    cursor: pointer;
    padding: 12px 25px;
    display: inline-block;
    outline: none;
    font-size: 14px;
    text-align: center;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    min-width: 110px;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}

a.button_intro:hover,
.button_intro:hover {
    background: #fff;
    color: #00aeef !important;
}

a.button_intro.outilne,
.button_intro.outline {
    border: 2px solid #fff;
    color: #fff;
    background: none;
    padding: 10px 23px;
}

a.button_intro:hover,
.button_intro:hover {
    background: #fff;
    color: #00aeef;
}

.banner_bottom h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}

.aboutf h2 {
    color: black;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
}

.aboutf p {
    color: black;
    margin-bottom: 20px;
    font-size: 14px;
}

.banner_offer h2 {
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin-bottom: 0px;
    font-weight: bold;
}

span.w3-line {
    background: #007bff;
    display: inline-block;
    width: 127px;
    height: 5px;
}

span.short {
    background: #007bff;
    display: inline-block;
    width: 61px;
    height: 5px;
}
.white_font {
    color: white;
    padding: inherit;
}
span.white {
    background: #fff;
    display: inline-block;
    width: 107px;
    height: 5px;
}

span.bottom-line {
    background: #007bff;
    display: inline-block;
    width: 79px;
    height: 4px;
}

/*-------- 1.3 Structure --------*/

html,
body {
    height: 100%;
}

/* Header */

header {
    position: fixed;
    top: 0;
    left: 0;
    height: 100;
    width: 100%;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(224, 206, 206, 0.59);
}

header.sticky,
header.sticky#contacts {
    background-color: lightgrey;
    opacity: 1;
}

header#contacts {
    background-color: #283841;
    opacity: 0.9;
}

#logo {
    display: block;
    float: left;
   margin: 10px 10px 10px 10px;
}

#logo img {
    display: block;
}

#logo_f {
    display: block;
}

#logo_f img {
    display: block;
}

/* Header bg */

.sub_header {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 650px;
    display: table;
    width: 100%;
    font-size: 20px;
    color: #fff;
}

.sub_header div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10%;
}

.sub_header h1 {
    font-size: 48px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
    font-weight: bold;
}

.sub_header p {
    font-size: 25px;
    line-height: normal;
}

.sub_header.bg_1 {
    background-image: url(../img/csr_banner.png);
}

.sub_header.bg_2 {
    background-image: url(../img/home_banner.jpg);
}

.sub_header.bg_tour {
    background-image: url(../img/banner_tour.jpg);
}

.sub_header.bg_3 {
    background-image: url(../img/banner_collab.jpg);
}

.sub_header.bg_4 {
    background-image: url(../img/header_bg_4.jpg);
}

.sub_header.bg_5 {
    background-image: url(../img/header_bg_5.jpg);
}

.sub_header.bg_about {
    background-image: url(../img/banner_about.jpg);
}

.sub_header.bg_6 {
    background-image: url(../img/banner_english.jpg);
}

.sub_header.bg_7 {
    background-image: url(../img/bg_mandarin.jpg);
}

.sub_header.bg_8 {
    background-image: url(../img/image3.jpg);
}

.sub_header_contact_home {
    background-image: url(../img/header_bg_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 570px;
    font-size: 20px;
    display: block;
    color: #fff;
    text-align: center;
}

.sub_header_contact_home_wrapper {
    padding: 20px 250px 0 250px;
}

.sub_header_contact_home #intro_txt h1 {
    margin: 0;
    padding: 0;
    font-size: 60px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
    padding-top: 100px;
}

/* Footer  */

footer {
    background-color: lightgrey;
    color: #fff;
    padding: 50px 0 10px 0;
}

footer ul {
    list-style: none;
    padding: 0 0 20px 0;
}

footer a {
    color: black;
    opacity: 0.6;
    font-weight: bold;
}

footer a:hover {
    color: #fff;
    opacity: 1;
}

#copy {
    text-align: center;
    font-size: 13px;
    background-color: #223038;
    padding: 15px;
    color: #fff;
    color: rgba(255, 255, 255, 0.3);
}

ul#contacts_footer {
    margin-top: -10px;
    color: #3f9ad6;
}

/*============================================================================================*/

/* 2.  CONTENT  */

/*============================================================================================*/

/*-------- 2.1 Home --------*/

#home_feat_1 {
    position: relative;
    margin-bottom: 60px;
}

.home_feat_1_box {
    position: relative;
    overflow: hidden;
    /* bottom: -60px;
    position: relative; */
}

.home_feat_1_box a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home_feat_1_box img {
   /*  -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; */
	margin: 0 auto;
}

.bg_info1 {
    background-image: url(../img/about1.jpg);
}

.short_info {
    left: 0;
    bottom: 0;
    background-image: url(../img/shadow_pic.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    color: #fff;
    height: 100%;
}

.short_info h3 {
    color: #fff;
    bottom: 10px;
    left: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 18px;
}

.short_info p {
    color: #fff;
    bottom: 10px;
    left: 30px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
}

/*.home_feat_1_box a:hover .short_info h3 {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 30px;
}*/

.short_info i {
    bottom: 0;
    right: 30px;
    font-size: 24px;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.home_feat_1_box a:hover .short_info i {
    color: #fff;
    position: absolute;
    bottom: 26px;
    right: 30px;
    opacity: 1;
}

.box_feat_home {
    position: relative;
    padding: 0 0 0 100px;
}

.box_feat_home i {
    font-size: 70px;
    color: steelblue;
    position: absolute;
    left: 0;
    top: 0;
}

.box_feat_home img {
    position: absolute;
    left: 0;
    top: 0;
}

#graph {
    position: relative;
    margin: 30px 0;
}

#graph h4 {
    font-size: 18px;
}

#graph img {
    max-width: 420px;
    margin: auto;
    display: block;
}

.features {
    position: absolute;
    width: 300px;
    height: auto;
}

.features h4 {
    margin-top: 0;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    font-size: 24px;
}

.features p {
    margin-bottom: 0;
}

.step_1 {
    top: 0;
    left: -50%;
}

.step_2 {
    top: 0;
    right: -50%;
}

.step_3 {
    bottom: 0;
    left: -50%;
}

.step_4 {
    bottom: 0;
    right: -50%;
}

.header-video {
    position: relative;
    overflow: hidden;
    background: #000;
}

#hero_video {
    position: relative;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    height: 100%;
    z-index: 99;
    text-align: center;
    padding-top: 60px;
}

#hero_video div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10%;
}

#hero_video div h1 {
    font-size: 60px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
    margin: -60px 0 0 0;
}

#hero_video div p {
    text-transform: uppercase;
    margin-bottom: 30px;
}

#hero_video a.video_pop {
    display: none;
}

video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
}

iframe {
    height: 100%;
    width: 100%;
}

video {
    width: 100%;
}

.teaser-video {
    width: 100%;
    height: auto;
}

.header-video--media {
    width: 100%;
    height: auto;
}

/* carousel */

#quote-carousel {
    padding: 0 10px 40px 10px;
}

#quote-carousel .carousel-control.left {
    left: -12px;
}

#quote-carousel .carousel-control.right {
    right: -12px !important;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -30px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    background: #fff;
    opacity: 0.5;
    border: none;
}

#quote-carousel .carousel-indicators .active {
    background: #fff;
    opacity: 1;
}

#quote-carousel .item small {
    color: #fff;
    display: block;
    margin-top: 15px;
    font-size: 18px;
    font-style: italic;
    font-family: "Georgia", cursive;
}

#quote-carousel .item small img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.item small:before {
    content: normal;
}

.item blockquote {
    border-left: none;
    margin: 0;
    text-align: center;
    font-family: "Georgia", cursive;
    font-style: italic;
    padding-top: 15px;
    font-size: 26px;
    line-height: 28px;
    background: url(../img/blockquote.svg) no-repeat left top;
    background-size: 120px auto;
    overflow: visible;
}

.item blockquote img {
    margin-bottom: 20px;
}

.list_courses_tabs h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #999;
    margin-bottom: 15px;
}

.list_courses_tabs ul {
    list-style: none;
    margin: 0 0 0 0;
    width: 100%;
    padding: 0;
}

.list_courses_tabs ul li {
    position: relative;
    padding: 15px 5px 10px 70px;
    min-height: 65px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    display: table;
}

.list_courses_tabs ul li a small {
    color: #777;
    margin: 0;
    padding: 0;
}

.list_courses_tabs ul li:last-child {
    border-bottom: none;
    padding-left: 15px;
    padding-top: 10px;
}

.list_courses_tabs ul li div {
    display: table-cell;
    vertical-align: middle;
}

.list_courses_tabs ul li figure {
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 10px;
}

.list_courses_tabs ul li figure img {
    width: 45px;
    height: auto;
}

.list_courses_tabs ul li h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.list_courses_tabs ul li:hover {
    background-color: #f8f8f8;
}

.list_news_tabs h3 {
    font-size: 18px;
    margin-top: 0;
}

.list_news_tabs .date_published {
    color: #777;
}

/*-------- 2.2 Accademics/single course page--------*/

.box_style_1,
a.box_style_1 {
    background-color: #d3d3d3;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 30px 30px 10px 30px;
    color: #444;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

a.box_style_1 {
    cursor: pointer;
}

a.box_style_1:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-box-shadow: 0px 3px 0px 0px #ebedef;
    -moz-box-shadow: 0px 3px 0px 0px #ebedef;
    box-shadow: 0px 3px 0px 0px #ebedef;
}

.box_style_2 {
    border-left: 1px solid #ededed;
    padding-left: 30px;
    margin-bottom: 30px;
}

.box_style_3 {
    padding: 15px 30px 1px 30px;
    margin-bottom: 30px;
    background-color: #ebedf0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.box_header .short_intro {
    background: #fff;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 30px 15px 30px;
}

.box_header .short_intro h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
}

.indent_title_in {
    position: relative;
    padding-left: 80px;
    margin-bottom: 20px;
}

.indent_title_in i {
    font-size: 50px;
    position: absolute;
    left: 0;
    color: #622960;
    top: 0;
}

.indent_title_in h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 26px;
}

.indent_title_in p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 14px;
}

.wrapper_indent {
    padding-left: 80px;
}

ul.list_teachers {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

ul.list_teachers li a {
    position: relative;
    padding-left: 80px;
    height: 55px;
    margin-bottom: 20px;
    display: block;
    color: #555;
}

ul.list_teachers li a i {
    bottom: 20px;
    right: 15px;
    top: 50%;
    width: 30px;
    margin-top: -15px;
    height: 30px;
    font-size: 30px;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    color: #3f9ad6;
}

ul.list_teachers li a:hover i {
    opacity: 1;
}

ul.list_teachers li figure {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

ul.list_teachers figure img {
    width: 55px;
    height: auto;
}

ul.list_teachers li h5 {
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    margin: 0;
    padding-top: 10px;
}

.duration,
.deadline {
    margin-bottom: 20px;
    position: relative;
    height: 60px;
    width: 60px;
    text-align: center;
    padding-top: 65px;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    display: inline-block;
}

.deadline {
    margin-left: 45px;
}

.duration h5,
.deadline h5 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.icon_duration {
    position: absolute;
    font-size: 24px;
    width: 60px;
    color: #3f9ad6;
    height: 60px;
    text-transform: none;
    line-height: 67px;
    background: url("../img/crono.svg") no-repeat center center;
    background-size: 60px 60px;
    text-align: center;
    left: 0;
    top: 0;
}

.icon_deadline {
    position: absolute;
    font-size: 24px;
    width: 60px;
    color: #3f9ad6;
    height: 60px;
    text-transform: none;
    line-height: 67px;
    background: url("../img/calendar.svg") no-repeat center 2px;
    background-size: 60px 60px;
    text-align: center;
    left: 0;
    top: 0;
}

.icon_duration span,
.icon_deadline span {
    position: absolute;
    bottom: 10px;
    left: 38px;
    width: 40px;
    display: block;
    font-size: 12px;
    background-color: #f3f5f8;
    padding: 2px;
    line-height: normal;
    text-align: left;
}

.icon_deadline span {
    position: absolute;
    bottom: 10px;
    left: 42px;
    width: 40px;
    display: block;
    font-size: 12px;
    background-color: #f3f5f8;
    padding: 2px;
    line-height: normal;
    text-align: left;
}

.strip_all_courses_list {
    margin-bottom: 30px;
    background-color: #fff;
    color: #777;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.img_list {
    overflow: hidden;
    min-height: 220px;
    text-align: center;
    position: relative;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.img_list img {
    width: auto;
    height: 220px;
    position: absolute;
    left: -10%;
}

.img_list a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-border-top-left-radius: 3px;
}

.img_list a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.img_list .short_info {
    padding: 5px 5px 5px 5px;
    text-align: left;
    min-height: 38px;
}

.details_list_col a.button_outline {
    padding: 8px 20px;
    margin-bottom: 0;
}

.course_list_desc {
    padding: 10px 20px 0 0;
    border-right: 1px solid #ededed;
    height: 220px;
    line-height: 1.4;
}

.course_list_desc h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.course_list_desc h3 strong {
    font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
}

.details_list_col {
    display: table;
    height: 220px;
    font-size: 38px;
    color: #e74c3c;
    width: 100%;
    margin-left: -15px;
}

.details_list_col div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

ul.add_info {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.add_info li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ededed;
    text-align: center;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.add_info li a {
    color: #555;
    width: 35px;
    height: 35px;
    display: block;
}

ul.add_info li i {
    display: inline-block;
    font-size: 22px;
    top: 6px;
    position: relative;
}

.box_side {
    position: relative;
}

.box_side h5 {
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}

.box_side i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #999;
}

/*-------- 2.3 About --------*/

a.box_feat,
.box_feat {
    height: 327px;
    text-align: center;
    background: lightgray;
    padding: 10px 20px 10px 20px;
    display: block;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    color: #666;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

a.box_feat:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-box-shadow: 0px 3px 0px 0px #ebedef;
    -moz-box-shadow: 0px 3px 0px 0px #ebedef;
    box-shadow: 0px 3px 0px 0px #ebedef;
}

a.box_feat i {
    font-size: 70px;
    color: #00aeef;
}

a.box_feat h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
}

a.box_feat p {
    font-size: 15px;
    margin-top: 5px;
    color: black;
}

.circle_box {
	height: 185px;
    width: 185px;
    text-align: center;
    background: lightgray;
    padding: 10px 20px 10px 20px;
    display: block;
    color: #666;
    margin-bottom: 30px;
	margin-top: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.cb {
    height: 215px;
    width: 215px;
    padding: 10px 20px 10px 20px;
    display: block;
    color: #666;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}
.cb1 {
    background: yellowgreen;
}
.cb2 {
    background: orange;
}
.cb3 {
    background: hotpink;
}
.cb4 {
    background: lightskyblue;
}
.cb p {
    color: white;
}

.circle_box i {
    font-size: 70px;
    color: #00aeef;
}

.circle_box h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 12px;
}

.circle_box p {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 15px;
    color: black;
}

.box_mission {
    height: 270px;
    text-align: center;
    background: lightgray;
    padding: 10px 20px 10px 20px;
    display: block;
    transition: all 500ms ease-in-out;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    color: #666;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
}

.box_mission h4 {
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 17px;
}
.how {
    padding-left: 100px;
    padding-right: 100px;
}
.how h3 {
    color: white;
    font-weight: bold;
}
a.box_english,
.box_english {
    height: 219px;
    text-align: center;
    background: lightgray;
    padding: 10px 20px 10px 20px;
    display: block;
    transition: all 500ms ease-in-out;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    color: #666;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
}

.mandarin_desc h3 {
    font-size: 20px;
    font-weight: bold;
}

.mandarin_desc p {
    font-size: 15px;
}
a.box_mandarin,
.box_mandarin {
    height: 297px;
    text-align: center;
    background: lightgray;
    padding: 10px 20px 10px 20px;
    display: block;
    transition: all 500ms ease-in-out;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    color: #666;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
}

.box_mandarin h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
}
.box_mandarin p {
    font-size: 15px;
    margin-top: 5px;
    color: black;
}

.english_desc img {
    height: 200px;
    width: 200px;
    margin-top: -100px;
}
.english_desc h2 {
    font-size: 28px;
    letter-spacing: -1px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: auto;
    margin-top: 10px;
    color: white;
}

.english_desc p {
}

.box_english h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
}
.box_english p {
    font-size: 15px;
    margin-top: 5px;
    color: black;
}
a.box_join,
.box_join {
    height: 219px;
    text-align: center;
    background: lightgray;
    padding: 10px 20px 10px 20px;
    display: block;
    transition: all 500ms ease-in-out;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    color: #666;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
}

a.box_join:hover {
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-box-shadow: 0px 3px 0px 0px #ebedef;
    -moz-box-shadow: 0px 3px 0px 0px #ebedef;
    box-shadow: 0px 3px 0px 0px #ebedef;
}

a.box_join i {
    font-size: 70px;
    color: #00aeef;
}

a.box_join h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
}

a.box_join p {
    font-size: 15px;
    margin-top: 5px;
    color: black;
}

a.box_f,
.box_f {
    height: 270px;
    text-align: center;
    background: lightgray;
    padding: 10px 20px 10px 20px;
    display: block;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    color: #666;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 5px solid #007bff;
    border-radius: 24px;
    overflow: hidden;
}

.box_f i {
    font-size: 70px;
    color: #00aeef;
}

.box_f h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

.box_f p {
    font-size: 15px;
    margin-top: 12px;
    color: black;
}

a.box_f2,
.box_f2 {
    height: 170px;
    text-align: center;
    background: lightgray;
    padding: 20px 70px 20px 70px;
    display: block;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    color: #666;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 5px solid #007bff;
    border-radius: 24px;
    overflow: hidden;
}

.box_f2 i {
    font-size: 70px;
    color: #00aeef;
}

.box_f2 h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
}

.box_f2 p {
    font-size: 17px;
    margin-top: 5px;
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
}

a.box_f3,
.box_f3 {
    height: 316px;
    text-align: center;
    background: lightgray;
    padding: 10px 20px 10px 20px;
    display: block;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    color: #666;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 5px solid #007bff;
    border-radius: 24px;
    overflow: hidden;
}

.box_f3 i {
    font-size: 70px;
    color: #00aeef;
}

.box_f3 h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

.box_f3 p {
    font-size: 15px;
    margin-top: 12px;
    color: black;
}

ul.list_staff {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

ul.list_staff li {
    position: relative;
    padding: 0 45px 0 70px;
    height: 55px;
    margin-bottom: 20px;
    display: inline-block;
    color: #555;
}

ul.list_staff li figure {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

ul.list_staff figure img {
    width: 55px;
    height: auto;
}

ul.list_staff li h5 {
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    margin: 0;
    padding-top: 10px;
}

.box_style_4 {
    padding: 10px 30px 1px 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #f3f5f8;
}

ul.list_order {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 14px;
}

ul.list_order li {
    position: relative;
    padding-left: 45px;
    clear: both;
    min-height: 35px;
    padding-top: 7px;
    margin-bottom: 15px;
}

ul.list_order li span {
    position: absolute;
    border: 2px solid #ccc;
    left: 0;
    color: #ccc;
    top: 0;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}

ul.list_4 {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

ul.list_4 li {
    margin-bottom: 0;
    display: block;
    padding-left: 24px;
    margin-right: 15px;
    position: relative;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}

ul.list_4 li:before {
    font-family: "ElegantIcons";
    content: "\5a";
    position: absolute;
    left: 0;
    top: 0;
    color: #2ab0ea;
    font-size: 16px;
}

/*-------- 2.4 Gallery--------*/

.grid ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.grid ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin: -3px;
    min-height: 100%;
    width: 25%;
    background-color: #000;
    list-style: none;
}

.grid figure {
    position: relative;
    overflow: hidden;
    margin: -3px;
}

.grid figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.grid figure:hover img,
.grid figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 47, 59, 0.8);
    text-align: center;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.grid figcaption a {
    color: #fff;
}

.grid figcaption a:hover,
.grid figcaption a:focus {
    color: #73d0da;
}

.grid figure:hover figcaption,
.grid figure:focus figcaption {
    opacity: 1;
}

.visible {
    opacity: 1;
}

.grid figure.cs-hover figcaption {
    opacity: 1;
}

.grid figcaption i {
    font-size: 30px;
}

.grid figcaption p {
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 400;
}

.grid figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.grid figure:hover figcaption .caption-content,
.grid figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*-------- 2.5 Staff--------*/

.staff .box_style_1 {
    text-align: center;
    cursor: auto;
}

ul.social_team {
    list-style: none;
    padding: 0;
    margin: 5px 0 15px 0;
    font-size: 16px;
}

ul.social_team li {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ededed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}

ul.social_team li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.profile ul {
    text-transform: none;
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.profile ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

.profile ul li:last-child {
    border-bottom: none;
}

ul.social_teacher {
    list-style: none;
    padding: 0;
    margin: 5px 0 15px 0;
    font-size: 16px;
    text-align: center;
}

ul.social_teacher li {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 45px;
    text-align: center;
}

/*-------- 2.6 Contacts--------*/

#map {
    width: 100%;
    height: 500px;
}

ul.contacts_info {
    list-style: none;
    padding: 0;
    margin: 15px 0 20px 0;
    font-weight: bold;
}

ul.contacts_info li {
    margin-bottom: 15px;
}

/*============================================================================================*/

/* 3.  COMMON  */

/*============================================================================================*/

/*-------- 3.1 Preloader--------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.pulse {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    text-align: center;
}

.pulse:before,
.pulse:after {
    content: "";
    border: 5px solid #ccc;
    width: 80px;
    height: 80px;
    border-radius: 500px;
    position: absolute;
}

.pulse:before {
    -webkit-animation: pulse-outer 0.8s ease-in infinite;
    -moz-animation: pulse-outer 0.8s ease-in infinite;
    animation: pulse-outer 0.8s ease-in infinite;
}

.pulse:after {
    -webkit-animation: pulse-inner 0.8s linear infinite;
    -moz-animation: pulse-inner 0.8s linear infinite;
    animation: pulse-inner 0.8s linear infinite;
}

@-webkit-keyframes pulse-outer {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes pulse-outer {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes pulse-outer {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes pulse-inner {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-moz-keyframes pulse-inner {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes pulse-inner {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

/*-------- 3.2 Forms-------*/

span.error {
    font-size: 11px;
    position: absolute !important;
    top: -10px;
    right: 0;
    z-index: 9999;
    height: 25px;
    line-height: 25px;
    background: none;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    padding: 0 6px;
}

span.error:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}

.iradio_square-blue span.error,
.icheckbox_square-blue span.error {
    top: -35px;
    right: -30px;
}

.loader {
    margin-left: 5px;
    position: absolute;
}

.sub_header_contact_home .loader {
    font-size: 14px;
}

.error_message {
    color: #f33;
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 14px;
}

input#website {
    display: none;
}

/* Forms */

.form-control.styled {
    border-radius: 0;
    height: 40px;
}

.form-control.f:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/** Drop down select **/

.styled-select select {
    background: transparent;
    width: 110%;
    padding: 5px;
    padding-left: 15px;
    margin: 0;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    color: #999;
    border-radius: 0;
    height: 40px;
    border: 0;
}

.styled-select {
    width: 100%;
    overflow: hidden;
    background: #fff url(../img/down_arrow_select.png) no-repeat right center;
    border-radius: 0;
    height: 40px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.styled-select-contact-home select {
    background: transparent;
    width: 110%;
    padding: 5px;
    padding-left: 20px;
    margin: 0;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    color: #fff;
    border-radius: 0;
    height: 44px;
    border: 0;
    font-size: 18px;
}

.styled-select-contact-home {
    width: 100%;
    overflow: hidden;
    background: url(../img/down_arrow_select_2.png) no-repeat right center;
    border-radius: 0;
    height: 48px;
    border: 2px solid #fff;
    margin-bottom: 25px;
}

.styled-select select::-ms-expand,
.styled-select-contact-home select::-ms-expand {
    display: none;
}

.form-group {
    margin-bottom: 25px;
}

.radio_inline {
    padding-top: 10px;
    position: relative;
}

#highlight {
    color: #fff;
    font-size: 15px;
}

#highlight h3 {
    color: #fff;
    font-size: 28px;
}

/*-------- 3.3 Container backgrounds-------*/

.container_blue_bg {
    background-color: #00a2e4;
    padding-top: 20px;
    padding-bottom: 24px;
    padding-left: 200px;
    padding-right: 200px;
}

.container_mission {
    background-color: #00a2e4;
    padding-top: 20px;
    padding-bottom: 24px;
    padding-left: 136px;
    padding-right: 136px;
}
.container_blue_bg2 {
    background-color: #00a2e4;
    padding-top: 20px;
    padding-bottom: 24px;
    padding-left: 136px;
    padding-right: 136px;
}

.container_blue_bg2 h3 {
    color: white;
    text-align: center;
    font-weight: bold;
}

.container_black_bg {
    background-color: black;
    /*        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 200px;
        padding-right: 200px;*/
}

.container_about_bg {
    background-color: #223038;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 100px;
    padding-right: 100px;
}

.container_gray_bg {
    background-color: lightgrey;
}

.container_gray_line {
    border-top: 1px solid #e9ebee;
}

.bg_content {
    display: table;
    width: 100%;
    height: 500px;
    background: url(../img/bg_content.jpg) no-repeat center center;
    background-size: cover;
}

.bg_content.testimonials {
    background: url(../img/banner_bottom.jpg) no-repeat center center;
    height: 470px;
}

.bg_content.aboutf {
    background: url(../img/about_bottom.jpg) no-repeat center center;
    height: 470px;
}

.bg_content.tour {
    background: url(../img/bg_content_tour.jpg) no-repeat center center;
    height: 470px;
}

.bg_content.tour2 {
    background: url(../img/bg_content_tour2.jpg) no-repeat center center;
    height: 470px;
}

.bg_content.footer_tour {
    background: url(../img/footer_tour.jpg) no-repeat center center;
    height: 470px;
}

.bg_offer {
    background: url(../img/banner_offer.png);
    height: 561px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_content > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.bg_content div h3 {
    font-size: 48px;
    font-family: "proxima_nova_rgbold", Arial, sans-serif;
    color: #fff;
}

.bg_content div a i {
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
    font-size: 72px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bg_content div a:hover i {
    opacity: 1;
}

/*-------- 3.4 Login/Register modals-------*/

.form-control.form-white {
    color: #fff;
    font-size: 18px;
    height: 48px;
    position: relative;
    border-radius: 0;
    border: 2px solid white;
    padding: 15px 20px;
    background: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    box-shadow: 0;
}

.form-control.form-white::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.form-control.form-white:-moz-placeholder {
    opacity: 1;
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.form-control.form-white::-moz-placeholder {
    opacity: 1;
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.form-control.form-white:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.form-control.form-white:focus {
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login_icon {
    color: #fff;
    font-size: 80px;
    opacity: 0.5;
}

.modal {
    padding: 0 25px !important;
}

.modal-dialog {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.modal-popup {
    position: relative;
    padding: 45px 30px;
    text-align: center;
    background: url("../img/popup.jpg");
    border-radius: 0px;
    border: none;
}

.modal-popup a.close-link {
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
}

.popup-form {
    width: 90%;
    max-width: 375px;
    margin: 60px auto;
}

.popup-form .form-control {
    margin: 20px 0;
}

s.checkbox-holder {
    white-space: nowrap;
}

.checkbox {
    position: relative;
    display: block;
}

.checkbox {
    position: relative;
}

.checkbox label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid white;
    background: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.checkbox input[type="checkbox"]:focus + label:before {
    background: rgba(255, 255, 255, 0.2);
}

.checkbox label:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    opacity: 0;
    background: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.checkbox-holder span {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    white-space: normal;
    color: #fff;
}

.btn.btn-submit {
    width: 100%;
    margin-top: 30px;
    color: #fff;
    padding: 10px;
    background: #3f9ad6;
    outline: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 16px;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
}

.btn.btn-submit:focus {
    outline: none;
}

.btn.btn-submit:hover {
    color: #3f9ad6;
    background: #fff;
}

/*-------- 3.5 Spacing-------*/

.add_bottom_30 {
    margin-bottom: 30px;
}

.add_bottom_45 {
    margin-bottom: 45px;
}

.add_bottom_60 {
    margin-bottom: 60px;
}

.add_bottom_75 {
    margin-bottom: 75px;
}

.add_top_60 {
    padding-top: 60px;
}

.margin_60 {
    padding-bottom: 30px;
    padding-top: 50px;
}
.margin_100 {
    padding-bottom: 30px;
    padding-top: 130px;
}
.margin_30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.nomargin_top {
    margin-top: 0;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

/*-------- 3.6  Newsletter footer -------*/

#newsletter_container h3 {
    font-family: "Poppins Regular", Arial, sans-serif;
    font-size: 36px;
    margin: 0 0 20px 0;
}

input.form-control#email_newsletter {
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border: 2px solid #ededed;
    height: 50px;
    font-size: 15px;
    padding-left: 20px;
    width: 380px;
    margin-top: -2px;
    margin-right: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.form-control#email_newsletter:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #444;
}

/*-------- 3.7 Pagination ------*/

.pagination {
    border-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
    color: #888;
    border: 1px solid #ededed;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #333 !important;
    background-color: #f9f9f9;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #3f9ad6;
    border-color: #3f9ad6;
}

/*-------- 3.8 Search modal ------*/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 40px;
    line-height: 40px;
    border: 0px;
    margin: 0px;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    text-align: center;
}

#search .button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

#search .close {
    position: fixed;
    top: 10px;
    right: 30px;
    color: #fff;
    outline: none;
    opacity: 1;
    padding: 10px;
    font-size: 30px;
    display: block;
}

/*-------- 3.9 List styles ------*/

ul.list_style_1 {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 22px;
}

ul.list_style_1 li {
    position: relative;
    padding-left: 25px;
}

ul.list_style_1 li:before {
    font-style: normal;
    font-weight: normal;
    font-family: "ElegantIcons";
    font-size: 14px;
    content: "\5c";
    color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
}

ul.list_3 {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list_3 li {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}

ul.list_3 li:before {
    font-family: "fontello";
    content: "\ea3e";
    position: absolute;
    left: 0;
    top: 0;
}

/*-------- 3.10 Misc ------*/

.banner {
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #622960 url(../img/bg_banner.png) no-repeat right bottom;
    padding: 30px 30px 60px 30px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.banner i {
    font-size: 75px;
}

.banner h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    color: #fff;
}

a.banner_bt {
    display: inline-block;
    background-color: #fff;
    color: #00aeef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    cursor: pointer;
    border: 0;
    padding: 7px 15px;
    font-size: 13px;
    outline: none;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.banner_bt:hover {
    background-color: #283842;
    color: #fff;
}

/* Position  breadcrumbs */

#position {
    padding: 10px 0;
    font-size: 12px;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f3f5f8;
}

#position ul li:first-child {
    padding-left: 20px;
}

#position ul li:first-child:before {
    content: "\eaf4";
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    position: absolute;
    left: 0;
    top: 1px;
    color: #555;
}

#position ul {
    margin: 0;
    padding: 0;
    color: #888;
}

#position ul li a {
    color: #333;
    opacity: 0.7;
}

#position ul li a:hover {
    color: #333;
    opacity: 1;
}

#position ul li {
    display: inline-block;
    padding-right: 8px;
    margin-right: 3px;
    position: relative;
}

#position ul li:after {
    content: "\e9ee";
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    position: absolute;
    right: 0;
    top: 1px;
}

#position ul li:last-child:after {
    content: "";
}

/** Collapse **/

#accordion .panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#accordion .panel-title a {
    display: block;
    color: #444;
}

#accordion .panel-default > .panel-heading {
    background-color: #f9f9f9;
}

#accordion .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#accordion .panel-group .panel {
    border-radius: 0;
}

/** tabs **/

.tab-content {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 25px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/** Tables **/

.table {
    border-bottom: 1px solid #fff;
}

.table.cart-list th,
.table.options_cart th {
    background-color: #fff;
    font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
}

.table.cart-list td {
    vertical-align: middle;
    padding-top: 15px;
}

.list_courses_apply h4 {
    color: #777;
    margin-bottom: 20px;
}

.list_courses_apply ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.list_courses_apply ul li {
    padding: 5px 0;
}

.img-circle.styled {
    background-color: #ededed;
    -moz-box-shadow: 0px 0px 0px 5px #ededed;
    -webkit-box-shadow: 0px 0px 0px 5px #ededed;
    box-shadow: 0px 0px 0px 5px #ededed;
    margin: auto;
}

.img-circle.styled_2 {
    background-color: #fff;
    -moz-box-shadow: 0px 0px 0px 5px #fff;
    -webkit-box-shadow: 0px 0px 0px 5px #fff;
    box-shadow: 0px 0px 0px 5px #fff;
    margin: auto;
}

/*-------- 3.11 Tooltips ------*/

.tooltip_styled {
    display: inline;
    position: relative;
    z-index: 999;
}

.tooltip-item {
    cursor: pointer;
    display: inline-block;
}

.tooltip-item::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip_styled:hover .tooltip-item::after {
    pointer-events: auto;
}

.tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 180px;
    left: 50%;
    margin: 0 0 20px -90px;
    bottom: 100%;
    text-align: left;
    line-height: 1.2;
    display: block;
    padding: 15px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #333;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip_styled:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip_styled.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

.tooltip-content::after {
    content: "";
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #333;
    border-width: 10px;
    margin-left: -10px;
}

.tooltip-content .label {
    margin-left: 10px;
}

.tooltip-content i {
    font-size: 20px !important;
    top: 3px !important;
    left: -3px !important;
    position: relative;
}

.tooltip-content h4 {
    display: block;
    margin: 0 0 10px 0;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.tooltip-content a {
    font-weight: bold;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.text_table {
    text-align: initial;
}

@media (max-width: 414px) {
    .container_mission {
        background-color: #00a2e4;
        padding-top: 20px;
        padding-bottom: 24px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .m_line {
        border-right: none;
        border-bottom: 1px solid white;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .cb {
        margin-bottom: 15px;
    }
    .how {
        padding-left: 50px;
        padding-right: 50px;
    }
    .box_mission {
        height: 293px;
    }
    .transbox {
        margin-left: 10px;
        margin-right: 10px;
    }
    .transbox p {
        margin-bottom: 24px;
    }

    .vl {
        border-bottom: 1px solid white;
        border-right: none;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    #logo_f {
        display: block;
        width: 125px;
        margin: 0 auto;
    }
    #logo_junction {
        margin: 0 auto;
        width: 150px;
    }
    .padd {
        padding: 0px 16px;
    }
    .services .icon-box {
        margin-bottom: 60px;
    }
    .vl_black {
        height: 176px;
        border-right: none;
        padding-bottom: 25px;
        border-bottom: 1px solid black;
    }
    .bg_content.aboutf {
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bg_offer {
        background: url(../img/banner_offer.png);
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    a.box_f,
    .box_f {
        height: 390px;
    }
    a.box_f2,
    .box_f2 {
        height: 360px;
    }
    a.box_f3,
    .box_f3 {
        height: 347px;
    }
    a.box_join,
    .box_join {
        height: 182px;
        a.box_join p {
            font-size: 14px;
        }
    }
    .container_blue_bg {
        background-color: #1478e3;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .container_blue_bg2 {
        background-color: #1478e3;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .circle_box {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .founder {
        position: absolute;
        top: -164px;
        left: calc(50% - 87px);
        transition: 0.2s;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        height: 157px;
    }
}

@font-face {
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Poppins Regular"), url("Poppins-Regular.woff") format("woff");
}
