@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

@font-face {
  font-family: SFProDisplay-Light;
  src: url(../fonts/SFProDisplay-Light.ttf);
}
@font-face {
  font-family: SFProDisplay-Medium;
  src: url(../fonts/SFProDisplay-Medium.ttf);
}
@font-face {
  font-family: SFProDisplay-Regular;
  src: url(../fonts/SFProDisplay-Regular.ttf);
}

body{
  /*font-family: SFProDisplay-Regular !important;*/
  font-family: 'Raleway', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700;
}
p, ul li, td,th{
   font-family: 'Raleway', sans-serif !important; 
   font-size: 16px;
}

.single-page-header .header-overlay, .single-page-header, .blog-header .header-overlay{
    background: linear-gradient(0deg, rgba(151, 23, 62, 0.7), rgba(23, 62, 151, 0.7)), url(../../../../wp-content/uploads/2023/12/ccc-inner-banner3.jpg) !important;
}
#wrapper #primary{
    padding-bottom: 70px;
}
.woocommerce nav.woocommerce-pagination{
    margin-bottom: 0 !important;
}
ol li{
    font-size: 16px;
}
a:hover{
  color: #00283C; 
}
.topbar-socials{
    float: left !important;
}
.sl-flag-box{
    float: left;
    padding: 8px 0 0px 10px;
}
.sl-flag-box img{
    width: 50px;
}
.inner-top-box {
    padding-top: 75px;
}
.topbar-opening-hours{
    padding-right: 15px !important;
}
.transparent-navigation .navbar:not(.navbar-shrink) .top-bar-getintouch a{
   
}
.navbar-fixed-top .top-bar-getintouch a{
    color: #1e266d !important;
}
.highlights-box .card{
	background: #fff;
	text-align: center;
	padding: 25px 10px;
    border-radius: 5px;
	box-shadow: 1px 2px 3px #ccc;
	border: 1px solid #c6d9e6;
}
.highlights-box .card img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#highlights-section .highlights-box h3{
    color: #00283C;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
	margin-bottom: 10px;
}
#highlights-section .highlights-box p{
    color: #000000;
}
#highlights-section .highlights-box a{
	color: #00283C;
	font-family: SFProDisplay-Medium;
	margin-top: 20px;
	display: block;
}
#highlights-section .highlights-box a:hover {
    color: #a10e2a;
}
.home-banner-text h1{
	font-family: SFProDisplay-Light;
	font-weight: normal !important;
}


.slick-slider .priv-arrow{
    Color: #00273b;
    font-size: 25px;
    border: 2px solid #c6d9e6;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    cursor: pointer; 
    position: absolute;
    bottom: -70px;
    left: 46%;
}
.slick-slider .next-arrow {
    Color: #00273b;
    font-size: 25px;
    border: 2px solid #c6d9e6;
    background: transparent;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: -70px;
    right: 46%;
}
.slick-slider .fa-arrow-right, .slick-slider .fa-arrow-left{
	color: #00273b;
}
.c-title, .c-title h1{
	font-family: SFProDisplay-Light;
    color: #00283C !important;
    text-align: center;
    font-size: 34px !important;
}
.all-news-btn{
    background: #C6D9E6;
    color: #00283C;
    text-align: right;
    display: inline-block;
    float: right;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: -59px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.all-news-btn:hover{
    background: #a10e2a;
    color: #fff;
}
.title-wrapper{
	margin-bottom: 30px;
}
.news-box .card{
	border: 1px solid #C6D9E6;
	border-radius: 5px;
    padding: 20px 15px;
}
.news-box .card-img-top{
	width: 100%;
}
#home-news-slider .news-box h3{
	color: #00283C;
	font-size: 20px;
	font-weight: normal;
    margin-top: 15px;
	margin-bottom: 10px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#home-news-slider .news-box .far{
	color: #bb111c;
}
#home-news-slider .news-box h6{
	color: #00283C;
	font-size: 15px;
	font-family: SFProDisplay-Medium;
}
#home-news-slider .news-box a{
	border: 1px solid #C6D9E6;
	color: #00283C;
	padding: 10px 20px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
