html, body {
    background-color: #FFFFFF;
}
body, input, textarea, select, button {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Neuzeit S LT Std';
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
}
.viewport {
    position: relative;
    transition: opacity 0.8s;
}
.open-menu .viewport {
    opacity: 0.1;
    pointer-events: none;
}
.content {
    position: relative;
    overflow: hidden;
}
.c  {
    max-width: 1116px;
    padding: 0 60px;
}
.sec_padd{
    padding: 100px 0;
}
.sec_white + .sec_white{
    margin-top: -100px;
}
.btn {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 19px;
    min-width: 250px;
    padding: 7px 15px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.002em;
    background-color: transparent;
    transition: border-color .4s ,color .4s , background-color .4s;
}
.footer{
    position: relative;
    text-align: center;
    padding: 60px 0;
}
.footer .c{
    position: relative;
}
.footer_subtitle {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: 0.005em;
    padding-bottom: 22px;
}
.footer_text {
    padding-top: 27px;
    max-width: 750px;
    margin: auto;
    line-height: 1.3;
}
.footer_form .form_right .form_group:first-child {
    padding-top: 5px;
}

/*Editor*/
.c_editor > *:first-child{
    margin-top: 0;
}
.c_editor h1, .c_editor h2, .c_editor h3, .c_editor h4, .c_editor h5, .c_editor h6{
    margin-top: 40px;
}
.c_editor h1{
    font-size: 40px;
}
.c_editor h2{
    font-size: 35px;
}
.c_editor h3{
    font-size: 32px;
}
.c_editor h4{
    font-size: 28px;
}
.c_editor h5{
    font-size: 24px;
}
.c_editor h6{
    font-size: 20px;
}
.c_editor p{
    margin-top: 20px;
}
.c_editor em, .c_editor i{
    font-style: italic;
}
.c_editor b, .c_editor strong{
    font-weight: bold;
}
.c_editor > ul, .c_editor > ol{
    margin-top: 20px;
}
.c_editor ul li, .c_editor ol li{
    list-style: none;
}
.c_editor ul li{
    position: relative;
    margin-top: 10px;
    padding-left: 25px;
}
.c_editor ul li:before{
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    content: '';
}
.c_editor ul li ul li:before{
    border-radius: 0;
}
.c_editor ol{
    counter-reset: item;
}
.c_editor ol li{
    counter-increment: item;
    padding-left: 20px;
    margin-top: 10px;
    position:relative;
}
.c_editor ol li:before{
    content: counters(item, ".") ". ";
    position:absolute;
    left:0;
    top: 6px;
    line-height: 1;
}
.c_editor img.alignright { float: right; }
.c_editor img.alignleft { float: left; }
.c_editor img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.c_editor .alignright { float: right; }
.c_editor .alignleft { float: left; }
.c_editor .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.c_editor img{
    width: auto;
    height: auto;
}
.c_editor p:after {
    clear: both;
    content: '';
    display: block;
}
.c_editor blockquote {
    padding-left: 70px;
    position: relative;
    color: #fff;
}
.c_editor blockquote:before {
    content: '\f10e';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 50px;
}
.c_editor a{
    position: relative;
}
.c_editor a:not(.btn):before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(1);
    background: #fff;
    transition: all .4s;
}
.has-no-touchevents .c_editor a:not(.btn):hover:before{
    transform: scaleX(0);
}
/*Editor*/
.footer_form {
    padding: 43px 0px 40px;
    border-bottom: 2px solid #ffffff;
}
.form_groups {
    margin: 0 -50px;
    font-size: 0;
    text-align: left;
}
.form_left,
.form_right {
    display: inline-block;
    width: 50%;
    padding: 0 50px;
}
.form_group {
    margin-top: 18px;
    position: relative;
}
.form_group:nth-child(1) {
    margin-top: 0;
}
.form_label {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0.002em;
    text-transform: uppercase;
}
.wpcf7-form-control-wrap {
    display: block;
}
input[type=text].form_input, input[type=email].form_input , select.form_input{
    margin-top: 5px;
    border: 2px solid #fff;
    border-radius: 15px;
    display: block;
    padding: 3px 15px;
    width: 100%;
    color: #fff;
    background: transparent;
    font-size: 14px;
    position: relative;
}
input[type=text].form_input.wpcf7-not-valid, select.form_input.wpcf7-not-valid, input[type=email].form_input.wpcf7-not-valid {
    border-color: #ff0000;
}
textarea.form_input{
    margin-top: 5px;
    border: 2px solid #fff;
    border-radius: 15px;
    display: block;
    padding: 15px;
    width: 100%;
    color: #fff;
    background: transparent;
    font-size: 14px;
    position: relative;
    height: 150px;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.description_count {
    width: 100%;
    padding: 0 15px 15px;
    font-size: 12px;
    text-align: right;
    border: 2px solid;
    border-radius: 15px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.description_count.erroredinput{
    border-color: #ff0000;
}
textarea.form_input.wpcf7-not-valid{
    border-color: #ff0000;    
}
select.form_input option {
    color: #000;
}
.contact_button {
    text-align: left;
    margin-top: 36px;
    display: inline-block;
    position: relative;
}
.contact_btn {
    font-weight: 900;
    min-width: 250px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 19px;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.002em;
    padding: 7px 15px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color .4s , color .4s , border-color .4s;
}
.has-no-touchevents .contact_btn:hover{
    background: #fff;
    border-color: rgba(119,23,89,0.9);
    color: rgba(119,23,89,0.9);
}
.form_select .wpcf7-form-control-wrap:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 12px;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: border-color .4s;
}
.cform_checkbox {
    display: block;
    margin-top: 20px;
}
.cform_checkbox .wpcf7-list-item {
    margin: 0;
    display: block;
}
.cform_checkbox input[type="checkbox"] {
    display: none;
}
.cform_checkbox .wpcf7-list-item-label {
    color: #fff;
    position: relative;
    line-height: 1.1;
    font-size: 16px;
    display: block;
    padding: 0 0 0 30px;
    text-align: left;
}
.cform_checkbox .wpcf7-list-item-label:before {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 1px;
    left: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.cform_checkbox.wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: #ff0000;
}
.cform_checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    top: 7px;
    left: 6px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #fff;
}
div.wpcf7-response-output {
    border: none;
    margin: 40px 0 0;
    padding: 0;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: not-allowed;
    z-index: 2;
}
div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}
.footer_copyright {
    line-height: 1.1;
    color: rgba(255,255,255,0.6);
    text-align: left;
    padding-top: 40px;
}
.footer_menusection {
    padding-top: 35px;
    display: flex;
    justify-content: space-between;    
    align-items: center;
}
.footer_menus {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -45px;
}
.footer_social {
    display: inline-block;
    vertical-align: middle;
}
.footer_menu {
    display: inline-block;
    line-height: 1.3;
    padding: 0 45px;
}
.has-no-touchevents .footer_menu:hover{
    color: #f9d002;
}
.footer_social_a {
    display: inline-block;
    padding-left: 28px;
    font-size: 28px;
    line-height: 1;
}
.has-no-touchevents .footer_social_a:hover{
    color: #f9d002;
}
.footer_social_a:nth-child(1) {
    padding-left: 0;
}
.header_section {
    position: relative;
}
.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 40px 48px;
    text-align: center;
}
.logo {
    display: inline-block;
    opacity: 1;
    transition: opacity .4s;
}
.has-no-touchevents .logo:hover{
    opacity: 0.8;
}
.logo_img {
    width: 161px;
    height: auto;
}
.burger_menu {
    position: absolute;
    right: 0;
    top: 50%;
    transform:translateY(-50%);
}
.burger_menu_div {
    position: relative;
    height: 22px;
    width: 29px;
    display: inline-block;
    vertical-align: middle;
}
.burger_menu .lines {
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: background-color .4s;
}
.has-no-touchevents .burger_menu:hover .lines{
    background-color: #f9d002;
}
.burger_menu .lines:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    left: 0;
    transition: transform .4s,background-color .4s;    
    top: -8px;
}
.has-no-touchevents .burger_menu:hover .lines:before , .has-no-touchevents .burger_menu:hover .lines:after{
    background-color: #f9d002;
}
.burger_menu .lines:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    left: 0;
    transition: transform .4s,background-color .4s;    
    top: 8px;
}
.header_menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #771759;
    z-index: 9999;
    visibility: hidden;
    min-height: 540px;
    opacity: 0;
    transition: opacity 0.8s , visibility 0.8s;
}
.open-menu .header_menu {
    opacity: 1;
    visibility: visible;
}
.open-menu .header_menu .burger_menu .lines {
    background-color: transparent;
}
.open-menu .header_menu .burger_menu .lines:before, .open-menu .header_menu .burger_menu .lines:after {
    top: 0;
}
.open-menu .header_menu .burger_menu .lines:before {
    transform: rotate(45deg);
}
.open-menu .header_menu .burger_menu .lines:after {
    transform: rotate(-45deg);
}
.header_menu_logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding:  40px 48px;
    text-align: center;
    z-index: 9999;
}
.header_inner {
    height: 100%;
    padding: 145px 60px 48px;
    overflow: auto;
    text-align: center;
}
.header_inner .middle-wrap-table {
    height: 100%;
}
.header_menua {
    font-size: 30px;
    font-family: 'neuzeitgrow03-boldregular';
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: 2.18px;
    font-weight: 400;
}
.has-no-touchevents .header_menua:hover{
    color: #f9d002;
}
.header_menua.active {
    color: #f9d002;
}
.has-no-touchevents .header_menua.active:hover{
    color: #fff;
}
.header_social {
    padding-top: 53px;
}
.header_social .footer_social_a {
    font-size: 38px;
    padding-left: 47px;
}
.header_social .footer_social_a:nth-child(1){
    padding-left: 0;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 48px;
    text-align: center;
    z-index: 9999;
    background-color: #771759;
    transform: translateY(-120%);
    box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s , background 0.4s , box-shadow 0.4s;
}
.has-scrolled .sticky{
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.open-menu .sticky{
    transform: translateY(-120%);
}
.rc-svg-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/* Banner */
.banner {
    position: relative;
    text-align: center;
}
.banner.bg_green:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #36b76e;
}
.banner.bg_orange:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(225,4,66,0.8);
}
.banner .middle-wrap-table {
    height: 100vh;
    z-index: 1;
}
.banner .middle {
    padding: 140px 0;
}
.banner .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner .mobile {
    display: none;
}
.title_c {
    font-size: 100px;
    font-weight: 900;
    max-width: 717px;
    margin: auto;
    line-height: 1.1;
    text-transform: uppercase;
    word-break: break-word;
    color: #f9d002;
    letter-spacing: 0.005em;
}
.banner_title > div {
    display: inline-block;
}
.banner_whitetitle {
    color: #fff;
}
.banner_text {
    font-size: 20px;
    padding-top: 38px;
    max-width: 430px;
    margin: auto;
    line-height: 1.3;
}
/* Banner */
/* video blog */
.videoblog_title {
    font-size: 55px;
    color: #3d258d;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.004em;
    max-width: 800px;
    margin: auto;    
}
.videoblog_link , .videoblog-ar{
    display: block;
    position: relative;
}
.videoblog-ar video {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s, visibility 0.8s;
}
.videoblog-ar.current .bgimage,
.videoblog-ar.current .play-btn {
    opacity: 0;
}

