/* DEFAULT */
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body{
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
body,
section .elementor-widget-text-editor{
    font-family: 'Averta PE', sans-serif;
    color: rgb(0,46,67);
    font-weight: initial;
}
#beta-ribbon a {
    background: #FF585D;
    color: #fff;
    text-decoration: none;
    font-family: arial,sans-serif;
    text-align: center;
    font-weight: bold;
    padding: 5px 40px;
    font-size: 19px;
    line-height: 19px;
    position: relative;
    transition: 0.5s;
}
#beta-ribbon a::before,
#beta-ribbon a::after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    height: 1px;
    background: #fff;
}
@media screen and (min-width: 800px) {
    #beta-ribbon {
        position: fixed;
        display: block;
        top: 0;
        right: 0;
        width: 135px;
        overflow: hidden;
        height: 135px;
        z-index: 9999;
    }
    #beta-ribbon a {
        width: 250px;
        position: absolute;
        top: 40px;
        right: -120px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        box-shadow: 4px 4px 10px rgba(0,0,0,0.8);
    }  
}
.equal-height-content {
    height: 100%;
    display: flex;
}
h1{
	font-size: 33px !important;
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    color: rgb(0,46,67) !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: rgb(0,46,67);
}
h4{
    font-size: 23px;
    line-height: 28px;
    letter-spacing: .2px;
    margin-bottom: 36px;
}
a.button.button-primary{
	display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
    padding: 16px 20px;
    border-radius: 4px;
    border: none;
    background-color: #ff585d;
    color: white;
    text-decoration: none;
}
a.button:hover, button:hover {
    background-color: #f05459 !important;
    color: white !important;
    text-decoration: none;
}
p{
	font-size: 15px;
    line-height: 24px;
    color: rgb(0,46,67);
}
.float-left-image{
	float: left;
	max-width: 50% !important;
	width: 50% !important;
}
.float-content-right{
	float: right;
	max-width: 50% !important;
	width: 50% !important;
}
img.alignleft{
    float: left !important;
    padding: 0 30px 30px !important;
    max-width: 50% !important;
    width: calc(50% - 60px);
    margin-right: 0px;
    margin-bottom: 0px;
}
.d-block ,
.elementor-widget-wrap{
	display: block !important;
}
.v-align-flex-middle{
	align-items: center;
  	justify-content: center;	
}
.li-col-2 ul{
	-moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
    list-style-position: inside;
    text-align: left;
    display: block !important;
    padding-left: 140px !important;
}
.li-col-2 ul li{
	margin-bottom: 30px !important;
	display: block !important;
}
/* END OF DEFAULT */

/* HEADER */
header aside ul.menu li{
    display: inline-block;
    padding-bottom: 12px;
    margin-right: 30px;
}
header aside ul.menu li a{
    font-weight: 600;
    color: rgb(0,46,67);
    font-size: 16px;
    line-height: 1.42857143;
}
header aside ul.menu li a:hover,
header aside ul.menu li.current_page_item a{
    color: #ff585d;
}
header aside ul.menu li.current_page_item{
	border-bottom: 1px solid #ff585d;
}
header .inside-header{
    padding: 40px 90px;
}
#mobile_menu_wrapper,
#mobile_menu_wrapper_content{
    display: none;
}
/* END OF HEADER */

/* SECTION 1 */
#home_section_1 h1{
    font-family: 'Averta PE', sans-serif !important;
}
#home_section_1 p{
	font-size: 20px;
    line-height: 1.75;
    color: rgb(0,46,67);
}
/* END OF SECTION 1 */

/* SECTION 2 */
#home_section_2 p{
	font-size: 20px;
    line-height: 1.75;
    color: rgb(0,46,67);
}
/* END OF SECTION 2 */

/* SECTION 3 */
#home_section_3 h4,
.elementor-text-editor h4{
    font-size: 23px;
    line-height: 28px;
    letter-spacing: .2px;
    margin-bottom: 15px;
    font-weight: 700;
}
#home_section_3 p,
.elementor-text-editor p{
	font-size: 15px;
    line-height: 24px;
    color: rgb(0,46,67);
}
/* END OF SECTION 3 */

