﻿html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    font-size: 16px;
    background: #fff;
    line-height: 1.5;
    font-family: 'Barlow';
}

body>* {
    float: left;
    width: 100%;
}

body a {
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    /*display: inline-block;*/
}

body:before,
body:after {
    display: table;
    content: "";
}

body:after {
    clear: both;
}

section {
    width: 100%;
    float: left;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: 'Barlow Condensed';
    line-height: 1;
    margin-top: 0;
    font-weight: 500;
    display: block;
}

h1,
.h1 {
    font-size: 3.125rem;
    font-weight: 500;
    margin-bottom: 25px;
}

h2,
.h2 {
    font-size: 2.5rem;
    color: #284259;
    text-transform: uppercase;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.375rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}


figure {
    margin: 0;
}

figure a {
    display: block;
}

a img,
figure img {
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

input[type="button"],
input[type="submit"] {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

input,
input:focus,
button,
button:focus,
textarea {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    outline: none;
    box-shadow: none;
}

ul,
ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

p {
    color: #383838;
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 25px;
}

p:not(:last-child) {
    margin-bottom: 25px;
}

b,
strong {
    font-weight: 500;
}

section {
    padding: 63px 30px;
}

.hidden {
    display: none !important;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.item {
    height: 100%;
}

body .owl-theme .owl-dots .owl-dot span {
    background: #3aafbc;
    margin: 0 4px;
}

body .owl-carousel .owl-nav button span {
    font-size: 50px;
    color: #acafb2;
}

body .owl-theme .owl-dots .owl-dot.active span {
    background: #294259;
}

body .owl-carousel.owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    line-height: 0.7;
    margin: 0;
    font-size: 80px;
}

    body .owl-carousel.owl-theme .owl-nav [class*='owl-'] span {
        font-size: inherit;
        display: inline-block;
        vertical-align: middle;
        color: #acafb2;
        pointer-events: none;
    }

body .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

body .owl-carousel .owl-stage-outer {
    margin-bottom: 20px;
    padding-top: 10px;
}

body .owl-carousel.owl-theme .owl-nav.disabled {
    display: none;
}

/* body .owl-carousel.owl-theme .owl-nav {
    margin: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 30%;
    width: calc(100% + 160px);
    left: -80px;
} */
body .owl-carousel.owl-theme .owl-nav button {
    position: absolute;
    top: 30%;
}

body.page-template-home .home-post .owl-carousel.owl-theme .owl-nav button {
    position: revert;
}

body .owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: -20px;
}

body .owl-carousel.owl-theme .owl-nav button.owl-next {
    right: -20px;
}

.header-cookie {
    background: #284259;
    color: #fff;
    position: relative;
    padding: 15px 0px;
}

.header-cookie p {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.header-cookie p a {
    color: #DDE505;
    font-weight: 500;
    text-decoration: underline;
}

.cookie-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 38px;
    height: 40px;
    cursor: pointer;
    text-align: center;
}

.cookie-close:before {
    content: '';
    position: absolute;
    right: 7px;
    width: 32px;
    bottom: 7px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    background-image: repeating-linear-gradient(-45deg, transparent 0 5px, #DEE505 0px 7px);
}

.header-cookie .cookie-close i {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #284259;
    line-height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    font-weight: normal;
}

.common-banner {
    float: left;
    width: 100%;
    background-image: url(../images/commen-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 65px 0px;
}

.common-banner .text-box {
    margin: auto;
    max-width: 550px;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

/* .common-banner .text-box:before {
    content: '';
    width: 300px;
    height: 50px;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 1;
    background-image: repeating-linear-gradient(-45deg, transparent 1px 5px, #DEE505 0px 7px);
    transition: all 0.5s;
} */
.common-banner .border-fill {
    width: 300px;
    height: 50px;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 1;
    background-image: repeating-linear-gradient(-45deg, transparent 1px 5px, #DEE505 0px 7px);
    visibility: hidden;
}

.common-banner .heading__wrap {
    margin: 0;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 25px 10px;
    z-index: 1;
}

.common-banner .heading__wrap h2 {
    font-weight: 500;
    margin: 0;
}

.common-banner .title {
    margin: 0;
}

.common-banner .container {
    position: relative;
}

.common-breadcrumb .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -40px;
    left: 15px;
}

.common-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.common-breadcrumb .breadcrumb-item {
    font-family: 'Barlow Condensed';
    font-size: 18px;
    color: #4f545e;
}

.common-breadcrumb .breadcrumb-item a {
    color: #4f545e;
    font-weight: 500;
    text-transform: uppercase;
}

/*----------- start of header -----------*/
header {
    z-index: 111;
    position: relative;
}

header .navbar-nav form #search-box {
    position: absolute;
    right: 0;
    z-index: 111;
    top: 4.063rem;
    box-shadow: 0px 0px 45px rgb(0 0 0 / 10%);
}

header .navbar-nav form input {
    width: 18.75rem;
    height: 2.813rem;
    padding: 0.5rem;
}

header .navbar-nav ul:first-of-type .nav-item .nav-link {
    font-size: 18px;
}

header .navbar-nav ul:first-child .nav-item .nav-link {
    font-size: 1.25rem;
}

header .navbar-nav .nav-item .nav-link,
header .navbar-nav .dropdown-menu .dropdown-item,
header .navbar-nav ul form a {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
    font-family: 'Barlow Condensed';
    color: #4F545E;
}

header .navbar-nav ul.border-0 .nav-item:first-child .nav-link::first-letter {
    text-transform: lowercase;
}

header .navbar-nav>ul:last-child:before {
    content: '';
    width: 100%;
    border-top: 2px solid #EFEFEF;
    position: absolute;
    right: 0;
    top: 0;
}

header .navbar-nav .nav-item .nav-link:hover,
header .navbar-nav ul form a:hover {
    background: #284259;
    color: #fff;
}

header .navbar-nav ul {
    padding: 0.938rem 0;
    position: relative;
}

header .navbar-nav .nav-item:last-child:hover .dropdown-menu {
    right: 0;
    left: auto;
}

header .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    background: #284259;
    top: 3rem;
    min-width: 360px;
}

header .navbar-nav .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #5e656a;
    color: #fff;
    background: #284259;
    white-space: normal;
}

header .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #edeeef;
    color: #284259;
}

header .navbar-nav ul form a {
    font-size: 18px;
}

.header__social {
    width: 60px;
    top: 46%;
}

.header__social img {
    width: 35px;
}

.header__social ul li a:hover,
.header__social .list-group li a:hover {
    background: #1C2F41;
    color: #FFF;
}

.header__social ul {
    border: 2px solid #e8e8e8;
}

.header__social ul li a,
.header__social .list-group li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #284259;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    color: #1C2F41;
}

.header__social:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 44px solid #dde505;
    border-left: 44px solid transparent;
    position: absolute;
    right: -8px;
    bottom: -8px;
    z-index: -1;
    transition: all 0.5s;
}

.header__social:hover:after {
    border-bottom: 48px solid #dde505;
    border-left: 48px solid transparent;
}

/*----------- End of header -----------*/

/* ---------- Start of home page ---------- */
.home__banner .container-fluid {
    padding-left: 26.125rem;
}

.banner__content {
    max-width: 27.5rem;
}

.banner__content .h1 {
    color: #284259;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    display: inline-block;
}

.banner__content p {
    font-size: 22px;
}

.acli__btn a,
.acli__btn .btns {
    display: inline-block;
    font-size: 1.438rem;
    padding: 0.625rem 2.813rem;
    font-weight: 500;
    font-family: 'Barlow Condensed';
    cursor: pointer;
    border: none;
}

.acli__btn.white-bg a,
.acli__btn.white-bg .btns {
    background: #edeeef;
    color: #284259;
}

.acli__btn.white-bg a:hover,
.acli__btn.white-bg .btns {
    background: #AAAAAA;
}

.acli__btn.blue-bg a,
.acli__btn.blue-bg .btns {
    background: #284259;
    color: #fff;
}

.acli__btn a:after,
.acli__btn .btns:after {
    content: '';
    width: 100%;
    border-bottom: 0.188rem solid #dde505;
    position: absolute;
    bottom: -0.438rem;
    left: 0;
}

.home-post .small-blue-btn,
.acli__impact .acli__btn.small-blue-btn {
    margin-top: -30px;
    margin-bottom: 15px;
}

.acli__btn.small-blue-btn {
    position: relative;
    z-index: 1;
}

.acli__btn.small-blue-btn a,
.acli__btn.small-blue-btn .btns {
    background: #306A82;
    color: #fff;
    font-weight: 500;
    max-width: 270px;
    padding: 10px 15px;
    width: 100%;
    border: none;
    text-transform: uppercase;
}

.home__banner {
    margin-bottom: -60px;
    padding-right: 0px;
}

.home__banner .right {
    padding: 50px 0 25px 20px;
}

.home__banner .acli-circle {
    position: absolute;
    left: 80px;
    width: 600px;
    top: 90px;
}