.videoblog-ar.current video {
    opacity:1;
    visibility: visible;
    z-index: 2;
}
.videoblog_sizer {
    padding-top: 56.25%;
}
.videoblog_link:before, .videoblog-ar .play-btn {
    content: '';
    border-top: 49px solid transparent;
    border-bottom: 49px solid transparent;
    border-left: 98px solid #fff;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    margin-left: 3px;
    transition: border-left-color .4s, opacity 0.8s;
    z-index: 1;
}
.has-no-touchevents .videoblog-ar .play-btn:hover {
    border-left-color: #bbb;
}
.videoblog_link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(240, 240, 240, .2);
    transition: opacity .4s;    
}
.has-no-touchevents .videoblog_link:hover:after{
    opacity: 1;
}
/* video blog */
/*Overlay*/
.overlay {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.has-overlay .overlay {
    opacity: 1;
}
.overlay iframe , .overlay video{
    display: inline-block;
    vertical-align: middle;
    border: 0;
}
.video-overlay .close {
    top: 30px;
    right: 30px;
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 5px;
}
.video-overlay .close:before , .video-overlay .close:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    top: 0;
    left: 0;
    transform: translateY(12px) rotate(45deg);
    transition: background-color .4s;
}
.video-overlay .close:after {
    transform: translateY(12px)  rotate(-45deg);
}
.has-no-touchevents .video-overlay .close:hover:before , .has-no-touchevents .video-overlay .close:hover:after{
    background-color: #f9d002;
}
/*Overlay*/
/* Two column*/
.bg_orange{
    background-color: #ff622c;
}
.bg_green{
    background-color: #36b76e;
}
.bg_red{
    background-color: #e10442;
}
.bg_darkpink{
    background-color: #771759;
}
.yellow{
    color: #f9d002;
}
.orange{
    color: #ff622c;
}
.blue{
    color: #3d258d;
}