#home-news-slider .news-box a:hover{
    background: #a10e2a;
    color: #fff;
}
#our-services{
	margin-top: 120px;
	padding-top: 60px;
    padding-bottom: 100px;
}
#services-slider .services-box .card{
	text-align: center !important;
}
#services-slider .services-box h3{
	margin-left: 20%;
	margin-right: 20%;
	line-height: 25px;
	margin-top: 15px;
}
#services-slider .services-box h3 a{
	color: #00283C;
	font-size: 20px;
	font-weight: normal;
}
.services-box .card img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
}
#economy-box{
	border: 1px solid #C6D9E6;
	margin-top: 75px;
}
 #bizinfosl{
	border: 1px solid #C6D9E6;
	margin-top: 75px;
	padding-right: 60px;
}
#economy-box p{
	color: #00283C;
    font-size: 20px;
    margin-right: 45%;
    line-height: 30px;
    margin-top: 20px;
}
#bizinfosl p{
	color: #00283C;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
	text-align: right;
}
#economy-box .far, #bizinfosl .far{
	color: #00283C;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
#economy-box a, #bizinfosl a{
	color: #00283C;
    border: 1px solid #C6D9E6;
    border-radius: 5px;
    padding: 5px 50px;
    font-size: 20px;
    margin-top: 35px;
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
#economy-box a:hover, #bizinfosl a:hover{
	background: #a10e2a;
    color: #fff;
    border: 1px solid #a10e2a;
}
#economy-box a:hover .far, #bizinfosl a:hover .far{
    color: #fff;
}
.services-box{
	margin-bottom: 20px;
}
#latest-publication .all-publication-btn{
    margin-top: -86px;
    z-index: 1;
    position: relative;
}
#patron-member-wrapper .slick-dots{
    display: none !important;
}

/*************************************************************
 * Footer Area
 * ***********************************************************/

.footer-social a .fab:hover{
    /**color: #00283C !important;**/
}

#footer .first-widget-area{
	width: 40%;
	padding: 50px 25px;
	border-top: 1px solid #ededed;
}
#footer .first-widget-area .textwidget, #footer .second-widget-area .textwidget{
	max-width: 100% !important;
	margin: 0;
}
#footer .second-widget-area{
	width: 60%;
	background: #97173e;
	padding: 50px 70px;
}
#footer .first-widget-area #text-3 h4 {
    color: #BA0B3A;
    font-weight: normal;
}
#footer .footer-left{
	padding: 0;
}
#footer .upper-footer{
	padding-top: 0 !important;
}
#footer #custom_html-2 h5{
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}
#footer #custom_html-2 p{
    color: #fff;
	font-size: 15px;
	margin-bottom: 0;
}
#footer .footer-social{
    display: inline-block;
    margin-bottom: 10px;
}
#footer .footer-social .fab{
	font-size: 20px;
}
#footer .footer-social .fa-facebook-f{
	margin-left: 0;
}
#footer .footer_widget{
	margin-bottom: 0;
}
#patron-member-wrapper .slick-dots li:before{
    background-color: transparent;
}

/*************************************************************
 * Contact Page
 * ***********************************************************/

.contact-details-title-box{
	padding-top: 70px;
    margin-bottom: 20px;
}
.contact-details-box{
	padding-bottom: 80px;
}
.contact-details-box .vc_toggle_active h4{
	color: #a10e2a !important;
	font-weight: bold;
}
.cont-box h4{
	color: #00283C !important;
}
.cont-box h4:hover{
	color: #a10e2a !important;
}
.cont-box p, .cont-box ul li{
	color: #00283C !important;
}
.loc-box .cb-wrapper{
    padding: 25px !important;
    min-height: 255px;
}
.cont-box a{
	color: #00283C;
}
.cont-box a:hover{
	color: #a10e2a;
}
.cont-box .fas {
    margin-right: 7px;
}
#bcz-box p{
    margin-bottom: 8px !important;
}
/*************************************************************
 * About Us
 * ***********************************************************/