.home__banner .acli-circle img {
    width: 100%;
}

.home__banner .parallax-box {
    width: calc(100% - 130px);
    right: 110px;
    position: absolute;
    top: 357px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home__banner .parallax-box .square-shap {
    width: 100px;
    float: left;
    height: 100px;
    background: #cedc13;
    position: relative;
    top: 51px;
}

.home__banner .parallax-box .circle-shap {
    width: 180px;
    height: 180px;
    background: #94d1d6;
    float: right;
    border-radius: 50%;
    position: relative;
}

/* 

.home__banner figure:before {
    content: "";
    width: 100px;
    height: 100px;
    background: #cedc13;
    position: absolute;
    left: 0;
    top: 21.2vw;
    z-index: -1;
    transition: all 0.5s;
}
.home__banner figure:hover:before {
    width: 110px;
    height: 110px;
}
.home__banner figure:after {
    content: '';
    width: 180px;
    height: 180px;
    background: #94d1d6;
    position: absolute;
    right: 5.5vw;
    top: 16.5vw;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s;
}
.home__banner figure:hover:after {
    width: 190px;
    height: 190px;
} */
.home__banner figure {
    padding-left: 15px;
}

.home-post .item:hover .acli__btn .btns,
.acli__btn.small-blue-btn a:hover,
.acli__btn.small-blue-btn .btns:hover {
    background: #11455a;
}

.acli__btn.small-blue-btn a:before,
.acli__btn.small-blue-btn .btns:before {
    content: '';
    width: 150px;
    height: 50px;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
    background-image: repeating-linear-gradient(-45deg, transparent 0 5px, #DEE505 0px 7px);
    transition: all 0.5s;
}

.acli__btn.small-blue-btn a:hover:before,
.acli__btn.small-blue-btn .btns:hover:before {
    width: 160px;
    height: 55px;
}

.acli__btn.small-blue-btn a:after,
.acli__btn.small-blue-btn .btns:after {
    display: none;
}

.home__banner .parallax-box.acli-lining {
    width: 330px;
    height: 25px;
    position: absolute;
    bottom: -78px;
    right: 80px;
    z-index: 1;
    background-image: repeating-linear-gradient(-45deg, transparent -2px 4px, #3aafbc 5px 8px);
    margin: 0 auto;
    top: auto;
}

.home__banner .parallax-box.acli-lining {
    top: auto;
    bottom: 0;
}

.home__banner .parallax-box.acli-lining:before {
    content: "";
    width: 115px;
    height: 20px;
    background: #dde505;
    position: absolute;
    right: 0;
    left: 0;
    top: -10px;
    margin: 0 auto;
    z-index: 1;
    transition: all 0.5s;
}

.financial__security .right {
    padding-left: 70px;
}

.financial__security {
    padding-top: 126px;
    /* margin-bottom: 126px; */
    background: url(../images/financial-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    /*margin-top: -60px;*/
    padding-left: 0;
}

.financial__security .left:before {
    content: '';
    width: 100%;
    height: 120px;
    border: 3px solid #3AAFBC;
    border-left: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.financial__security .left:after {
    content: '';
    width: 320px;
    height: 24px;
    position: absolute;
    /*bottom: 0;*/
    left: 100px;
    background-image: repeating-linear-gradient(-45deg, transparent -2px 4px, #C93543 5px 8px);
    transition: all 0.5s;
    z-index: 1;
}

.financial__security .heading__wrap {
    max-width: 550px;
}

.heading__wrap {
    margin-bottom: 30px;
}

.heading__wrap .h2 {
    text-transform: uppercase;
    color: #284259;
}

.home-post {
    /*margin-bottom: 126px;*/
    position: relative;
}

/*.page-template-home .home-post {
    padding-left: calc((100% - 1170px)/2);
}
*/
.page-template-home .home-post .item {
    width: 450px;
}

.page-template-home .home-post .owl-theme .owl-nav {
    max-width: 300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-template-home .home-post .owl-theme .owl-dots {
    max-width: 250px;
    margin: auto;
    position: relative;
    bottom: 30px;
}

.page-template-home .home-post .owl-theme .owl-nav,
.page-template-home .home-post .owl-theme .owl-dots {
/*    right: 11.5rem;
*/    position: relative;
}

.page-template-home .home-post:after,
.page-template-home .home__latest__tweets:before,
.page-template-consumer-protection .home-post:after,
.page-template-consumer-protection .home-post:before,
.page-template-dynamic-content .dynamic__content:after,
.page-template-economic-empowerment .title__video:after,
.seminar-agenda-detail-main:after,
.seminar-agenda-detail-main:before,
.event-feature:after
{
    content: '';
    width: 440px;
    height: 930px;
    position: absolute;
    background: url(../images/large-bg-dashed-circle.svg) no-repeat;
    background-size: cover;
    top: 126px !important;
}

/*.event-feature:after,
.seminar-agenda-agenda:after,
.seminar-agenda-speakers:before,
.dynamic__accordion:before
{
    content: '';
    width: 440px;
    height: 930px;
    position: absolute;
    background: url(../images/large-bg-dashed-circle.svg) no-repeat;
    background-size: cover;
    top: 126px !important;
} */

.page-template-consumer-protection .home-post:before {
    left: 0;
    bottom: -660px;
    background-position: right;
}

.page-template-home .home-post:after {
    right: 0;
    bottom: -50px;
    top: auto !important;
}

.home-post .text-box .h3,
.acli__impact .card-text .h3 {
    color: #284259;

}

.page-template-home .home-post .text-box .h3,
.page-template-home .acli__impact .card-text .h3 {
    min-height: 68px;
}

.home-post .item figure:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}

.home-post .item:hover > a > figure:before {
    opacity: 0.5;
}

.home-post .item figure {
    position: relative;
}

.home-post .column {
    /*margin-bottom: 40px;*/
}

.home-post .column figure {
    position: relative;
}

.home-post .column figure:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.home-post .column:hover > a > figure:before {
    opacity: 0.5;
}

.home-post .column:hover .acli__btn .btns {
    background: #11455a;
}

.home-post .column .title {
    color: #284259;
    margin: 25px 0 15px;
}

.home-post .owl-stage-outer {
    margin-bottom: 10px;
}

.home-communities .text-box {
    text-align: center;
}

.home-communities .item,
.home-communities-discover .item {
    padding-top: 10px;
}

.communites-common .dashed-border {
    margin-bottom: 20px;
}

.home-communities {
    margin-bottom: 54 px;
}

.dashed-border {
    width: 175px;
    height: 175px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.communites-common figure {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.communites-common figure img {
    max-width: 90px;
    max-height: 90px;
}

.page-template-economic-empowerment .communites-common .spin {
    background: #ebf7f8;
}

.communites-common .dashed-border:before {
    content: "";
    width: 95px;
    height: 90px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.home-communities .owl-item:nth-child(1) .communites-common .dashed-border:before {
    left: -10px;
    top: -10px;
    background-image: repeating-linear-gradient(-45deg, transparent -1px 4px, #e49aa1 5px 7px);
}

.home-communities .owl-item:nth-child(3) .communites-common .dashed-border:before {
    right: -10px;
    top: -10px;
    background-image: repeating-linear-gradient(-45deg, transparent -1px 4px, #e49aa1 5px 7px);
}

.home-communities .owl-item:nth-child(2) .communites-common .dashed-border:before {
    left: 0;
    bottom: -10px;
    background-image: repeating-linear-gradient(-45deg, transparent -1px 4px, #EEF281 5px 7px);
}

.home-communities .owl-item:nth-child(4) .communites-common .dashed-border:before,
.home-communities-discover .owl-item:nth-child(2) .communites-common .dashed-border:before {
    right: -0;
    bottom: -10px;
    background-image: repeating-linear-gradient(-45deg, transparent -1px 4px, #EEF281 5px 7px);
}

.home-communities-discover .owl-item:nth-child(2) .communites-common .dashed-border:before,
.home-communities-discover .owl-item:nth-child(4) .communites-common .dashed-border:before {
    right: -0;
    top: -10px;
    background-image: repeating-linear-gradient(-45deg, transparent -1px 4px, #e49aa1 5px 7px);
}

.home-communities-discover .owl-item:nth-child(1) .communites-common .dashed-border:before,
.home-communities-discover .owl-item:nth-child(3) .communites-common .dashed-border:before {
    background-image: repeating-linear-gradient(-45deg, transparent -1px 4px, #EEF281 5px 7px);
    right: -10px;
    bottom: -10px;
}

/* .communites-common:hover .dashed-border figure:before {
    border-top-color: #3AAFBC;
    border-right-color: #3AAFBC;
    border-bottom-color: #3AAFBC;
    transition: border-top-color 1s linear, border-right-color 2s linear 1s, border-bottom-color 2s linear 1s;
}
.communites-common:hover .dashed-border figure:after {
    border-top: 2px dashed #3AAFBC;
    border-left-width: 2px;
    border-right-width: 2px;
    transform: rotate(270deg);
    transition: transform 1s linear 1s, border-left-width 2s linear 1s, -webkit-transform 2s linear 1s;
    animation: borderSpin0 1s ease infinite;
}
.communites-common .dashed-border figure::after {
    border: 0 dashed transparent;
}
.communites-common .dashed-border figure::before {
    border: 2px dashed #306a82;
} */

.communites-common .spin::before,
.communites-common .spin::after,
.communites-common .dashed-border figure::before,
.communites-common .dashed-border figure::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.communites-common .acli-circle {
    position: absolute;
}


.communites-common .spin {
    width: 100%;
    height: 100%;
    border: 0;
    position: relative;
    border-radius: 100%;
    box-shadow: none;
    background: #fff;
    border-radius: 100%;
    box-shadow: none;
}

.communites-common .spin::before,
.communites-common .spin::after,
.communites-common .dashed-border figure::before,
.communites-common .dashed-border figure::after {
    top: 0;
    left: 0;
}

.communites-common .spin::before {
    border: 4px solid #306a82;
}

/* .communites-common.line-drow .spin:before {
    border-top-color: #306a82;
    border-right-color: #306a82;
    border-bottom-color: #306a82;
    transition: border-top-color 0.83s linear, border-right-color 0.85s linear 0.1s, border-bottom-color 0.86s linear 0.2s;
} */
.communites-common .spin::after {
    border: 0 solid transparent;
}

.communites-common .spin:after {
    border-top: 4px solid #306a82;
    border-left-width: 4px;
    border-right-width: 4px;
    transform: rotate(270deg);
    transition: transform 1s linear 0s, border-left-width 0s linear 0.7s, -webkit-transform 1s linear 0s;
    animation: borderSpin0 5s ease infinite;
}

.communites-common .spin::before,
.communites-common .spin::after,
.communites-common .dashed-border figure::before,
.communites-common .dashed-border figure::after {
    border-radius: 100%;
}

.communites-common figure img {
    width: auto !important;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.acli__impact {
    padding-top: 126px;
    background: url(../images/impact-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

.acli__impact .row {
    margin-bottom: -70px;
}

.acli__impact figure:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
}

.acli__impact .col-sm-12:hover figure {
    position: relative;
}

.acli__impact .col-sm-12:hover figure:before {
    opacity: 0.5;
}

.acli__impact .col-sm-12:hover .acli__btn a {
    background: #11455a;
}

.heading__wrap__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.heading__wrap__main .heading__wrap {
    margin: 0;
}

.heading__wrap__main .heading__wrap {
    width: calc(100% - 300px);
}

.acli__impact .card-text {
    padding-bottom: 40px;
}

.acli__impact .card-text p {
    font-size: 16px;
    color: #306A82;
}

.home-explore {
    background: #ebf7f8;
    padding: 226px 0 166px;
    padding-left: calc((100% - 1170px)/2);
    margin-top: -60px;
}

.home-explore .row {
    align-items: center;
}

.home-explore .left ul {
    max-width: 420px;
}

.home-explore .left ul li {
    margin-bottom: 20px;
    padding-bottom: 8px;
    position: relative;
}

.home-explore .left ul li a {
    font-size: 20px;
    background: #284259;
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    font-family: "Barlow Condensed";
}

.home-explore .left ul li a:hover {
    background: #1C2F41;
}

.home-explore .left ul li:after {
    content: "";
    width: 100%;
    border-bottom: 3px solid #3aafbc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-explore .right figure:before {
    content: '';
    width: 122px;
    height: 122px;
    background: #C93543;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1;
    transition: all 0.5s;
}

.home-explore .right figure {
    z-index: 11;
    position: relative;
}

.home-explore .right figure:after {
    content: '';
    width: 330px;
    height: 22px;
    position: absolute;
    bottom: -22px;
    right: 80px;
    background-image: repeating-linear-gradient(-45deg, transparent -2px 4px, #3AAFBC 5px 8px);
    transition: all 0.5s;
    z-index: -1;
}

.home-explore .container-fluid {
    position: relative;
    z-index: 11;
    margin: 0;
}

.home__latest__tweets {
    /*padding: 126px 0 126px;*/
    background: url(../images/latest-twites.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.page-template-home .home__latest__tweets:before {
    left: 0;
    bottom: 180px;
    z-index: 1;
    background-position: right 100%;
    top: auto !important;
}

.home__latest__tweets .column {
    height: 100%;
    background: #fff;
}

.home__latest__tweets .column>a {
    padding: 20px 25px;
    /*height: 100%;*/
}

.home__latest__tweets .top-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    justify-content: space-between;
    /*padding: 20px 25px;*/
}
.home__latest__tweets .tweet-body {
    padding: 20px 25px;
}

.home__latest__tweets .top-bar span {
    color: #39afbb;
    font-weight: 600;
    font-size: 22px;
}

.home__latest__tweets .top-bar .share-icon span {
    margin-left: 10px;
    color: #1c3042;
    font-size: 18px;
}

.home__latest__tweets .top-bar a:hover {
    color: #284259;
}

.home__latest__tweets .top-bar .fa-share-alt {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #1C2F41;
    border: 2px solid #1C2F41;
    font-size: 20px;
}

.home__latest__tweets .top-bar .fa-share-alt:hover {
    background: #1C2F41;
    color: #fff;
}

.home__latest__tweets .item:after {
    content: "";
    width: 60px;
    height: 60px;
    background: #dde505;
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: -1;
    transition: all 0.5s;
}

.home__latest__tweets .item:hover:after {
    width: 65px;
    height: 65px;
}

.home__latest__tweets .owl-item {
    position: relative;
    padding: 10px 20px;
    margin-bottom: 20px;
}

/* ---------- End of home page ---------- */

/*---------- Start of leadership page ------------*/
.leadership__president {
    /*margin: 120px 0 120px;*/
}

.leadership__president .right {
    padding-left: 25px;
}

.leadership__president .right .title {
    text-transform: uppercase;
    color: #284259;
    margin-bottom: 15px !important;
}

.leadership__president .right .sub__title {
    font-weight: normal;
    font-family: 'Barlow Condensed';
    margin-bottom: 10px;
    display: inline-block;
}

.leadership__president .acli__btn {
    margin-top: 30px;
}

.leadership__president figure {
    position: relative;
}

.leadership__president figure:after {
    content: '';
    border-bottom: 48px solid #c93543;
    border-left: 48px solid transparent;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    transition: all 0.5s;
}

    .leadership__president.noredborder figure:after {
        content: none;
    }

.executive__leadership {
    /*margin-bottom: 80px;*/
}

.executive__leadership .heading__wrap {
    margin-bottom: 40px;
}

.executive__leadership figure {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.executive__leadership figure:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
    opacity: 0;
}

.executive__leadership .card:hover figure:before {
    opacity: 0.5;
}

.executive__leadership figure:after {
    content: '';
    border-bottom: 44px solid #3AAFBC;
    border-left: 42px solid transparent;
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    transition: all 0.5s;
}

.executive__leadership .card:hover figure:after {
    border-bottom: 50px solid #3aafbc;
    border-left: 50px solid transparent;
}

.executive__leadership .card-body {
    padding: 0;
}

.executive__leadership .card-title {
    margin: 0 0 10px;
    color: #284259;
    display: inline-block;
    text-transform: uppercase;
}

.executive__leadership .card-title:hover {
    text-decoration: underline;
}

.executive__leadership .card-title:hover {
    color: #1C2F41;
}

.executive__leadership .card-text {
    line-height: 1.3;
    font-size: 24px;
    font-family: 'Barlow Condensed';
}

.executive__leadership .col-lg-4 {
    margin-bottom: 40px;
}

/*---------- End of leadership page ------------*/

/*---------- Start of President Featured page ------------*/
.bt__group .acli__btn {
    display: inline-block;
    margin-right: 15px;
}

.president__featured {
    background: #EBF7F8;
    /*padding: 120px 0 60px;*/
    position: relative;
}

.leadership__president .continue__reading {
    border-bottom: 2px solid #3aafbc;
}

.leadership__president .continue__reading p {
    font-size: 20px;
    font-family: "Barlow Condensed";
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    text-transform: uppercase;
}

.leadership__president .continue__reading p:hover {
    text-decoration: underline;
}

.leadership__president .continue-btn.collapes:after {
    transform: rotate(180deg);
}

.leadership__president .continue__reading p:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #3AAFBC;
    margin-left: 10px;
    font-size: 26px;
    display: inline-block;
}

.leadership__president .view-more {
    display: none;
}

.president__featured .owl-item {
    margin-bottom: 40px;
}

.president__featured figure:after {
    content: '';
    width: 150px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: repeating-linear-gradient(-45deg, transparent 1px 5px, #C93543 0px 7px);
    transition: all 0.5s;
}

.president__featured .card {
    background: transparent;
}

.president__featured figure {
    padding: 6px 10px;
    line-height: 0;
}

.president__featured .card {
    background: transparent;
}

.president__featured figure {
    padding: 6px 10px;
    line-height: 0;
    margin-bottom: 20px;
}

.president__featured .card-body {
    padding: 0;
}

.president__featured .card-title {
    font-weight: 500;
    color: #284259;
}

.president__featured .card-text {
    margin-bottom: 30px;
}

.acli__btn .blue__btn {
    /* font-size: 20px; */
    background: #284259;
    /* padding: 8px 25px; */
    color: #fff;
}

.acli__btn .blue__btn:hover {
    background: #1C2F41;
}

.acli__btn .blue__btn:after {
    border-color: #3aafbc;
}

.president__featured .item {
    padding: 0 15px 10px;
}

/*---------- End of President Featured page ------------*/

/*---------- Start of Dynamic content page ------------*/
.page-template-dynamic-content .financial__security.mt-0 {
    /*padding-top: 126px;*/
    background-size: 100% 100%;
}

.dynamic__content {
    /*padding: 126px 0 126px;*/
    position: relative;
}

.dynamic__content .heading__wrap p {
    text-align: justify !important;
}

.page-template-dynamic-content .dynamic__content:after {
    right: 0;
    top: 0;
}

.dynamic__accordion {
    /*padding-bottom: 126px;*/
    position: relative;
}

.dynamic__accordion:before {
    background-position: right;
    top: 130px;
    z-index: -1;
}

.dynamic__accordion .tab_group {
    border-bottom: 3px solid #DDE505;
}

.dynamic__accordion .tab_group .title a {
    width: 100%;
    color: #284259;
    font-family: 'Barlow Condensed';
    font-size: 22px;
    font-weight: 500;
    padding: 15px 50px 15px 25px;
    position: relative;
    display: block;
}

.dynamic__accordion .tab_group:not(:first-child) .title a[aria-expanded="true"] {
    margin-top: 10px;
}

.dynamic__accordion .tab_group .text-box {
    padding: 10px 25px 20px;
}

.dynamic__accordion .tab_group .title a[aria-expanded="false"]:after,
.dynamic__accordion .tab_group .title a[aria-expanded="true"]:after {
    font-family: "FontAwesome";
    position: absolute;
    right: 25px;
    font-size: 16px;
    top: 20px;
}

.dynamic__accordion .tab_group .title a[aria-expanded="false"]:after {
    content: "\f067";
}

.dynamic__accordion .tab_group .title a[aria-expanded="true"]:after,
.dynamic__accordion .tab_group .title a.active:after {
    content: "\f068";
}

.dynamic__accordion .tab_group .title a[aria-expanded="true"],
.dynamic__accordion .tab_group .title a.active {
    background: #284259;
    color: #fff;
}

.dynamic__video__resources {
    background: url(../images/impact-bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    /*padding: 120px 0 70px;*/
    margin-bottom: 63px;
}

.dynamic__video__resources .item {
    margin-bottom: 40px;
    padding: 0 15px;
}

.dynamic__video__resources .item figure:before {
    content: '';
    background: #000;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    opacity: 0;
    transition: all 0.5s;
}

.dynamic__video__resources .item:hover figure:before {
    opacity: 0.5;
}

.dynamic__video__resources .item figure {
    position: relative;
    margin-bottom: 10px;
    padding: 0 10px 10px 0;
    cursor: pointer;
}

.dynamic__video__resources .column:before {
    content: '';
    /*width: 63px;
    height: 63px;*/
    background: url(../images/play-circle-outline.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 10px;
    left: 0;
    margin: 0 auto;
    z-index: 11111;
    top: 24%;
}

.dynamic__video__resources .item figure:after {
    content: "";
    width: 65px;
    height: 65px;
    background: #C93543;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.5s;
}

.dynamic__video__resources .column:hover figure:after {
    width: 70px;
    height: 70px;
}

/*---------- End of Dynamic content page ------------*/

/*---------- Start of Title of video page ------------*/
.title__video {
    /*margin: 120px 0 40px;*/
    position: relative;
    padding-bottom: 0px !important;
}

.page-template-economic-empowerment .title__video:after {
    right: 0;
    top: 420px;
}

.title__video .video-sec {
    margin-bottom: 40px;
    position: relative;
}

.title__video .video-sec:after {
    content: '';
    width: 170px;
    height: 170px;
    background: #C93543;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.5s;
}

.title__video .video-sec:hover:after {
    width: 180px;
    height: 180px;
}

.title__video .video-sec figure {
    padding: 0 20px 20px 0;
}

.title__video .video-sec figure:before {
    content: '';
    width: 120px;
    height: 120px;
    background: url(../images/play-circle-outline.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    left: 0;
    margin: 0 auto;
    z-index: 11111;
    top: 33%;
}

.video__transcript .top {
    margin-bottom: 50px !important;
}

.video__transcript .acli__btn {
    display: none;
}

/*---------- End of Title of video page ------------*/

/*---------- Start of Economic Empowerment page ------------*/
.page-template-economic-empowerment .embed-responsive {
    margin-top: 40px;
}

.video__transcript.hide .acli__btn .blue__btn {
    background: #EDEEEF;
    color: #284259;
}

.video__transcript.hide .acli__btn .blue__btn:after {
    border-color: #dde505;
}

.page-template-economic-empowerment .video__transcript.show .transcript__content {
    margin-bottom: 40px;
    padding: 30px 40px 10px;
    background: #EBF7F8;
}

.video__transcript .acli__btn.white-bg,
.video__transcript.show .acli__btn,
.video__transcript.show .transcript__content {
    display: block;
}

.video__transcript.show .white-bg,
.transcript__content {
    display: none;
}

.page-template-economic-empowerment .title__video figure {
    padding: 26px 0 0 0;
}

.page-template-economic-empowerment .title__video .video-sec:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    right: 10px;
    z-index: -1;
    width: 320px;
    height: 30px;
    background-color: transparent;
    background-image: repeating-linear-gradient(-45deg, transparent -2px 4px, #C93543 5px 8px);
    transition: all 0.5s;
}

.page-template-economic-empowerment .title__video .video-sec:hover:after {
    width: 330px;
    height: 40px;
}

.page-template-economic-empowerment .home-communities {
    background: #EBF7F8;
}

.page-template-economic-empowerment .home-post .text-box .title {
    min-height: auto;
}

.page-template-economic-empowerment .title__video .video-sec {
    margin: 0;
}

.page-template-economic-empowerment .title__video .video-sec figure:before {
    width: 65px;
    height: 65px;
    top: 45%;
    right: 0;
}

/*---------- End of Economic Empowerment page ------------*/

/*---------- Start of Consumer Protection page ------------*/
.featured__content {
    /*margin: 126px 170px 60px;*/
    padding: 0px 190px 63px 190px;
}

/*.page-template-consumer-protection .home__latest__tweets {
    background: url(../images/consu-twites-bg.jpg) no-repeat;
}*/

.page-template-consumer-protection .home__latest__tweets .acli__btn .blue__btn {
    color: #284259;
}

.page-template-consumer-protection .home__latest__tweets .column .acli__btn {
    position: absolute;
    bottom: 40px;
}

.page-template-consumer-protection .home-post:after {
    right: 0;
    top: 250px;
    z-index: -1;
}

/*---------- End of Consumer Protection page ------------*/

/*---------- Start of Discover industry page ------------*/
.page-template-discover-industry .acli__btn.small-blue-btn a,
.acli__btn.small-blue-btn .btns {
    max-width: 355px;
}

.home-communities-discover .item {
    padding: 10px 30px 0;
}

.home-communities-discover .owl-carousel {
    padding: 0 80px;
}

.home-communities-discover {
    background: #EBF7F8;
    padding: 75px 126px 0;
    margin-bottom: 33px;
    position: relative;
}

.home-communities-discover .communites-common button {
    background: #ebf7f8;
}

/* .home-communities-discover figure {
    margin-bottom: 20px;
} */
.home-communities-discover .text-box {
    text-align: center;
}

.home-communities-discover figure img {
    width: auto;
    margin: 0 auto;
}

.home-communities-discover .acli__btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    z-index: 111;
}

/*---------- End of Discover industry page ------------*/

/* ---------- Start of footer ---------- */
footer {
    background: #ebf7f8;
    padding: 60px 0;
}

footer .footer-links ul li a {
    display: inline-block;
    font-size: 22px;
    color: #284259;
    font-family: 'Barlow Condensed';
    border-bottom: 1px solid #3aafbc;
    line-height: 1.1;
}

footer .footer-links ul li a:hover {
    border-color: #284259;
    color: #3aafbc;
}

footer .footer-links ul li {
    margin-bottom: 5px;
}

footer .footer-address p {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

footer .copyright p {
    font-size: 16px;
}

footer .acli__btn a,
footer .acli__btn .btns {
    font-size: 20px;
    background: #284259;
    padding: 10px 15px;
    color: #fff;
}

footer .acli__btn a:hover,
footer .acli__btn .btns:hover {
    background: #1C2F41;
}

footer .acli__btn a:after,
footer .acli__btn .btns:after {
    border-color: #3aafbc;
}

footer .acli__btn {
    margin-bottom: 20px;
}

footer .footer-social {
    width: 100%;
    margin-top: 10px;
}

footer .footer-address {
    padding-left: 140px;
}

footer .footer-social ul li {
    display: inline-block;
    margin: 0 3px;
}

footer .footer-social ul li a {
    width: 26px;
    height: 26px;
    background: #284259;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 0.3s;
    color: #fff;
    border: navajowhite;
    font-size: 16px;
}

footer .footer-social ul li a:hover {
    background-color: #3aafbc;
    color: #fff;
}

footer .footer-social img {
    width: auto;
}

footer .footer-social ul li:after {
    display: none;
}

/* ---------- End of footer ---------- */

/* ---------- Start sing up page ---------- */
.sing-up-main {
    /*margin: 120px 0px 126px;*/
    float: left;
    width: 100%;
}

.sing-up-main .heading__wrap {
    margin-bottom: 40px;
}

.sing-up-main .custom-row {
    width: 100%;
}

.sing-up-main .row {
    width: calc(100% + 30px);
}

.sing-up-main .container {
    max-width: 760px;
}

.sing-up-main .row>.col-md-6 {
    margin-bottom: 24px;
    font-family: 'Barlow Condensed';
}

.sing-up-main label {
    display: block;
    font-size: 24px;
    color: #4F545E;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 12px;
}

.sing-up-main input[type="text"],
.sing-up-main input[type="E-MAIL"],
.sing-up-main input[type="number"],
.sing-up-main input[type="tel"] {
    width: 100%;
    border: solid 1px #707070;
    line-height: 1;
    height: 50px;
    font-size: 22px;
    font-style: italic;
    color: #4F545E;
    padding: 0px 18px;
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.3;
    color: #393939;
    font-weight: normal;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 1px #707070;
    background: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    line-height: 1;
    width: 100%;
    height: 100%;
}

.custom-checkbox input:checked~.checkmark:after {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.custom-checkbox .checkmark:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    color: #707070;
}

.sing-up-main .submit-wrap {
    margin-top: 15px;
}

.sing-up-main .submit-wrap .btn-wrap {
    position: relative;
}

.sing-up-main .submit-wrap .btn-wrap:after {
    content: '';
    width: 100%;
    border-bottom: 0.188rem solid #dde505;
    position: absolute;
    bottom: -0.438rem;
    left: 0;
}

.sing-up-main .submit-wrap input[type="submit"] {
    font-size: 22px;
    padding: 12px 45px;
    font-weight: 500;
    font-family: 'Barlow Condensed';
    background: #edeeef;
    color: #284259;
    border: none;
    line-height: 1.4;
    text-transform: uppercase;
}

.sing-up-main .submit-wrap input[type="submit"]:hover {
    background: #AAAAAA;
}

/* ---------- End sing up page ---------- */

/* ---------- Start bord directors page ---------- */
.bord-directors-main {
    float: left;
    width: 100%;
    /*margin: 120px 0px 100px;*/
}

.bord-directors-top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 63px;
}

.bord-directors-top .col-left {
    width: 50%;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.bord-directors-top .heading__wrap {
    width: 100%;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.bord-directors-top .img-box {
    width: 47%;
    position: relative;
}

.bord-directors-top .img-box:before {
    content: "";
    background-image: url(../images/bord-directors-top-bg.png);
    width: 60%;
    height: 30px;
    right: -50px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: right -6px top;
    top: 12px;
}

.bord-directors-top .text-box {
    width: 53%;
    background: #ebf7f8;
    padding: 25px;
    margin-top: 26px;
    position: relative;
}

.bord-directors-top .col-right {
    width: 50%;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.bord-directors-top figure {
    margin-bottom: 15px;
    position: relative;
}

.bord-directors-top .sub-title {
    color: #284259;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-size: 32px;
    margin: 20px 0 10px;
    text-transform: capitalize;
}

.bord-directors-bottom .sub-title {
    color: #284259;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    margin-bottom: 10px;
}

.bord-directors-top .img-box p,
.bord-directors-bottom p {
    color: #3E5362;
}

.bord-directors-top p {
    line-height: 1.4;
}

.bord-directors-bottom .text-box {
    margin-bottom: 15px;
    border-color: #f8facd;
    border-style: solid;
    border-width: 0px 5px 5px 0px;
    padding: 25px 25px 20px 0px;
}


/* ---------- End bord directors page ---------- */

/* ---------- Start who we are page ---------- */
.who-we-are-main {
    float: left;
    width: 100%;
    /*margin-top: 100px;*/
    padding-top: 63px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

section.who-we-are-main>div {
    padding-left: 30px;
    padding-right: 30px;
}

.who-we-are-top .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 24.125rem;
    padding-right: 0;
}

.who-we-are-top .col-left {
    width: 35%;
    margin-bottom: 125px;
}

.intro-text {
    font-size: 22px;
    font-weight: 500;
}

.who-we-are-top .col-right {
    width: 60%;
    background: #fff;
    padding: 0 120px 0 150px;
    position: relative;
}

.who-we-are-main .rotate.acli-circle {
    position: absolute;
    right: 100px;
    top: 110px;
    width: 420px;
    z-index: 1;
}

.who-we-are-top .parallax-box {
    position: absolute;
    top: 255px;
    z-index: 1;
    left: 105px;
    height: 100px;
    overflow: hidden;
}

.who-we-are-top .col-right figure {
    position: relative;
    z-index: 11;
}

.who-we-are-top .parallax-box .half-circle {
    width: 120px;
    height: 120px;
    background: #eef281;
    border-radius: 50%;
}

/* .who-we-are-top .col-right figure:before {
    content: '';
    width: 320px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    background-image: repeating-linear-gradient(-45deg, transparent -2px 4px, #3AAFBC 5px 8px);
} */
.who-we-are-top .col-right figure:before {
    content: '';
    width: 320px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    background-image: repeating-linear-gradient(-45deg, transparent -2px 4px, #3AAFBC 5px 8px);
}

.financial__security.who-we-are-bottom {
    float: left;
    width: 100%;
    padding-top: 210px;
    margin-top: -100px;
}

.who-we-are-economy {
    float: left;
    width: 100%;
    padding-bottom: 126px;
    position: relative;
    padding-top: 126px;
}

/*
.who-we-are-economy:before {
    content: "";
    background-image: url(../images/who-we-are-economy-bg.png);
    position: absolute;
    right: 0;
    height: calc(100% + 340px);
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 530px;
    bottom: 0;
}
*/

.who-we-are-economy .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

.who-we-are-economy .col-left {
    width: 44%;
}

.who-we-are-economy .col-left .text-box {
    padding-right: 94px;
}

.who-we-are-economy h3 {
    color: #284259;
    padding-right: 70px;
}

.who-we-are-economy .btn-wrap {
    position: relative;
    margin-top: 50px;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-size: 320px 15px;
    background-position: top left 15px;
    background-image: repeating-linear-gradient(-45deg, transparent -2px 4px, #3AAFBC 5px 8px);
    transition: all .5s linear;
}

.who-we-are-economy .btn-wrap:hover {
    background-size: 340px 15px !important;
}

.btn-wrap.wow.fadeIn.animated:hover {
    background-size: 340px;
    background-position: top left 0px;
    transition: all .5s linear;
}

.who-we-are-economy .btn-wrap p {
    color: #4F545E;
    display: inline-block;
    font-weight: 500;
}

.who-we-are-economy .btn-wrap p a:hover {
    background: #1C2F41;
    color: #fff;
}

.who-we-are-economy .btn-wrap p a {
    padding: 15px 25px;
    background: #DAF3F5;
}

.who-we-are-economy .btn-wrap a {
    color: #306a82;
}

.who-we-are-economy .btn-wrap a:hover {
    font-weight: 500;
}

.who-we-are-economy .col-right {
    width: calc(56% + 30px);
    margin-left: -30px;
}

.who-we-are-economy .item {
    height: auto;
    padding: 10px;
    position: relative;
}

.who-we-are-economy .box {
    background: #c5c5c5;
    padding: 20px 25px 25px;
    border-top: solid 7px #000;
    position: relative;
}

.who-we-are-economy .box figure {
    width: 120px;
    height: 120px;
    margin: auto;
    margin-bottom: 20px;
    border: 1px dashed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.who-we-are-economy .box img {
    width: 80px;
}

.who-we-are-economy .col-blue .box figure {
    border-color: #3aafbc;
}

.who-we-are-economy .sky-blue .box figure {
    border-color: #dde505;
}

.who-we-are-economy .box p {
    color: #fff;
    font-weight: 500;
}

.who-we-are-economy .col-blue .box {
    background-color: #306a82;
    border-color: #3aafbc;
}

.who-we-are-economy .sky-blue .box {
    background-color: #3aafbc;
    border-color: #dde505;
}

.who-we-are-economy .sky-blue {
    margin-top: 160px;
}

.who-we-are-economy .item:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    background: #000;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.who-we-are-economy .item.col-blue:before {
    background-color: #DDE505;
}

.who-we-are-economy .item.sky-blue:before {
    background-color: #C93543;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.who-we-are-contact {
    float: left;
    width: 100%;
    background-image: linear-gradient(#306a82, #29435a);
    padding: 120px 0px 75px;
}

.who-we-are-contact .col-left {
    width: 25%;
    padding-top: 15px;
}

.who-we-are-contact .col-right {
    width: 75%;
}

.who-we-are-contact .column {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 60px 40px 0px;
}

.who-we-are-contact .column figure {
    width: 70px;
    margin-right: 20px;
    padding: 5px 0 0 5px;
    position: relative;
}

.who-we-are-contact .column figure .fa {
    width: 60px;
    height: 60px;
    background: #3aafbc;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    cursor: pointer;
}

.who-we-are-contact .column figure .fa:hover {
    background: #1C2F41;
    font-size: 25px;
}

.who-we-are-contact .column figure:before {
    content: "";
    width: 25px;
    height: 25px;
    background: #dde505;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.who-we-are-contact .column figure:hover:before {
    width: 30px;
    height: 30px;
}

.who-we-are-contact .column .text-box {
    margin-top: 20px;
}

.who-we-are-contact .column .text-box a:hover {
    text-decoration: underline;
}

.page-template-who-we-are p:last-child {
    margin: 0;
}

.who-we-are-contact .column .text-box * {
    color: #fff;
    margin: 0;
}

.who-we-are-contact .column strong {
    display: block;
}

/* ---------- End who we are page ---------- */

/* ---------- Start seminar-agenda page ---------- */
.seminar-agenda-top {
    /*margin-top: 126px;*/
    float: left;
    width: 100%;
}

    .seminar-agenda-top .top-bar-nav, .top-bar-nav {
        margin-top: 45px;
        margin-bottom: 45px;
    }

        .seminar-agenda-top .top-bar-nav ul, .top-bar-nav ul {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
        }

        .seminar-agenda-top .top-bar-nav li, .top-bar-nav li {
            margin: 0px 4px 8px;
        }

        .seminar-agenda-top .top-bar-nav a, .top-bar-nav a {
            font-size: 20px;
            background: #284259;
            display: block;
            padding: 15px 15px;
            text-transform: uppercase;
            color: #fff;
            font-weight: 500;
            font-family: "Barlow Condensed";
            line-height: 1;
            width: 180px;
            text-align: center;
            letter-spacing: 1px;
        }

            .seminar-agenda-top .top-bar-nav a:hover, .top-bar-nav a:hover {
                background: #1C2F41;
            }

.seminar-agenda-top .col-left {
    width: 44%;
    padding-right: 25px;
}

.seminar-agenda-top .col-right {
    width: 56%;
    position: relative;
}

.seminar-agenda-top .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.seminar-agenda-top .top-bar p {
    margin: 0;
    color: #071827;
    font-weight: 500;
    font-family: "Barlow Condensed";
    line-height: 1;
    text-transform: uppercase;
}

.seminar-agenda-top .calendar {
    color: #4F545E;
    font-size: 20px;
}

.seminar-agenda-top .calendar:hover .fa {
    background: #1C2F41;
}

.seminar-agenda-top .calendar .fa {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #284259;
    font-size: 22px;
}

.seminar-agenda-top .calendar span {
    margin-left: 5px;
}

.seminar-agenda-top .address {
    margin-bottom: 12px;
}

.seminar-agenda-top .hashtag {
    margin-bottom: 10px;
}

.seminar-agenda-top .hashtag p {
    font-weight: 500;
    color: #284259;
    line-height: 1;
    margin-bottom: 20px;
}

.seminar-agenda-top .hashtag ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.seminar-agenda-top .hashtag ul li {
    margin: 0px 10px 10px 0px;
}

.seminar-agenda-top .hashtag a {
    color: #707070;
    font-family: "Barlow Condensed";
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    border: solid 2px #306A82;
    line-height: 1;
    padding: 6px 15px;
}

.seminar-agenda-top .col-right figure {
    padding: 10px 10px 0px 0px;
    position: relative;
}

.seminar-agenda-top span.live-seminar,
.event-feature .item .live-seminar {
    position: absolute;
    top: 0;
    font-size: 18px;
    background: #4F545E;
    display: block;
    padding: 10px 15px 11px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Barlow Condensed";
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    left: 30px;
}

.event-feature .item .live-seminar {
    left: auto;
    right: 20px;
}

.seminar-agenda-top .col-right img,
.event-feature .owl-stage .owl-item:first-child figure img {
    position: relative;
    width: 100%;
}

.seminar-agenda-top .col-right figure:before,
.event-feature .owl-stage .owl-item:first-child figure:before {
    content: "";
    width: 63px;
    height: 63px;
    position: absolute;
    background: #C93543;
    top: 0;
    right: 0;
    transition: all 0.5s;
}

.seminar-agenda-registration {
    float: left;
    width: 100%;
    /* padding-top: 90px;*/
    /*margin-bottom: 126px;*/
}

.seminar-agenda-registration .column {
    margin-bottom: 30px;
}

.seminar-agenda-registration .column figure {
    padding: 6px 0px 15px 10px;
    line-height: 0;
}

.seminar-agenda-registration h3 {
    font-weight: 500;
}

.seminar-agenda-registration .column figure:before {
    content: "";
    width: 150px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: repeating-linear-gradient(-45deg, transparent 0px 4px, #C93543 5px 7px);
}

.seminar-agenda-registration .column figure img {
    position: relative;
    z-index: 1;
}

.seminar-agenda-registration .column h2,
.seminar-agenda-accommodation .col-right h2 {
    color: #071827;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.seminar-agenda-registration .column strong {
    font-weight: 500;
}

.seminar-agenda-registration .column ul {
    border-bottom: solid 1px #707070;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 18px;
}

.seminar-agenda-registration .column ul li {
    color: #383838;
    font-size: 22px;
    margin: 0px 20px 0px 0px;
    padding-right: 20px;
    position: relative;
    line-height: 1.4;
}

.seminar-agenda-registration .column ul li:not(:last-child):after {
    content: "";
    background: #9CD7DD;
    position: absolute;
    right: 0;
    top: 2px;
    width: 2px;
    height: calc(100% - 4px);
}


.seminar-agenda-registration .custom-row.text-center {
    margin-top: 5px;
}

.seminar-agenda-accommodation {
    float: left;
    width: 100%;
    background: url(../images/financial-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    /*padding-top: 120px;*/
}

.seminar-agenda-accommodation .col-right .title {
    color: #284259;
}

.seminar-agenda-accommodation .address {
    margin-bottom: 12px;
}

.seminar-agenda-accommodation ul.links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 22px;
    color: #383838;
    margin-bottom: 20px;
}

.seminar-agenda-accommodation ul.links a {
    color: #383838;
    text-decoration: underline;
}

.seminar-agenda-accommodation ul.links li:not(:last-child):after {
    content: "|";
    margin: 0px 6px 0px 2px;
}

.seminar-agenda-accommodation .acli__btn {
    margin-top: 25px;
}

.seminar-agenda-agenda {
    float: left;
    width: 100%;
    /*padding-top: 126px;
    margin-bottom: 70px;*/
    position: relative;
}

.seminar-agenda-agenda:after {
    right: 0;
    bottom: 0;
    z-index: -1;
}

.seminar-agenda-agenda figure,
.seminar-agenda-accommodation figure {
    position: relative;
    padding: 8px 8px 10px;
    z-index: 1;
}

.seminar-agenda-agenda figure:before,
.seminar-agenda-accommodation figure:before {
    content: '';
    width: 55px;
    height: 55px;
    background: #3aafbc;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.seminar-agenda-agenda figure:after,
.seminar-agenda-accommodation figure:after {
    content: '';
    width: 320px;
    height: 10px;
    left: 20px;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-image: repeating-linear-gradient(-45deg, transparent -2px 4px, #C93543 5px 8px);
}

.seminar-agenda-agenda .time-box {
    margin-bottom: 20px;
}

.seminar-agenda-speakers:before {
    left: 0;
    bottom: -320px;
    background-position: right;
}

.seminar-agenda-agenda .time-box p {
    margin-bottom: 5px;
}

.seminar-agenda-speakers {
    margin: 0;
    padding-top: 50px;
    position: relative;
}

.seminar-agenda-sponsors {
    float: left;
    width: 100%;
    /*padding-top: 70px;*/
    /*margin-bottom: 126px;*/
    position: relative;
}

.seminar-agenda-sponsors .row {
    margin: 0;
}

.seminar-agenda-sponsors .column {
    width: 25%;
    background: #fff;
}

.seminar-agenda-sponsors .column img {
    width: auto;
    max-width: 190px;
    max-height: 75px;
    transition: all 0.5s;
    filter: grayscale(100%) !important;
}

.seminar-agenda-sponsors .column>a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    border: solid 1px #f5f5f5;
    min-height: 135px;
    padding: 15px;
    overflow: hidden;
    transition: all 0.5s;
}

.seminar-agenda-sponsors .column>a:hover img {
    transform: scale(1.1);
    filter: grayscale(0%) !important;
}

.seminar-agenda-related {
    float: left;
    width: 100%;
    position: relative;
    /*padding-top: 120px;*/
    /*margin-bottom: 90px;*/
    padding: 63px 0;
}

.seminar-agenda-related .container {
    position: relative;
    z-index: 1;
}

.seminar-agenda-related:before {
    content: "";
    background-image: linear-gradient(#306a82, #29435a);
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
}

.seminar-agenda-related figure,
.event-feature .item figure {
    position: relative;
    padding-top: 18px;
    margin-bottom: 15px;
    width: 100%;
}

.seminar-agenda-related span.member-box {
    position: absolute;
    top: 0;
    font-size: 18px;
    background: #4F545E;
    display: block;
    padding: 10px 15px 11px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Barlow Condensed";
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    right: 20px;
}

.seminar-agenda-related .conference-box,
.event-feature .text-box .conference-box {
    display: inline-block;
    background: #EEF281;
    font-family: "Barlow Condensed";
    font-weight: 500;
    color: #284259;
    font-size: 18px;
    padding: 3px 15px;
    margin-bottom: 10px;
}

.seminar-agenda-related .title,
.event-feature .text-box .title {
    margin-bottom: 10px;
    color: #071827;
}

.seminar-agenda-related .text-box p,
.event-feature .text-box .date {
    color: #284259;
    font-weight: 500;
    font-family: "Barlow Condensed";
    margin-bottom: 12px;
}

.seminar-agenda-related .text-box .acli__btn,
.event-feature .text-box .acli__btn {
    margin-top: 20px;
}

.seminar-agenda-related .column {
    margin-bottom: 40px;
}

/* ---------- End seminar-agenda page ---------- */

/* ---------- Start seminar-agenda-detail page ---------- */
.seminar-agenda-detail-top.seminar-agenda-top .top-bar-nav {
    margin: 0;
}

.seminar-agenda-detail-top.seminar-agenda-top .top-bar-nav a {
    max-width: 240px;
    width: 260px;
}

.seminar-agenda-detail-main {
    float: left;
    width: 100%;
    /* margin-bottom: 125px; */
    position: relative;
}

.seminar-agenda-detail-main:after {
    right: 0;
    bottom: 15%;
}

.seminar-agenda-detail-main:before {
    left: 0;
    top: 30%;
    background-position: right;
}

.seminar-agenda-detail-common {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 40px;
}

.seminar-agenda-detail-common .heading__wrap {
    margin-bottom: 50px;
}

.seminar-agenda-detail-common table {
    width: 100%;
    color: #383838;
    font-size: 22px;
    line-height: 1.6;
}

.seminar-agenda-detail-common table strong {
    font-weight: 500;
    display: block;
}

.seminar-agenda-detail-common table th {
    vertical-align: top;
    line-height: 1.4;
    padding: 0px 40px 20px 0px;
    width: 20%;
    font-weight: 500;
}

.seminar-agenda-detail-common table td {
    vertical-align: top;
    line-height: 1.4;
    padding: 0px 0px 20px 0px;
}

.seminar-agenda-detail-common table p a {
    font-weight: 500;
    color: #306A82;
}

.seminar-agenda-detail-common table p a:hover {
    text-decoration: underline;
}

/* ---------- End seminar-agenda-detail page ---------- */

/* ---------- Start Event page ---------- */
.event-main-page {
    float: left;
    width: 100%;
    /*margin: 106px 0px 126px;*/

}

.event-main-page .event-top {
    float: left;
    width: 100%;
    /*margin-bottom: 50px;*/
    /*padding: 63px 30px;*/
}

.event-main-page .event-top .container,
.dynamic__content .container,
.title__video .container,
.video__transcript .container {
    max-width: 750px;
}

.event-feature {
    float: left;
    width: 100%;
    position: relative;
}

.event-feature:after {
    right: 0;
    bottom: -450px;
}

.event-detail {
    width: 100%;
    float: left;
}

.event-detail .custom-row {
    position: relative;
}

.event-feature .item {
    display: flex;
    flex-wrap: wrap;
}

.page-template-events .event-detail .top-bar {
    /*margin-bottom: 20px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    /*padding-left: 30px;*/
}

.event-detail .form-inline label,
.event-detail .tab-top span {
    font-size: 24px;
    color: #4F545E;
    font-family: 'Barlow Condensed';
    margin-right: 20px;
    text-transform: uppercase;
}

.event-detail .form-inline input {
    width: 300px;
    border: 1px solid #707070;
    height: 50px;
    line-height: 50px;
    padding: 5px 20px;
    font-family: 'Barlow Condensed';
    font-size: 22px;
}

.event-detail .form-inline button {
    background: #306A82;
    border: none;
    height: 50px;
    width: 50px;
}

.event-detail .form-inline input::placeholder {
    font-style: italic;
}

.event-detail .acli__btn {
    margin-bottom: 30px;
}

.event-detail .tab-top {
    display: flex;
    align-items: center;
    width: 100%;
}

.event-detail .event-list .date {
    padding-right: 10px;
    margin: 0;
}

.event-detail .tab-top .nav li:not(:last-child) {
    margin-right: 10px;
}

.event-detail .tab-top .nav li a {
    position: relative;
    width: auto;
    display: block;
}

.event-detail .tab-top .nav li a .fa {
    text-align: center;
    width: 140px;

    line-height: 44px;
    color: #284259;
    border: 1px solid #284259;
    font-size: 20px;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    text-transform: uppercase;
}

.event-detail .tab-top .nav li a.active .fa {
    background: #284259;
    color: #fff;
}

.event-detail .custom-row .col-left {
    width: 66%;
    float: left;
}

.event-detail.list-detail .tab-content {
    margin-top: 20px;
}

.event-detail .tab-content #list.active {
    margin-top: 20px;
}

.event-detail .tab-content {
    margin-bottom: 50px;
}

.event-detail .custom-row .col-right {
    width: 34%;
    float: left;
    padding-left: 30px;
    margin-top: 20px;
}

.event-detail .column>a,
.event-detail .event-grid .column .news-col>a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.event-detail .event-grid .column>a,
.event-detail .event-grid .column .news-col>a {
    border-bottom: 2px solid #3aafbc;
    margin: 20px 0 60px 20px;
    background: #ebf7f8;
    padding: 30px;
}

.page-template-news-releases .news-col {
    cursor: pointer;
}

.event-detail .event-grid .column>a:hover,
.event-detail .event-grid .column .news-col>a:hover {
    background: #edeeef;
}

.event-detail .event-grid .img-box {
    margin-top: -50px;
    margin-left: -50px;
    width: 40%;
    float: left;
    position: relative;
    padding-right: 20px;
    z-index: 11;
    overflow: hidden;
    padding-bottom: 20px;
}

.filter-accordion .custom-checkbox .number {
    position: absolute;
    right: 0;
    font-size: 18px;
    top: 0;
}

/* .event-detail .event-grid .img-box:after {
    content: '';
    width: 150px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 20px;
    background-size: 100%;
    background-image: repeating-linear-gradient(-45deg, transparent 1px 5px, #3AAFBC 0px 7px);
    transition: all 0.5s;
    z-index: -1;
} 

.event-detail .event-grid .column:hover .img-box:after, 
.event-detail .event-grid .column > div:hover .img-box:after {
    width: 160px !important;
    height: 25px !important;
}
*/

.parallax-border {
    width: 150px;
    height: 20px;
    bottom: -20px;
    position: absolute;
    left: 20px;
    background-size: 100%;
    background-image: repeating-linear-gradient(-45deg, transparent 1px 5px, #3AAFBC 0px 7px);
    transition: all 0.5s;
    bottom: 0;
}

.event-detail .event-grid .column:hover .parallax-border,
.event-detail .event-grid .column>div:hover .parallax-border {
    width: 160px !important;
    height: 25px !important;
}

.single-detail.event-detail .event-grid .column>div:hover .parallax-border {
    width: 150px !important;
    height: 20px !important;
}

.page-template-news-releases .event-detail .event-grid .column:hover .parallax-border {
    width: 150px;
    height: 20px;
}

.single-detail.event-detail .event-grid .column .news-col>a {
    pointer-events: none;
}

/* .single-detail.event-detail .event-grid .column > div:hover .img-box:after {
    width: 150px !important;
    height: 20px !important;
}
.page-template-news-releases .event-detail .event-grid .column:hover .img-box:after {
    width: 150px;
    height: 20px;
} */

.event-detail .event-grid .text-box {
    font-family: "Barlow Condensed";
    width: 100%;
    float: left;
}

.event-detail .event-grid .img-box~.text-box {
    width: 67%;
}

.event-detail .member {
    background: #4f545e;
    color: #fff;
    font-size: 18px;
    padding: 8px 15px;
    font-weight: 500;
    margin-right: 15px;
    font-family: 'Barlow Condensed';
    line-height: 1;
}

.event-detail .event-grid img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.event-detail .event-grid .top-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.event-detail .event-grid .top-bar ul li {
    display: inline-block;
    margin-right: 10px;
}

.event-detail .event-grid .top-bar ul li span {
    font-size: 18px;
    border: 2px solid #306a82;
    display: block;
    text-align: center;
    color: #4f545e;
    padding: 2px 15px;
    font-weight: 500;
    pointer-events: none;
}

.event-detail .live {
    font-size: 22px;
    color: #284259;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: "Barlow Condensed";
}

.event-detail .title {
    color: #071827;
}

.event-detail .title a {
    color: inherit;
}

.event-detail .date {
    margin-bottom: 5px;
    color: #284259;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Barlow Condensed' !important;
}

.event-detail .event-grid p, .event-detail .event-grid ul li {
    font-family: 'Barlow';
    color: #383838;
    font-size: 21px;
    line-height: 1.6;
}

.event-detail .event-grid ul {
    list-style: disc;
    margin-left: 35px;
    margin-bottom: 25px;
}

.event-detail .event-grid .column .acli__btn a:hover:after {
    border-color: #3aafbc;
}

.event-detail .filter-accordion {
    background: #ebf7f8;
    padding: 35px 20px;
}

.event-detail .filter-accordion .panel {
    margin-bottom: 30px;
}

.event-detail .filter-accordion .panel a {
    display: block;
    font-size: 22px;
    color: #284259;
    font-weight: 500;
    font-family: "Barlow Condensed";
    border-bottom: 3px solid #3aafbc;
    padding-bottom: 5px;
    position: relative;
}

.filter-accordion .panel a:after {
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 8px;
}

.event-detail .filter-accordion .panel [aria-expanded="false"]:after {
    content: "\f067";
}

.filter-accordion .panel [aria-expanded="true"]:after {
    content: "\f068";
}

.event-detail .filter-accordion .filter-item {
    padding-top: 25px;
}

.filter-accordion .custom-checkbox {
    padding: 0 0 0 35px;
    line-height: 1.2;
}

.filter-accordion .text-truncate {
    padding-right: 40px;
}

.event-detail .filter-accordion .see-more {
    font-family: "Barlow";
    font-weight: 500;
    color: #284259;
    font-size: 14px;
    cursor: pointer;
}

.event-detail .filter-accordion .see-more p {
    margin: 0;
    display: inline-block;
    font-family: "Barlow";
    font-weight: 500;
    color: #284259;
    font-size: 14px;
}

.event-detail .filter-accordion .see-more i {
    font-size: 22px;
    line-height: 0;
    position: relative;
    left: 5px;
    top: 2px;
    display: inline-block;
}

.event-detail .filter-accordion .see-more.see_more_content .fa-angle-down {
    transform: rotate(180deg);
}

.custom-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.custom-pagination .pagination li {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    text-align: center;

}

.custom-pagination .pagination li .prev,
.custom-pagination .pagination li .next {
    line-height: 45px;
}

.custom-pagination .pagination li .page-link,
.custom-pagination .pagination li .current {
    text-align: center;
    border: none;
    font-size: 20px;
    font-weight: 500;
    color: #4F545E;
    border-radius: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.custom-pagination .pagination li .current {
    display: inline-block;
    line-height: 40px;
}

.custom-pagination .pagination li .page-link:hover,
.custom-pagination .pagination li .current:hover,
.custom-pagination .pagination li .current {
    background: #284259;
    color: #fff;
}

.custom-pagination .pagination .page-item:hover .fa {
    color: #fff;
}

.custom-pagination .pagination li .fa {
    font-weight: 500;
    color: #306A82;
    font-size: 25px;
}

.custom-pagination .pages span {
    font-size: 20px;
    color: #4F545E;
}

.custom-pagination .pages select {
    width: 60px;
    height: 45px;
    margin-left: 10px;
    border-radius: 0;
    font-weight: 500;
    color: #4F545E;
    text-align: center;
    -webkit-appearance: none;
    padding-right: 20px;
    background: url(../images/select-arrow.png) no-repeat;
    background-position: 80% center;
}

.custom-pagination .pages select:focus {
    outline: none;
}

.custom-pagination .pagination li .prev,
.custom-pagination .pagination li .next {
    color: #284259;
    position: relative;
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 0;
    line-height: 40px;
}

.custom-pagination .pagination li .prev:before,
.custom-pagination .pagination li .next:before {
    content: "";
    position: absolute;
    font-size: 21px;
    color: #284259;
    top: 0;
    right: 0;
    left: 0;
}

.custom-pagination .pagination li .current.prev:before,
.custom-pagination .pagination li .current.next:before {
    color: white;
}

.custom-pagination .pagination li .prev:before {
    content: "\f104";
}

.custom-pagination .pagination li .next:before {
    content: "\f105";
}

.custom-pagination .pagination li .prev:hover:before,
.custom-pagination .pagination li .next:hover:before {
    color: #fff;
}




.event-detail .listing-date {
    display: none;
}

.event-detail .listing-date .title {
    font-size: 32px;
    margin-bottom: 30px;
    color: #284259;
}

.event-detail .event-grid .column:last-child {
    margin-bottom: 0;
}

.event-detail .event-list .column>a {
    padding: 30px;
}

.event-detail .event-list .column:nth-child(odd)>a {
    background: #ebf7f8;
}

.event-detail .event-list .col_left {
    width: auto;
}

.event-detail .event-list .col_right {
    width: 60%;
    float: left;
    padding-left: 20px;
}

.event-detail .event-list .date {
    padding-right: 10px;
}

.event-detail .event-list .event-calender {
    border-bottom: 1px solid #4f545e;
    padding-bottom: 10px;
    background-size: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-detail .event-calender .fa,
.event-grid i.fa.fa-calendar-plus-o {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #284259;
    font-size: 18px;
}

.event-detail .event-list .live {
    margin-bottom: 15px;
}

/* ---------- End Event page ---------- */

/*---------- Start of News Release page ------------*/
.page-template-news-releases .event-detail .custom-row {
    display: revert;
}

.event-detail .col-right .news-release-contact {
    width: 100%;
}

.news-release-contact {
   /* margin-top: 40px;
    padding-top: 25px;
    border-top: 3px solid #3aafbc;*/
    width: calc(34% - 30px);
    float: right;
}

.news-release-contact .title {
    font-size: 24px;
    color: #3e5362;
}

.news-release-contact address {
    font-family: "Barlow Condensed";
    margin: 30px 0 0;
}

.news-release-contact address .title {
    color: #4F545E;
}

.news-release-contact address p {
    font-size: 20px;
}

.news-release-contact p {
    margin: 0;
}

.news-release-contact address a {
    font-size: 20px;
    color: #4f545e;
}

.news-release-contact address a:hover {
    text-decoration: underline;
}

.page-template-news-releases .event-grid {
    margin-bottom: 50px;
}

/*---------- End of News Release page ------------*/

/*---------- Start of News Release Detail page ------------*/
.event-detail .event-grid .bg {
    z-index: 1;
    margin-bottom: 30px;
    padding: 0 30px 10px 0;
    margin-top: 25px;
}

.news-release-detail .nwss-director {
    margin-top: 30px;
}

.news-release-detail .title {
    font-size: 22px;
    font-weight: 500;
    font-family: "Barlow";
    color: #383838;
}

.news-release-detail .nwss-director ul li {
    position: relative;
    font-size: 20px;
    color: #383838;
    padding-left: 40px;
}

.news-release-detail .nwss-director ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #306a82;
    position: absolute;
    border-radius: 50%;
    top: 15px;
    left: 20px;
}

.news-release-detail figure {
    max-width: 50%;
    line-height: 0;
    margin: 30px 0 20px;
    padding: 8px 0 0 10px;
}

.news-release-detail figure img {
    width: auto;
}

.news-release-detail figure:before {
    content: "";
    width: 150px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: repeating-linear-gradient(-45deg, transparent 1px 5px, #DEE505 0px 7px);
    transition: all 0.5s;
}

.news-release-detail .title {
    margin-bottom: 15px;
}

.event-detail .event-grid .bg:after {
    content: '';
    width: 68px;
    height: 68px;
    background: #C93543;
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 20px;
    transition: all 0.5s;
}

.event-detail .event-grid .bg p {
    background: #ebf7f8;
    padding: 35px 40px 30px;
    z-index: 11;
    position: relative;
    margin: 0;
}

/*---------- End of News Release Detail page ------------*/


.rotate {
    animation: rotation 180s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