/* SECTION 4 */
#home_section_4 h4{
    font-size: 23px;
    line-height: 28px;
    letter-spacing: .2px;
    margin-bottom: 15px;
    font-weight: 700;	
}
#home_section_4 h5{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .9px;
    font-weight: 600;
    margin-bottom: 15px;
}
/* END OF SECTION 4 */

/* SECTION 6 */
#home_section_6 h4{
    font-size: 23px;
    line-height: 28px;
    letter-spacing: .2px;
    margin-bottom: 15px;
    font-weight: 700;	
}
#home_section_6_blocks .elementor-column{
	max-width: 30%;
}
#home_section_6_blocks .elementor-row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;	
}
/* END OF SECTION 6 */

/* SECTION 9 */
#home_section_9 .elementor-widget-image .elementor-image img{
	max-height: 40px;
	width: auto;
}
/* END OF SECTION 9 */

/* FOOTER */
footer.site-info{
	background-color: #fff;
	padding: 50px 100px;
}
footer.site-info .grid-container{
	max-width: 100%;
}
footer.site-info .grid-container .footer-bar{
	width: 100%;
    float: none;
    text-align: left;
}
footer.site-info .grid-container .footer-bar .widget{
	width: 16.6666666667%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0px;
}
footer.site-info .grid-container .footer-bar #media_image-2{
	margin-right: 16.6666666667%;
}
footer.site-info .grid-container .footer-bar h2.widget-title{
	font-size: 12px;
    line-height: 20px;
    letter-spacing: .9px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: rgb(87,104,125);
    display: block;
}
footer.site-info .grid-container .footer-bar .menu li{
	display: block;
	float: none;
	margin-left: 0px;
}
footer.site-info .grid-container .footer-bar .menu li a{
	font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: rgb(0,46,67);
}
footer.site-info .grid-container .footer-bar .menu li a:hover{
	text-decoration: underline;
}
.footer-promo {
    background-color: #ff585d;
    text-align: center;
    min-height: auto;
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
}

section.footer-promo .section-content {
    max-width: 100%;
    position: relative;
    z-index: 2;
    margin: 0px auto;
}

.footer-promo .section-title {
    font-size: 23px;
    line-height: 28px;
    letter-spacing: .2px;
    font-weight: 700;
    color: white;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-promo.join-us .section-title {
    margin-top: 15px;
    font-size: 29px;
    line-height: 36px;
    letter-spacing: 0;
}

.footer-promo h5 {
    color: white;
    margin-bottom: 0;
}

.footer-promo button {
    font-size: 14px;
    line-height: 14px;
    background-color: white;
    padding: 16px 32px;
    border: none;
    margin-top: 15px;
}

.hexagon {
    position: absolute;
    z-index: 1;
}

.hexagon-left {
    top: 25px;
    right: 15px;
}

.hexagon-right {
    display: none;
}

#email-subscribe {
    width: 90%;
    max-width: 327px;
    height: 46px;
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

#email-subscribe input {
    position: absolute;
    left: 0;
    top: 0;

    width: calc(100% - 46px);
    max-width: 281px;
    height: 46px;
    padding: 12px 12px 10px;
    border: none;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
}

#email-subscribe input::placeholder {
    color: rgb(155, 158, 167);
}

#email-subscribe input:focus {
    outline: 0;
}

#email-subscribe button {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-radius: 0;
    background-color: #5064ec;
}

#email-subscribe button:hover,
#email-subscribe button:focus,
#email-subscribe button:active {
    background-color: #4b5edb !important;
    outline: 0;
}

#subscribe-thankyou {
    display: none;
    color: white;
}

@media (min-width : 500px) {

    .hexagon-left {
        right: 100px;
    }

}
@media (min-width : 769px) {
    .hexagon-left {
        left: 100px;
    }
    .hexagon-right {
        display: block;
        top: -30px;
        right: 100px;
    }
}
#footer-widgets{
    padding: 0px;
}
#footer-widgets .grid-container{
    max-width: 100%;
}
#footer-widgets .grid-container .footer-widget-1,
#footer-widgets .grid-container .footer-widget-2{
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
}
/* END OF FOOTER */