#secretary-box, #deputy-secretary-box {
	text-align: center;
	border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 0 0px 20px rgba(38, 42, 76, 0.05);
	padding-top: 30px;
	margin-top: 25px;
}
#secretary-box .wpb_text_column, #deputy-secretary-box .wpb_text_column{
	padding: 35px 30px;
}
#secretary-box h5, #deputy-secretary-box h5{
	margin-bottom: 5px;
}
#secretary-box h6, #deputy-secretary-box h6{
	color: #7c7c7c;
    margin-bottom: 15px;
    font-size: 15px;
}
#secretary-box p, #deputy-secretary-box p{
	color: #696969;
    margin-bottom: 10px !important;
    font-size: 15px;
}
.milestone-box img{
    margin-bottom: 20px !important;
}
.h-right p{
    color: #a10e2a !important;
    margin-top: 15px;
    font-size: 16px;
}
.team-content-text-inner h5{
    color: #00283C !important;
}
.team-member.design-classic .team-content .team-subtitle {
    color: #a10e2a !important;
}
.team-member.design-classic .team-socials a span, #posts-content .post-link {
    color: #00283C !important;
}
#statues-box h2, #statues-box h6{
    color: #ffffff !important;
}
/*************************************************************
 * Members
 * ***********************************************************/
 
.member-box .cb-heading{
	font-size: 18px !important;
	color: #00283C !important;
}
.join-as-a-member h4{
    color: #a10e2a !important;
    margin-top: 40px !important;
}
.join-as-a-member h4 b{
    color: #00283C !important;
}
.kd-section-title{
    margin-bottom: 40px;
}
.kd-section-title h2{
    margin-bottom: 10px !important;
    color: #00283C !important;
}
.kd-section-title h6{
    color: #a10e2a !important;
}
.j-member-block{
    margin-top: 50px;
    padding: 80px 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 30%)), url(../../../../wp-content/uploads/2023/05/join-member-bg.jpg);
    background-position: center !important;
    background-size: cover !important;
    text-align: center;
}
.page-id-9877 #primary{
    padding-bottom: 0 !important;
}
#j-member-block h2{
    color: #fff !important;
}
table thead{
    background: #00283C;
    color: #fff;
}
.rule b{
    color: #00283C !important;;
}
.rule{
    color: #a10e2a;
    font-size: 16px;
}
#membership-cat-box .member-box .cb-heading{
	font-size: 15px !important;
}
.c-color{
    color: #a10e2a;
}

/*************************************************************
 * Publication
 * ***********************************************************/

.annual-report-box{
    text-align: center;
    margin-bottom: 20px !important;
}
.annual-report-box a{
    color: #00283C !important;
}
.annual-report-box .wpb_single_image {
    border: 1px solid #a10e2a;
}
.annual-report-box p{
    color: #00283C !important;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
}

/*****shop page*******/

.products .woocommerce-loop-product__title{
    color: #00283C !important;
}
.products .price .woocommerce-Price-amount{
    color: #a10e2a !important;
}
.business-publications{
    padding-top: 75px !important;
}