.two_columngrid {
    display: inline-block;
    width: 50%;
    padding: 140px 0;
    text-align: center;
}
.two_columnc{
    max-width: 675px;
    padding: 0 60px;
    margin: auto;
}
.two_columntit {
    font-size: 55px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.004em;
}
.two_columntxt {
    line-height: 1.3;
    max-width: 490px;
    margin: auto;
    padding-top: 20px;
}

.two_column .img-cont {
    position: relative;
    height: 122px;
    width:auto;
    margin-bottom: 50px; 

}
.two_column .img-cont img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* Two column*/
/* Text with image*/
.vision .c {
    position: relative;
}
.vision_icon {
    width: 95px;
    height: auto;
}
.vision {
    position: relative;
    text-align: center;
    padding: 145px 0;
}
.vision.with_background{
    background: #ff622c;
}
.without .vision_ar {
    padding-top: 30px;
}
.title_c.vision_ar{
    max-width: none;
    line-height: 1.2;
}
.with_background .title_c.vision_ar {
    max-width: 770px;
    margin: auto;
}

.vision .btn{
    margin-top: 60px;
}
.has-no-touchevents .vision .btn:hover{
    color: #ff622c;
    border-color: #ff622c;
    background: #fff;
}
/* Text with image*/

/* section area */
.section_area {
    position: relative;
    padding: 100px 0 0;
    margin:auto;
}
.section_area:last-child {
    padding-bottom: 100px;
}
.section_area .section_title {
    color: #3d258d;
    font-size: 55px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 4px;
}
.section_area .section-btn {
    font-size: 16px;
    line-height: 1.3;
    color:  #3d258d;
    display: block;
    max-width: 250px;
    margin: 50px 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #3d258d;
    border-radius: 50px;
    padding: 7px;
    font-weight: 900;
    transition: background-color .4s , color .4s;
}
.has-no-touchevents .section_area .section-btn:hover {
    background-color: #3d258d;
    color: #fff;
}
.section_grid {
    border-top: 7px solid #3d258d;
    font-size: 0;
    margin-top: 55px;
}
.section_grid .col {
    display: inline-block;
    width:50%;
    color:  #3d258d;
}
.section_grid .col.col_1 {
    padding-right: 115px;
}
.section_grid.right .col.col_1 {
    padding-left: 115px;
    padding-right: 0;
}
.section_grid .section-img-ar {
    position: relative;
    display: block;
}
.section_grid .section-img-ar .sizer {
    padding-top: 71%;
}
.section_grid .col p:first-child {
    padding-top: 30px;
}
.section_grid .col p {
    font-size: 16px;
    line-height: 1.25;
    padding-top: 22px;
}
.section_grid .col li {
    padding: 20px 0 0 33px;
    font-size: 16px;
    list-style-type: none;
    position: relative;
}
.section_grid .col li:before {
    content: '';
    width:6px;
    height: 6px;
    background-color: #3d258d;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top:29px;
}