/* CARDS */
.card {
    margin: 15px 12px;
    padding: 30px;
    background-color: white;
    box-shadow: rgba(57, 63, 81, 0.25) 0 1px 5px;
    border-radius: 4px;
    text-align: center;
}

.card-title {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.card-slider {
    margin-top: 30px;
    text-align: center;
}

.card-slider h5 {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .9px;
    font-weight: 600;
    margin-bottom: 15px;
}

.logo-card {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    padding: 15px;
    text-align: left;
}

.logo-card img {
    display: block;
    max-width: 60px !important;
    margin-bottom: 15px !important;
}

.logo-card img.below {
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.logo-card p {
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 0px !important;
    color: rgb(0,46,67);
    margin-top: -2.5px;
}
.logo-card strong{
	color: rgb(0,46,67);
	line-height: 1.42857143;
    font-size: 15px;
    font-weight: 600;
}

.card-link {
    display: block;
    margin-top: 20px;
    font-size: 13px;
}

.card-slider {
    position: relative;
    transform: translate3d(0,0,0);
    overflow: hidden;
    scroll-behavior: smooth;
    height: 450px;
}

.card-slider::after { 
    content: '';
    display:block;
    position:absolute;
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,0) 15%,rgba(255,255,255,0) 85%,#fff 100%);
    height: 450px; 
    width: 100%;
    pointer-events: none;
}
.card-slider:hover .card {
    opacity: .2;
    transition:opacity .25s ease-in-out;
}
.card-slider:hover .card:hover { 
    opacity: 1;
    transition:opacity .25s ease-in-out;
}
.card-slider .marquee.is-hover,
.card-slider .marquee:hover { 
    animation-play-state: paused;
}

@keyframes moveCards {
    100% {
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%)
    }
}
.marquee {
    position: absolute;
    top: 30px;
    left: 0;
    transform: translate3d(0,0,0);
    animation: moveCards 30s linear infinite;

    display: flex;
    align-items: center;
    /* overflow-x: auto; */
    width: calc(100%);
    height: 400px;
}
.marquee .card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.marquee .card:hover {
    animation-play-state: paused;
}
.marquee .card:nth-child(even) {
    margin-top: 150px;
}
.card-slider .card-holder {
    width: 1600px;
    width: 1400px;
    display: flex; 
    align-items: flex-start;
    justify-content: space-between;
}
@media (min-width : 500px) { 
    .card {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .logo-card {
        width: auto;
        margin: 15px 12px;
    }

}

@media (min-width : 769px) {
    .card-slider {
        padding: 0;
    }
    .card-holder {
        padding: 0;
        display: flex; 
        align-items: stretch;
        justify-content: space-between;
    }
    .card-slider .card-holder {
        margin-left: 0;
        /* flex-wrap: wrap; */
        flex-direction: row;
        justify-content: center;
    }
    .card {
        margin: 15px 12px;
        padding: 15px;
    }
}

@media (min-width : 1000px) {
    .card-holder {
        padding: 0 50px;
    }
}
/* END OF CARDS */

/* INNER PAGE */
.column-investors img{
	max-width: 80px !important;
}
.column-investors .elementor-element.elementor-widget-image{
	width: 32% !important;
	display: inline-block !important;
	vertical-align: top !important;
	text-align: center !important;
}

/* BLOG PAGE */
body.blog #page{
	background: #fff;
	width: 100%;
	max-width: 100%;
}
#news_template_page{
	padding: 60px 100px;
	max-width: 1400px;
    margin: 0px auto;
}
#news_template_page article.post{
	margin: 20px auto;
    max-width: 900px;
    box-shadow: rgb(208, 215, 218) 0 2px 6px;
    padding: 40px;
    width: 90%;
}
#news_template_page article.post h3{
	font-weight: 700;
    color: rgb(0,46,67);
    font-size: 29px;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
#news_template_page article.post a.read-more,
#news_template_page article.post .excerpt a{
	color: #ff585d;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
#news_template_page article.post .excerpt{
	font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}