/*****shop inner page*******/
.product-inner-content .product_title, .widget_product_search .widget-title, .widget_top_rated_products .widget-title, .product_list_widget .product-title, .kd-shop-related .related h2, .product-name a, .cart_totals h2, .woocommerce-billing-fields h3, .woocommerce-additional-fields h3{
    color: #00283C !important;
}
.product-inner-content .woocommerce-Price-amount, .woocommerce-Price-amount{
    color: #a10e2a !important;
}
.woocommerce-tabs, .product-inner-content .product_meta, .product-inner-content .blog-social-sharing{
    display: none !important;
}
.product-inner-content .woocommerce-product-gallery--with-images{
    width: 40% !important;
}
.product-inner-content .entry-summary{
    width: 60% !important;
}
.single-product .blog-header{
    text-align: center;
    background: url(http://www.chamber.lk/betademo2/wp-content/uploads/2023/05/inner-banner-v4.jpg);
    background-size: cover;
    background-position: center;
}
.single-product .blog-header h1, .single-product .blog-header .breadcrumbs{
    color: #fff !important;
}

/*************************************************************
 * News Page
 * ***********************************************************/
 
.blog-single .blog-single-content{
    padding-bottom: 70px;
}
.blog-single .blog-single-content .meta-content, .blog-single .blog-single-content .comments-content, .blog-header .breadcrumbs{
    display: none !important;
}
.single-post-layout-one .blog-header{
    padding-top: 130px !important;
}
.blog-single-title a{
    color: #00283C !important;
}
.blog-single-title a:hover{
    color: #a10e2a !important;
}
.blog-single-title{
    color: #00283C !important;
}
.blog-single-title-meta-wrapper .published, .status-publish .published{
    color: #a10e2a !important;
}
.blog-single-title-meta-wrapper {
    margin-bottom: 40px !important;
}
.blog-page-heading .section-subheading{
    display: none !important;
}
.blog-page-heading .section-heading{
    color: #fff !important;
}

/*************************************************************
 * Partners Page
 * ***********************************************************/

.gateway-box p{
    background: #00283C;
    color: #fff;
    padding: 40px 30px;
    font-size: 25px;
}
.international-partners-box .countries {
    margin-bottom: 45px;
}
.international-partners-box .countries .est {
    color: #707070;
    font-size: 14px;
    font-weight: 300;
}
.international-partners-box .countries .country-name, .international-partners-box .countries .type {
    color: #00283C !important;
    font-size: 16px;
    font-weight: 600;
}

/*************************************************************
 * 
 * ***********************************************************/
.bc-box{
    background: #00283C;
    color: #fff;
    
}
.bc-box a{
    color: #fff !important;
}
.bc-box a:hover{
    color: #BA0B3A !important;
}

.bc-box h4{
    color: #ffffff !important;
}
.bc-box .vc_column-inner{
    padding: 40px !important;
}
.bc-box p{
    margin-bottom: 10px !important;
}
.ccc-gap{
    margin-top: 70px;
}
.barcode-box{
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
}
.barcode-box h1{
    color: #fff !important;
    margin-bottom: 15px !important;
    font-size: 35px !important;
}
.barcode-box h3 {
    color: #fff !important;
    font-weight: 100 !important;
    font-size: 25px !important;
    margin-bottom: 20px !important;
}

/*************************************************************
 * Careers Page
 * ***********************************************************/
 
#vacancy-wrapper .vc_toggle_title:after{
    color: #a10e2a !important;
}
#vacancy-wrapper .vc_toggle_title h4{
    color: #00283C !important;
    font-family: SFProDisplay-Medium;
    font-size: 18px;
}
#vacancy-wrapper .vc_toggle_title{
    padding: 15px 20px;
}

