/*just for homepage*/
@font-face{
    font-family: BebasNeue;
    src: url("../fonts/BebasNeue_Bold.otf") format("opentype");
}
/*just for about*/
@font-face{
    font-family: CamphorPro;
    font-weight: 900;
    src: url("../fonts/CamphorPro-Heavy.otf") format("opentype");
}
@font-face{
    font-family: Aileron;
    font-weight: 300;
    src: url("../fonts/Aileron-Light.otf") format("opentype");
}
@font-face{
    font-family: Aileron;
    font-weight: 700;
    src: url("../fonts/Aileron-SemiBold.otf") format("opentype");
}
/*for all pages*/
@font-face{
    font-family: CamphorPro;
    font-weight: 100;
    src: url("../fonts/CamphorPro-Thin.otf") format("opentype");
}
@font-face{
    font-family: CamphorPro;
    font-weight: 300;
    src: url("../fonts/CamphorPro-Light.otf") format("opentype");
}
@font-face{
    font-family: CamphorPro;
    font-weight: 500;
    src: url("../fonts/CamphorPro-Medium.otf") format("opentype");
}
@font-face{
    font-family: CamphorPro;
    font-weight: 700;
    src: url("../fonts/CamphorPro-Bold.otf") format("opentype");
}




/* global styles  ********************************************************************************************************/
body{
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
html,body{
    color: #7a899f;
    font-family: CamphorPro;
    font-size:14px;
    font-weight:300;
}
h1{
    font-size: 33px;
    font-weight: 300;
}
h2{
    font-weight: 700;
    font-size: 18px;
}
h2.blue{
    margin-bottom:40px;
}
h3{
    font-weight: 700;
    font-size:17px;

}
h4{font-size: 23px;}
p{
    font-size: 14px;
    font-weight:300;
    color: #7a879c;
    line-height: 23px;
}

h1.blue,
h2.blue,
h3.blue,
h4.blue,
h5.blue,
h6.blue,
p.blue,
a.blue,
span.blue{
    color: #5d96ea;
}
h1.purple,
h2.purple,
h3.purple,
h4.purple,
h5.purple,
h6.purple,
p.purple,
a.purple,
span.purple{
    color: #8d81bd;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
p.white,
a.white,
span.white{
    color: white;
}
header{
    position:absolute;
    width:100%;
}
main{
    padding-top:40px;
}
.text-underlined{
    text-decoration: underline;
}
.simple_page main p, .simple_page main ul{
    margin-bottom:40px;
}
.simple_page main h3{
    margin-bottom:20px;
}
.simple_page main ul li{
    list-style-type:disc;
    margin-left:15px
}
.underlined_after:after{
    content: '';
    width:100%;
    display: block;
    height:2px;
    background: rgba(178, 187, 201,0.3);
}
.underlined_border{
    border-bottom: 2px solid rgba(178, 187, 201,0.3);
}
#chat_image:hover{
    cursor:pointer;
}
/*.cust_err:after{
    content:"";
    color: #ee464c;
    font-size: 11px;
    font-weight: 300;
}*/
a{
    color:#5d96ea;
}
*{
    outline:none;
}
a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
a:hover, a:focus{
    text-decoration:none;
}

.btn{
    font-weight: 700;
    -ms-touch-action: manipulation;
    cursor: pointer;
    padding: 8px 55px;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    display: block;
    max-width: 160px;
    max-height: 36px;
    text-align: center;
    margin: auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn:hover{
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.btn.red{
    background-color:#ee464c;
    color: white;
}
.btn.red:hover{
    color:white;
}
.btn.w100{
    width: 100%;
    padding:8px;
}
.btn.big{
    padding: 15px 125px;
    font-size: 15px;
    width: 320px;
    max-width: 320px;
    max-height: 51px;
}
.btn.rounded{
    border-radius: 15px;
    padding: 3px 17px 1px;
    border: 1px solid white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 14px;
    box-shadow: none;
}
.btn.rounded{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn.rounded:hover{
    border-radius: 3px;
}
.btn.white, .btn.white a{
    background-color:white;
    color: #ee464c!important;
}
.btn.blue, .btn.blue a{
    background-color: #5d96ea;
    color: white!important;
}
.button:hover{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.23); }

.wave-effect{
    z-index: 1;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.wave{
    position: absolute;
    border-radius: 50%;
    opacity: 1;
    z-index: -1;
    background: rgba(255, 255, 255, 0.35);
    transition: -webkit-transform 1s cubic-bezier(0.33, 1, 0.32, 1), opacity 2s cubic-bezier(0.33, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.33, 1, 0.32, 1), opacity 2s cubic-bezier(0.33, 1, 0.32, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.big_img_wrap{
    background-repeat: no-repeat!important;
    -webkit-background-size: cover!important;
    background-size: cover!important;
    background-position: center!important;
}
.home .big_img_wrap .btn{
    margin-top: 37px;
}
.big_img_innerwrap.with_btn{
    display: block;
    display: -ms-flexbox;
}
.big_img_innerwrap.with_btn .intro_content{
    padding: 150px 0 50px;
}
.big_img_innerwrap.with_btn .intro_content .btn{
    float: left;
}
.big_img_innerwrap.with_btn .intro_content h1{
    font-size: 56px;
    font-weight: 300;
}
.big_img{
    background-repeat: no-repeat!important;
    -webkit-background-size:cover!important;
    background-size:cover!important;
    background-position: center!important;
    width: 100%;
    height: 450px;
    position:absolute;
    z-index:-1;
    top: 0;
}
.home .big_img,
.home .a_block.block_wrap{
    height:480px;
}
.big_img_wrap{
    color:white;
}
.big_img_wrap > span{
    margin:auto;
    display:block;
    text-align: center;
    padding-top: 10px;
    font-size: 10px;
}
.about .a_block .strr_block {
    float:right;
}
.about .a_block .strr_block .r1{
    display: inline-block;
}
.strr_block .r1{
}
.strr_block .r2{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.strr_block .r2_2 h1{
    line-height:40px;
    margin:0;
}
.subtitle{
    font-size: 15px;
}
.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
footer .columns > div,
footer .columns > ul{
    flex-grow: 0;
    flex-basis: 33%;
}
.columns.three_columns > div:nth-child(1) {
    padding-right: 20px;
}

.columns.three_columns > div:nth-child(2) {
    padding-right: 20px;
    padding-left: 20px;
}

.columns.three_columns > div:nth-child(3) {
    padding-left: 20px;
}
.with_v_divider > div:not(:first-of-type){
    border-left: 2px solid rgba(178, 187, 201, 0.3);
}
.with_v_divider.testimonials > div{
    border:none;
    padding:0;
}
.with_v_divider.testimonials > div:not(:first-of-type) .readmore_wrap{
    border-left: 2px solid rgba(178, 187, 201, 0.3);
}
.with_v_divider.testimonials > div .readmore_wrap{
    padding: 0 25px;
    text-align: justify;
}

.left_column .subtitle, .left_column h2{
    margin-right: 10px;
    text-align:right;
}
.left_column .subtitle{
    margin-top:10px;
}
.va_top{
    vertical-align: top;
}
.va_middle{
    vertical-align: middle;
}
.va_bottom{
    vertical-align: bottom;
}
.margin_auto{
    margin: auto;
}
.clear{
    clear: both;
}
.p_absolute{
    position: absolute;
}
.p_relative{
    position: relative;
}
.arrowed_list{
    margin-top: 50px;
    font-weight: 500;
    font-size: 14px;
}
.arrowed_list li{
    margin-bottom: 25px;
    margin-left: -20px;
}
.arrowed_list li:before{
    content: '';
    width: 7px;
    height: 9px;
    background: url(../images/svg/red_arrow.svg) center no-repeat;
    display: inline-block;
    margin-bottom: 1px;
    margin-right: 15px;
    background-size: contain;
}
.container{
    max-width: 960px;
}

.with_icons{
    padding: 20px 10px 0 0;
    text-align: justify;
}
.with_icons li{
    padding-bottom: 15px;
}
.with_icons div{
    display:inline-block;
}
.with_icons .text{
    width: 65%;
    margin-left: 4%;
}
.with_icons .icon{
    width: 25%;
    height: 50px;
    margin-left: 10px;
    -webkit-background-size:contain!important;
    background-size:contain!important;
    background-repeat:no-repeat!important;
    background-position: center!important;
}
.with_bg{
    -webkit-background-size:contain!important;
    background-size:cover!important;
    background-repeat:no-repeat!important;
    background-position: center!important;
}

.dark_bg {
    background: rgba(0, 0, 0, .28);
    border-radius: 15px;
}
.readmore a{
    font-weight:500;
    font-size:13px;
    color: #5c94e6;
    padding: 10px;
    margin: -10px;
}
.expanded .readmore:after{
    transform: rotate(-90deg);
}
.testimonials .readmore_text{
    height: 95px;
    overflow: hidden;
}
.readmore_wrap .readmore{
    display: inline;
}
.readmore_container:not(.testimonials) .readmore{
    margin-top:auto;
}
.readmore a:hover{
    color: #8d81bd;
}
.testimonials .readmore a:after{
    background: url(../images/svg/blue_arrow.svg) center no-repeat;
}
.testimonials .readmore a:hover:after{
    background: url(../images/svg/blue_arrow_purple.svg) center no-repeat;
}
.readmore a:after{
    content: '';
    width: 7px;
    height: 9px;
    background: url(../images/svg/blue_chevron.svg) center no-repeat;
    display: inline-block;
    margin-left: 5px;
    background-size: contain!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.readmore a:hover:after{
    background: url(../images/svg/blue_chevron_purple.svg) center no-repeat;
}
.testimonials .expanded .readmore a:after{
    transform: rotate(-90deg);
}
.italic{
    font-style: italic;
}
.thin{
    font-weight: 100;
}
.light{
    font-weight: 300;
}
.semibold{
    font-weight: 500;
}
.bold{
    font-weight: 700;
}
.grey_line{
    width: 100%;
    background: #7a899f;
    height: 20px;
}
.rounded_block{
    border-radius: 10px;
    padding: 0px 20px 15px;
    margin-bottom: 30px;
}
.rounded_block h4{
    padding-top:20px;
    margin: 0;
}
.rounded_block p{
    font-size: 15px;
}

.table{
    margin-bottom:0;
}
.table_header > div{
    padding:0px 20px 5px;
    text-align:left;
}
.table_heading{
    font-weight:700;
}
.table_main{
    padding: 0!important;
    font-size: 12px;
}
.table_main .table_row{
    padding: 10px 20px;
    width: 100%;
}
.table_main .table_row:nth-child(odd){
    background: #f4f8fb;
}
.table h4{
    font-size: 12px;
    font-weight:300;
    margin-bottom: 20px;
}
.table_row{
    display:table;
    width: 100%;
}
.table_row > div{
    display:table-cell;
}

.table_row > div > span{
    line-height: 2.2;
    font-weight: bold;
}

.center{
    text-align: center;
}
.table_header{
    border-radius:10px 10px 0 0;
    background:#a3c0e0;
    color:white;
}
.table.type1 .table_row > div:first-child{
    width:60%;
}
.table.type1 .table_row > div:last-child{
    width:40%;
}

.table.type2 .table_row > div:nth-child(1){
    width:40%;
}
.table.type2 .table_row > div:nth-child(2){
    width:30%;
}
.table.type2 .table_row > div:nth-child(3){
    width:30%;
}

.table.type3 .table_row.table_heading > div:nth-child(1){
    width: 45%;
}
.table.type3 .table_row.table_heading > div:nth-child(2){
    width: 20%;
}
.table.type3 .table_row.table_heading > div:nth-child(3){
    width: 35%;
}

.table.type3 .table_row > div:nth-child(1){
    width: 30%;
}
.table.type3 .table_row > div:nth-child(2){
    width: 15%;
}
.table.type3 .table_row > div:nth-child(3){
    width: 20%;
}
.table.type3 .table_row > div:nth-child(4){
    width: 20%;
}
.table.type3 .table_row > div:nth-child(5){
    width: 15%;
}
.accordion_item{
    overflow: hidden;
    cursor: pointer;
}
.accordion_item_title{
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 10px;
    background: url(../images/svg/grey_chevron.svg) right 21px no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
    font-size: 16px;
    font-weight: 500;
/*    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
}
.accordion_item:hover .accordion_item_title,
.accordion_item.expanded:hover .accordion_item_title{
    color: #8d81bd;
    background: url(../images/svg/grey_chevron_purple.svg) right 21px no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
}
.accordion_item .accordion_item_content{
    height:0;
    padding-right: 30px;
}
.accordion_container .expanded .accordion_item_title{
    color:#ee464c;
    background: url(../images/svg/red_chevron.svg) right 21px no-repeat;
    -webkit-background-size: 17px;
    background-size: 17px;
}
.accordion_container .expanded .accordion_item_content{
    margin-bottom: 10px;
}
.table_subheading{
    color: #74839a;
    background:#cbdaed;
    padding: 10px 20px!important;
    font-size: 12px;
}
hr{
    width: 100%;
    display: block;
    height: 2px;
    background: rgba(178, 187, 201,0.3);
    border: none;
    margin: 60px auto!important;
}
.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
}
.blue_mask, .grey_mask,.lightgrey_mask{
    position: relative;
}
.blue_mask:before, .grey_mask:before,.lightgrey_mask:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.blue_mask:before{
    background-color: rgba(33, 55, 84, 0.8);
}
.lightgrey_mask:before{
    background-color: rgba(122, 137, 159, 0.84);
}
.grey_mask:before{
    background-color: rgba(0, 0, 0, 0.59);
}

.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex_d_column{
    flex-direction: column;
}


/* header ********************************************************************************************************/

.lang_dropdown_container{
    display: none;
    position: absolute;
    text-align: left;
    left: -25px;
    min-width: 130px;
    border-radius: 0 0 5px 5px;
    padding: 15px 0 5px;
    z-index: -1;
    background: #ee464c;
}
.lang_dropdown_container li{
    margin: 15px 0;
    min-width: 90px;
    width: 100%;
    padding: 0 25px;
}

.lang_dropdown_container li:last-child{
    margin-bottom: 10px;
}
.topbar{
    position:relative;
    z-index:99999;
    height: 45px;
    background-color:#ee464c;
    color:white;
    font-weight: 300;
    font-size: 14px;
}
.topbar .container{
    padding-top: 9px;
}
.topbar a{
    color: white;
}
.topbar .feedback > li{
    display:inline-block;
    margin-right: 30px;
}
.topbar .feedback{
    height: 25px;
    padding: 6px 0;
}
.feedback, .auth{
    display:inline-block;
}
.socials li{
    margin-right: 5px;
    display: inline-block;
}
.socials{
    height:25px;
}
.auth > a{
    display:inline-block;
}

.logo img{
    width:100%;
    max-width: 140px;
    height: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu_wrap{
    /*margin-top: 15px;*/
    padding: 10px 0;
    position: relative;
    z-index:999;
    border-bottom: 2px solid rgba(178, 187, 201,0.1);
}
.menu{
    font-weight: 500;
    font-size: 14px;
    margin-top: 8px;
}
.menu li{
    display:inline-block;
    color:white;
    margin-right: 42px;
}
.signup .menu li a{
    color:#bec6cc;
}
.menu li a{
    color:rgba(255, 255, 255, 0.5);
}
.menu li a:hover{
    color:white;
}
.signup .menu li a:hover{
    color:#7E68AE;
}
.menu li.active a{
    color:#5D96EA;
}
.menu li.active a:after{
    content:'';
    display:block;
    margin-top: 14px;
    margin-bottom: -12px;
    width:100%;
    height:3px;
    background:#5D96EA;
    border-radius:50px;
}

/* icons ********************************************************************************************************/

.bf_icon:before{
    content: '';
    width: 10px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}
.phone_icon:before{
    background:url(../images/svg/phone_icon.svg);
    margin-bottom: -2px;
}
.email_icon:before{
    background:url(../images/svg/mail_icon.svg);
    margin-bottom: -2px;
}
.chat_icon:before{
    background:url(../images/svg/chat_icon.svg);
    margin-bottom: -3px;
}
.en_icon:before{
    background:url(../images/svg/en_icon.svg);
    width: 15px;
    height: 10px;
    background-size: cover!important;
}
.ch_icon:before{
    background:url(../images/svg/ch.svg);
    width: 15px;
    height: 10px;
    background-size: cover!important;
}
.ru_icon:before{
    background:url(../images/svg/ru.svg);
    width: 15px;
    height: 10px;
    background-size: cover!important;
}
.fb_icon, .tw_icon{
    width: 25px;
    height: 25px;
    display: block;
    -webkit-background-size:contain!important;
    background-size:contain!important;
    background-repeat:no-repeat!important;
    background-position: center!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.tw_icon{
    background: url(../images/svg/tw_icon.svg);
}
.tw_icon:hover{
    background: url(../images/svg/tw_hovered_icon.svg);
}
.fb_icon{
    background: url(../images/svg/fb_icon.svg);
}
.fb_icon:hover{
    background: url(../images/svg/fb_hovered_icon.svg);
}
.timeline_wrap{
    margin-top:20px;
    width: 100%;
    height: 7px;
    padding:20px 5px 15px;
    border-left: 2px solid #b1b5c1;
    border-right: 2px solid #b1b5c1;
}
.timeline{
    width: 100%;
    height: 7px;
    border-radius: 50px;
    background-color: #e0e3e8;
    position:relative;
}
.timeline ul{
    position:absolute;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: -30px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.timeline ul li{
    flex-basis:20%;
    text-align:center;
    border-right: 2px solid #b1b5c1;
    font-size: 18px;
    font-weight:700;
}
.timeline ul li:after{
    content:'';
    width:2px;
    background:#b1b5c1;
    height:20px;
    display:block;
    margin:-5px auto 0;

}
.timeline ul li:last-of-type{
    border:none;
}
.red.timeline{
    background-color: #ee464c;
    width: 80%;
    left: 15%;
}
.certificates .cert_name{
    font-size: 54px;
    font-weight: 900;
    color: #b9c2cb;
    padding:10px 0;
}
.certificates .cert_img{
    padding-top: 20px;
    margin-top:auto;
}
.certificates .cert_img img{
    margin-top: -25px;
}
.certificates .cert_img span{
    color: #e0e3e8;
    font-size: 23px;
    line-height: 24px;
    font-weight: 700;
}
.certificates .cert_img img,.certificates .cert_img span{
    display: inline-block;
}


/* register form **********************************************************************/
.signup h1{
    font-size: 38px;
    font-weight: 700;
}
.register_form{
    position: relative;
    margin-left: 25px;
}
.register_form h2{

    font-size: 15px;
    font-weight: 500;
    color: #ee464c;
}
.register_form form > div:after,.register_form form > div:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #d8d8d8;
    position: absolute;
    top:0;
    left: 0;
}
.register_form form .step3:after, .register_form form .step3:before{
    display: none;
}
.register_form .step1{
    padding-bottom:15px;
}
.register_form .step2{
    padding-bottom:20px;
}
.register_form .step:not(.step3){
    margin-top:-15px
}
.register_form .step3{
    margin-top:-22px
}
.register_form form > div{
    position: relative;
    padding-left: 55px;
}
.register_form form > div:after{
    background-color: #ee464c;
    height:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.register_form form .complete:after{
    height:100%;
}
.register_form .step1 h2:before,
.register_form .step2 h2:before,
.register_form .step3 h2:before{
    border-radius: 50%;
    border: 1px solid darkgrey;
    padding: 12px 13px 8px;
    left: -17px;
    top: -10px;
    position: absolute;
    background: white;
    z-index: 9;
    color: darkgray;
    font-size: 11px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.register_form form .complete h2:before,.register_form form .current h2:before{
    border-color: #ee464c;
    color:#ee464c;
}
.register_form form .step:last-of-type.complete h2:before,
.register_form form .step:last-of-type.current h2:before{
    border-color: #5d96ea;
}
.register_form .step1 h2:before{
    content: '1';
}
.register_form .step2 h2:before{
    content: '2';
}
.register_form .step3 h2:before{
    content: '';
    display: block;
    background-image: url(../images/svg/blue_triangle.svg);
    width: 5px;
    height: 5px;
    top: 2px;
    border-color: #5d96ea;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: calc(50% - -2px) center;
    padding: 17px;
}
.register_form .step3 .btn{
    font-size: 14px;
    font-weight: 700;
    max-width: 100%;
    border: none;
    width: 100%;
    padding: 20px;
    line-height: 5px;
}
.register_form .step3 span{
    font-size: 9px;
    text-align: center;
    display: table;
    position: relative;
    margin: 0 auto 15px;
    color: #7a899f;
}
.register_form .dataencryped:before{
    content: '';
    display: table;
    position: absolute;
    width: 170px;
    top: 5px;
    left: calc(50% - 85px);
    height: 17px;
    border: 1px solid #bec6cc;
}
.register_form .dataencryped p {
    padding: 0 5px;
    margin: 0;
    background-color: white;
    position: relative;
    color: #7a899f;
    font-size: 9px;
    line-height: 13px;
}
.register_form .dataencryped:after{
    content: '';
    display: table;
    width: 10px;
    height: 15px;
    background-image: url(../images/svg/lock.svg);
    text-align: center;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    z-index: 99;
    position: relative;
    padding: 0 10px;
}
.register_form input{
    display: block;
}
.register_form .g-recaptcha{
    margin: 20px auto 0;
    display: table;
    min-height: 80px;
}
.field-label {
    position: absolute;
    display: block;
    color: #bec6cc;
    line-height: 16px;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    z-index: 999;
}
.checkbox label{
    color: #7a899f;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 500;
    position:relative;
    padding-left: 25px;
    margin-left:0;
}
.checkbox.error label{
    color:#ee464c;
}
.checkbox.error label:before{
    border-color:#ee464c;
}
.checkbox label:after,
.checkbox label:before{
    content:'';
    display: block;
    left:0;
    top:0;
    width:15px;
    position: absolute;
    height:15px;
    border: 1px solid #7a899f;
    border-radius: 3px;
    background-size: 75%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.checkbox label:after{
    opacity:0;
    border-color: #5d96ea;
    background: url(../images/svg/checkbox.svg) center no-repeat;
}
.checkbox.active label:after{
    opacity:1;
}
.checkbox input[type="checkbox"]{
    display:none;
}
.field-input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
    -webkit-text-fill-color: #7a879c;
}
.field-input {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    line-height: 16px;
    font-weight: 500;
    /* font-size: 16px; */
    background: transparent;
    border: none;
    -webkit-appearance: none;
    outline: none;
    color: #7a879c;
}
.field_wrap{
    margin-bottom:10px;
}
.field_wrap:not(.select_container){
    position:relative;
}
.field_wrap.w_border:after,
.field_wrap.w_border:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #bec6cc;
    z-index: 999;
}
.field_wrap:not(.select_container):after {
    background-color: #7bafe2;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.field_wrap.is-focused:after {
    -webkit-transform: scaleX(1);
    height: 2px;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.has-label .field-label {
    -webkit-transform: translateY(0) scale(0.75);
    -ms-transform: translateY(0) scale(0.75);
    transform: translateY(0) scale(0.75);
    text-transform: uppercase;
}

.is-focused .field-label {
    color: #7bafe2;
    text-transform: uppercase;
}
.parsley-errors-list{
    position:absolute;
    font-size:11px;
    color:#ee464c;
    font-weight: 300;
}

.error .field-input{
    background: url(../images/svg/error.svg) right 21px  no-repeat;
}
.error.field_wrap:before,
.error.field_wrap:after{
    background-color:#ee464c;
}
.error .field-label{
    color:#ee464c;
}
.error .field-label:after{
    color:#ee464c;
}
.select_wrap_item.error .btn.select_btn{
    border-color:#ee464c;
    color:#ee464c;
}
.select_wrap_item.error .btn.select_btn:after{
    background: url(../images/svg/select_chevron_red.svg) no-repeat;
}
.btn.select_btn:hover, .open .btn.select_btn{
    background:#f4f9fc;
    border-color:#6793CC;
}
.btn.select_btn:after{
    content:"";
    display: inline-block;
    margin: auto;
    width: 12px;
    height: 6px;
    background: url(../images/svg/select_chevron.svg) no-repeat;
    margin-left: 15px;
    background-size: 9px;
}
.btn.select_btn{
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    height:40px;
    position: relative;
    text-align: center;
    z-index:100;
    box-shadow: none;
    font-weight: 500;
    font-size: 13px;
    padding: 9px 0;
    border: 1px solid #bec6cc;
    background-color: #F4F9FC;
    color: #bec6cc;
}
ul.options_list{
    display: none;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
    float: left;
    width:100%;
    overflow-x: hidden;
    max-height: 270px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #6793CC;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
ul.options_list li{
    padding:2px 18px;
}
ul.options_list li:hover{
    background-color: #f5f5f5;
}

.select_wrap.row{
    margin:0;
}
.select_wrap{
    padding-top:15px;
}
.select_wrap.row div[class*=col]{
    padding:0;
}
.select_wrap.row div[class*=col]:nth-child(1){
    padding-right:10px;
}
.select_wrap.row div[class*=col]:nth-child(2){
    padding-left:5px;
    padding-right:5px;
}
.select_wrap.row div[class*=col]:nth-child(3){
    padding-left:10px;
}




/* footer ********************************************************************************************************/
footer{
    background-color: #213754;
    padding-bottom: 40px;
    font-size:11px
}
footer .socials li:hover, footer .logo img:hover, footer .feedback li:hover{
    opacity:1;
}
footer .text, footer .socials li, footer .logo img, footer .feedback li{
    opacity:0.5;
}
footer .text{
    margin-top:20px;
}
footer .text-risk{
    margin-top:20px!important;
    color: #9fb1cb!important;
    text-align: justify!important;
}
footer .logo{
    text-align: center;
    margin: auto;
}
footer .feedback{
    text-align: right;
    margin: auto 0;
}
footer .feedback a{
    color: white;

}
footer .feedback li{
    text-transform:uppercase;
    margin-left: 20px;
}
footer .links{
    margin-top:30px;
    font-size:12px;
    opacity:1!important;

}
footer .links li{

    border-right: 1px solid #5D96EA;
    padding: 0 50px;
}
footer .links li a{
    color:#5D96EA;
}
footer .links li a:hover{
    color:#8d81bd;
    text-decoration:none;
}

footer .links li:last-child{
    border:none;
}
footer ,text{
    text-align:center;
}
footer .container > ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
    -webkit-justify-content: center;
    opacity:0.5;
}
footer .container > ul:not(.links){
    margin-top: 20px;

}
footer .container > ul:not(.links) li{
    margin:0 10px;
}
footer > .container{
    padding-top: 40px;
}
footer .logo img{
    width: 100px;
}
footer .rewards_wrap{
    background-color: #213754;
}
footer .rewards_wrap .rewards > div:before{
    background: url(../images/svg/reward_icon_gray.svg) center no-repeat;
}
footer .rewards_wrap .rewards{
    padding-bottom:20px;
    border-bottom:1px solid rgba(255,255,255,0.2);
}



/* other styles ********************************************************************************************************/

.home .intro_content span{
    display: block;
    font-family:BebasNeue;
    margin-top: 10px;
    font-size: 16px;
}
.home .intro_content{
    text-align:center;
    padding-top: 100px;
}
.home .intro_content h1{
    font-weight: 700;
    font-size: 56px;
}
.home .a_block_bottom_bg{
    background-color: #5d96ea ;
}
.home .c_block .fullwidth_bg p{
    padding-bottom: 20px;
}
.counters_wrap{
    background-color:#5d96ea;
    height: 140px;
    margin-top: -45px;
}

.counters_wrap .counters{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
    -webkit-justify-content: center;
    padding-top: 80px;
    width: 55%;
}
.counters{
    font-size: 32px;
    font-weight:700;
}
.counters span:not(.count){
    display:block;
    font-weight:300;
    font-size:12px;
    margin-top: -10px;
}
.counters li{
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left:5px;
    min-width:125px;
}

.home .man_icons{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 50px;
}
.home .man_icons li{
    width: 130px;
    text-align:center;
    position: relative;
}
.man_icons li > img:first-child{
    width: 60px;
    height: auto;
}
.commissions .man_icons li > img{
    background: white;
}
.hycm_logo{
    text-align:center;
    margin-top: 40px;
}
.hycm_logo img{
    width: 75px;
    height: auto;
    background: #f2f8fb;
    position: relative;
    z-index: 99;
}
.home .man_icons li a{
    background-color:#7a899f;
    padding: 9px 10px 6px;
    width:100%;
    border-radius:4px;
    display:block;
    color:white;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home .man_icons li a:hover{
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.home .man_icons li:nth-child(3) a{
    background-color:#d7dee6;
    color: #7a899f;
}
.home .man_icons li .img{
    position: absolute;
    overflow: hidden;

}
.home .man_icons li:nth-child(-n+2) .img{
    left: 49%;
}
.home .man_icons li:nth-child(3) .img{
    right: -91px;
}
.home .man_icons li:nth-child(4) .img{
    right: 69px;
}

.commissions .d_block .fw_content > div{
    margin: 100px 0 80px;
}


.faq.accordion_container{
    margin-top: 20px;
    margin-bottom: 20px;
}

.contacts .b_block h4{
    margin: 0;
    padding:0;
}
.contacts .b_block h4:last-of-type{
    padding-bottom:10px;
}
/*blocks*/
.b_block{
    padding-top: 100px;
}
.b_block h2:first-of-type{
    margin-top:0;
}
.commissions .b_block h2:first-of-type{
    margin-top: 20px;
}
.block_wrap{
    overflow: hidden;
    margin: auto;
}
.home .h_block{
    margin-top: 55px;
}
.home .h_block .btn{
    margin-bottom: -25px;
}
.home .c_block{
    position: relative;
}
.home .b_block_wrap.underlined_after:after{
    margin-top: 50px;
}
.home .d_block{
    padding-top: 70px;
}
.help_centre .b_block .readmore_container h4{
    margin-bottom: 20px;
}
.help_centre .d_block h4 {
    color: #283d59;
    margin: 0;
}
.help_centre .d_block p{
    margin: 0;
}

.fullwidth_bg{
    width: 100%;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.fullwidth_bg h1,
.fullwidth_bg h2,
.fullwidth_bg h3,
.fullwidth_bg h4,
.fullwidth_bg h5,
.fullwidth_bg h6,
.fullwidth_bg p,
.fullwidth_bg a,
.fullwidth_bg span{
    color: white;
}
.fullwidth_bg .content h3{
    font-weight:300;
    font-size: 35px;
}
.fullwidth_bg .content p{
    font-weight:300;
    font-size: 16px;
}
.devices img{
    position:absolute;
    bottom: -157px;
    height: 292px;
    right: 0;
}
.tracking{
    width: 50vw;
}
.tracking img{
    width: 100%;
    max-width: 670px;
    max-height: 350px;
}

.home .e_block h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    margin: 0px auto 20px;
    padding: 0;
    color: white;
    font-weight: 700;
    z-index: 9999;
    position: relative;
}

.home .e_block{
    padding-bottom:50px
}
.home .e_block .left_column,.home .e_block .right_column{
    margin-left: 15px;
    margin-right: 15px;
}

.line{
    border-color: rgb(178, 187, 201)!important;
    position: absolute;
    height: 25px;
}
.commissions .line{
    z-index: -1;
}
.home .man_icons .line:last-of-type{
    width: 80px;
}
.home .man_icons li:nth-child(-n+2) .line{
    left: 50%;
    float: left;
}
.home .man_icons li:nth-child(n+3) .line{
    right: 50%;
    float: right;
}
.home .man_icons li:nth-child(1) .line{
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-radius: 0 0 0 25px;
    width: 250px;
}
.home .man_icons li:nth-child(2) .line:first-of-type{
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-radius: 0 0 0 25px;
    width: 80px;
}
.home .man_icons li:nth-child(2) .line:last-of-type{
    border-top: 1px solid;
    border-right: 1px solid;
    border-radius: 0 25px 0 0;
    width: 110px;
    bottom: -49px;
}
.home .man_icons li:nth-child(3) .line:first-of-type{
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-radius: 0 0 25px;
    width: 80px;
}
.home .man_icons li:nth-child(3) .line:last-of-type{
    border-top: 1px solid;
    border-left: 1px solid;
    border-radius: 25px 0 0 0;
    width: 110px;
    bottom: -49px;
}
.home .man_icons li:nth-child(4) .line{
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-radius: 0 0 25px 0;
    width: 250px;
}
.home .e_block .with_icons h4{
    font-size:16px
}
.home .e_block .with_icons p{
    font-size:12px;
    line-height: 16px;
}



.testimonials > div:before{
    content:'';
    -webkit-background-size:contain!important;
    background-size:contain!important;
    background-repeat:no-repeat!important;
    background-position: center!important;
    background: url(../images/svg/quotes.svg);
    display: block;
    width: 30px;
    height: 30px;
    margin: 30px auto 40px;
}

.testimonial{
    text-align: justify;
}


.rewards{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content:space-between;
    -webkit-justify-content: space-between;
}
.rewards:not(:first-of-type){
    margin-top: 40px;
}
.rewards:last-of-type:not(:first-of-type){
    margin-bottom: 40px;
}
.rewards > div{
    text-align: left;
}
.rewards > div:first-child{
    margin-left: 13px;
    width: 25%;
}
.rewards > div:nth-child(2){
    width: 30%;
}
.rewards > div:nth-child(3){
    width: 20%;
}
.rewards > div:last-child{
    width: 25%;
    margin-right: 15px;
}
.rewards > div:before{
    content: '';
    width: 20px;
    height: 50px;
    background: url(../images/svg/reward_color.svg) center no-repeat;
    display: inline-block;
    margin-bottom: 1px;
    background-size: contain;
}
.rewards > div p{
    display:inline-block;
    font-weight:700;
    font-size: 14px;
}
.rewards p span{
    display:block;
    font-size: 13px;
    font-weight:300;
}
.home .rewards_wrap{
    padding-top: 65px;
    padding-bottom: 20px;
}
.rewards_wrap{
    background: #f2f8fb;
    padding-top: 65px;
}

.about .rewards_wrap{
    padding: 25px 0 20px;
}

.topbar .feedback li a:hover{
    text-shadow: 0 0 .65px #fff, 0 0 .65px #fff;
}
.feedback li{
    display:inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.feedback li a{
    padding-left: 15px;
    margin-left: -15px;
}
.offices_list li{
    padding:5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size:16px;
    font-weight:500;
}
.offices_wrap h2{
    padding:20px;
}
.offices_list li:before{
    content: '';
    display: inline-block;
    width: 9px;
    height: 15px;
    background-image: url('../images/svg/map_marker.svg');
    -webkit-background-size: contain !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 15px;
}

.about .featured_in{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.about .featured_in img {
    height:30px;
}
.about .featured_in_wrap span{
    display: block;
    font-family: Aileron;
    font-size: 12px;
}
.about .featured_in_wrap span:nth-child(2){
    margin-top: 5px;
}
.about .featured_in li {
    display: inline-block;
}
.about .featured_in_wrap .columns > div{
    margin-top:auto;
    margin-bottom:auto;
    padding-bottom: 20px;
    padding-top: 20px;
}
.about .featured_in_wrap{
    background-color: #f2f8fb;
}
.about .featured_in_wrap .columns > div:nth-of-type(1){
    flex-basis: 12%;
    margin-right:-30px;
    padding-top: 10px;
    color: #8d81bd;
    font-size: 13px;
    font-weight: 500;
}
.about .featured_in_wrap .columns > div:nth-of-type(2){
    flex-basis: 50%;
}
.about .featured_in_wrap .columns > div:nth-of-type(3){
    flex-basis: 34%;
}
.about .featured_in_wrap > .container{
    padding: 20px 0;
}
.offices_container{
    padding-top: 100px;
}
.offices_wrap{
    padding-bottom:20px;
}
.offices_wrap, .offices_wrap p {
    color: white;
}
.about .offices_icon_wrap{
    min-height: 210px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.about .b_block .row > div{
    margin-top:auto;
    margin-bottom:auto;
}
.about .b_block .row img{
    margin-left: auto;
}
.about .b_block img{
    width:70%;
}
.offices_icon_wrap > div{
    position: relative;
    -webkit-align-items: flex-end;
    align-self: flex-end;
}
.offices_icon_wrap > div img{
    position: absolute;
    bottom:0;
}
.contacts .offices_icon_wrap{
    padding-top:90px;
}
div:not(.big_img_wrap).contact_us{
    padding: 20px 0 80px;
}
div:not(.big_img_wrap).contact_us .heading{
    padding-bottom:50px
}
.big_img_wrap .contact_us .heading{

}
.contact_us form ::-moz-placeholder{
    font-weight:100;
}
.contact_us form ::-webkit-input-placeholder{
    font-weight:100;
}
.contact_us form :-ms-input-placeholder{
    font-weight:100;
}
.contact_us form input:not([type='submit']),.contact_us form textarea{
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 0px 10px;
    font-size: 14px;
    font-weight:300;
    color:#7a879c;
    min-height: 25px;
    box-shadow: none;
    border:none;
    width:100%;
}
.contact_us form textarea{
    padding-top:5px
}
.contact_us form input[type='submit']{
    color: white;
    border:none;
}
.contact_us form textarea{
    height: 100px;
}
.contact_us form .columns > input:first-of-type{
    margin-right: 10px ;
}
.contact_us form .columns > input:last-of-type{
    margin-left: 10px ;
}
.contact_us .contacts_list li:nth-child(2){
    padding: 28px 0;
}
.contact_us .contacts_list .chat_icon:after{
    content: '';
    width: 10px;
    height: 10px;
    margin-left: 5px;
    display: inline-block;
    background: url(../images/svg/white_chevron.svg);
    margin-bottom: -1px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}
.contact_us button{
    border: none;
}
.contact_us .contacts_list .bf_icon:not(:last-child) a{
    display: block;
    margin-left:20px;
}
.contact_us form .col-sm-6:first-of-type {
    padding-right: 5px;
}
.contact_us form .col-sm-6:last-of-type {
    padding-left: 5px;
}
.choose_programme{
    padding:20px 0;
}
.choose_programme p{
    color: white;
    font-weight: 300;
}
.transparent_white_bg{
    background-color:  rgba(122, 137, 159, 0.84);
}



/*mobile menu*/
.menu_btn {
    padding: 5px 15px;
    height:45px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    z-index: 99999;
}

.menu_btn_wrap {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.menu_btn_inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.menu_btn_inner, .menu_btn_inner::before, .menu_btn_inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.menu_btn_inner::before, .menu_btn_inner::after {
    content: "";
    display: block;
}

.menu_btn_inner::before {
    top: -10px;
}

.menu_btn_inner::after {
    bottom: -10px;
}

.menu_btn .menu_btn_inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu_btn .menu_btn_inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.menu_btn .menu_btn_inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu_btn.active .menu_btn_inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu_btn.active .menu_btn_inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.menu_btn.active .menu_btn_inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.with_preloader{
    overflow: hidden;
}
#preloader{
    width: 100%;
    height: 100%;
    background: url(../images/svg/ring-alt.svg) 50% no-repeat white;
    position: fixed;
    z-index: 1999999;
}




/*sm*/
@media (min-width:768px) {
    .p0{
        padding:0!important;
    }
    .m0{
        margin: 0!important;
    }
    .mt0{
        margin-top: 0!important;
    }
    .mb0{
        margin-bottom: 0!important;
    }
    .mt15{
        margin-top: 15px!important;
    }
    .ml-20{
        margin-left: -20px;
    }
    .ml-30_ > *{
        margin-left: -30px;
    }

    .mbt_auto{
        margin-top: auto!important;
        margin-bottom: auto!important;
    }
    .ml_auto{
        margin-left: auto!important;
    }
    .mt_auto{
        margin-top: auto!important;
    }
    .mb20{
        margin-bottom: 20px!important;
    }
    .mb40{
        margin-bottom: 40px!important;
    }
    .pt5{
        padding-top:5px!important;
    }
    .ptb20{
        padding-top:20px!important;
        padding-bottom:20px!important;
    }
    .pt100{
        padding-top: 100px !important;
    }
    .ptb40{
        padding-top:40px!important;
        padding-bottom:40px!important;
    }
    .ptb50{
        padding-top:50px!important;
        padding-bottom:50px!important;
    }
    .pb20{
        padding-bottom:20px!important;
    }
    .pb40{
        padding-bottom:40px!important;
    }
    .pb60{
        padding-bottom:60px!important;
    }
    .pb50{
        padding-bottom:50px!important;
    }
    .pb120{
        padding-bottom:120px!important;
    }

    .pt15{
        padding-top:15px!important;
    }
    .pt30{
        padding-top: 30px!important;
    }
    .pt40{
        padding-top: 40px!important;
    }
    .pt60{
        padding-top: 60px!important;
    }
    .pt90{
        padding-top: 60px!important;
    }
}


@media(max-width:992px){
    .menu li{
        margin-right: 20px;
    }
    .menu li:last-child{
        margin-right:0;
    }
    .about .b_block img{
        width: 90%;
        margin-top: 30px;
        max-height: 200px;
    }
    .big_img_innerwrap.with_btn .intro_content h1{
        font-size:50px;
    }
    .about .featured_in_wrap .columns > div:nth-of-type(1){
        flex-basis: 17%;
        margin-right:-30px;
        padding-top: 20px;
        color: #8d81bd;
        font-size: 13px;
        font-weight: 500;
    }
    .about .featured_in_wrap .columns > div:nth-of-type(2){
        flex-basis: 50%;
        padding: 35px 20px;
    }
    .about .featured_in_wrap .columns > div:nth-of-type(3){
        flex-basis: 34%;
    }
    .about .featured_in img {
        height: 25px;
    }
    .rewards > div{
        text-align:center;
        flex: 0 0 22%!important;
        width: auto!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .rewards > div:before{
        display:block;
        margin:0 auto 10px;
    }
    .counters_wrap .counters{
        width:75%;
    }
    .home .c_block h1{
        font-size:32px;
    }
    .home .c_block .fullwidth_bg p{
        padding-bottom:17px;
    }
    .commissions .d_block .fw_content > div{
        margin: 60px 0;
    }
    .contact_us{
        background-position-x: 70%!important;
    }
}
@media(max-width:767px){
    .home .d_block > .container > .row > div:first-child h2,
    .home .d_block > .container > .row > div:first-child p{
        text-align:left;
    }
    .home .tracking {
        padding-top:10px;
    }
    .b_block{
        padding-top:50px;
    }
    .commissions a.btn{
        float: left!important;
    }
    .commissions .rounded_block a.btn{
        float: none!important;
    }
    .a_block .contact_us{
        padding-top: 50px;
    }
    html.menu_active{
        overflow: hidden;
    }
    .menu_fixed .menu,
    .menu_fixed .menu_wrap{
        position: fixed;
    }
    .menu_fixed .menu_wrap{
        top:0;
    }
    .mobile_menu .menu{
        left:-1000px;
        display: block;
    }
    .menu div{
        position:relative;
    }
    .mobile_auth_wrap{
        position:absolute;
        right:0;
        bottom:0;
        padding: 0;
        margin: 0 15px 0!important;
    }
    .mobile_auth_wrap a{
        display:block;
        margin-top: 10px;
    }
    .flex{
        display: block;
    }
    html,body{
        overflow-x: hidden;
    }
    .big_img_innerwrap.with_btn .intro_content h1{
        font-size: 24px;
        line-height:40px;
    }
    .about .big_img_innerwrap.with_btn .intro_content .btn{
        left: 0;
    }
    .menu_wrap{
        position: absolute;
        width: 100%;
        z-index: 999999;
        padding-bottom:20px;
        margin-top:0;
    }
    .menu li.active a:after{
        margin-top:0;
        /*         display:none; */
    }
    .menu li{
        display:table;
        margin-bottom:10px;
    }
    .menu_wrap{
        background-color: rgba(33, 55, 84, 0.95);
        padding-top: 10px;
        padding-bottom: 10px;
        -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;
        transition: all 0.4s ease-in-out;
    }
    .menu{
        background-color: rgba(33, 55, 84, 0.95);
        display: none;
        margin-top: 0;
        width: 100%;
        padding-top: 110px;
        position: absolute;
        top: 0;
        height: 110vh;
        z-index: 999999;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
    .menu_active .menu_wrap {
        background-color: transparent;
    }
    .menu_fixed .menu{
        padding-top: 65px;
    }
    .menu .auth{
        padding:10px 0;
    }
    .menu li.active a:after {
        margin-top: 5px;
        margin-bottom: 0;
    }
    .topbar .feedback > li{
        margin-right:10px;
    }
    .topbar .feedback > li:last-of-type{
        margin-right:25px;
    }
    .topbar > .container > .row > div:last-of-type{
        text-align: right;
    }
    .topbar .feedback{
        padding:0;
    }
    .topbar .feedback .bf_icon > a{
        margin: 0;
        left: 0;
    }
    .feedback > .en_icon,.feedback > .en_icon > a,.feedback > .en_icon:before{
        width:40px!important;
    }
    .feedback > .en_icon > a{
        padding: 10px 15px!important;
    }
    .chat_icon:before{
        top: 2px;
    }
    footer .chat_icon{
        top: 20px
    }
    .help_centre .d_block h4,
    .help_centre .d_block p{
        text-align: center;
        padding-bottom:10px
    }

    .home .b_block p{
        text-align:justify;
    }
    .about .a_block .strr_block{
        float:left;
    }
    .about .b_block > .row > div:first-of-type{
        text-align: center;
        margin-bottom: 40px;
    }
    .about .b_block img{
        width: 60%;
    }
    .about .c_block .certificates .row > div .cert_img{
        padding-bottom:30px;
        margin-bottom:20px;
        border-bottom: 2px solid rgba(178, 187, 201,0.3);
    }
    .about .c_block .certificates .row > div:last-child .cert_img{
        padding-bottom:30px;
        margin-bottom:20px;
        border-bottom: 0;
    }
    .offices_wrap h2{
        text-align: center;
        padding:10px;
    }
    .about .offices_icon_wrap{
        min-height: auto; /*this not error*/
    }
    .offices_container{
        padding-top:40px;
    }
    .featured_in_wrap .columns{
        display:block;
        text-align:center;
        padding:0 20px;
    }
    .about .featured_in_wrap > .container{
        padding-top:0;
    }
    .about .featured_in_wrap .columns > div{
        margin: 0!important;
        padding: 10px 20px!important;
    }
    .about .featured_in_wrap .columns > div:nth-of-type(1){
    }
    .about .featured_in_wrap .columns > div:nth-of-type(2){
        border:none;
        max-width: 310px;
        margin: auto!important;
    }
    .about .featured_in_wrap .columns > div:nth-of-type(3){
        border:none;
        text-align: left;
        max-width: 310px;
        margin: auto!important;
    }
    .about .featured_in_wrap .columns > div:nth-of-type(3) span.italic{
        font-size:11px;
    }
    .about .featured_in img {
        height: 20px;
    }
    .contact_us .row > div{
        padding: 0 10px!important;
    }
    .contact_us .contacts_list{
        display: flex;
        height: 290px;
        flex-direction: column;
        justify-content:space-between;
    }
    .contact_us .contacts_list li{
        flex-basis:33%;
    }
    div:not(.big_img_wrap).contact_us{
        padding:20px 10px;
    }
    footer .links li:nth-child(1){
        padding: 0 10px 0 0;
    }
    footer .links li:nth-child(2){
        padding: 0 10px 0;
    }
    footer .links li:nth-child(3){
        padding: 0 0 0 10px;
    }
    footer .columns{
        flex-direction:column;
    }
    footer .columns ul{
        order:1;
    }
    footer .socials li, footer .logo img, footer .feedback li {
        margin: 0 10px!important;
    }
    .feedback > .bf_icon{
        margin:0;
        position: relative;
        width: 25px;
        height: 25px;
    }
    footer .bf_icon{
        padding-top: 20px;
    }
    .feedback > .bf_icon > a:hover{
        text-shadow: none!important;
    }
    .feedback > .bf_icon > a{
        color: transparent!important;
        max-width: 10px;
        display: inline-block;
        padding: 10px;
        position: absolute;
        width: 25px;
        height: 25px;
        overflow: hidden;
    }
    .feedback > .bf_icon:before{
        width: 25px;
        height: 25px;
        position: absolute;
        display: block;
        margin: 0!important;
    }
    footer .columns ul,
    footer .columns div{
        padding:10px 0;
        text-align: center;
    }

    footer .text{
        text-align:justify;
    }
    footer > .container > ul:last-of-type{
        justify-content: space-between;
    }
    footer > .container > ul:last-of-type li{
        margin: 0;
    }
    html.lang_opened .topbar{
        z-index: 10000000;
    }
    .about .intro_content .btn{
        left: -20px;
    }
    .counters_wrap .counters{
        width:100%;
    }
    .counters{
        font-size:20px;
    }
    .counters li{
        padding-left: 5px;
        min-width: 75px;
    }
    .counters span:not(.count) {
        font-size: 11px;
        margin-top: -5px;
    }
    .arrowed_list li{
        margin-bottom: 15px;
        margin-left: 0px;
    }
    .arrowed_list li:before {
        margin-right: 10px;
    }
    .home .tracking{
        width:92vw;
    }
    .home .e_block div[class*=col]:first-of-type .with_icons.dark_bg{
        border-radius: 15px 15px 0 0;
    }
    .home .e_block div[class*=col]:last-of-type .with_icons.dark_bg{
        border-radius: 0 0 15px 15px;
    }
    .home .e_block h1 {
        font-size: 20px;
    }
    .home .c_block .fullwidth_bg{
        text-align: center;
    }
    .home .c_block .fullwidth_bg a.btn{
        float: none!important;
    }
    .home .man_icons li{
        width:auto;
    }
    .home .man_icons li a{
        vertical-align: middle;
        display: table-cell;
        width: 95px;
        font-size:13px;
    }
    .home .man_icons li:not(:last-child) {
        margin-right:5px;
    }
    .help_centre .readmore_wrap{
        padding-bottom:20px;
        border-bottom:2px solid rgba(178, 187, 201,0.3);
    }
    .lang_dropdown_container{
        right: -45px;
        left: auto;
        min-width: 125px;
        border-radius: 0 0 0 5px;
    }
    .lang_dropdown_container {
        margin:20px
    }

    .xs-p0{
        padding:0!important;
    }
    .xs-m0{
        margin: 0!important;
    }
    .xs-mt0{
        margin-top: 0!important;
    }
    .xs-mt15{
        margin-top: 15px!important;
    }
    .xs-mt30{
        margin-top: 30px!important;
    }
    .xs-ml-20{
        margin-left: -20px;
    }
    .xs-ml-30_ > *{
        margin-left: -30px;
    }

    .xs-mbt_auto{
        margin-top: auto!important;
        margin-bottom: auto!important;
    }
    .xs-ml_auto{
        margin-left: auto!important;
    }
    .xs-mt_auto{
        margin-top: auto!important;
    }
    .xs-mb20{
        margin-bottom: 20px!important;
    }
    .xs-mb40{
        margin-bottom: 40px!important;
    }
    .xs-pt5{
        padding-top:5px!important;
    }
    .xs-pt90{
        padding-top:90px!important;
    }
    .xs-ptb20{
        padding-top:20px!important;
        padding-bottom:20px!important;
    }
    .xs-ptb40{
        padding-top:40px!important;
        padding-bottom:40px!important;
    }
    .xs-pb20{
        padding-bottom:20px!important;
    }
    .xs-pb40{
        padding-bottom:40px!important;
    }
    .xs-pb60{
        padding-bottom:60px!important;
    }
    .xs-pb50{
        padding-bottom:50px!important;
    }
    .xs-pb120{
        padding-bottom:120px!important;
    }

    .xs-pt15{
        padding-top:15px!important;
    }
    .xs-pt30{
        padding-top: 30px!important;
    }
    .xs-pt40{
        padding-top: 40px!important;
    }
    .xs-pt60{
        padding-top: 60px!important;
    }

}
@media(max-width: 411px) {
    .btn.big{
        max-width:250px;
        padding: 15px;
    }
    .home .b_block p{
        text-align:justify;
    }
    .home .counters, .home .counters_wrap{
        display:none;
    }
    .a_block span{
        padding-bottom:20px;
    }
    .home .c_block > .fullwidth_bg{
        height:193px!important;
    }
    .home .man_icons li a{
        vertical-align: middle;
        display: table-cell;
        width: 60px;
        height:60px;
    }
    .contact_us .contacts_list .bf_icon:not(:last-child) a{
        margin:0;
    }
    .btn.select_btn:after{
        display: none;
    }
    h2{
        font-size:17px;
    }
    .socials li{
        margin: 0;
    }
    .socials li:first-child{
        margin-right: 5px;
    }
    .topbar .feedback > li{
        margin-right: 5px;
    }
    .topbar{
        height:40px;
    }
    .topbar .container{
        padding-top: 7px;
    }
    .about .a_block .strr_block span.hidden{
        display: inline!important;
        padding-bottom: 0;
    }
    .about .a_block .strr_block .r2_2{
        display: none;
    }
    .about .a_block .big_img_innerwrap.with_btn .intro_content{
        padding:100px 0 30px;
    }
    .about .a_block .big_img_innerwrap.with_btn .intro_content .btn{
        margin-top: 0;
        float: left;
    }
    .big_img_innerwrap.with_btn .intro_content h1{
        text-align:left;
    }
    .about .a_block .big_img_innerwrap.with_btn .intro_content br{
        display:none;
    }
    footer > .container > ul:last-of-type{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    footer > .container > ul:last-of-type li:first-child{
        order: 3;
        flex-basis: 100%;
        padding-top: 10px;
    }
    footer > .container > ul li:nth-child(n+2){
        order: 1;
    }
}


/****Modal Styles****/


/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    z-index: 1000;
    
}
 
/* Inner */

/*.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
    border: 1px solid black;
}*/

.popup-inner {
    max-width:770px;
    width:90%;
    height: 501px;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
    background:url('../images/Asset-2.png');
}


/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
  
}

.box {
    width: 566px;
    margin: 0 auto;
    background-color:rgba(33, 49, 71, 0.6);
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.modal_h3 {
    font-family: CamphorPro;
    font-weight: 300;
    font-size: 30px;
}

.modal_h1 {
    font-family: CamphorPro;
    font-weight: 700;
    font-size: 30pt;
    color: #ffffff;
}
.text {
    font-family: CamphorPro;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    color: #5d96ea;
    padding-top: 20px;
}

.reached {
    font-family: CamphorPro;
    font-weight: 700;
    font-size: 45px;
    color: #ee464c;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tempted {
    font-family: CamphorPro;
    font-weight: 700;
    font-size: 40px;
    color: #ee464c;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-green {
    font-family: CamphorPro;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    background-color: #00d27c;
    display: block;
    max-width: 80%;
    max-height: 100%;
/* box-shadow:0px 2px 6px rgba(0,0,0,1);*/
}

.modal-header.rate {
    padding: 0;
    border-bottom: 0;
}
        
.close-btn{
    width: 30px;
}

.tandc{
    margin-top: 10px;
    font-family: CamphorPro;
    font-size: 16px;
    font-weight: 700;
    color: #8c95a7;
}
.tandc i{
    font-weight: normal;
}
.popup-subtitle1{
    color: #ffffff;
    font-family: CamphorPro;
    background-color: #3e4b66;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    display: inline-block;
    left: 38%;
    top: 22%;
    border: 1px solid #fff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 0 20px;
}

.popup-subtitle2{
    color: #ffffff;
    font-family: CamphorPro;
    background-color: #3e4b66;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    display: inline-block;
    left: 24%;
    top: 56%;
    border: 1px solid #fff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 0 20px;
}
/*.popup-subtitle span{
    z-index: 99!important;
    padding: 0 10px!important;
    position: relative!important;
}*/

.mt20{
    margin-top: 20px;
}

.mb40{
    margin-bottom: 40px;
}

@media (max-width:851px){
    .popup-inner {
        max-width: 643px;
        width: 90%;
        height: 417px;
        padding: 5px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform:translate(-50%, -50%);
        transform:translate(-50%, -50%);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius:3px;
        background:url('../images/Asset-2-643.png');
    }
    .modal_h1 {
        font-family: CamphorPro;
        font-weight: 700;
        font-size: 32px;
        color: #ffffff;
    }
    .text {
        font-family: CamphorPro;
        font-weight: 700;
        font-size: 22px;
        line-height: 35px;
        color: #5d96ea;
        padding-top: 20px;
    }
    .popup-subtitle1{
        top: 16%
    }    
    .popup-subtitle2{
        left: 19%;
        top: 50%;
    }
}
@media (max-width:700px){
    .box {
        width: 430px;
        max-width: 90%;
    }
    .popup-subtitle1 {
        left: 35%;
    }
    .popup-subtitle2 {
        left: 16%;
    }
}

/*@media (max-width:620px){
    .popup-subtitle1 {
        left: 35%;
    }
    .popup-subtitle2 {
        left: 15%;
    }
}*/
@media (max-width:620px){
    .popup-subtitle2 {
        left: 13%;
    }
}
@media (max-width:550px){
    .popup-subtitle2 {
        left: 9%;
    }
}


.restricted-countries{
    background: #f4f8fb;
    padding: 20px;
}