#news_template_page article.post .byline{
	display: block;
	margin-bottom: 20px;
}
#news_template_page article.post .byline,
#news_template_page article.post .byline *{
	font-size: 15px;
    color: rgb(87,104,125);
}
#news_template_page article.post .byline span{
	display: inline-block;
}
#single_news_template{
	background: #fff;
	padding: 60px 100px;
	max-width: 1200px;
	margin: 0px auto;
}
#single_news_template h1{
	margin-bottom: 15px;
}
#single_news_template .byline{
	color: rgb(87,104,125);
	font-size: 15px;
}
#single_news_template .single-header{
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(87,104,125,.5);
}
#single_news_template .single-content{
	padding: 70px 50px;
}
#single_news_template .single-content p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
    color: rgb(0,46,67);
}
#single_news_template .single-content ul{
	margin-bottom: 10px;
	padding-left: 40px;
}
#single_news_template .single-content ul li{
	font-size: 15px;
    color: rgb(0,46,67);
}
.single a{
	color: rgb(80,100,236);
	font-weight: 600;
	text-decoration: none;
}
body.single.single-post{
	background: #fff;
}
@media (max-width: 990px){
    #home_section_6_blocks .elementor-column{
        max-width: 100%;
    }
    #home_section_9 .elementor-widget-image .elementor-image img{
        max-height: 80px;
    }
    footer.site-info{
        padding: 40px 50px;
    }
    #media_image-2{
        width: 100%;
        margin-right: 0px !important;
        text-align: left;
        margin-bottom: 20px;
    }
    footer.site-info .grid-container .footer-bar .widget{
        width: 50%;
        text-align: left;
        margin-bottom: 20px;
    }
    footer.site-info .grid-container .footer-bar .menu li{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #beta-ribbon{
        display: none;
    }
    header .inside-header{
        padding: 15px 50px;
        text-align: left;
        height: 30px;
    }
    header #menu-main-menu{
        display: none;
    }
    .header-widget{
        margin-bottom: 0px !important;
    }
    #mobile_menu_wrapper{
        display: inline-block;
        position: fixed;
        top: 17px;
        right: 50px;
        z-index: 99999;
    }
    #mobile_menu_wrapper img{
        width: 20px;
        margin-top: 3px;
        display: inline-block;
        vertical-align: top;
    }
    #mobile_menu_wrapper_content{
        display: none;
        background: rgb(250,252,255);
        border-top: 1px #e7e7e7 solid;
        width: 100%;
        height: 100vh;
        top: 60px;
        position: fixed;
        z-index: 9999;
    }
    #mobile_menu_wrapper_content ul{
        list-style: none;
        margin-bottom: 0px;
        margin-top: 30px;
        padding-bottom: 0px;
        margin-left: 0px;
    }
    #mobile_menu_wrapper_content ul li{
        padding: 15px 50px;
    }
    #mobile_menu_wrapper_content ul li a{
        color: rgb(57,63,81);
        font-size: 20px;
        font-weight: 600;
    }
    header{
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    img.shown{
        display: inline-block !important;
    }
    img.hidden{
        display: none !important;
    }
    .li-col-2 ul{
		-moz-columns: 2;
	    -webkit-columns: 2;
	    columns: 2;
	    padding-left: 0px !important;
	}
	#single_news_template{
		padding: 100px 30px;
	}
}

@media (max-width: 767px){
    header .inside-header,
    footer.site-info{
        padding-left: 20px;
        padding-right: 20px;
    }
    #mobile_menu_wrapper{
        right: 20px;
    }
    #mobile_menu_wrapper_content ul li{
        padding: 15px 20px;
    }
    img.alignleft{
	    float: none !important;
	    padding: 0px !important;
	    max-width: 90% !important;
	    width: 100% !important;
	    margin-right: auto;
	    margin-left: auto;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.footer-promo .section-title{
		font-size: 16px;
	}
	#news_template_page{
		padding-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#news_template_page article.post h3{
		font-size: 20px;
		line-height: 23px;
	}
	#news_template_page article.post{
		width: 85%;
	    max-width: 100%;
	    padding: 20px;
	}
	#single_news_template{
		padding: 100px 20px 30px;
	}
	#single_news_template .single-content{
		padding: 40px 20px;
	}
	#single_news_template .single-content ul{
		margin-left: 0px;
		padding-left: 20px;
	}
	
}