/*************************** text only ******************************/
.text_only {
    color:black;
}
.text_only p{
    letter-spacing: 1px;
    margin-top: 24px;
}
.text_only ul {
    margin: 8px 0;
}
.text_only li {
    list-style-type: none;
    margin-top: 8px;
    padding-left: 24px;
    position: relative;
}
.text_only li:before {
    content: '';
    height: 6px;
    width: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top:8px;
}
.text_only a {
    text-decoration: none;
    font-weight: 600;
}
.has-no-touchevents .text_only a:hover {
    color:#f9d002;
}
.text_onlytext {
    color: #3d258d;
}
.text_onlytext.c_editor ul li:before{
    background-color: #3d258d;
}
.text_onlytext.c_editor a:not(.btn):before{
    background-color: #3d258d;
}
.news_section{
    position: relative;
}
.news_section.fading{
    opacity: .3;
    pointer-events: none;
}
.news_load {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.news_grid {
    color: #3d258d;
}
.news_blocks {
    margin: 0 -30px;
}
.news_block {
    display: inline-block;
    width: 33.33%;
    padding: 0 30px;
    margin-top: 60px;
}
.news_image {
    display: block;
    position: relative;
    margin-top: 30px;
}
.news_image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(240,240,240,.2);
    opacity: 0;
    z-index: 1;
    transition: opacity .4s;
}
.has-no-touchevents .news_image:hover:before{
    opacity: 1;
}
.news_title {
    display: block;
    margin-top: 32px;
    letter-spacing: 0.005em;
    line-height: 1.3;
}
.post_title{
    font-size: 20px;
}
.has-no-touchevents .news_title:hover{
    color: #f9d002;
}
.news_sizer {
    padding-top: 58.60%;
}
.news_text {
    margin-top: 32px;
    line-height: 1.3;
}
.news_topdate {
    text-transform: uppercase;
}
.news_topdate * {
    display: inline-block;
    padding-right: 10px;
}
.news_categorylist {
    text-align: right;
    position: relative;
}
.news_categoryall {
    padding-right: 30px;
    position: relative;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3;
    display: none;
}
.has-no-touchevents .news_categoryall:hover{
    color: #f9d002;
}
.news_categoryall:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 3px;
    right: 3px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(225deg);
    transition: border-color .4s;
}
.has-no-touchevents .news_categoryall:hover:before {
    border-color: #f9d002;
}
.news_category {
    margin: 0 -33px;
}
.selected_item {
    display: inline-block;
    padding: 0 33px;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
}
.selected_item:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    transform: translateX(-50%);
    width: 8px;
    height: 2px;
    background: #3d258d;
}
.selected_item:nth-child(1):before {
    content: none;
}
.selected_item.active ,.has-no-touchevents .selected_item:hover{
    color: #f9d002;
}
.load_morediv{
    text-align: center;
    margin-top: 90px;
}
.load_morediv.hide {
    display: none;
}
.news_btn {
    border-color: #3d258d;
    text-align: center;
    position: relative;
}
.has-no-touchevents .news_btn:hover {
    background-color: #3d258d;
    color: #fff;
}
.news_date {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}
.no-pos {
    text-align: center;
    margin-top: 55px;
}
.pdf_download {
    color: #3d258d;
}
.pdf_list {
    border-top: 1px solid;
}
.pdf_section {
    max-width: 840px;
    margin: auto;
    padding: 60px 0;
}
.pdf_list:last-child .pdf_section {
    padding-bottom: 0;
}
.pdf_content {
    display: inline-block;
    width: 65%;
}
.pdf_file {
    display: inline-block;
    width: 35%;
    padding-left: 30px;
    text-align: right;
}
.pdf_text {
    max-width: 500px;
    line-height: 1.3;
    letter-spacing: 0.005em;
    text-transform: uppercase;
}
.pdf_highlight {
    font-weight: 900;
    display: inline-block;
    padding-right: 10px;
}
.pdf_btn {
    border-color: #3d258d;
    text-align: center;
    position: relative;
}
.has-no-touchevents .pdf_btn:hover {
    background-color: #3d258d;
    color: #fff;
}
.post_block_image {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.c_editor a.post_block_image:before {
    content: none;
}
.post_block_image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(240, 240, 240, .2);
    transition: opacity .4s;
}
.has-no-touchevents .post_block_image:hover:before{
    opacity: 1;
}
.post_sizer {
    padding-top: 56.25%;
}
.c_editor img.editor_video_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video_icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 1;
    transition: border-color .4s;
}
.video_icon:before {
    content: '';
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    margin-left: 3px;
    transition: border-left-color .4s;
}
.has-no-touchevents .play_video:hover .video_icon{
    border-color: #f9d002;
}
.has-no-touchevents .play_video:hover .video_icon:before {
    border-left-color: #f9d002;
}
.contact_form_section {
    background-color: #3d258d;
    text-align: center;
}
.section_title{
    font-size: 30px;
}
.contact_title{
    font-weight: 900;
    line-height: 1.3;
    padding-top: 80px;
}
.contact_text {
    padding-top: 25px;
}
.contact_shortcode {
    padding: 40px 0px 0;
}
.has-no-touchevents .contact_form_section .contact_btn:hover {
    background: #fff;
    border-color: transparent;
    color: #3d258d;
}