#vacancy-wrapper  .v-img{
    width: 100%;
    max-width: 700px !important;
    margin: 20px auto 20px auto;
    display: block;
}
#vacancy-wrapper .apply_button{
    text-align: center;
}
#vacancy-wrapper .apply_button .btn{
    background: #a10e2a;
    color: #fff;
    display: inline-block;
    margin: 20px auto 10px auto;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 18px;
    border: none;
}
.vacancy-application-form .col-md-6 {
    margin-bottom: 15px;
}
.wpcf7-list-item{
    margin-left: 15px !important;
}
.vname-box{
    display: none;
}
.codedropz-upload-inner h3 {
    color: #707070 !important;
    font-size: 18px !important;
}
.max-length-box{
    margin-bottom: 20px;
    display: block;
}
.label-upload{
    margin-bottom: 3px !important;
}
.vacancy-application-form .required {
    color: red;
}
#v-apply-form .wpcf7-form-control{
    height: 45px;
}
.wpcf7-form label{
    font-size: 15px !important;
}
#v-submit .wpcf7-submit{
    margin: 25px 0 ;
    
}
.wpcf7 form.invalid .wpcf7-response-output{
    color: red;
    border: none;
    font-size: 16px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: green;
    border: none;
    font-size: 16px !important;
}
.blog_widget select {
    color: #1e266d !important;
}
.gtin-block .tt_button{
    margin-bottom: 25px;
}
.page-id-5 #topbar-phone a:hover span, .page-id-5 #topbar-phone a:hover .fas, .page-id-5 #topbar-email a:hover span, .page-id-5 #topbar-email a:hover .far{
    color: #ffffff !important;
}
.wpls-logo-showcase .slick-arrow{
    background-color: #00283C !important;
}
.b-link a:hover{
    color: #00283C !important;
}
.a-team-box .team-member.design-classic .kd-team-contact .kd-team-email{
    width: 100% !important;
}

.team-text{
    text-align: center;
}
.team-text h4{
    color: #fff !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
}
.team-text h3{
    color: #fff !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
}
.team-text a{
    color: #a7a7a7;
    font-weight: 100;
}
.team-img img{
    width: 280px;
}
.timeline-vertical-7 .timeline-ver-7-timeline__img.timeline-ver-7-timeline__img--picture {
    background: #a10e2a !important;
}
.timeline-vertical-7 .timeline-title {
    color: #00283C !important;
    font-size: 20px !important;
}
.timeline-vertical-7 .timeline-ver-7-timeline__content {
    -webkit-box-shadow: 0 3px 0 #a10e2a !important;
    box-shadow: 0 7px 0 #a10e2a !important;
}
.history-banner{
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-position: center !important;
}
.history-banner h3{
    color: #fff !important;
    font-size: 23px !important;
}
.intro-text{
    background: #f1f1f1;
    /**color: #fff;**/
    padding: 50px 50px 40px 50px;
    border-radius: 20px;
}
.intro-text h3{
    color: #fff !important;
}
.intro-text p{
    font-size: 16px;
}
.sub-service-wrapper{
    margin-top: 60px;
    margin-bottom: 45px !important;
}
.sub-service-wrapper .row{
    display: flex;
    flex-wrap: wrap;
}
.sub-service-box{;
    background: #00283C;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 40px;
    
}
.sub-service-box .card{
    background: #00283C;
}
.ssi{
    padding: 0 !important;
    background-position: center !important;
    background-size: cover !important;
}
.sub-service-box h3{
    color: #fff !important;
    font-size: 25px !important;
}
.sub-service-box p{
    color: #fff;
}
.sub-service-box a{
    color: #fff;
}
.sub-service-box a:hover{
    color: #fff;
}
.ss-wrapper h3{
    color: #00283C !important;
    font-size: 25px !important;
}
.ss-wrapper{
    margin-top: 30px;
}
.t-block h3{
    color: #00283C !important;
}

