html, body{
    background-color: #ffffff;
}
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    color: #000;
}
.c{
    max-width: 1400px;
}
.row {
    font-size: 0;
    margin: 0 -20px;
}
.col{
    padding: 0 20px;
}
.header .row{
    margin: 0 -20px;
}
.header{
    background-color: #002637;
    padding: 15px 0;
	position: relative;
    z-index: 3;
}
.header .col{
    padding: 0 20px;
	vertical-align: middle;
}
.col_20{
    width: 20%;
}
.col_80{
    width: 80%;
}
.header .col_30{
    width: 30%;
}
.header .col_70{
    width: 70%;
    text-align: right;
}
.header .menu .button{
    margin-top: 30px;
    display: inline-block;
}
.header .our_accordion{
    padding: 20px 0;
    border-bottom: transparent;
    width: 25%;
}
.header .question_description{
    color: #FFF4E0;
}
.header .accordion .title_30{
    color: #fff4e0;
    font-weight: 500;
    display: inline-block;
}
.header .accordion .title_30:hover{
    text-decoration: underline #e9505a;
}
a.logo{
    display: inline-block;
}
.search_menu{
    padding: 20px 0;
    width: 100%;
    text-align: right;
}
.search:hover span:last-child{
    text-decoration: underline #e9505a;
}
.search_menu .logo a{
    display: inline-block;
}
.search_menu .logo span{
    display: inline-block;
    font-size: 15px;
    color: #F2F2F2;
    text-align: right;
    cursor: pointer;
}
.burger_menu{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.menu-terms-and-policy-menu-container{
    display: inline-block;
}
.mobile-menu .menu{
    display: block;
}
.mobile-menu .logo{
    display: none;
}
.mobile-menu{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #002634;
    right: 0;
    bottom: 0;
    transition: all .5s;
    z-index: 999;
    overflow: auto;
    visibility: hidden;
    transform: translateY(-100%);
}
.open_menu .mobile-menu{
    visibility: visible;
    transform: translateY(0);
}
.burger_menu_wrap{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
.menu .burger_menu_wrap{
    padding: 30px 0;
}
.burger_lines{
    font-size: 16px;
	color: #ffffff;
}
.mobile-menu .burger_lines{
    background-color: transparent;
}
.sub-menu{
    display: none;
}
.sub-menu .menu-item{
    margin-top: 10px;
}
.mobile-menu ul{
    list-style-type: none;
}
.mobile-menu .sub-menu a{
    color: #fff4e0;
    font-size: 15px;
	padding-top: 0px;
}
.mobile_header_menu{
    font-size: 40px;
    color: #fff4e0;
    font-weight: 400;
}
.mobile-menu .header{
    padding: 0;
}
.mobile-menu .mobile_sub_menu ul li{
    margin-top: 10px;
}
.mobile-menu .mobile_header{
    padding: 30px 0;
}
.mobile-menu{
    padding: 60px 0;
}
.header_content{
    display: inline-block;
    width: 100%;
    text-align: right;
}
.header_menu{
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.header_menu li{
    padding-left: 12px;
    vertical-align: middle;
}
.search i{
    font-size: 13px;
    padding-right: 5px;
    vertical-align: middle;
}
.header .header_menu ul{
    list-style: none;
    display: inline-block;
    color: #0C1242;
}
.search span{
    font-size: 15px;
    color: #F2F2F2;
    vertical-align: middle;
    display: inline-block;
}
.header_menu ul li{
    display: inline-block;
    font-size: 16px;
    color: #F2F2F2;
}
.header_menu ul li:last-child {
/*     font-size: 13px; */
    color: #002637;
    font-weight: bold;
    position:relative;
    cursor: pointer;
}
.header_menu ul li:last-child a {
/*     padding: 10px 20px 10px 20px; */
    display: inline-block;
/*     background-color: #e9505a; */
	transition: all .3s ease
}
.header_menu ul li:last-child:hover a {
     background-color: rgb(198 76 84);
}
.footer{
    background-color: #002637;
	position: relative;
    z-index: 2;
}
.footer_main .row{
    font-size: 0;
    margin: 0 -20px;
}
.footer_main .col{
    padding: 0 20px;
}
.title_40{
    font-size: 40px;
    color: #fff4e0;
    font-weight: 500;
    line-height: 1.25;
	font-family: 'Filson Pro';
	letter-spacing: -1.1712px;
}
.title_48{
    font-size: 48px;
    color: #002637;
    font-weight: 600;
    line-height: 1.25;
}
.description p{
    margin-top: 15px;
}
.description p:first-child{
    margin-top: 0;
}
.enquire_membership .description a{
    font-weight: 500;
    text-decoration: underline;
	color: #002637;
}
.enquire_membership .description a:hover{
    text-decoration: none;
}
.footer_content .description a{
    color: #e9505a;
    display: inline-block;
}
.footer_content .description a:hover{
    text-decoration: underline;
}
.email_form .email span{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    vertical-align: middle;
}
.email{
    margin-bottom: 5px;
}
.email_form .email span.star{
    color: #e9505a;
    font-size: 12px;
}
.email_form .input{
    margin-top: 8px;
}
input.gmail{
    width: 100%;
    padding: 15px;
    border-radius: 3px;
}
.email_form .description{
    margin-top: 24px;
    font-size: 14px;
    color: #d9d9d9;
    opacity: 0.6;
}
.email_form .privacy_policy{
    font-size: 14px;
    color: #d9d9d9;
    margin-top: 8px;
    opacity: 0.6;
}
.email_form p a{
    display: inline-block;
    color: #e9505a;
}
.email_form .privacy_policy a:hover{
    text-decoration: underline;
}
.email_form .checkbox a{
    border: 8px solid #ffffff;
    border-radius: 2px;
    margin-top: 4px;
    display: inline-block;
}
.email_form .checkbox span{
    font-size: 16px;
    margin-left: 20px;
    color: #ffffff;
}
.checkbox{
    margin-top: 8px;
}
.email_form .checkbox span.star{
    color: #e9505a;
    font-size: 12px;
    margin-left: 0px;
}
.email_form .submit{
    margin-top: 16px;
}
.email_form .submit a{
    font-size: 16px;
    padding: 12px 24px 12px 24px;
    color: #002637;
    font-weight: 600;
    background-color: #fff4e0;
    display: inline-block;
}
.footer .footer_top{
    padding-top: 30px;
    border-top: 1px solid #ffffff;
    margin-top: 50px;
}
.content_menu .row{
    margin: 0 -10px;
}
.content_menu .col {
    vertical-align: top;
    padding: 0 10px;
}
.footer_top .footer_main col{
    padding: 0 20px;
}
.col_40{
    width: 40%;
}
.col_60{
    width: 60%;
}
.footer_main .description{
    max-width: 300px;
    margin-top: 30px;
}
.description{
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
    max-width: 600px;
}
.col_5{
    width: 20%;
}
.content_menu .menu h3{
    font-size: 14px;
    color: #ffffff;
}
.content_menu li a{
    display: inline-block;
    font-size: 13px;
    color: #e9505a;
    margin-top: 10px;
	padding-top: 0px;
}
.content_menu .menu ul li a:hover{
    text-decoration: underline;
}
.footer_bottom .row{
    padding: 45px 0 30px;
    margin: 0 -10px;
}
.footer_top .footer_bottom col{
    padding: 0 20px;
}
.col_30{
    width: 30%;
}
.col_70{
    width: 70%;
}
.footer_bottom h3{
    font-size: 13px;
    color: #ffffff;
    display: inline-block;
}
.footer_bottom ul {
    display: inline-block;
}
.footer_bottom li a {
    font-size: 13px;
    color: #e9505a;
    display: inline-block;
    margin-left: 25px;
	padding-top: 0px;
}
.footer_bottom .year ul li a:hover{
    text-decoration: underline;
}
.footer_bottom .year{
    text-align: right;
}
.footer_bottom .year ul li{
    display: inline-block;
}
.social_media .news_icon{
    font-size: 20px;
    padding: 5px;
    background-color: #ffffff;
    line-height: 1;
    display: inline-block;
    margin-left: 20px;
}
.social_media a.news_icon:first-child{
    margin-left: 0;
}
.social_media a.news_icon:hover{
    background-color: #e9505a;
}
.footer_bottom .news_icons:hover{
    background-color: #e9505a;
}
.check_box{
    position: relative;
}
.check_box .first{
    margin: 10px 0px 0px 40px;
    font-size: 15px;
}
.check_box .first .wpcf7-list-item-label{
    color: #ffffff;
    font-weight: 500;
}
.check_box .last{
    margin-left: -5px;
    margin-top: 10px;
    font-size: 15px;
    color: #e9505a;
}
.check_box .first .wpcf7-list-item-label:before{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    left: 0;
    top: 13px;
    border-radius: 2px;
    cursor: pointer;
    content: "";
}
.check_box .first input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    position: absolute;
    left: 6px;
    top: 14px;
    width: 3px;
    height: 9px;
    border: solid #3F4AD5;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: "";
}
.wpcf7-not-valid-tip{
    color: #e9505a;
    font-size: 15px;
    margin-top: 5px;
}
.wpcf7-response-output {
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.banner {
    padding-top: 30px;
    background-color: #002637;
}
.banner .row{
    margin: 0 -20px;
}
.banner .col{
    padding: 0 20px;
}
.banner_content {
    padding: 160px 0;
    position: relative;
}
.title_62{
    font-size: 62px;
    color: #fff4e0;
    font-weight: 500;
    line-height: 1;
	font-family: 'Filson Pro';
    letter-spacing: -1.8336px;
}
.title_50 span,
.title_62 span {
    color: #e9505a;
}
.energy .description{
    margin-top: 30px;
    max-width: 515px;
    line-height: 1.5;
}
.energy .button{
    margin-top: 30px;
}
.btn{
    font-size: 16px;
    padding: 12px 24px 12px 24px;
    background-color: #e9505a;
    color: #002637;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.btn:after{
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    inset: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.15s ease;
}
.btn:hover:after {
    opacity: 1;
}
.btn_trans{
    font-size: 16px;
    color: #e9505a;
    padding: 10px 24px 10px 24px;
    border: 2px solid #e9505a;
    margin-left: 20px;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.btn_trans:after{
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    inset: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.15s ease;
}
.btn_trans:hover:after{
    opacity: 1;
}
.banner .button .btn:last-child {
    font-size: 16px;
    color: #e9505a;
    padding: 10px 24px 10px 24px;
    border: 2px solid #e9505a;
    margin-left: 20px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    background-color: transparent;
}
.leadership_color .button a.btn{
    color: #fff4e0 !important;
    background-color: #e9505a !important;
    border: none !important;
}
.banner .margin .btn:last-child{
    margin-left: 0;
}
.banner .button .btn:last-child:after{
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    inset: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.15s ease;
}
.banner .button .btn:last-child:hover:after{
    opacity: 1;
}
.banner_image {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.banner_image .image{
    height: 100%;
}
.section_padding {
    padding: 65px 0;
}
.footer_bottom .col {
    vertical-align: middle;
    padding: 0 10px;
}
.latest_news{
    background-color: #002637;
}
.latest_news .news{
    border-top: 1px solid #ffffff;
}
.news h3.title{
    margin-top: 15px;
}
.latest_news .row{
    margin: 0 -10px;
}
.latest_news .col{
    padding: 0 10px;
}
.news_grid{
    display: inline-block;
    margin-top: 30px;
}
.small_title{
    color: rgb(255 244 224 / 60%);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.8px;
}
.news .small_title{
    margin-top: 15px;
}
.news_title{
    font-size: 20px;
    color: #fff4e0;
    font-weight: 600;
    line-height: 1.2;
}
.news_grid:hover h3{
    text-decoration: underline;
}
.small_title1{
    font-size: 16px;
    color: #e9505a;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.description1{
    font-size: 16px;
    color: #ffffff;
    margin-top: 30px;
    max-width: 600px;
    line-height: 1.5;
}
.power_lists .description1{
    margin-top: 0;
}
.date{
    display: inline-block;
    color: rgb(255 244 224 / 60%);
    font-weight: 600;
    font-size: 13px;
    margin-top: 15px;
	text-transform: uppercase;
    letter-spacing: 0.64px;
}
.image_with_content{
    background-color: #e9505a;
    position: relative;
}
.image_with_content .row{
    margin: 0 -20px;
}
.image_with_content .col{
    padding: 0 20px;
}
.image_with_content .description{
    margin-top: 30px;
    line-height: 1.6;
}
.image_with_content .white_button{
    margin-top: 30px;
}
.white_button a.btn{
    color: #e9505a;
    font-size: 16px;
    padding: 12px 24px 12px 24px;
    background-color: #fff4e0;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.content_image .image{
    padding-top: 67%;
}
.big_picture .title_40{
    color: #002637;
    letter-spacing: -1.17px;
}
.card_section .row{
    margin: 0 -20px;
}
.card_section .col{
    padding: 0 20px;
    margin-top: 40px;
}
.col_3{
    width: 33.33%;
}
.title_30{
    font-size: 30px;
    color: #002637;
    font-weight: 500;
    line-height: 1.3;
	font-family: 'Filson Pro';
    letter-spacing: -0.936px;
}
.card_section .card{
    padding: 30px;
    display: inline-block;
    background-color: #e6e9eb;
}
.card .description{
    color: #002637;
}
.news_link{
    display: inline-block;
    padding-top: 25px;
}
.news_link span{
    font-size: 16px;
    color: #e9505a;
    display: inline-block;
    line-height: 1;
    transition: all .5s;
    text-decoration: underline;
}
.news_link span{
    border-color: #e9505a;
}
.news_link:hover span{
    text-decoration: none;
}
.news_link .arrow{
    padding-left: 10px;
    border-bottom: none;
    transform: translateX(0);
}
.news_link:hover .arrow{
    transform: translateX(5px);
}
.latest_insight .row{
    margin: 0 -5px;
}
.latest_insight .col{
    padding: 0 5px;
    margin-top: 30px;
}
.latest_insight .title_40{
    color: #002637;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -1.17px;
}
.insight_grid .image{
    padding-top: 68%;
    position: relative;
    background-color: #002637;
    overflow: hidden;
}
.insight_grid .bg_full{
    transform: scale(1);
    transition: all .5s;
}
.insight_grid:hover .bg_full{
    transform: scale(1.1);
}
.insight_grid .description{
    max-width: 710px;
}
.insight_grid:hover .news_title{
    text-decoration: underline;
}
.insight_grid .image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 38 55 / 70%);
}
.image_content .image{
    padding-top: 52%;
}
.image_content{
    margin-top: 10px;
    position: relative;
}
.image_content .insight_details{
    bottom: 20px;
    width: 100%;
}
.latest_insight .news_title{
    margin-top: 5px;
}
.image_content:first-child{
    margin-top: 0;
}
.insight_details .small_title{
    color: #e9505a;
}
.insight_grid{
    position: relative;
}
.insight_details{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    display: inline-block;
    z-index: 1;
}
.our_clients{
    border-top: 1px solid #ccd3d7;
}
.our_clients .title_40{
    color: #002637;
    font-weight: 500;
    letter-spacing: -1.17px;
}
.our_clients .row{
    margin: 0 -20px;
}
.our_clients .col{
    padding: 0 20px;
    margin-top: 60px;
}
.col_6{
    width: 16.66%;
}
.sector_logo{
    display: inline-block;
}
.sector_logo img{
    filter: grayscale(100%);
    transition: all .5s;
}
.sector_logo:hover img{
    filter: grayscale(0);
}
.testimonial{
    border-top: 1px solid #ccd3d7;
    position: relative;
}
.testimonial_content{
    position: relative;
}
.testimonial_content .description{
    color: #002637;
    font-size: 25px;
    font-weight: 400;
    margin-top: 0;
    max-width: none;
}
.author{
    margin-top: 15px;
}
.testi:after{
    content: '"';
    font-size: 160px;
    font-style: italic;
    position: absolute;
    top: 10%;
    left: 30px;
    cursor: pointer;
    line-height: 1.3;
}
.author_name{
    font-size: 15px;
    color: #002637;
}
.author_designation{
    font-size: 15px;
    color: #002637;
}
.swiper-button-prev{ 
    height: 50px !important;
    width: 50px !important;
    left: 30px !important;
}
.swiper-button-prev:after{
    font-size: 35px !important;
    font-weight: bold;
    color: #FFFFFF;
}
.swiper-button-next{
    height: 50px !important;
    width: 50px !important;
    right: 30px !important;
}
.swiper-button-next:after{
    font-size: 35px !important;
    font-weight: bold;
    color: #FFFFFF;
}
.swiper-pagination{
    width: 100%;
    bottom: 20px;
    left: 0 
}
.swiper-pagination-bullet:first-child{
    margin-left: 0;
}
.swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
    background-color: #FFFFFF !important;
    margin-left: 5px;
    cursor: pointer;
}
.title_50{
    font-size: 50px;
    font-weight: 500;
    color: #fff4e0;
    line-height: 1.2;
    letter-spacing: -1.46px;
	font-family: 'Filson Pro';
}
.why_join .title_40{
    color: #002637;
    font-weight: 500;
    letter-spacing: -1.17px;
}
.why_join .description{
    color: #333;
    margin-top: 30px;
}
.member_ship{
    position: relative;
    padding: 105px 0;
}
.member_ship .image{
    background-color: #002637;
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.member_ship .image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 38 55 / 60%);
}
.member_ship .c{
    position: relative;
}
.member_ship .small_title{
    color: #e9505a;
}
.member_ship .description{
    max-width: 560px;
}
.member_ship .button{
    margin-top: 30px;
    display: inline-block;
}
.member_ship .title_40{
    max-width: 465px;
}
.intelligence{
    background-color: #e9505a;
    padding: 105px 0;
}
.intelligence .small_title{
    color: #002637;
    display: inline-block;
}
.block_button{
    margin-top: 30px;
    display: inline-block;
}
.block_button .btn{
    color: #e9505a;
    background-color: #002637;
}
.briefing .title_40{
    max-width: 620px;
}
.why_join .row{
    margin: 0 -20px;
    padding-top: 50px;
}
.why_join .col{
    padding: 0 20px;
}
.why_join .image{
    padding-top: 90%;
}
.title_25{
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.74px;
	font-family: 'Filson Pro';
}
.join_image{
    margin-top: 15px;
}
.join_image .description{
    margin-top: 15px;
    max-width: 275px;
}
.tamarindo_member{
    padding: 30px;
    background-color: #002637;
    letter-spacing: -1.17px;
}
.member_benefits .title_30{
    color: #fff4e0;
    margin-top: 30px;
}
.member_benefits .row{
    margin: 0 -20px;
}
.member_benefits .col{
    padding: 0 40px;
}
.member_benefits ul li{
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.1px;
    margin-top: 15px;
    position: relative;
}
.member_benefits ul.no-bullets{
    list-style-type: none;
}
.member_benefits ul li::after{
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #e9505a;
    left: -20px;
    top: 8px;
}   
.member_benefits .description{
    letter-spacing: -0.1px;
    max-width: 680px;
}
.member_benefits .button{
    margin-top: 30px;
}
.member_benefits .btn{
    letter-spacing: -0.1px;
}
.exclusive_events .title_40{
    color: #002637;
    letter-spacing: -1.17px;
}
.exclusive_events .description{
    color: #333;
    margin-top: 30px;
}
.exclusive_events .row{
    margin: 0 -15px;
    padding: 50px 0; 
}
.exclusive_events .col{
    padding: 0 15px;
}
.exclusive_events .image{
    padding-top: 42%;
}
.exclusive_content .description p:first-child{
    margin-top: 0;
}
.exclusive_content{
    margin-top: 15px;
}
.exclusive_content .description{
    margin-top: 15px;
	max-width:524px;
}
.our_members{
    border-top: 1px solid #ccd3d7;
}
.our_members .row{
    margin: 0 -15px;
}
.our_members .col{
    padding: 0 15px;
    margin-top: 30px;
}
.members .col{
    margin-top: 0;
    vertical-align: middle;
}
.our_members .title_40{
    color: #002637;
    letter-spacing: -1.17px;
}
.our_members .news_link{
    padding-top: 0;
}
.our_members .our_link{
    text-align: right;
}
.our_members .description{
    color: #333;
}
.our_members .image{
    padding-top: 55%;
}
.our_members .news_grid{
    margin-top: 15px;
}
.our_members .news_title{
    color: #002637;
    letter-spacing: -0.6px;
	font-family: 'Filson Pro';
}
.our_members .news_title:hover{
    color: #002637;
}
.testi{
    padding: 70px 80px 70px 100px;
    background-color: #e6e9eb;
    position: relative;
	max-width: 1260px;
	min-height: 400px;
}
.testi .testimonial_content:after{
    top: 13%;
}
.monial{
    border-top: none;
}
.download_membership{
    background-color: #002637;
}
.download_membership .row{
    margin: 0 -20px;
}
.download_membership .col{
    padding: 0 20px;
}
.download_membership .title_40{
    letter-spacing: -1.17px;
}
.download_membership .email span{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    vertical-align: middle;
}
.download_membership .email span.star{
    color: #e9505a;
    font-size: 12px;
}
.download_membership .email{
    margin-top: 30px;
}
.download_membership .description{
    margin-top: 25px;
    font-size: 14px;
    color: #d9d9d9;
    opacity: 0.6;
}
.download_membership .description a{
    color: #e9505a;
    text-decoration: underline;
}
.download_membership .submit{
    margin-top: 20px;
}
.download_membership .submit a{
    font-size: 16px;
    padding: 12px 24px 12px 24px;
    color: #002637;
    font-weight: 600;
    background-color: #fff4e0;
    display: inline-block;
}
.download_membership .input .gmail{
    font-size: 15px;
    font-weight: 500;
    color:#333;
}
.form_group{
    margin-top: 30px;
}
.form_group .label_title span{
    color: #e9505a;
}
.label_title{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}
.form_group_button{
    margin-top: 30px;
    position: relative;
}
span.wpcf7-spinner {
    position: absolute;
    left: 15px;
    top: 7px;
}
.form_button{
    font-size: 16px;
    padding: 12px 24px 12px 24px;
    color: #002637;
    font-weight: 600;
    background-color: #fff4e0;
    display: inline-block;
    cursor: pointer;
}
.form_control{
    width: 100%;
    background-color: #ffffff !important;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
.form_group p{
    font-size: 14px;
    color: #d9d9d9;
    margin-top: 10px;
}
.form_group h3{
    font-size: 16px;
    color: #ffffff;
    margin: 10px 0 15px 30px;
}
.form_group a{
    color: #e9505a;
    text-decoration: underline;
}
.form_group a.link{
    text-decoration: none;
}
.form_group a.link:hover{
    text-decoration: underline;
}
.inp_wrap{
    margin-top: 5px;
}
.enquire_membership{
    background-color: #e9505a;
}
.enquire_membership .title_40{
    letter-spacing: -1.17px;
}
.enquire_membership .description{
    font-size: 16px;
}
.enquire_membership .news_grid{
    font-size: 16px;
    color: #002637;
    text-decoration: underline;
    display: inline-block;
    font-weight: 600;
}
.enquire_membership .news_grid:hover{
    color: #002637;
    text-decoration: none;
}
.enquire_membership .news_grid{
    margin-top: 0px;
}
.enquire_membership .white_button{
    margin-top: 30px;
}
.smalltitle1{
    font-size: 15px;
    color: #e9505a;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.connect_leaders{
    background-color: #e9505a;
}
.connect_leaders .row{
    margin: 0 -20px;
}
.connect_leaders .col{
    padding: 0 20px;
}
.col_65{
    width: 65%;
}
.col_35{
    width: 35%;
}
.connect_leaders .title_40{
    max-width: 450px;
    letter-spacing: -1.17px;
}
.connect_leaders .title_60{
    font-size: 60px;
    color: #e9505a;
    font-weight: 500;
    letter-spacing: -1.8px;
	font-family:"Filson Pro";
}
.connect_leaders .percentage{
    padding: 30px;
    background-color: #fff4e0;
    margin-top: 20px;
}
.connect_leaders .percentage:first-child{
    margin-top: 0;
}
.percentage .description{
    color: #333;
    margin-top: 0;
    max-width: 300px;
}
.exclusive_events .Opportunities{
    padding: 30px;
    background-color: #e6e9eb;
    margin-top: 30px;
}
.exclusive_events .small_title1{
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
}
.Opportunities .news_link{
    padding-top: 30px;
}
.events .row{
    padding: 0;
}
.past_events .image{
    padding-top: 34%;
}
.past_events .date{
    font-weight: 500;
    color: #808d93;
}
.past_events .country{
    font-size: 15px;
    color: #808d93;
    font-weight: 600;
    margin-top: 10px;
}
.tab_link{
    font-weight: 400;
    margin-left: 30px;
}
.tab_row{
    display: none;
}
.tab_row.active{
    display: block;
}
.tab_link:first-child{
    margin-left: 0;
}
.tab_link.active{
    color: #e9505a;
    text-decoration: underline;
}
.past_events .block{
    color: #222;
}
.past_image{
    margin-top: 95px;
}
.past_image:last-child{
    margin-top: 20px;
}
.upcoming_event .white{
    color: #222;
    text-decoration: none;
}
.upcoming_event .pink{
    margin-left: 30px;
    text-decoration: underline;
    color: #e9505a;
    font-weight: 400;
}
.upcoming_event .image{
    padding-top: 64%;
}
.upcoming_event .row{
    margin: 0 -15px;
}
.boardrooms .row{
    padding-top: 95px;
}
.upcoming_event .col{
    padding: 0 15px;
}
.upcoming_event .smalltitle1{
    letter-spacing: 0.64px;
}
.title_20{
    font-size: 20px;
    font-weight: 600;
    color: #002637;
    letter-spacing: -0.6px;
    line-height: 1.25;
    display: inline-block;
	font-family: 'Filson Pro';
}
.title_20:hover{
    text-decoration: underline;
}
.upcoming_event .date{
    font-weight: 500;
    color: #808d93;
    margin-top: 10px;
    display: block;
}
.upcoming_content{
    margin-top: 15px;
}
.upcoming_event .description{
    color: #333;
}
.upcoming_event .country{
    font-size: 15px;
    color: #808d93;
    font-weight: 400;
    margin-top: 10px;
}
.leadership_counclis .btn{
    color: #ffffff;
}
.problem_solve{
    background-color: #ffffff;
}
.problem_solve .image{
    padding-top: 57%;
}
.problem_solve .title_40{
    color: #002637;
    font-weight: 500;
    letter-spacing: -1.17px;
}
.problem_solve .description{
    color: #333;
    margin-top: 15px;
    max-width: 580px;
}
.deliver_business{
    border-top: 1px solid #ccd3d7;
}
.deliver_business .description p{
    display: inline;
}
.deliver_business .card{
    background-color: #fff4e0;
    padding: 30px 30px 40px 30px;
}
.deliver_business .description a{
    color: #e9505a;
    text-decoration: underline;
}
.deliver_business .description a:hover{
    text-decoration: none;
}
.what_best{
    border-top: 1px solid #ccd3d7;
}
.what_best .row{
    margin: 0 -20px;
}
.what_best .col{
    padding: 0 50px;
    margin-top: 30px;
}
.what_best .title_40{
    color: #002637;
    letter-spacing: -1.17px;
}
.what_best ul.no-bullets{
    list-style-type: none;
    columns: 2;
    margin-top: 30px;
}
.what_best ul li{
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    position: relative;
    padding-left: 20px;
}
.what_best ul li:first-child{
    margin-top: 0;
}
.what_best ul li::after{
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #e9505a;
    left: 0;
    top: 8px;
}
.image_best_content .col{
    vertical-align: middle;
}
.image_best_content .image{
    padding-top: 64%;
	z-index: 1;
}
.image_best_content .description{
    font-size: 30px;
    color: #002637;
    font-weight: 500;
    letter-spacing: -0.93px;
    margin: 0px;
    max-width: 475px;
	font-family: 'Filson Pro';
}
.image_best_content .description p:first-child{
    margin-top: 0;
}
.image_best_content .best_content{
    padding-left: 90px;
    position: relative;
}
.best_content:after{
    content: '"';
    font-size: 160px;
    font-style: italic;
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 1;
}
.image_best_content .country{
    font-size: 16px;
    color: #808d93;
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: 0.8px;
}
.tab_letter{
    background-color: #002637;
}
.tab_letter .tab_content{
    padding: 30px;
    background-color: #fff4e0;
}
.tab_letter .title_30{
    letter-spacing: -1.17px;
}
.tab_letter .tab_content .title_30{
    color: #002637;
}
.tab_letter .description{
    font-size: 20px;
    color: #ffffff;
    max-width: 500px;
    font-weight: 500;
}
.tab_letter .best_content{
    padding-left: 90px;
    margin-top: 30px;
    position: relative;
}
.tab_letter .best_content:after{
    color: #ffffff;
}
.tab_letter .country{
    font-size: 15px;
    color: #fff4e0;
    padding-left: 160px;
    margin-top: 20px;
    font-weight: 600;
}
.tab_letter .tab_content .title_15{
    color: #999;
    font-weight: 600;
    max-width: 580px;
    margin-top: 20px;
}
.tab_letter .color{
    font-size: 15px;
    color: #e9505a;
    text-decoration: underline;
    margin-top: 10px;
    font-weight: 600;
    display: inline-block;
}
.tab_letter .color:hover{
    text-decoration: none;
}
.leadership_councils .title_40{
    color: #002637;
    letter-spacing: -1.17px;
}
.leadership_councils{
    border-top: 1px solid #ccd3d7;
}
.leadership_councils .col{
    background-color: #fff4e0;
}
.leadership_councils .row{
    margin: 0;
    margin-top: 30px;
}
.leadership_councils .col{
    padding: 0px;
}
.leadership_councils .col:nth-child(2){
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
}
.councils .row{
    transform: translateY(0);
    transition: all .5s;
    position: relative;
}
.councils:hover .row{
    transform: translateY(-5px);
}
.councils:hover .title_25{
    text-decoration: underline #e9505a;
}
.councils:hover .arrow{
    transform: translateX(5px);
}
.leadership_councils .image{
    padding-top: 63%;
    height: 100%;
}
.leadership_councils .title_25{
    margin-top: 5px;
}
.leadership_councils .description{
    color: #333;
	margin-top:30px;
}
.leadership_councils .link_news{
    padding-left: 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
}
.leadership_councils_content{
    padding: 10px 20px 20px 30px;
    height: 100%;
}
.leadership_councils .current{
    padding-bottom: 70px;
    position: relative;
    cursor: pointer;
}
a.leadership_events {
    display: inline-block;
}
.leadership_events.section_card {
    margin-top: 0;
}
.leadership_events .title_20{
    margin-top: 5px;
    max-width: 350px;
}
.leadership_events .date{
    display: block;
    color: #999;
    font-weight: 500;
}
.leadership_events .country{
    color: #999;
    font-weight: 400;
    margin-top: 10px;
}
.leadership_events .news_link{
    padding-top: 20px;
}
.link_news span{
    font-size: 16px;
    color: #e9505a;
    display: inline-block;
    line-height: 1;
    transition: all .5s;
    border-bottom: 1px solid transparent;
}
.link_news .arrow{
    padding-left: 5px;
}
.link_news:hover .arrow{
    transform: translateX(5px);
}
.leadership_events .link_news{
    margin-top: 20px;
    display: inline-block;
}
.ship_events{
    display: inline-block;
    padding: 15px;
    border: 1px solid #ccd3d7;
    margin-top: 30px;
    transform: translateY(0);
    transition: all .5s;
}
.our_members .ship_events{
    margin-right: 30px;
}
.leadership_events:hover .ship_events{
    transform: translateY(-5px);
}
.leadership_events:hover .title_20{
    text-decoration: underline #e9505a;
}
.leadership_events:hover .arrow{
    transform: translateX(5px);
}
.get_in_touch{
    background-color: #e9505a;
}
.get_in_touch .description a{
    color: #002637;
    text-decoration: underline;
}
.get_in_touch .description a:hover{
    text-decoration: none;
}
.get_in_touch .form_group .label_title span {
    color: #002637;
}
.get_in_touch .form_group p a{
    color:#002637;
}
.get_in_touch .form_button{
    color: #e9505a;
}
.get_in_touch .wpcf7-not-valid-tip{
    color:#002637;
}
.get_in_touch .title_30{
    color: #fff4e0;
}
.form_box{
    width: 100%;
    background-color: #ffffff !important;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    resize: vertical;
    height: 95px;
    font-family: sans-serif;
}
.insight{
    background-color: #002637;
}
.insight .col{
    margin-top: 0;
}
.insight_row{
    margin-top: 50px;
}
.insight .description{
    max-width: 660px;
}
.reports{
    border-top: 0;
}
.reports .row{
    padding-top: 30px;
}
.reports .row:first-child{
    padding-top: 0;
}
.reports .image{
    position: relative;
    padding-top: 66%;
}
.reports .image img{
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    z-index: 1;
    padding: 15px 0;
    transform: translateX(-50%);
}
.reports .image:after{
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 38 55 / 70%);
}
.reports .smalltitle1{
    letter-spacing: 0.64px;
    margin-top: 10px;
	font-size: 13px;
}
.reports .date{
    color: #999;
    display: block;
    font-weight: 500;
}
.reports .col{
    vertical-align: top;
}
.reports .members.section_padding{
    border-top: 1px solid #ccd3d7;
}
.analysis .image:after{
    background-color: transparent;
}
.videos .image{
    padding-top: 56%;
}
.videos .title_20.first{
    padding-top: 4px;
}
.videos .row{
    padding-top: 70px;
}
.blog{
    background-color: #ffffff;
}
.article{
    background-color: #ffffff;
    padding: 0 0 65px 0;
}
.article .row{
    padding-top: 0;
}
.article .title_20{
    margin-top: 15px;
}
.blog .title_50{
    color: #002637;
}
.blog .description{
    color: #333;
}
.blog .insight_grid .description{
    color: #ffffff;
}
.article .title_15{
    color: #e9505a;
    text-align: right;
}
.insight_analysis{
    background-color: #ffffff;
}
.insight_analysis .insight_row{
    margin-top: 0;
}
.insight_analysis .title_50{
    color: #002637;
    font-weight: 500;
}
.insight_analysis .description1{
    color: #333;
}
.insight_analysis .row{
    padding-top: 50px;
}
.insight_analysis .row:first-child{
    padding-top: 0;
}
.article h5.title_15{
    color: #333;
    font-size: 15px;
    font-weight: 300;
}
.brief{
    padding: 50px 0;
    background-color: #fff4e0;
}
.brief .title_50{
    color: #002637;
    font-weight: 500;
}
.brief .description{
    color: #333;
}
.intelligence_brief{
    background-color: #fff4e0;
}
.intelligence_brief .title_30{
    letter-spacing: -0.93px;
}
.intelligence_brief .title_30:hover{
    text-decoration: underline;
}
.intelligence_brief .image{
    padding-top: 67%;
}
.intelligence_brief .description{
    color: #333;
}
.intelligence_brief .button{
    margin-top: 30px;
}
.intelligence_brief .btn{
    color: #fff4e0;
    margin-left: 20px;
}
.intell{
    border-bottom: 1px solid #ccd3d7;
    padding: 50px 0;
}
.intell:first-child{
    padding-top: 0;
}
.power_lists .title_50{
    color:#002637;
}
.power_lists .description1{
    color: #333;
}
.power_lists .image{
    padding-top: 34%;
    position: relative;
}
.power_lists .row{
    padding: 50px 0;
    display: flex;
    height: 100%;
    align-items: flex-end;
}
.power_lists .insight_details{
    bottom: 0;
    height: 100%;
}
.power_lists .row:last-child{
    padding: 0;
}
.power_lists .col{
    margin-top: 0;
}
.power_lists .image img{
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    padding: 50px;
    transform: translateX(80%);
}
.power_lists .description{
    padding: 0 0 30px 0;
}
.reports .title_15{
    text-align: right;
    font-weight: 300;
	margin-top:0;
}
.report_content .description p iframe{
	width: 100%;
    height: 470px;
}
.lists .col{
    margin-top: 30px;
}
.lists .row{
    padding-top: 0;
}
.videos{
    padding-top: 65px;
}
.videos .description1{
    text-align: right;
    max-width: 660px;
}
.videos .row{
    padding: 0 0 50px 0;
}
.video_collections{
    padding: 0 0 65px 0;
}
.video_section{
    padding: 50px 0;
    border-bottom: 1px solid #ccd3d7;
}
.video_section .description{
    color: #333;
    max-width: 700px;
}
.video_section .title_30{
    letter-spacing: -0.93px;
}
.video_section .our_link{
    text-align: right;
}
.video_section .news_link{
    padding-top: 0;
}
.video_section .title_25{
    padding: 0 0 30px 0;
}
.video_section .image{
    padding-top: 55%;
}
.video_section .photo{
    margin-top: 50px;
}
.video_section .title_30:hover{
    text-decoration: underline;
}
.video_section .smalltitle1{
    margin-top: 10px;
}
.video_section .title_20{
    margin-top: 5px;
}
.our_events .image{
    height: 600px;
    position: relative;
}
.our_events .image:after{
    position: absolute;
    background-color: rgb(0 38 55 / 50%);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: linear-gradient(30deg, #092c3c 20%, rgba(9, 44, 60, .59) 65%, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
}
.our_events .events{
    position: absolute;
    top: 40%;
    z-index: 1;
    transform: translateY(-50%);
}
.title_60{
    font-size: 60px;
    color: #fff4e0;
    font-weight: 600;
}
.our_events .btn{
    color: #fff4e0;
    margin-top: 30px;
}
.page-template-our_events .header{
    background-color: transparent;
    position: absolute;
    top: auto;
    z-index: 1;
    width: 100%;
}
.page-template-our_events .mobile-menu{
    background-color: #002634;
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
}
.page-template-our_events .mobile-menu .header{
    padding: 60px 0;
}
.our_videos{
    position: relative;
    margin-top: -150px;
}
.our_connect .title_40{
    color: #002636;
    letter-spacing: -1.17px;
    max-width: 590px;
}
.our_connect .title_40 span{
    color: #e9505a;
}
.our_connect .description{
    color: #333;
}
.our_connect .connect{
    padding: 20px;
    background-color: #e6e9eb;
    margin-top: 50px;
}
.upcoming{
    background-color: #e6e9eb;
	background-color: #fff;
}
.events_card .smalltitle1{
    margin-top: 0;
}
.upcoming .card{
    padding: 15px;
    background-color: #ffffff;
}
.bg_bluecolor{
    background-color: #002634 !important;
}
.upcoming .bg_bluecolor .title_20{
    color: #fff4e0;
}
.upcoming .date{
    color: #999;
}
.upcoming .country{
    font-size: 15px;
    color: #999;
    margin-top: 10px;
}
.upcoming .link_news{
    margin-top: 20px;
    display: inline-block;
}
.events_card .card{
    transform: translateY(0);
    transition: all .5s;
}
.events_card:hover .card{
    transform: translateY(-5px);
}
.events_card:hover .title_20{
    text-decoration: underline #e9505a;
}
.events_card:hover .arrow{
    transform: translateX(5px);
}
.our_conference .image{
    padding-top: 66%;
}
.conferance_content{
    padding-left: 90px;
    position: relative;
}
.conferance_content .title_25{
    font-weight: 400;
    line-height: 1.6;
}
.conferance_content h4.title_25{
    color: #e9505a;
    padding-top: 20px;
    font-weight: 600;
}
.conferance_content:after{
    content: '"';
    font-size: 160px;
    font-style: italic;
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 1;
}
.our_conference .col{
    vertical-align: middle;
}
.our_conference img{
    height: 60px;
    width: 60px;
    border-radius: 35px;
    vertical-align: middle;
}
.our_conference .smile{
    margin-top: 30px;
}
.our_conference .author_desigation{
    font-size: 15px;
    color: #999;
    font-weight: 500;
    display: inline-block;
    max-width: 300px;
    padding-left: 20px;
    margin-top: 0;
    vertical-align: middle;
}
.member_today{
    border-top: transparent;
}
.member_today .today{
    padding: 30px;
    background-color: #e6e9eb;
}
.title_15{
    font-size: 15px;
    color: #002637;
    font-weight: 600;
    margin-top: 20px;
}
.member_today .button{
    margin-top: 30px;
}
.member_today .btn{
    background-color: #002637;
    color: #e6e9eb;
}
.partnership_events{
    border-top: 1px solid #ccd3d7;
}
.partnership_events .title_40{
    color: #002637;
    letter-spacing: -1.17px;
}
.partnership_events .description{
    color: #333;
}
.partnership_events .button{
    margin-top: 30px;
}
.partnership_events .btn{
    background-color: #002637;
    color: #e6e9eb;
}
.partnership_events .btn_trans{
    color: #002637;
    border: 2px solid #002637;
}
.partnership_events .title_20:hover{
    text-decoration: transparent;
}
.partnership_events img{
    width: 144px;
    height: 48px;
    max-height: 100%;
    object-fit: contain;
}
.partnership_events .logo .col{
    margin-top: 40px;
}
.partnership_events .form{
    background-color: #e6e9eb;
    padding: 30px;
    max-width: 655px;
    margin: auto;
    margin-top: 65px;
}
.partnership_events .form .title_30{
    letter-spacing: -0.93px;
}
.form p{
    color: #999;
    font-weight: 400;
}
.form .label_title{
    color: #002637;
}
.form .form_control{
    border: 2px solid #002637;
}
.form .form_button{
    background-color: #002637;
    color: #ffffff;
}
.form .wpcf7-response-output{
    color: #002637;
}
.we_are .title_40{
    color: #002637;
    letter-spacing: -1.17px;
}
.we_are .description{
    color: #333;
}
.we_are .row .description{
	max-width:384px;
}
.what_we{
    border-top: 1px solid #ccd3d7;
}
.what_we .image{
    padding-top: 65%;
}
.what_we .col{
    margin-top: 30px;
}
.what_we .title_25{
    margin-top: 20px;
}
.our_values{
    border-top: 1px solid #ccd3d7;
}
.our_values .title_40{
    color: #002637;
}
.our_values .description{
    color: #333;
}
.our_values .title_20:hover{
    text-decoration: transparent;
}
.our_values .title_20{
    color: #e9505a;
}
.our_values ol.no_bullets{
    margin-left: 40px;
}
.our_values ol li::marker{
    color: #e9505a;
}
.our_values ol li{
    font-size: 16px;
    color: #333;
    margin-top: 15px;
}
.our_values .values{
    padding: 30px;
    background-color: #fff4e0;
    max-width: 420px;
    margin: auto;
}
.the_team .image{
    padding-top: 26%;
    position: relative;
}
.the_team .image::after{
    position: absolute;
    background-color: rgb(0 38 55 / 80%);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.the_team .title_40{
    color: #fff4e0;
}
.the_team .team{
    z-index: 1;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.the_team .button{
    margin-top: 30px;
}
.space{
    border-top: transparent;
}
.get_touch .touch{
    padding: 30px;
    background-color: #e9505a;
}
.get_touch .white_button{
    margin-top: 30px;
}
.management{
    background-color: #ffffff;
}
.management .col_65{
    vertical-align: middle;
}
.management .col_35{
    vertical-align: middle;
}
.management .image{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.management .event_image img{
    padding: 30px;
    background-color: #ffffff;
}
.management .image:after{
    position: absolute;
    background-color: rgb(0 38 55 / 70%);    
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}
.management .event .image{
    transition: all .5s;
}
.management .event:hover .image{
    opacity: 0.9;
}
.management .title_40{
    letter-spacing: -1.17px;
}
.event_management{
    position: relative;
    padding: 30px;
}
.management .image img{
    padding: 30px;
    background-color: #ffffff;
    position: absolute;
    bottom: -70px;
    right: 40px;
}
.management .event{
    position: relative;
    display: block;
    margin-top: 30px;
}
.management .event:first-child{
    margin-top: 0;
}
.management .event_image{
    text-align: right;
}
.our_work{
    background-color: #fff4e0;
}
.our_work .title_40{
    color: #002637;
    max-width: 640px;
}
.our_work .btn{
    color: #fff4e0;
}
.our_work .news_grid{
    color: #e9505a;
}
.our_work .news_grid:first-child{
    margin-top: 0;
}
.our_work .news_grid:hover{
    color: #e9505a;
}
.our_work .block_button{
    margin-top: 60px;
}
.team_us .title_50{
    color: #002637;
    letter-spacing: -1.46px;
    font-weight: 500;
}
.team_members .col{
    margin-top: 40px;
}
.team_members .image{
    padding-top: 142%;
    filter: grayscale(1);
}
.team_members .title_20{
    margin-top: 20px;
}
.team_members .small_title1{
    margin-top: 10px;
}
.join_team .join{
    padding: 30px;
    background-color: #e9505a;
}
.join_team .white_button{
    margin-top: 60px;
}
.contact_form .btn_trans{
    color: #002637;
    border: 2px solid #e6e9eb;
    background-color: #e6e9eb;
}
.contact_form .title_40{
    color: #002637;
    letter-spacing: -1.17px;
    margin-top: 50px;
}
.contact_form .form_groups h3{
    font-size: 13px;
    margin: 0;
    color: #002637;
}
.contact_form .form_groups h3 span{
    font-style: italic;
}
.contact_form .check_box .first .wpcf7-list-item-label{
    color: #002637;
    padding-left: 30px;
}
.contact_form .form_group:nth-child(8){
    margin-top: 0;
}
.contact_form .check_box .first .wpcf7-list-item-label:before{
    border: 1px solid #002637;
}
.contact_form .form_box{
    border: 2px solid #002637;
    font-family: sans-serif;
}
.contact_form .form_groups{
    padding-top: 30px;
    width: 60%;
}
.contact_form .description p{
    color: #333;
    margin-top: 0;
}
.contact_form .tab_link{
    text-decoration: transparent;
    background-color: #e6e9eb;
    font-weight: 600;
}
.contact_form .tab_link.active{
    background-color: #002637;
    color: #ffffff;
}
.contact_form .wpcf7-response-output{
    width: 60%;
}
.contact_form iframe{
    width: 100%;
}
.contact_form .map{
    margin-top: 50px;
}
.communications{
    background-color: #e9505a;
}
.communications .smalltitle1{
    color: #ffffff;
}
.communications .title_60{
    line-height: 1.0;
    letter-spacing: -1.83px;
}
.communications .btn{
    color: #e9505a;
    background-color: #fff4e0;
}
.communications .btn_trans{
    color: #fff4e0;
    border: 2px solid #fff4e0;
}
.page-template-Communications .header{
    background-color: #e9505a;
}
.page-template-Communications .header .btn{
    background-color: #002634;
    color: #fff4e0;
}
.page-template-Communications .mobile-menu{
    background-color: #e9505a;
}
.page-template-Communications .header_menu ul li:last-child{
    background-color: #002637;
    color: #e9505a;
}
.page-template-Communications .search:hover span:last-child{
    text-decoration: underline #002637;
}
.page-template-Communications .footer{
    background-color: #e9505a;
}
.page-template-Communications .content_menu li a{
    color: #002637;
} 
.page-template-Communications .footer_bottom li a{
    color: #002637;
}
.page-template-Communications .email_form p a {
    color: #002637;
}
.page-template-Communications .footer_content .description a {
    color: #002637;
}
.page-template-Communications .form_group .label_title span{
    color: #002637;
}
.page-template-Communications .check_box .last{
    color: #002637;
}
.page-template-Communications .form_button{
    color: #e9505a;
}
.page-template-Communications .social_media .news_icon{
    color: #e9505a;
}
.page-template-Communications .social_media a.news_icon:hover {
    background-color: #002637;
}
.renewable_energy{
    background-color: #fff4e0;
}
.renewable_energy .title_40{
    color: #e9505a;
    letter-spacing: -1.17px;
}
.renewable_energy .description{
    color: #333;
    margin-top: 30px;
}
.renewable_energy .title_60{
    color: #e9505a;
}
.renewable_energy .percentage .description{
    margin-top: 0;
    max-width: 400px;
    color: #e9505a;
}
.renewable_energy .percentage{
    margin-top: 30px;
}
.renewable_energy .percentage:first-child{
    margin-top: 0;
}
.our_services{
    background-color: #ffffff;
}
.our_services .title_40{
    color: #e9505a;
}
.our_services .description{
    color: #333;
}
.our_services .accordion{
    margin-top: 30px;
}
.our_accordion{
    border-bottom: 1px solid #ccd3d7;
    padding: 30px;
    width: 60%;
}
.our_accordion.active .title_30:after{
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(225deg) skew(0deg, 0deg);
    transition: all .5s;
}
.our_services .title_30:after{
    position: absolute;
    right: 15px;
    top: 40%;
    width: 12px;
    height: 12px;
    border: solid #333;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: "";
    transition: all .5s;
}
.our_services .title_30{
    color: #e9505a;
    border: none;
    transition: 0.4s;
    display: block;
    position: relative;
}
.question_description{
    display: none;
    font-size: 16px;
    color: #333;
}
.question_description p{
    margin-top: 15px;
}
.feature{
    border-top: 1px solid #ccd3d7;
}
.feature .title_40.pink{
    color: #e9505a;
}
.feature .our_link{
    text-align: right;
}
.our_recent{
    background-color: #ffffff;
}
.our_recent .title_40{
    color: #e9505a;
}
.color_swiper{
    background-color: #ffffff;
    border-top: 1px solid #ccd3d7;
}
.color_swiper .testi{
    background-color: #e9505a;
}
.color_swiper .testimonial_content .description{
    color: #ffffff;
}
.color_swiper .author_name{
    color: #ffffff;
}
.color_swiper .author_designation{
    color: #ffffff;
}
.color_swiper .testi:after{
    color: #ffffff;
    line-height: 1.2;
}
.communicate .title_40{
    color: #e9505a;
}
.communicate .btn{
    background-color: #e9505a;
}
.financing_wind .image{
    height: 600px;
    position: relative;
}
.financing_wind .image:after{
    position: absolute;
    background-image: linear-gradient(30deg, #092c3c 7%, rgba(9, 44, 60, .59) 41%, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.financing_wind .btn{
    color: #e6e9eb;
}
.financing_wind .wind_conferance{
    position: absolute;
    top: 50%;
    max-width: 570px;
    z-index: 1;
    transform: translateY(-50%);
}
.financing_wind .button{
    margin-top: 30px;
}
.financing_wind .description{
    margin-top: 30px;
}
.financing_wind .date{
    color: #ffffff;
    margin-top: 30px;
}
.financing_wind .country{
    color: #999;
    margin-top: 10px;
}
.financing_header{
    background-color: #002637;
    padding: 8px 0;
}
.financing_header .header_menu ul li a:last-child{
    position: relative;
    z-index: 1;
}
.financing_header .header_menu ul li .reg_btn .tab_link.active{
    color: #002637;
}
.financing_header .header_menu ul li a.active{
    text-decoration: none;
}
.financing_header .header_menu ul li a.active:hover{
    text-decoration: underline;
}
.financing_header .header_content {
    display: inline-block;
    width: 100%;
    text-align: right;
}
.financing_header .header_menu {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.financing_header .header_menu ul {
    list-style: none;
    display: inline-block;
    color: #0C1242;
}
.financing_header .header_menu ul li {
    display: inline-block;
    font-size: 14px;
    color: #F2F2F2;
}
.financing_header .header_menu ul li .reg_btn {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    background-color: #e9505a;
    color: #002637;
    font-weight: 500;
    position: relative;
    cursor: pointer;
	display: inline-block;
}
.financing_header .col_30{
    vertical-align: middle;
}
.financing_header .col_70{
    vertical-align: middle;
}
.financing_header .title20{
    color: #fff4e0;
    font-size: 20px;
    font-weight: 500;
}
.financing_header .title20:hover{
    text-decoration: underline #e9505a;
}
.financing_header .header_menu ul li a:hover{
    text-decoration: underline;
}
.financing_header .header_menu ul li:last-child:hover a{
    text-decoration: underline #002637;
}
.financing_about .title_40{
    color: #002637;
    letter-spacing: -1.17px;
}
.financing_about .title_30{
    letter-spacing: -0.93px;
    font-weight: 600;
}
.financing_about .description{
    color: #333;
    max-width: 690px;
}
.financing_about .description a{
    color: #e9505a;
    text-decoration: underline;
}
.financing_about .description a:hover{
    text-decoration: transparent;
}
.financing_about .register .description{
	margin-top:0;
}
.financing_about iframe {
    width: 100%;
    height: 405px;
    padding-top: 56.25px;
}
.financing_Speakers .title_40{
    color: #002637;
    letter-spacing: -1.17px;
}
.financing_Speakers .description{
    color: #333;
}
.financing_Speakers .image{
    padding-top: 100%;
}
.financing_Speakers .about{
    padding: 15px;
    background-color: #e6e9eb;
}
.financing_Speakers .title_20{
    margin-top: 5px;
}
.financing_Speakers .speak .speak_image{
    transform: translateY(0);
    transition: all .5s;
}
.financing_Speakers .speak:hover .speak_image{
    transform: translateY(-5px);
}
.financing_Speakers .speak:hover .title_20{
    text-decoration: underline #e9505a;
}
.agenda .title_40{
    color: #002637;
    letter-spacing: -1.17px;
}
.agenda .description{
    color: #333;
    max-width: 100%;
}
.agenda .description p:first-child{
    margin-top: 0;
}
.agenda ul{
    list-style-type: none;
}
.agenda ul li{
    position: relative;
    padding-left: 40px;
    margin-top: 15px;
    font-style: italic;
}
.agenda ul li:after{
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    background-color: #e9505a;
    left: 20px;
    top: 8px;
}
.agenda h3.title_15{
    font-style: italic;
    font-weight: 400;
}
.event_information{
    border-top: 1px solid #ccd3d7;
}
.event_information .title_40{
    color: #002637;
    letter-spacing: -1.17px;
}
.event_information .description h3{
    margin-top: 30px;
    letter-spacing: -0.93px;
    font-weight: 600;
    font-size: 30px;
    color: #002637;
}
.event_information .description h4{
    margin-top: 25px;
    color: #002637;
    letter-spacing: -0.74px;
    font-weight: 600;
    font-size: 25px;
}
.event_information .description h5{
    font-size: 15px;
    color: #002637;
    font-weight: 600;
    margin-top: 20px;
}
.event_information .description div{
    color: #333;
    max-width: 700px;
}
.event_information .description a{
    color: #e9505a;
    text-decoration: underline;
}
.event_information .description a:hover{
    text-decoration: transparent;
}
.gallery{
	border-bottom: 1px solid #ffffff;
}
.gallery .col{
    margin-top: 40px;
}
.gallery .image{
    padding-top: 69%;
}
.financing_highlight{
    background-color: #002637;
}
.financing_highlight iframe{
    width: 100%;
    height: 720px;
}
.financing_highlight .iframe_youtube{
    margin-top: 50px;
}
.partners .logo{
    margin-top: 30px;
}
.partners .logo:first-child{
    margin-top: 0;
}
.partners .title_40{
    color: #002637;
    letter-spacing: -1.17px;
}
.partners .description{
    color: #333;
}
.partners .description a{
    color: #e9505a;
    text-decoration: underline;
}
.partners .description a:hover{
    text-decoration: transparent;
}
.partners .partners_logo{
    margin-top: 70px;
    display: inline-block;
}
.partners .title_15{
    color: #002637;
    font-weight: 600;
	margin-top:0;
	font-family: 'Filson Pro';
}
.partners .sector_logo{
    margin-top: 30px;
    vertical-align: middle;
}
.partners .sector_logo img{
    padding: 0 30px;
    vertical-align: middle;
    height: 50px;
	width:200px;
	max-height: 100%;
    object-fit: contain;
}
.registration{
    background-color: #e9505a;
	padding: 100px 0 150px 0;
}
.registration .description{
    max-width: 720px;
}
.registration .description a{
    color: #002637;
    text-decoration: underline;
}
.registration .description a:hover{
    text-decoration: transparent;
}
.registration .ticket{
    margin-top: 50px;
}
.message{
    padding: 10px;
    background-color: #fff4e0;
    display: none;
}
.message .title_15{
    margin-top: 0;
    font-weight: 400;
}
.page-template-financing_wind_annual_conference .message{
    display: block;
}
.onshore{
    position: relative;
}
.onshore .onshore_wind{
    width: 50%;
    background-color: #e9505a;
    padding: 65px 0;
    position: relative;
	z-index: 2;
}
.onshore .smalltitle1{
    color: #ffffff;
    margin-top: 20px;
    font-weight: 600;
}
.onshore .smalltitle1:first-child{
    margin-top: 0;
}
.onshore .title_30{
    position: absolute;
    bottom: 0;
    padding: 15px;
    background-color: #ffffff;
    max-width: 450px;
    transform: translateY(30%);
	z-index: 3;
}
.onshore .title_50.block span{
    color: #002637;
    display: block;
}
.onshore.wind_awards:before {
    position: absolute;
    width: 50%;
    height: 75%;
    top: 60px;
    content: "";
    left: 0;
    background-color: #e9505a;
	z-index: 1;
}
.onshore_header{
	position: sticky;
    top: 16px;
    z-index: 100;
}
.onshore_header .col_40{
    vertical-align: middle;
}
.onshore_header .col_60{
    vertical-align: middle;
}
.onshore_header .col_30{
    vertical-align: middle;
}
.onshore_header .col_70{
    vertical-align: middle;
}
.onshore_header .wind_menu{
    background-color: #ffffff;
    padding: 10px 30px;
	z-index: 1;
    position: relative;
}
.onshore_welcome .row  {
    z-index: 1;
    position: relative;
}
.onshore_header .title_15{
    margin-top: 0;
    font-weight: 600;
    font-family: 'Filson Pro';
}
.onshore_header .header_menu ul li{
    color: #002637;
    font-weight: 700;
    font-family: 'Filson Pro';
}
.onshore_header .header_menu ul li:last-child{
    color: #ffffff;
}
.onshore_header .header_menu ul li:hover a{
    text-decoration: underline;
}
.onshore_welcome iframe{
    width: 100%;
    height: 345px;
}
.onshore_reason .col{
    margin-top: 50px;
}
.onshore_reason .reason{
    padding: 30px;
    border: 5px solid #33525f;
	text-align: center;
}
.onshore_reason .row {
	text-align: center;
}
.onshore_reason .reason .title_25 {
    margin: auto;
}
.onshore_reason .reason .description {
    margin: 15px auto;
}
.onshore_reason .title_60{
    color: #e9505a;
	font-family: 'Filson Pro';
}
.onshore_reason .title_25{
    color: #fff4e0;
	max-width:300px;
}
.onshore_reason .enter_now{
    text-align: center;
    max-width: 900px;
    margin: auto;
    padding: 30px 0;
    margin-top: 50px;
}
.onshore_reason .enter_now .title_40{
    letter-spacing: -1.17px;
}
.onshore_reason .enter_now .button{
    display: inline-block;
    margin-top: 30px;
}
.onshore_reason .dollar_section{
    padding: 30px;
}
.onshore_reason .dollar{
    max-width: 1180px;
    margin: auto;
}
.dollar_section .title_50{
    color: #e9505a;
    font-weight: 500;
    text-align: center;
}
.dollar_section .title_25{
    margin-top: 30px;
    text-align: center;
}
.onshore_conferance{
    background-color: #002637;
}
.onshore_conferance .description{
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}
.onshore_conferance .best_content:after{
    color: #ffffff;
}
.onshore_conferance .country{
    color: #fff4e0;
    font-weight: 600;
    letter-spacing: -0.17px;
    padding-left: 100px;
}
.onshore_form{
    background-color: #002637;
}
.onshore_form .title_25{
    color: #fff4e0;
}
.onshore_form .form{
    padding: 30px;
    border: 5px solid #33525f;
    width: 45%;
    margin: auto;
}
.onshore_form .label_title{
    color: #ffffff;
}
.onshore_form .form_button{
    background-color: #fff4e0;
    color: #002637;
}
.onshore_form .wpcf7-response-output{
    color: #ffffff;
}
.onshore_speak{
    background-color: #002637;
    border-top: transparent;
}
.onshore_speak .description{
    color: #ffffff;
}
.onshore_speak .col{
    margin-top: 40px;
}
.onshore_speak .our_link{
    text-align: right;
}
.onshore_speak .title_30{
    color: #fff4e0;
}
.onshore_session {
    background-color: #002637;
    border-top: 1px solid #ccd3d7;
}
.onshore_session .title_30{
    color: #fff4e0;
}
.onshore_session ul{
    list-style-type: none;
}
.onshore_session li {
    position: relative;
    padding-left: 40px;
    margin-top: 15px;
    font-size: 15px;
    color: #002637;
    font-weight: 500;
}
.onshore_session ul li:after {
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    background-color: #e9505a;
    left: 20px;
    top: 8px;
}
.onshore_session .our_link{
    text-align: right;
}
.onshore_session .discussion{
    padding: 30px 30px 100px 30px;
    background-color: #ffffff;
    margin-top: 20px;
}
.discussion .description{
    color: #33525f;
    max-width: 700px;
    font-weight: 500;
}
.discussion .title_25{
    margin-top: 25px;
}
.discussion .time{
    font-size: 15px;
    margin-top: 10px;
    color: #e9505a;
}
.onshore_session img{
    height: 60px;
    width: 60px;
    border-radius: 35px;
    vertical-align: middle;
    filter: grayscale(100%);
}
.discussion .title_15{
    margin-top: 0;
    color: #33525f;
    font-weight: 700;
}
.discussion .col{
    margin-top: 50px;
}
.discussion .photo .small_title1{
    max-width: 185px;
}
.discussion .author_speak .photo .small_title1{
    max-width: 308px;
}
.discussion .desigination{
    display: inline-block;
    padding-left: 10px;
}
.discussion .authors .photo{
    transform: translateY(0);
    transition: all .5s;
}
.discussion .authors:hover .photo{
    transform: translateY(-5px);
}
.discussion .authors:hover .title_15{
    text-decoration: underline #e9505a;
}
.discussion .role{
    margin-top: 70px;
}
.discussion .role .smalltitle1{
    color: #33525f;
    font-weight: 600;
}
.discussion .role .photo{
    margin-top: 10px;
    display: inline-block;
}
.onshore_registration{
    background-color: #002637;
}
.onshore_registration .open{
    padding: 30px;
    background-color: #e9505a;
    width: 65%;
    margin: auto;
}
.onshore_registration .title_30{
    color: #fff4e0;
    letter-spacing: -0.93px;
}
.onshore_registration .description{
    max-width: 700px;
}
.onshore_registration .white_button{
    margin-top: 20px;
}
.onshore_logo{
    background-color: #ffffff;
}
.onshore_logo .sector_logo img{
    max-width: 260px;
    height: 50px;
}
.onshore_logo .partners_logo .col{
    margin-top: 30px;
}
.onshore_logo .partners_logo{
    margin-top: 0;
}
.onshore_logo .col{
    margin-top: 60px;
}
.onshore_logo .col_40{
    margin-top: 60px;
}
.onshore_logo .content{
    padding: 30px;
    background-color: #e6e9eb;
    margin-right: 100px;
    height: 400px;
}
.onshore_logo .block_button{
    margin-top: 20px;
}
.onshore_logo .btn{
    color: #e6e9eb;
}
.image_information .image{
    padding-top: 63%;
    position: relative;
}
.image_information .image::after{
    position: absolute;
    background-color: rgb(255 255 255 / 50%);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image_information .col{
    margin-top: 40px;
}
.image_information .letter{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding: 15px;
    background-color: #002637;
    color: #fff4e0;
    width: 60%;
    text-align: center;
	transform: translate(-50%, -50%);
}
.image_information .meeting .photo{
    transform: translateY(0);
    transition: all .5s;
	z-index: 1;
    position: relative;
}
.image_information  .meeting:hover .photo{
    transform: translateY(-5px);
}
.key_dates .months{
    padding-top: 50px;
    width: 90%;
    margin: auto;
}
.key_dates .month{
    text-align: center;
    padding: 15px;
    background-color: #33525f;
    border-radius: 100px;
	position: relative;
    z-index: 1;
}
.key_dates .title_25{
    color: #fff4e0;
    padding: 70px 0;
}
.key_dates .title_20{
    color: #fff4e0;
    margin-top: 30px;
    text-align: center;
    display:block;
    text-decoration: transparent;
}
.hall_fame{
    background-color: #002637;
}
.hall_fame .col{
    margin-top: 50px;
}
.hall_fame .title_30{
    color: #fff4e0;
}
.hall_fame .image{
    padding-top: 85%;
    position: relative;
}
.hall_fame .image:after{
    position: absolute;
    background-color: rgb(255 255 255 / 50%);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hall_fame .letter{
    position: absolute;
    top: 40%;
    left: 50px;
    z-index: 1;
    padding: 15px;
    background-color: #002637;
    color: #fff4e0;
}
.hall_fame .meeting .photo{
    transform: translateY(0);
    transition: all .5s;
}
.hall_fame  .meeting:hover .photo{
    transform: translateY(-5px);
}
.wind_today .description{
    color: #333;
}
.wind_today .title_30{
    margin-top: 30px;
}
.wind_today .btn{
    background-color: #e9505a;
}
.tab_speakers{
    background-color: #002637;
    border-top: transparent;
}
.tab_speakers .title_40{
    color: #fff4e0;
}
.tab_speakers .description{
    color: #ffffff;
    max-width: 700px;
}
.tab_agenda{
    border-top: transparent;
}
.tab_agenda .description{
    max-width: 700px;
}
.tab_agenda .author_single{
    margin-top: 30px;
    display: inline-block;
}
.tab_info .title_40{
    letter-spacing: -1.17px;
	font-size:40px;
}
.tab_info .accommodation{
    margin-top: 70px;
}
.tab_info .title_25{
    color: #fff4e0;
    margin-top: 20px;
    display: inline-block;
}
.tab_info .title_30{
    color: #fff4e0;
    padding-top: 50px;
}
.tab_info .title_30:first-child{
    padding-top: 0;
}
.tab_info .description{
    max-width: 700px;
}
.tab_info .description a{
    color: #e9505a;
    text-decoration: underline;
}
.tab_info .description a:hover{
    text-decoration: none;
}
.tab_info .scroll{
    overflow: scroll;
}
.tab_info .scroll_box{
    padding: 15px;
    border: 5px solid #33525f; 
}
.tab_info .scroll_box .description{
    margin-top: 0;
}
.tab_info .scroll_box .title_15{
    color: #fff4e0;
    font-weight: 600;
    text-decoration: underline #e9505a;
}
.tab_info .scroll_box .title_15:hover{
    text-decoration: none;
}
.onshore_header .header_menu ul li a{
    font-weight: 600;
}
.onshore_header .header_menu ul li a.active{
    text-decoration: none;
    color: #002637;
}
.onshore_header .header_menu ul li a.active:hover{
    text-decoration: underline;
}
.onshore_header .header_menu ul li a:last-child{
    position: relative;
    z-index: 1;
}
.onshore_header .header_menu ul li:last-child .tab_link.active{
    color: #ffffff;
}
.tab_register .title_40{
    color: #002637;
}
.tab_register .description{
    color: #002637;
}
.tab_register .description a{
    color: #e9505a;
    text-decoration: underline;
}
.tab_register .description a:hover{
    text-decoration: none;
}
.bringing{
    background-color: #002634;
}
.bringing .title_62{
    text-align: center;
    width: 80%;
    margin: auto;
    line-height: 1.23;
    font-weight: 600;
}
.bringing_image{
    background-color: #002634;
}
.bringing_image .image{
    height: 720px;
    position: relative;
}
.bringing_image .image::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 38 52 / 40%);
}
.bringing_image .button{
    margin-top: 20px;
}
.bringing_image .bringing_content{
    position: absolute;
    top: 40%;
    padding: 20px;
    z-index: 1;
}
.bringing_content .title_40{
    max-width: 545px;
    line-height: 1.7;
}
.bringing_logo{
    padding: 65px 0 150px 0;
}
.bringing_logo .col{
    margin-top: 60px;
}
.bringing_pagination{
    position: relative;
}
.bringing_pagination .swiper-pagination{
    bottom: 0px !important;
}
.bringing_pagination .swiper-pagination-bullet {
    background-color: #E9505A !important;
    margin-left: 10px;
}
.problem_solve .industry{
    padding: 30px 0;
}
.industry .button{
    margin-top: 30px;
}
.industry .btn{
    color: #fff4e0;
}
.energy_content .image{
    padding-top: 57%;
}
.energy_content .industry{
    padding: 60px 0;
}
.community_content{
    background-color: #fff4e0;
}
.community_content .image{
    padding-top: 57%;
}
.community_content .title_40{
    color: #E9505A;
}
.community_content .description{
    color: #002637;
}
.community_content .industry{
    padding: 40px 0;
}
.energy_insight .title_40{
    text-align: center;
    color: #002637;
}
.energy_insight .description{
    color: #333;
}
.energy_insight .opacity.image:after{
    opacity: 0;
}
.energy_insight .button{
    text-align: center;
    margin-top: 30px;
}
.energy_insight .btn{
    color: #ffffff;
}
.experts_share .image{
    padding-top: 114%;
}
.experts_share .industry{
    padding: 70px 0;
}
.experts_share .title_40{
    color: #002634;
}
.experts_share .description{
    color: #002637;
    font-weight: 500;
}
.our_core{
    background-color: #E9505A;
}
.our_core .title_40{
    text-align: center;
}
.our_core .description{
    text-align: center;
    max-width: none;
}
.our_core img{
    height: 85px;
}
.our_core .core_image{
    text-align: center;
    padding-top: 60px;
}
.deliver .title_40{
    color: #002637;
    text-align: center;
}
.deliver .col{
    margin-top: 40px;
}
.title_35{
    font-size: 35px;
    color: #E9505A;
    font-weight: 600;
}
.deliver .deliver_box{
    text-align: center;
    padding: 100px 0;
    background-color: #FFF4E0;
}
.deliver .description{
    color: #002637;
    font-weight: 500;
    max-width: 400px;
    margin: auto;
    padding-top: 30px;
}
.deliver .button{
    margin-top: 30px;
    text-align: center;
}
.deliver .btn{
    color: #FFF4E0;
}
.knowledge_hub .col{
    margin-top: 30px;
}
.knowledge_hub .title_40{
    text-align: center;
    color: #002637;
}
.knowledge_hub .news_title{
    font-size: 30px;
}
.knowledge_hub .insight_grid:hover .arrow{
    transform: translateX(5px);
}
.knowledge_hub .news_link:hover span{
    border-bottom: 1px solid #E9505A;
}
.knowledge_hub .news_link:hover .arrow{
    border-bottom: none;
}
.knowledge_hub .bringing_pagination .swiper-pagination {
    bottom: -10%;
}
.knowledge_hub .btn{
    color: #FFF4E0;
}
.knowledge_hub .button{
    text-align: center;
    margin-top: 100px;
}
.pr_form{
    width: 50%;
    margin: auto;
}
.pr_form .form_group .description{
    text-align: left;
}
.pr_form .title_40{
    text-align: center;
}
.pr_form .description{
    max-width: none;
    text-align: center;
}
.pr_form span.wpcf7-list-item-label{
    padding-left: 40px;
}
.gallery_offshore{
    background-color: #002634;
}
.gallery_offshore iframe{
    width: 100%;
    height: 720px;
    margin-top: 50px;
}
.offshore_register .title_40{
    color: #002634;
    letter-spacing: -1.17px;
}
.offshore_register iframe{
    width: 60%;
    padding-top: 50px;
    display: block;
    margin: auto;
    height: 1000px !important;
}
.how_enter .title_40{
    color: #002634;
    letter-spacing: -1.17px;
}
.how_enter .description{
    color: #333;
    max-width: 700px;
}
.how_enter .title_30{
    margin-top: 30px;
    letter-spacing: -0.93px;
}
.how_enter ol{
    padding-left: 40px;
    margin-top: 15px;
}
.how_enter ol li{
    font-size: 16px;
    margin-top: 15px;
}
.how_enter ol li::marker{
    color: #E9505A;
}
.how_enter ol li a{
    color: #E9505A;
    text-decoration: underline;
}
.how_enter ol li a:hover{
    text-decoration: none;
}
.how_enter .description a{
    color: #E9505A;
    text-decoration: underline;
}
.how_enter .description a:hover{
    text-decoration: none;
}
.categories .title_40{
    letter-spacing: -1.17px;
}
.categories .description{
    max-width: 100%;
}
.categories .title_30:first-child{
    margin-top: 0;
}
.categories .title_30{
    color: #FFF4E0;
    margin-top: 80px;
}
.categories .deal_awards{
    padding-top: 60px;
}
.categories .year_award{
    padding: 30px;
    background-color: #ffffff;
    margin-top: 30px;
}
.deal_awards .description{
    color: #333;
}
.judging .title_40{
    letter-spacing: -1.17px;
}
.judging .title_30{
    color: #FFF4E0;
    margin-top: 100px;
}
.judging .title_25{
    color: #FFF4E0;
    margin-top: 30px;
}
.judging .description{
    max-width: 100%;
}
.judging .form_groups{
    width: 100%;
}
.judging .wpcf7-response-output{
    width: 50%;
}
.judging .flow{
    padding: 30px 30px 30px 90px;
    max-width: 600px;
    margin: auto;
    margin-top: 100px;
    position: relative;
}
.judging .flow:after{
    content: '"';
    font-size: 160px;
    font-style: italic;
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 1.3;
    color: #ffffff;
}
.judging .flow .description{
    margin-top: 0;
    font-size: 20px;
}
.judging .flow .photo{
    margin-top: 20px;
}
.judging .flow img{
    height: 60px;
    width: 60px;
    border-radius: 35px;
    filter: grayscale(1);
}
.judging .flow .designation{
    display: inline-block;
    padding-left: 10px;
}
.judging .flow .title{
    font-size: 16px;
    color: #FFF4E0;
    font-weight: 600;
}
.judging .flow .title_15{
    color: #999;
    margin-top: 5px;
    max-width: 400px;
	text-transform:uppercase;
}
.judging .flow .swiper-button-prev:after{
    position: absolute;
    top: 12px;
    left: 18px;
    font-size: 20px !important;
    font-weight: 700;
	color:#002637;
	visibility:hidden;
}
.judging .flow .swiper-button-next:after{
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 20px !important;
    font-weight: 700;
	color:#002637;
	visibility:hidden;
}
.judging .swiper-button-prev{
    font-size: 20px !important;
    font-weight: 700;
    border-width: 0 3px 3px 0;
    color: #FFFFFF;
    background-image: none !important;
    border-radius: 50px !important;
    background-color: #e6e9eb !important;
    height: 50px !important;
    width: 50px !important;
    position: absolute;
    left: -50px !important;
}
.judging .swiper-button-next{
    font-size: 20px !important;
    font-weight: 700;
    border-width: 0 3px 3px 0;
    color: #FFFFFF;
    background-image: none !important;
    border-radius: 50px !important;
    background-color: #e6e9eb !important;
    height: 50px !important;
    width: 50px !important;
    position: absolute;
    right: -50px !important;
}
.awards_info .map{
    margin-top: 20px;
}
.awards_info iframe{
    width: 100%;
    height: 600px;
}
.awards_info .description:last-child{
    margin-top: 50px;
}
.awards_faq .title_40{
    color: #002634;
    letter-spacing: -1.17px;
}
.awards_faq .title_30{
    letter-spacing: -0.93px;
    margin-top: 30px;
}
.awards_faq .description{
    color: #002634;
    max-width: 700px;
}
.awards_faq .description p{
    margin-top: 0;
}
.awards_faq .description a{
    color: #E9505A;
    text-decoration: underline;
}
.awards_faq .description a:hover{
    text-decoration: none;
}
.awards_faq .description ul{
    list-style-type: none;
    padding-left: 30px;
}
.awards_faq .description ul li{
    position: relative;
}
.awards_faq .description ul li:after{
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    border: 1px solid #002634;
    left: -27px;
    top: 8px;
    border-radius: 5px;
}
.award_attend .title_40{
    color: #002634;
    letter-spacing: -1.17px;
}
.award_attend .description{
    color: #333;
}
.award_enter .title_40{
    color: #002634;
    letter-spacing: -1.17px;
}
.award_enter .description{
    color: #333;
}
.artist_pagination {
    padding-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #002637;
}
.pagination.prev_button,
.page_numbers,
.pagination.next_button  {
    display: inline-block;
}
.page_numbers,
.page_numbers .page-numbers  {
    padding: 0 5px;
    color: #002637;
}
.page-numbers.current {
    color: #e9505a;
    text-decoration-color: #e9505a !important;
    text-decoration: underline;
}
.pagination.prev_button,
.pagination.next_button {
    text-decoration-color: #e9505a !important;
    text-decoration: underline;
}
.bringing_pagination .swiper-container {
    padding: 0 0 60px 0px;
}
.knowledge_hub .bringing_pagination .swiper-container {
    padding: 60px 0px;
}
.news .wind_conferance{
    max-width: 640px;
}
.news .date{
    color: #808d93;
    font-weight: 500;
}
.c_editor p{
    color: #333;
    max-width: 700px;
    font-size: 16px;
    margin-top: 15px;
}
.c_editor h3:first-child{
    margin-top: 0;
}
.c_editor h2{
    font-size: 30px;
    letter-spacing: -0.93px;
    padding-top: 50px;
    font-weight: 600;
    color: #002634;
}
.news_description .description{
    color: #333;
}
.news_description .news_form{
    padding: 30px;
    background-color: #e6e9eb;
    max-width: 400px;
}
.news_form .title_30{
    letter-spacing: -0.93px;
}
.news_description .label_title{
    color: #002634;
}
.news_description .check_box .last{
    margin: 10px 0 0 40px;
}
.news_description .check_box .first .wpcf7-list-item-label:before {
    top: 22px;
}
.news_description .check_box .first .wpcf7-list-item-label{
    color: #002634;
    font-weight: 600;
}
.news_description .form_group p{
    color: #333;
}
.news_description .form_control{
    border: 2px solid #002634;
}
.news_description .form_button{
    color: #ffffff;
    background-color: #002634;
}
.news_description .wpcf7-response-output{
    color: #002634;
}
.news_description .check_box .first .wpcf7-list-item-label:before{
    border: 1px solid #002634;
}
.news_description .form_group .description{
    font-size: 15px;
}
.news_description .benefits{
    padding: 30px;
    background-color: #e6e9eb;
    margin-top: 30px;
    max-width: 400px;
}
.news_description .benefits .title_30{
    letter-spacing: -0.93px;
}
.news_description .benefits .btn{
    color: #e6e9eb;
}
.news_description .head a{
    color: #E9505A;
    text-decoration: underline;
}
.news_description .head a:hover{
    text-decoration: none;
}
.c_editor h4{
    margin-top: 70px;
    font-size: 15px;
    font-weight: 600;
    max-width: 720px;
    color: #002637;
}
.news_description .check_box .first input[type=checkbox]:checked + .wpcf7-list-item-label:after{
    top: 22px;
}
.news_content{
    background-color: #e6e9eb;
}
.news_content .col{
    margin-top: 30px;
}
.news_content .news_title{
    color: #002634;
	font-family: 'Filson Pro';
}
.news_content .news_grid{
    margin-top: 0;
}
.news_content .date{
    color: #999;
    display: block;
}
.news_content .description{
    color: #002634;
}
.c_editor ul{
    list-style-type: none;
}
.c_editor ul li{
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    position: relative;
    padding-left: 65px;
}
.c_editor ul li::after{
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    background-color: #e9505a;
    left: 40px;
    top: 8px;
}
.c_editor ul li:first-child{
    margin-top: 0;
}
.growth .benefits{
    margin-top: 0;
}
.c_editor p a{
    color: #e9505a;
    text-decoration: underline;
}
.c_editor p{
    margin-top: 15px;
}
.c_editor p a:hover{
    text-decoration: none;
}
.c_editor p span{
    text-align: center;
    display: block;
}
.c_editor h1{
    font-size: 40px;
    color: #002634;
    letter-spacing: -1.17px;
    margin-top: 40px;
    font-weight: 600;
    line-height: 1.2;
}
.collection .photo{
    margin-top: 0;
}
.collection .photo{
    margin-top: 50px;
}
.power{
    background-color: #fff4e0;
}
.power .title_50{
    color: #002634;
    font-weight: 600;
}
.power .description{
    color: #333;
    max-width: 600px;
}
.power .banner_content{
    padding: 200px 0;
}
.story .title_40{
    color: #002634;
    letter-spacing: -1.17px;
}
.story .description{
    color: #333;
}
.story .image{
    padding-top: 66%;
}
.power_join{
    border-top: 1px solid #ccd3d7;
}
.power_join .title_40{
    color: #002634;
    letter-spacing: -1.17px;
}
.power_join .description{
    color: #333;
}
.power_join .video{
    margin-top: 50px;
}
.power_join iframe{
    width: 100%;
    height: 700px;
}
.power_join .title_30{
    letter-spacing: -0.93px;
	max-width:1000px;
}
.power_join .description a{
    color: #e9505a;
    text-decoration: underline;
}
.power_join .description a:hover{
    text-decoration: none;
}
.power_join .area{
    padding: 30px;
    background-color: #fff4e0;
}
.power_join ul{
    list-style-type: none;
}
.power_join ul li{
    font-size: 16px;
    margin-top: 20px;
    color: #333;
    position: relative;
    padding-left: 40px;
}
.power_join ul li:after{
    height: 7px;
    width: 7px;
    background-color: #e9505a;
    left: 20px;
    top: 9px;
    position: absolute;
    content: '';
}
.council .description{
    max-width: 590px;
}
.council .area{
    margin-top: 30px;
}
.council ul li:first-child{
    margin-top: 0;
}
.council .smalltitle1{
    color: #808d93;
    margin-top: 10px;
}
.council .content{
    padding: 30px 30px 30px 90px;
    position: relative;
}
.council .content:after{
    content: '"';
    font-size: 160px;
    font-style: italic;
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 1.3;
}
.update .col{
    margin-top: 50px;
}
.update .image{
    padding-top: 64%;
}
.update .title_25{
    margin-top: 20px;
}
.update .move{
    text-decoration: none;
}
.update .move:hover{
    text-decoration: underline;
}
.update .move:hover .news_link .arrow{
    transform: translateX(5px);
}
.advisory .description{
    max-width: 700px;
}
.advisory .logo{
    margin-top: 50px;
    display: inline-block;
}
.advisory img{
    width: 190px;
    height: 55px;
    max-height: 100%;
    object-fit: contain;
    padding-left: 50px;
}
.power_stay{
    background-color: #002634;
}
.power_stay .title_40{
    letter-spacing: -1.17px;
}
.power_stay .white_button{
    margin-top: 20px;
}
.power_stay .white_button .btn{
    color: #002634;
}
.wind .title_62{
    font-weight: 500;
}
.wind .white_button{
    margin-top: 30px;
}
.wind .white_button .btn{
    background-color: #e9505a;
    color: #002634;
}
.wind .description{
    max-width: 590px;
}
.gmail .description{
    font-size: 14px;
    margin-top: 0;
    padding: 15px 0;
}
.climate{
    background-color: #fff4e0;
}
.climate .title_20{
    margin-top: 30px;
    max-width: 410px;
}
.climate .date{
    color: #999;
    display: block;
    margin-top: 10px;
}
.climate .title_50{
    color: #002634;
    font-weight: 500;
    margin-top: 20px;
	max-width:700px;
}
.climate ul{
    padding: 40px 0;
}
.climate ul li{
    font-weight: 600;
}
.climate .description{
    max-width: 700px;
}
.climate .title_30{
    margin-top: 30px;
}
.climate .our_link{
    text-align: right;
}
.climate .image{
    padding-top: 64%;
    margin-top: 30px;
}
.climate .small_title1{
    margin-top: 10px;
}
.climate .title_25{
    margin-top: 20px;
    text-decoration: none;
}
.climate .title_25:hover{
    text-decoration: underline;
}
.detail{
    background-color: #002634;
}
.detail .title_20{
    color: #FFF4E0;
    margin-top: 0;
}
.wind_form span.wpcf7-list-item-label{
    color: #002634;
}
.wind_form span.wpcf7-list-item.first.last{
    margin: 10px 0 0 40px;
    max-width: 480px;
}
.wind_form span.wpcf7-list-item.first{
    max-width: 460px;
}
.wind_form .check_box .first .wpcf7-list-item-label:before{
    top: 20px;
}
.wind_form .check_box .first input[type=checkbox]:checked + .wpcf7-list-item-label:after{
    top: 20px;
}
.wind_form .star{
    color: #002634;
}
.wind_form .first_star{
    position: absolute;
    left: 100px;
    top: 32px;
}
.wind_form .second_star{
    position: absolute;
    left: 210px;
    top: 32px;
}
.single_videos{
    padding: 65px 0 0 0;
}
.single_videos .video{
    background-color: #e6e9eb;
}
.single_videos iframe{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video_ceo .title_50{
    color: #002634;
    max-width: 750px;
    font-weight: 600;
}
.video_ceo .date{
    color: #999;
	font-weight: 400;
	display: block;
	text-transform:none;
	font-size:12px;
}
.video_ceo .date p{
	margin-top:10px;
}
.online{
    background-color: #e6e9eb;
}
.online .date{
    color: #999;
}
.single_event .title_50{
    color: #002634;
    font-weight: 600;
}
.section_card{
    background-color: #ffffff;
    margin-top: 50px;
}
.section_card .card{
    border: 1px solid #ccd3d7;
    min-height: 220px;
}
.section_card .row{
    margin: 0 -20px;
}
.section_card .col{
    padding: 0 20px;
}
.section_card .col_3{
    margin-top: 40px;
}
.section_card .date{
    display: block;
}
.single_work .date{
    margin-top: 0;
}
.single_work .title_15{
    color: #ffffff;
    display: inline-block;
    margin-top: 0;
    padding-left: 20px;
}
.single_work .work{
    display: inline-block;
    margin-top: 30px;
}
.single_work .banner_content{
    padding: 200px 0;
}
.single_image .title_25{
    color: #e9505a;
    max-width: 680px;
}
.single_image .description{
    color: #333;
    max-width: 700px;
}
.single_image .title_30:first-child{
    margin-top: 0;
}
.single_image .title_30{
    color: #e9505a;
    margin-top: 30px;
}
.single_image .box{
    background-color: #fff4e0;
    padding: 30px;
    max-width: 380px;
}
.single_image .title_15{
    margin-top: 0;
    color: #e9505a;
	font-weight:normal;
}
.single_image .near_image{
    padding: 50px 0;
}
.single_image .near_image .row{
    margin: 0;
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.single_image .near_image .col{
    padding: 0;
	width: 100%;
}
.single_image .near_image .image{
    padding-top: 70%;
}
.work_description{
    padding: 30px 30px 30px 90px;
    background-color: #002637;
    margin-top: 50px;
	min-height:0px;
	max-width:1205px;
}
.work_description .description{
    color: #ffffff;
    max-width: 1090px;
}
.work_description .author_name{
    color: #ffffff;
}
.work_description .author_designation{
    color: #ffffff;
}
.work_description::after{
    color: #ffffff;
    top: 0;
    left: 25px;
}
.work_form{
    background-color: #fff4e0;
}
.work_form .title_40{
    color: #002634;
    letter-spacing: -1.17px;
}
.work_form .description{
    color: #333;
}
.work_form .label_title{
    color: #002634;
}
.work_form .form_control{
    border: 2px solid #002634;
}
.work_form .form_box{
    border: 2px solid #002634;
}
.work_form .check_box .wpcf7-list-item-label{
    color: #002634;
    padding-left: 30px;
}
.work_form .form_button{
    background-color: #002634;
    color: #fff4e0;
}
.work_form .check_box .first .wpcf7-list-item-label:before{
    border: 1px solid #002634;
}
.work_form .wpcf7-response-output{
    color: #002634;
}
.work_form .form_group p{
    color: #333;
}
.team_single{
    padding-top: 50px;
    background-color: #002634;
}
.team_single .image{
    padding-top: 100%;
}
.team_single .smalltitle1{
    text-decoration: underline;
}
.team_single .smalltitle1:hover{
    text-decoration: none;
}
.team_single .title{
    font-size: 20px;
    color: #e9505a;
    font-weight: 600;
}
.team_single .description{
    font-size: 20px;
    margin-top: 30px;
}
.team_content .title_40{
    color: #002634;
    letter-spacing: -1.17px;
}
.team_content .description{
    color: #333;
    max-width: 700px;
}
.team_content .description a{
    color: #e9505a;
    text-decoration: underline;
}
.team_content .description a:hover{
    text-decoration: none;
}
.team_content .team_events{
    padding: 30px;
    background-color: #e6e9eb;
    max-width: 390px;
}
.network{
    background-color: #e6e9eb;
}
.network .smalltitle1:first-child{
    margin-top: 0;
}
.network .smalltitle1{
    color: #002634;
    font-weight: 500;
    margin-top: 20px;
	text-transform:uppercase;
}
.network .title_50{
    color: #002634;
    font-weight: 500;
    max-width: 620px;
}
.network .description{
    color: #002637;
    margin-top: 30px;
}
.event_detail .description{
    color: #333;
    max-width: 720px;
}
.event_detail .title_20:hover{
    text-decoration: none;
}
.event_detail .description a{
    color: #e9505a;
    text-decoration: underline;
}
.event_detail .description a:hover{
    text-decoration: none;
}
.event_detail .title_15{
    margin-top: 50px;
}
.event_detail .button{
    margin-top: 50px;
}
.event_detail .btn{
    color: #ffffff;
}
.event_detail .date{
    color: #999;
    display: block;
}
.event_detail .cap{
    margin-top: 40px;
}
.event_detail .near{
    margin-top: 5px;
}
.event_detail .white_button{
    margin-top: 30px;
    max-width: 240px;
}
.event_detail .white_button .btn{
    background-color: #ffffff;
    border: 2px solid #002634;
    color: #002634;
    padding: 12px 40px 12px 33px;
}
.event_detail .white_button .btn img{
    margin-left: 10px;
    margin-top: 6px;
}
.report_single img{
    position: absolute;
    top: 0;
    height: 100%;
    padding: 60px 0;
    z-index: 1;
    right: 17%;
}
.report_single .wind_conferance{
    max-width: 600px;
}
.report_content .title_40{
    color: #002634;
    letter-spacing: -1.17px;
}
.report_content .description{
    color: #333;
    max-width: 700px;
}
.report_content .box{
    padding: 30px;
    background-color: #fff4e0;
    max-width: 400px;
	margin-bottom:40px;
}
.report_content .title_30{
    letter-spacing: -0.93px;
}
.report_content .description a,
.video_ceo .description a {
    color: #e9505a;
    text-decoration: underline;
}
.report_content .description a:hover,
.video_ceo .description a:hover {
	text-decoration:none;
}
.report_content .date{
    color: #999;
    margin-top: 10px;
    display: block;
}
.report_content ul,
.privacy_policy .description ul{
    list-style-type: none;
}
.report_content ul li,
.privacy_policy .description ul li{
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    padding-left: 40px;
    position: relative;
}
.report_content ul li:after,
.privacy_policy .description ul li:after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 8px;
    left: 20px;
    background-color: #e9505a;
}
.tt-widget-inline {
    margin-bottom: 0;
    text-align: center;
}
.pad_top50 {
    padding-top: 50px;
}
.video_collections .title_25+.video_section {
    padding: 30px 0 50px;
}
.text_uppercase {
    text-transform: uppercase;
}
.no_post_found {
    font-size: 35px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -1.46px;
}
.video_ceo .description {
    color: #000000;
	max-width: 700px;
 }
.report_content .title_25,
.video_ceo .title_25 {
    margin-top: 30px;
}
.report_content img,
.video_ceo img {
    height: 40px;
    padding-left: 30px;
    margin-top: 50px;
}
.report_content .title_30{
    margin-top: 30px;
}
.report_content .title_30:first-child{
    margin-top: 0;
}
.report_content .project{
    font-size: 15px;
    color: #999;
    margin-top: 30px;
    display: inline-block;
}
.report_content .label_title{
    color: #333;
}
.report_content .form_control{
    border: 2px solid #333;
}
.report_content .form_button{
    background-color: #002634;
    color: #ffffff;
}
.report_content .wpcf7-response-output{
    color: #333;
}
.report_content .check_box .first .wpcf7-list-item-label{
    color: #002634;
}
.report_content .check_box .last{
    margin: 10px 0 0 40px;
}
.report_content .form_group p{
    color: #333;
}
.report_content .check_box .first .wpcf7-list-item-label:before {
    top: 25px;
    border: 1px solid #333;
}
.report_content .check_box .first input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    top: 26px;
}
.tab_content .event_information .description {
    color: #000000;
}
.tb_rw2.loading {
    pointer-events: none;
    opacity: .5;
}
.add_calendar .btn+.btn {
    border-top: none;
}
.add_cal_link {
    display: flex;
    font-size: 16px;
    color: #002638;
    padding: 10px 20px;
    border-bottom: 2px solid #002638;
    border-left: 2px solid #002638;
    border-right: 2px solid #002638;
    align-items: center;
}
.add_cal_img {
    width: 25px;
    display: inline-block;
}
.add_cal_text {
    display: inline-block;
    padding-left: 15px;
}
.add_cal {
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
}
.add_cal.active {
    visibility: visible;
    opacity: 1;
}
.add_cal_link:hover {
    background-color: #ccd3d7;
}
.opp-pagination {
    margin-top: 30px;
    text-align: center;
}
.opp-pagination .page-numbers {
    padding: 0 5px;
    font-size: 14px;
}
.video_section.collection .col {
    margin-top: 20px;
}
.wind_form .form_groups{
    width: 50%;
}
.enter_now .btn.tab_link {
    font-weight: 600;
}
.add_calendar {
    margin-top: 30px;
}
.privacy_policy .description h2 {
    font-size: 40px;
}
.privacy_policy .description h3 {
    font-size: 30px;
}
.privacy_policy .description h4 {
    font-size: 24px;
}
.privacy_policy .description h5 {
    font-size: 20px;
}
.privacy_policy .description h6 {
    font-size: 18px;
}
.privacy_policy .description h2, 
.privacy_policy .description h3,
.privacy_policy .description h4,
.privacy_policy .description h5,
.privacy_policy .description h6 {
    font-weight: 600;
    line-height: 1.2;
    color: #002637;
    margin-top: 30px;
}
.privacy_policy .description p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-top: 15px;
}
.privacy_policy .description .w-embed {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}
.privacy_policy .description .w-embed table.pp-table {
    overflow-x: auto;
    display: block;
}
.privacy_policy .description a{
    color: #e9505a;
    text-decoration: underline;
}
.privacy_policy .block_button .btn {
    color: #ffffff;
}
.privacy_policy .block_button {
    margin-top: 0;
}
.privacy_policy .tab_row {
    padding: 20px 0 50px;
}
.our_clients .sector_logo img{
	width: 144px;
    height: 48px;
    max-height: 100%;
    object-fit: contain;
}
.news .title_15{
	color:#ffffff;
	margin-top:60px;
}
.news .date{
	margin-top:10px;
}
figure.w-richtext-align-center.w-richtext-figure-type-image{
	text-align:center;
	margin:30px 0;
}
.c_editor .title_30{
	margin-top:30px;
}
.growth .c_editor ol{
	list-style-type:none;
}
.growth .c_editor li{
	font-size:15px;
	margin-top:20px;
	padding-left:40px;
}
.growth .c_editor li span{
	color:#e9505a;
	padding-right:10px;
}
.news_description .benefits{
	margin-top:0;
}
.c_editor p:first-child {
    margin-top: 0px;
}
.c_editor ul li:first-child{
    margin-top: 30px; 
}
.benefits a{
	color:#e9505a;
}
blockquote{
	padding:10px 20px;
	margin-top:20px;
	position:relative;
}
blockquote p{
	font-size:19px !important;
}
blockquote:after{
	position:absolute;
	content:'';
	width:5px;
	height:100%;
	top:0;
	left:0;
	background-color: #e9505a;
}
.growth .c_editor .font_20{
	font-size:20px;
	color:#002637;
	font-weight:600;
	letter-spacing:-0.74px;
}
.news_description .c_editor li{
	font-size:16px;
	font-weight:400;
}
.news_description .c_editor ul li:after{
	left:20px;
}
.growth .c_editor .title_25{
	font-size:25px;
}
.news_description .c_editor h5 a:hover{
	text-decoration: underline;
}
.video_ceo .description ul.no-bullets {
    list-style-type: none;
	padding-left: 40px;
}
.video_ceo .description ul li {
    font-size: 16px;
    letter-spacing: -0.1px;
    margin-top: 15px;
	padding-left:30px;
    position: relative;
}
.video_ceo .description ul li::after {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #e9505a;
    left: 10px;
    top: 8px;
}
.report_single .wind_conferance{
	max-width: 630px;
	top:40%
}
.video_ceo .description h4 {
    font-size: 25px;
    margin-top: 30px;
	font-weight: 600;
}
.single_work  .title_25 {
    color: #ffffff;
    margin-top: 30px;
	font-weight: 400;
}
.event_detail .description ul.no-bullets {
    list-style-type: none;
    padding-left: 40px;
}
.event_detail .description ul li::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #e9505a;
    left: -20px;
    top: 8px;
}
.event_detail .description ul li {
    font-size: 16px;
    letter-spacing: -0.1px;
    margin-top: 15px;
    position: relative;
}
.financing_wind.ved_ban .image:after {
    background-image: linear-gradient(30deg, #092c3c 7%, rgba(9, 44, 60, .59) 41%, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
	background-color: transparent;
}
.event_detail .partner {
    margin-top: 40px;
}
.event_detail .partner .near {
    margin-top: 20px;
}
.event_detail .partner .sector_logo {
    width: 175px;
    margin-top: 40px;
}
.team_single .description{
	text-transform:capitalize;
}
.financing_about ul{
	list-style-type:none;
}
.financing_about ul li{
	position:relative;
	padding-left:40px;
	margin-top:30px;
}
.financing_about ul li:after{
	position:absolute;
	content:'';
	width:8px;
	height:8px;
	background-color:#e9505a;
	left:3%;
	top:9px;
}
.grid.grid--4up {
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}
.grid {
    display: grid;
    gap: 33px;
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    grid-template-rows: auto;
}
.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px;
}
.video_ceo ul{
	list-style-type:none;
}
.discussion .col {
    margin-top: 10px; 
}
.count_down {
    text-align: center;
}
.count_down .title_25 {
    color: #e9505a;
    letter-spacing: 1.248px;
    font-weight: 500;
    text-transform: uppercase;
}
.countdown__block {
    display: inline-block;
    padding: 0 15px;
    margin-top: 15px;
}
.countdown {
    font-size: 40px;
    font-weight: 500;
    color: #e9505a;
}
.countdown_cap {
    font-size: 12px;
    font-weight: 500;
    color: #e9505a;
}
.cd {
    display: none;
}
.agenda .description h3 {
    font-size: 31px;
    font-weight: 600;
    color: #002637;
    margin-top: 30px;
}
.news_description .c_editor ul li a{
	color: #e9505a;
	text-decoration:underline;
}
.news_description .c_editor ul li a:hover{
	text-decoration:none;
}
.financing_about figure{
	padding-bottom: 0 !important;
}
.categories .box{
    padding: 30px;
    background-color: #ffffff;
}
.categories .box .description{
    color:#333;
}
.categories .box{
    margin-top: 30px;
}
.categories .description a{
    color: #e9505a;
    text-decoration: underline;
}
.categories .description a:hover{
    text-decoration: none;
}
.categories .sector_logo img{
	margin-top:10px;
	padding-left:30px;
	width: 220px;
    height: 90px;
    max-height: 100%;
    object-fit: contain;
}
.winners .box{
    padding: 30px;
    background-color: #ffffff;
    margin-top: 30px;
}
.winners .title_30{
    color: #fff4e0;
}
.winners .sector_logo img{
    height: 50px;
    margin-top: 20px;
}
.winners .title_20{
    text-decoration: none;
    margin-top: 20px;
}
.winners .image{
    padding-top: 70%;
    margin-top: 20px;
}
.judging .title_40{
    color: #FFF4E0;
}
.judging .description{
    color: #ffffff;
}
.col_7{
    width: 14.28%;
}
.onshore_welcome .title_30{
	color: #fff4e0;
}
.onshore_welcome .description a{
	color: #e9505a;
	text-decoration:underline;
}
.onshore_welcome .description a:hover{
	text-decoration:none;	
}
.judging ul{
	list-style-type:none;
}
.judging ul li{
	padding-left:30px;
	margin-top:20px;
	position:relative;
}
.judging ul li:after{
	position:absolute;
	content:'';
	width:5px;
	height:5px;
	background-color: #e9505a;
	left:8px;
	top:8px;
}
.categories ul{
	list-style-type:none;
}
.categories ul li{
	padding-left:30px;
	margin-top:20px;
	position:relative;
}
.categories ul li:after{
	position:absolute;
	content:'';
	width:7px;
	height:7px;
	background-color: #e9505a;
	left:8px;
	top:8px;
}
.col_25{
	width:25%;
}
.col_75{
	width:75%;
}
.tab_info h3{
	font-size:30px;
	color: #fff4e0;
	font-weight:600;
}
.tab_info .description{
	margin-top:0px;
}
.tab_info .description p{
	color:#ffffff;
}
.tab_info h4{
	font-size:25px;
	color: #fff4e0;
	font-weight:600;
	margin-top:10px;
}
.tab_info ul li{
	font-weight:normal;
}
.tab_info h5{
	font-size:20px;
	color: #fff4e0;
	font-weight:600;
	margin-top:50px;
}
.tab_info figure{
	text-align:right !important;
}
.tab_info h6{
	font-size:15px;
	color: #fff4e0;
	font-weight:600;
}
.gallery iframe{
	width:100%;
	height:700px;
}
.gallery .iframe_youtube{
	margin-top:30px;
}
.gallery .description a{
	color:#e9505a;
	text-decoration:underline;
}
.gallery .description a:hover{
	text-decoration:none;	
}
.gallery .description{
	margin-top:30px;
}
.judging .speak_image .smalltitle1{
	text-transform:uppercase;
}

.financing_tab .team_members .image {
    filter: none;
    background-color: #002637;
}
.financing_tab .team_members .image .bg_full {
    filter: brightness(120%) contrast(90%) saturate(0%);
    mix-blend-mode: screen;
}
.financing_tab .financing_Speakers .about {
    padding: 30px 15px;
    background-color: #f4f5f6;
}
.financing_tab .financing_Speakers .title_20 {
    margin-top: 5px;
}
.financing_tab .financing_Speakers .smalltitle1 {
    font-size: 13px;
    text-transform: uppercase;
}
.financing_tab .financing_Speakers .title_40 + .row {
    padding-top: 24px;
}
.financing_tab .financing_Speakers .title_40 {
    font-weight: 500;
}
.financing_tab .agenda .description strong,
.financing_tab .event_information .description strong,
.event_winners .description strong,
.description strong {
    font-weight: 600;
}
.financing_tab .event_information .description ul {
    list-style-type: none;
}
.financing_tab .event_information .description ul li {
    position: relative;
    padding-left: 40px;
    margin-top: 15px;
    font-style: italic;
}
.financing_tab .event_information .description ul li:after {
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    background-color: #e9505a;
    left: 20px;
    top: 8px;
}
.event_winners .title_40 {
    color: #002637;
    letter-spacing: -1.17px;
}
.event_winners .description h3 {
    margin-top: 30px;
    letter-spacing: -0.93px;
    font-weight: 600;
    font-size: 30px;
    color: #002637;
}
.event_winners .description h4 {
    margin-top: 25px;
    letter-spacing: -0.93px;
    font-weight: 600;
    font-size: 25px;
    color: #002637;
}
.event_winners .description {
    color: #333;
    max-width: 700px;
    margin: 15px 0 70px;
}
.Judge_comment {
    border-left: 5px solid #e9505a;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 16px;
}
.event_winners .image {
    padding-top: 67%;
    margin-top: 15px;
}
.gallery_offshore .row {
    padding: 68px 0 15px;
	margin: 0 -6px;
}
.gallery_offshore .col {
    padding: 0 6px;
    margin-top: 12px;
}
.gallery .col_7{
	padding:0 5px;
	margin-top:10px;
}
.gallery .cap{
	margin:0 -5px;
	padding-top:65px;
}
.onshore_wind .block{
	color: #002637;
}
.award_attend .description a{
	color: #e9505a;
	text-decoration:underline;
}
.award_attend .description a:hover{
	text-decoration:none;	
}
.gallery_offshore p{
	color: #ffffff;
    font-size: 15px;
    margin-top: 10px;
}
.gallery_offshore p a{
	color: #e9505a;
	text-decoration:underline;
}
.gallery_offshore p a:hover{
	text-decoration:none;
}
.tag_archive {
    background-color: #e9505a;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 8px;
    margin-bottom: 32px;
}
.tag_archive img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    filter: invert(1);
    margin-right: 12px;
}
.overlay-dark {
    background-image: linear-gradient(30deg, #092c3c 7%, rgba(9, 44, 60, .59) 41%, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.financing_wind.arct .image {
    background-color: #04202c;
    height: 0;
    min-height: calc(300px + 15vw);
}
.financing_wind.arct .image:after {
    position: relative;
    background-color: transparent;
    content: '';
}
.categories .title_15{
	color:#999;
	margin-top:50px;
}
.judging .wpcf7-response-output{
	width:100%;
}
.winners .title_15{
	color:#999;
}
.wind_form .wpcf7-response-output{
	width:50%;
}
.latest_news .news_title {
    font-family: 'Filson Pro';
}
.card_section + .latest_insight {
    border-top: 1px solid #ccd3d7;
}
.testimonial .testimonial_content .description p {
     line-height: 1.2;
}
.page-template-partnership .banner .title_62 {
    letter-spacing: 0;
}
.banner .energy .description {
    max-width: 600px;
}
.boardrooms.article .upcoming_content .description,
.our_members .members .col.col_3 .description {
    max-width: 385px;
}
.latest_insight.power_lists.videos .row {
    align-items: center;
}
.events-bg {
    height: 100%;
    opacity: .5;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}
.events-bg__1 {
    width: 150%;
    position: relative;
	transform: translate(16.67%, -50%);
}
.events-bg__2 {
    width: 100%;
    position: relative;
    transform: translate(-50%, -50%)rotate(180deg);
}
.events-bg__3 {
    width: 100%;
    position: relative;
    transform: translate(50%);
}
.events-bg__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-bg {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
	z-index: 1;
}
.event-template-wind_investment_awards,
.event-template-financing_wind_offshore
{
	position: relative;
}
.onshore_form .form .title_25,
.onshore_form .form .description,
.onshore_form .form .wpcf7.js,
.onshore_speak .title_30,
.onshore_speak .description,
.onshore_speak .speak,
.onshore_session .discussion,
.our_members.reports.upcoming,
.tab_speakers .title_40,
.tab_speakers .description,
.tab_speakers .speak,
.tab_letter .best_content,
.tab_letter .country,
.tab_row .description,
.partners.onshore_logo,
.offshore_register {
    position: relative;
    z-index: 1;
}
.ds_none,
.postid-3332 .da_none {
    display: none;
}
.da_none,
.postid-3332 .ds_none {
    display: block;
}
.offshore_register {
    background-color: #ffffff;
}
.financing_about {
    border-bottom: 1px solid #ccd3d7;
}
.image_information .title_30 {
    color: #fff4e0;
}
.image_information.hall_of_fame .image {
    padding-top: 83%;
}
.image_information.hall_of_fame .letter {
    width: 75%;
}

/* ---------------------------------------------- header menu ----------------------------------------------------  */

.header .menus li.menu-item {
    display: inline-block;
    list-style-type: none;
    padding-left: 15px;
	position: relative;
	vertical-align: middle;
}
.header .menus .menu-item a{
    color: #ffffff;
    font-size: 13px;
	display: inline-block;
}
.header .menus li.menu-item-has-children .sub-menu {
    position: absolute;
    background-color: #ffffff;
    width: 224px;
    top: 25px;
    left: 15px;
    z-index: 1;
    padding: 24px 32px 32px;
}
.header .menus li.menu-item-has-children .sub-menu .menu-item {
    margin-top: 16px;
    display: block !important;
    text-align: left;
    padding-left: 0 !important;
}
.header .menus li.menu-item-has-children .sub-menu .menu-item:first-child {
    margin-top: 0;
}
.header .menus li.menu-item-has-children .sub-menu .menu-item a {
    color: #002637 !important;
}
.header .menus li.menu-item.sign_btn a {
    color: #002637;
    font-weight: 600;
	padding: 10px 20px;
    background-color: #e9505a;
	transition: all .3 ease
}
.header .menus li.menu-item.sign_btn a:hover {
	background-color: #ac3a42;
}
.header .burger_grid  {
    display: none;
}
.mobile-menu .header .col_30,
.mobile-menu .header .col_70 {
    width: 100%;
    text-align: left;
}
.mobile-menu .header .menus li.menu-item {
    display: block;
    list-style-type: auto;
    padding-left: 0;
}
.mobile-menu .header .menus li.menu-item:first-child a {
    margin-top: 0;
}
.mobile-menu .header .menus li.menu-item a {
    margin-top: 32px;
}
.mobile-menu .header .burger_grid {
    position: absolute;
    top: 50px;
    right: 60px;
}
.mobile-menu .header .menus li.menu-item-has-children .sub-menu {
    position: relative;
	top: 16px;
    left: auto;
    background-color: #33525f;
    width: 100%;
}
.mobile-menu .header .menus li.menu-item-has-children .sub-menu .menu-item a {
    margin-top: 0;
	color: #ffffff !important;
}
.search_link_text {
    font-size: 13px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
}
.search_link_text:hover span {
    text-decoration: underline;
    text-decoration-color: #e9505a;
}
.search_link_text .fa-search {
    font-size: 12px;
    padding-top: 4px;
    padding-right: 4px;
}
.header .menus .menu-header-menu-container {
	display: inline-block;
    vertical-align: middle;
}
.search_header_section {
	padding: 8px 0;
	display: none;
}
.search_header {
    display: flex;
    align-items: center;
}
.search_header .fa-search {
    font-size: 25px;
}
.search_header .text_input {
    width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857;
    margin: 0 16px;
}
.search_header .text_input:focus {
    border: 1px solid #3898ec;
    outline: 0;
}
.search_header .btn {
    font-size: 13px;
    padding: 10px 20px;
    background-color: #002637;
    color: #ffffff;
}
.search_pg_link {
    font-size: 13px;
    text-align: right;
    padding-top: 12px;
    color: #002637;
}
.search_pg_link a {
    color: #e9505a;
	text-decoration: underline;
    text-decoration-color: #e9505a;
	transition: all .3s ease;
}
.search_pg_link a:hover {
	text-decoration: none;
}
.mobile-menu .search_link_text {
	display: none;
}
.burger_grid .search_link_text {
    padding-right: 15px;
}
.card_section .title_30{
	max-width:300px;
	font-weight:500;
}
.card_section .description{
	max-width:320px;
}
.latest_news .small_title{
	font-weight:600;
}
.why_join .title_25{
	font-weight:600;
}
.banner_content .description1{
	max-width:600px;
}
.team_members .small_title1{
	font-size:13px;
}
.wind_awards .title_50 span{
	color:#002637;
}
.onshore_reason .description{
	max-width:310px;
}
.what_best .description{
	max-width:700px;
}
.judging .form_groups p.description{
	max-width:600px;
	opacity:0.6;
}
.power_join .description{
	max-width:700px;
}
.news .title_50{
	max-width:600px;
}
.team_single .content{
	padding-left:30px;
}
.team_content .row{
	min-height:350px;
}
.video_ceo .title_50{
	font-weight:500;
}
.video_ceo .content{
	min-height:350px;
}
.event_detail h2{
	font-size:40px;
	font-weight:600;
	font-family: 'Filson Pro';
	color:#002637;
}
.event_detail .description{
	margin-top:0;
}
.financing_about .description h3{
	font-size:30px;
	font-weight:600;
	font-family: 'Filson Pro';
	color:#002637;
}

.contact_form .hbspt-form{
	margin-top:50px;
}
.hbspt-form .hs-input{
	width: 100%;
    background-color: #ffffff !important;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
	border: 2px solid #002637;
    margin-top: 10px;
	font-family:Poppins, sans-serif;
}
.hbspt-form .hs-richtext p{
	font-size:13px;
	margin-top:30px;
	max-width:535px !important;
	color:#002637;
}
.hbspt-form .contact_form{
	margin-top:50px;
}
.hbspt-form .description p{
	max-width:520px;
}
.hbspt-form .hs-form-required{
	color:#e9505a;
}
.hbspt-form span{
	font-weight:500;
	margin-top: 20px;
    display: inline-block;
	font-size:16px;
}
.hbspt-form .hs-field-desc{
	font-size:13px;
	margin-top:20px;
}
.hbspt-form .hs-form-booleancheckbox{
	list-style-type:none;
	position:relative;
	padding-left:30px;
}
.hbspt-form .hs-main-font-element{
	color: #e9505a;
	font-size:13px;
	margin-top: 5px;
    display: inline-block;
    font-weight: 600;
}
.hbspt-form .hs-error-msgs li{
	list-style-type:none;
}
.hbspt-form .hs-richtext a:hover{
	text-decoration:underline !important;
}
.hbspt-form .hs-recaptcha{
	display:none;
}
.get_in_touch .hbspt-form span{
	color:#ffffff;
}
.get_in_touch span.hs-form-required{
	color:#002637;
}
.get_in_touch .hbspt-form .hs-input{
	border:transparent;
}
.get_in_touch .hbspt-form .hs-richtext p{
	color:#ffffff;
}
.get_in_touch .hs-richtext a{
	color:#002637;
	text-decoration:underline;
}
.get_in_touch .hs_submit .hs-button{
	background-color:#fff4e0;
	color:#e9505a;
}
.our_members .no_upcoming{
    font-size:16px;
    margin-top: 30px;
}
.get_in_touch .hbspt-form .hs-main-font-element{
    color: #002634;
}
.gallery_offshore .image{
	padding-top:69%;
	z-index:1;
}
.judging .arrow .fa-arrow-left{
	color: #002637;
}
.judging .arrow .fa-arrow-right{
	color: #002637;
}
.judging .arrow .fa-arrow-left:before{
    top: 28%;
    position: absolute;
    left: 32%;
    font-size: 22px;
}
.judging .arrow .fa-arrow-right:before{
    top: 28%;
    position: absolute;
    right: 32%;
    font-size: 22px;
}
.evt li{
	list-style:none;
	color:rgb(255, 255, 255);
	margin-top:10px;
}
.financing_header .evt{
	display:none;
}
.top_header .mem {
	display:none;
}
.search .mem_ico{
	display:none;
}
.onshore_header .evt{
	display:none;
}
.tab_info .accommodation .col_25{
	position:sticky;
	top:100px;
	z-index:999;
}
.bg_white{
	background-color:#ffffff;	
}
.article_search .col_35 {
    position: sticky;
    top: 0;
    z-index: 999;
}
.gallery .title_40{
	color:#002637;
}
.judging .col_4{
	position:relative;
	z-index:1;
}
.single-report .hs-richtext h3 {
    color: #002637;
}
.report_content .hbspt-form ul li:after {
    display: none;
}
.single_videos .video.form_showvideo {
    display: none;
}
.d_none {
	display: none;
}
.video_ceo .col_60.full_width {
    width: 100%;
}
.video_ceo .col_60.full_width .title_50,
.video_ceo .col_60.full_width .description {
    max-width: none;
}
.tab_links.active {
    color: #e9505a;
    text-decoration: underline;
}
.tab_links:first-child {
    margin-left: 0;
}
.tab_links {
    font-weight: 400;
    margin-left: 30px;
}
.header_menu ul li a.tab_link.attn_btn {
    background-color: #002637 !important;
	padding: 10px 20px 10px 20px;
}
.award_attend .description .tt-widget-fallback {
    display: block;
}
a.tab_link.reg_btn {
    padding: 10px 20px 10px 20px;
    display: inline-block;
    background-color: #e9505a;
    color: #ffffff;
    transition: all .3s ease;
    font-size: 13px;
}
.reg_btn:after,
.attn_btn:after {
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    inset: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.15s ease;
}
.reg_btn:hover:after,
.attn_btn:hover:after {
    opacity: 1;
}
.txt_clr_white {
    color: #F2F2F2 !important;
}
.txt_clr_blue {
    color: #002637 !important;
}
a.tab_link.reg_btn,
a.tab_link.attn_btn {
    position: relative;
}
.page-template-default .description.description--boxes-page {
    color: #002637;
}
.page-template-default .title_60.coral-title {
    color: #002637;
}

.team_popup_open .common_popup {
    opacity: 1;
    visibility: visible;
}
.common_popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(9 44 60 / 50%);
    z-index: 9999;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}
.common_popup .popup_wrap {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
}
.common_popup .popup_inner {
    display: table-cell;
    vertical-align: middle;
    padding: 90px 30px;
}
.common_popup .popup_box {
    position: relative;
    max-width: 1090px;
    margin: auto;
}
.common_popup .popup_grid {
    display: block;
    position: relative;
}
.common_popup .popup_grid .close_menu {
    display: block;
    width: 40px;
    margin: auto;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 30px;
}
.common_popup .popup_grid .close_line {
    position: relative;
    right: 0;
    top: 50%;
    width: 40px;
    height: 7px;
    background-color: transparent;
    display: inline-block;
}
.common_popup .popup_grid .close_line:before {
    transform: rotate(-45deg);
}
.common_popup .popup_grid .close_line::after {
    transform: rotate(45deg);
}
.common_popup .popup_grid .close_line:before, 
.common_popup .popup_grid .close_line:after {
    content: '';
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    background-color: #FFFFFF;
    display: block;
}
.common_popup .popup_grid .team_single {
    padding: 25px 30px 0 30px;
}
.common_popup .popup_grid .team_content {
    background-color: #fff;
}
.common_popup .popup_grid .team_content.section_padding {
    padding: 40px 30px 60px 30px;
}
.common_popup .popup_grid .team_single .content {
    padding-left: 0;
}
.team_popup {
    font-weight: 600;
	color: #E9505A;
}
.team_popup:hover {
    text-decoration: underline;
}
.popup_grid .team_content .row {
    min-height: auto;
}
.col_100 {
    width: 100%;
}
.popup_grid .team_content .description {
    max-width: none;
}
.popup_grid .filter__empty {
    color: #fff;
    background-color: #002634;
}
.register .description iframe.hs-form-iframe {
    height: 1100px !important;
}
.flex_row {
    display: flex;
}
.postid-22140 .how_enter .description {
    max-width: none;
}
.banner .col_2 {
   width: 55%;
   z-index: 1;
   position: relative;
}
.banner_image {
   width: 45%;
}
.onshore .title_30 .btn {
   font-size: 14px;
   padding: 10px 24px 10px 24px;
   margin-top: 5px;
}
.event-template-wind_investment_awards .gallery .title_40 {
    color: #fff4e0;
}
.financing_tab .gallery .description {
    color: #002637;
}
.submit_show_form {
	display: none;
	margin-top: 30px;
}
.submit_show_form.active {
	display: block;
}
.submit_show_form .hs-button {
    background-color: #002637;
    color: #e6e9eb;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: Poppins, sans-serif;
	display: inline-block;
}
.submit_show_form .description {
    font-size: 13px;
    margin-top: 30px;
    max-width: 535px !important;
    color: #002637;
    opacity: 0.6;
}
.postid-22140 .partners.onshore_logo .content.red_card {
    background-color: #e9505a;
}
.postid-22140 .partners.onshore_logo .content.red_card .title_30,
.postid-22140 .partners.onshore_logo .content.red_card .description {
    color: #FFFFFF;
}
.partners.onshore_logo .desc {
    margin-top: 15px;
}
.new_videos_cat_sec .video_section {
    border-bottom: none;
}
.new_videos_cat_sec .video_section+.video_section {
    border-top: 1px solid #ccd3d7;
}
.video_collections.new_videos_cat_sec {
    padding: 0;
}
.new_videos_cat_sec .photo {
    margin-top: 10px;
}
.new_videos_cat_sec .photo .col {
    margin-top: 40px;
}



li.hs-form-checkbox input[type=checkbox]:checked + span:after {
    position: absolute;
    left: 10px;
    top: 7px;
    width: 3px;
    height: 8px;
    border: solid #3F4AD5;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    content: "";
}
li.hs-form-checkbox input[type=checkbox] + span:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #002637;
}
li.hs-form-checkbox span {
    margin-top: 0;
    display: inline;
}
.postid-25216 .nonpaid_form.d_none {
   display: block;
}
.postid-25216 .nonpaid_form.d_none .submitted-message p {
    color: #002634;
}
.mt_30 {
	margin-top: 30px;
}
.txt_blue {
	color: #002637;
}
.txt_black {
	color: #333;
}
.registration .box.bg_white {
    padding: 30px;
    border-radius: 10px;
    margin-top: 50px;
}
.agenda_title_31 {
    font-size: 31px;
    font-weight: 600;
    color: #002637;
    margin-top: 30px;
	max-width: 550px;
}
.agenda_box {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
	margin-top: 60px;
}
.agen_box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
.agenda_box_time {
    font-size: 12px;
    font-weight: bold;
    color: #e9505a;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.agenda_box_tit {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.agenda_box_loc {
    font-size: 14px;
    color: #666;
    margin: 15px 0 20px 0;
}
.agenda_box_desc {
    font-size: 14px;
    color: #333;
    margin: 15px 0 20px 0;
}
.agenda_box_speaker_tit {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 30px 0 10px 0;
}
.agenda_box_speaker_prf {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.agenda_box_speaker_prf_img img  {
    border-radius: 50%;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}
.agenda_box_speaker_prf_name {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.agenda_box_speaker_prf_position,
.agenda_box_speaker_prf_company {
    font-size: 14px;
    color: #666;
}
.btn_dblue {
    background-color: #002637;
}
.intelligence_brief .btn:first-child {
    margin-left: 0;
}
.postid-1042 .gallery .col_7 {
    width: 25%;
}
.financing_tab .team_members .our_clients .image {
    background-color: transparent;
    padding-top: 0%;
}
.our_knowledge_hub .accordion {
    list-style: none;
}
.our_knowledge_hub .accordion li+li {
    margin-top: 16px;
}
.our_knowledge_hub .accordion .toggle {
    display: block;
    cursor: pointer;
    background-color: #FFF4E0;
    border-radius: 5px;
    padding: 20px 50px 20px 20px;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}
.our_knowledge_hub .accordion .toggle::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 30px;
    border-bottom: 2px solid #002637;
    border-right: 2px solid #002637;
    transform: rotate(45deg);
}
.our_knowledge_hub .accordion .toggle.open::before {
    transform: rotate(-135deg);
}
.our_knowledge_hub .accordion .inner {
    display: none;
    padding: 15px;
	background-color: rgb(255, 255, 255);
    position: relative;
}
.our_knowledge_hub .accordion .toggle .title_30 {
	padding-bottom: 0;
}
.our_knowledge_hub .desc ol, 
.our_knowledge_hub .desc ul {
    padding-left: 60px;
}
.our_knowledge_hub .desc ul {
    list-style: none;
}
.our_knowledge_hub .desc ul li {
    position: relative;
}
.our_knowledge_hub .desc ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -20px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #111111;
}
.our_clients_include .title_40 {
    color: #002637;
}
.our_clients_include .title_30 {
    font-size: 40px;
}
.page-template-roundtables .banner_content .description1 {
    max-width: none;
}
.play_pl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
}
.pop_open .popup_overlay {
    opacity: 1;
    visibility: visible;
}
.popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99991;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.pop_close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 25px;
    height: 25px;
    transition: transform 0.4s;
    z-index: 1;
}
.pop_close::before, .pop_close::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
}
.pop_close::after {
    transform: rotate(-45deg);
}
.pop_inner {
    padding: 60px;
    height: 100%;
    text-align: center;
    overflow: auto;
}
.video_popup .pop_inner .max {
    background-color: transparent;
    max-width: 75%;
    border-radius: 0;
}
.pop_inner .max {
    max-width: 700px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.video_popup .pop_cont::before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}
.video_popup .pop_cont > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-template-our_work .how_can_help {
   padding-bottom: 0;
}
.play_pl img {
    width: 90px;
    height: 90px;
}