.sr-banner-box{
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 70px;
}
.sr-banner-box h1{
    color: #fff !important;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 10px !important;
}
.con-box .wpb_content_element .wpb_wrapper{
    box-shadow: 1px 2px 3px #ccc;
    padding: 10px 15px;
    border-radius: 10px;
    border-bottom: 5px solid #97173e;
}
.con-box h4{
    color: #00283C !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
}
.con-box a{
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
.con-box a:hover{
    color: #00283C !important;
}
.meeting-venue-box .sub-service-box, .ed-wrap .sub-service-box{
    min-height: 300px;
}
.committee-box h3{
    background: #00283C;
    color: #fff !important;
    font-size: 20px !important;
    padding: 10px 15px;
    border-radius: 10px;
}
.committee-box h4{
    color: #97173e !important;
    padding: 0 15px;
    font-size: 18px !important;
    margin-top: 35px !important;
}
.committee-box h5{
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-bottom: 5px !important;
    padding: 0 15px;
}
.committee-box h6{
    color: #696969 !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
    padding: 0 15px;
}
.committee-box p{
    padding: 0 15px;
}
.committee-box .wpb_wrapper{
    background: #ededed;
    border-radius: 20px;
    padding: 0 0 30px 0;
    margin-bottom: 30px !important;
    margin-top: 40px;
}
.kd-section-title h3{
    margin-bottom: 10px !important;
    color: #00283C !important;
}
.committee-title h3{
    font-size: 22px !important;
    margin-top: 40px !important;
}
#custom_html-2 .footer-social a .fab:hover{
    color: #FFFFFF !important;
}
/**.tb-r3-2, .tb-r3-3, .tb-r3-4{
    display: none;
}**/
.tb-c3{
    display: flex;
    align-items: center;
    justify-content: center;
}
.z-box{
    margin-bottom: 25px !important;
}
.z-box h3{
    color: #00283C !important;
    font-size: 20px !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}
.z-box a{
    margin-top: 10px;
    display: inline-block;
}
.z-box a:hover{
    color: #00283C !important;
}
#bcz-box .vc_toggle_title{
    padding: 10px 25px;
}
#bcz-box .vc_toggle{
    margin-bottom: 5px;
}
#bcz-box .vc_toggle_title h4{
    font-size: 16px;
}
.contact-info-box .social{
    display: flex;
}
.contact-info-box .social .fab{
    margin-right: 10px;
    font-size: 20px;
    margin-bottom: 50px;
}
.gs1box-wrapper{
    box-shadow: 1px 2px 3px #e3dddd;
    margin-top: 70px;
}
.gs1box-left .vc_custom_1701758835090  {
    min-height: 380px;
}
.gs1box-right{
    padding: 40px;
    text-align: center;
}
.gs1box-right h4{
    font-size: 26px;
}
.gs1box-right p{
    font-size: 16px;
}
.con-box-wrapper{
    margin-bottom: 30px;
}
#latest-news-grid .vc_gitem-post-data h4{
    color: #00283C !important;
}
.page-404{
    padding-top: 120px;
    padding-bottom: 70px;
}
#board-of-director-wrapper{
	background: #97173e !important;
}
#board-of-director-wrapper .kd-section-title h2 {
    color: #ffffff !important;
}
#board-of-director-wrapper .team-text p{
    color: #d9d9d9;
}
#chamber-academy-subservice .sub-service-box{
    min-height: 300px;
}
.sub-project-title .kd-section-title {
    margin-bottom: 20px;
}
.custom-post-box{
    text-align: center;
}
.custom-post-box h4{
    font-weight: 600 !important;
    font-size: 18px !important;
    margin-top: 20px !important;
}
.custom-post-box h4 a{
    color: #00283C;
}
.meu-page-wrapper .kd-section-title{
    display: block;
}
.meu-page-wrapper{
    padding-bottom: 70px;
}
.meu-page-wrapper .pagination{
    text-align: center;
    font-size: 18px;
}
.custom-post-box img{
    width: 200px;
}
.inner-committee-wrapper h4, .nominated-member-wrapper h4{
    color: #00283C !important;
}
.past-chairman-wrapper h6{
    color: #00283C !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}
.elected-members-wrapper .col-md-3{
    font-size: 16px;
    margin-bottom: 10px;
}
.elected-members-wrapper .col-md-3:before {
    content: "\f192";
    font-family: "Font Awesome 5 Pro";
    color: #a10e2a;
    margin-right: 5px;
}