/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
.member-title, .mobile-social-icons{
	display:none !important;
}


div#n2-ss-2-arrow-previous {
    position: absolute;
    left: 44%;
    margin-left: 0;
    transform: translate(-50%, 0px) rotate(180deg);
	background: url(../../uploads/2022/11/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
}
div#n2-ss-2-arrow-next {
    position: absolute;
    right: 44%;
    margin-right: 0;
    transform: translate(50%, 0px);
    background: url(../../uploads/2022/11/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
}
div#n2-ss-2-arrow-next img, div#n2-ss-2-arrow-previous img {
    opacity: 0;
}
/*-------- over column section -------*/

.fl-page-bar {
    border-bottom: none !important;
}

.fl-page-header-container.container {
    padding: 0;
}
.fl-page-header-logo {
    max-width: 260px;
    margin-top: -34px;
    margin-bottom: 15px;
}

.overlay--right-sec {
    position: relative;
    right: -60px;
    z-index: 99;
}
.overlay--right-sec .fl-col-content.fl-node-content {
    background: #fff;
}

.boder_top:before {
    width: 71%;
    background: #48BDCE !important;
    content: "";
    height: 41px;
    position: absolute;
    right: 0;
    border-top: 41px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 43px solid #fff;
}
.boder_top  .fl-row-content-wrap {
    background: transparent !important;
}
li#menu-item-29 a:before {
    transform: translate(0px, -1px) !important ;
}
header {
    background: #fff !important;
}

.boder_top .fl-col-content.fl-node-content{
	display: block;
    text-align: right;
}
.boder_top .fl-col-content.fl-node-content .fl-module {
    display: inline-block;
    width: auto !important;
}
.boder_top  p {
    margin: 0;
    position: relative;
    top: 2px;
}
.fl-search-form-fields a.fl-button {
	padding-top: 0 !important;}

/*-------------- four column section -------------*/

 
html:not(.fl-builder-edit)  .four-custom-column-sec .fl-col-content>.fl-module-button {
    margin-bottom: -139px;
    opacity: 0;
		transition: all 0.5s ease;
}
html:not(.fl-builder-edit)  .four-custom-column-sec  .fl-module.fl-module-rich-text {
      margin-top: -118px;
    opacity: 0;
		transition: all 0.5s ease;
}
.four-custom-column-sec .fl-col-content .fl-col:hover .fl-module-button,   .four-custom-column-sec .fl-col-content .fl-col:hover .fl-module.fl-module-rich-text {
    margin-bottom: 0;
	   margin-top: 0;
    opacity: 1;
	transition: all 0.5s ease;
	position:static
}


html:not(.fl-builder-edit)  .four-custom-column-sec .fl-col-content .fl-col {
    min-height: 440px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

html:not(.fl-builder-edit)  .four-custom-column-sec .fl-col-content .fl-col>div {
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.four-custom-column-sec .fl-col-content .fl-col>div>div{width:100%}
.four-custom-column-sec .fl-col-content .fl-col:hover>div {
    min-height: 400px;
}

.four-custom-column-sec .fl-col-content {
    transition: all 0.5s ease;
    min-height: 288px;
  
}
html:not(.fl-builder-edit) .four-custom-column-sec .fl-col .fl-col-content.fl-node-content  .fl-col .fl-col-content.fl-node-content{position:relative}
html:not(.fl-builder-edit) .four-custom-column-sec .fl-col .fl-col-content.fl-node-content .fl-col .fl-col-content.fl-node-content:after {
    content: "";
    position: absolute;
    background-image: url(../../../wp-content/uploads/2022/11/New-Project-11.png);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
html:not(.fl-builder-edit) .four-custom-column-sec .fl-col-content .fl-col>div>div {
    position: relative;
    z-index: 9;
}

.four-custom-column-sec .fl-col-content .fl-col-content:hover {
/*     background-color: rgb(255,204,70); */
   background: transparent linear-gradient(338deg, #EF9D08 0%, #FFCC46 100%) 0% 0% no-repeat padding-box;
    
}
.four-custom-column-sec .fl-col-content:hover>.fl-module-rich-text, .four-custom-column-sec .fl-col-content:hover>.fl-module-button{
	display:block;
	height: auto;
}
.four-custom-column-sec .fl-module.fl-module-heading.fl-node-o8u104rnz5pw {
    margin-top: 18px;
}
.four-custom-column-sec .fl-col-content .fl-col-content:hover .fl-module.fl-module-heading.fl-node-o8u104rnz5pw{
	margin-top: 0;
}
/************** home post *********************/
.fl-post-feed-text {
    padding-right: 60px !important;
}
.fl-post-feed-text h3 a {
    position: relative;
	display: block;
}
.fl-post-feed-text h3 a:before {
    content: '';
    width: 32px;
    height: 70px;
    background: url(../../uploads/2022/11/New-Project-9-1.png);
    position: absolute;
    right: -70px;
    background-size: contain;
    background-repeat: no-repeat;
}
.event-post .fl-post-feed-text h3 a:before{
	background-image: url(../../uploads/2022/11/New-Project-9.png) !important;
}
h3.fl-post-feed-title {
    margin-top: 10px;
}
.fl-post-feed-header {
    margin-bottom: 0px;
}
/*---------- main slider module ------------*/
.custom-slider-module .slick-slide .slide-inner {
    height: 87vh;
    background-size: cover;
    padding: 40px;
	position:relative;
	z-index: 1;
	display:flex
}
.custom-slider-module .slick-slide .slide-inner .m-content {
    max-width: 475px;
    margin-left: 10%;
	    align-items: center;
    align-self: center;
}
.custom-slider-module .slick-slide .slide-inner .m-content h3 {
    font-size: 85px;
    font-weight: 600;
	line-height:71px;
    color: #fff;
    line-height: 2.13px
    margin-bottom: 20px !important;
    display: block;
}

 
.custom-slider-module a.slide-btn {
    background: RGBA(72,189,206,0);
    opacity: 1;
    padding: 2px 27px;
    box-shadow: none;
    border: 2px solid RGBA(72,189,206,1);
    border-radius: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-right: 16px;
    margin-top: 0 !important;
    display: inline-block;
}
.custom-slider-module .slick-slide .slide-inner .m-content p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 34px;
}

.custom-slider-module .slick-slide .slide-inner:before {
    content: '';
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.custom-slider-module button.slick-next.slick-arrow {
    position: absolute;
    bottom: 83px;
    top: inherit;
    right: 44%;
    transform: translate(50%, 0px);
	background: url(../../uploads/2022/11/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 40px;
    height: 40px;
	 z-index: 1;    border: none;
	margin-top: -168px;
}
.custom-slider-module button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 83px;
    top: inherit;
    left: 44%;
    z-index: 1;
    background: url(../../uploads/2022/11/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transform:  translate(-50%, 0px) rotate(180deg);
    font-size: 0;
    width: 40px;
    height: 40px;    border: none;
	margin-top: -168px;
}

.custom-slider-module .slick-dots li button {
    display: none;
}
.custom-slider-module .slick-dots li {
    display: inline-block;
    padding: 0;
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 20px;
    margin: 5px;
}
.custom-slider-module ul.slick-dots {
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 83px;
    width: 100%;
	left: 0;
	z-index: 0;
}
.slick-dots li {
    cursor: pointer;
}
.slick-dots li.slick-active{
	background:#aaa;
}

.custom-slider-module .slick-slide .slide-inner .m-content {
    position: relative;
}
.custom-slider-module .slick-slide .slide-inner .m-content:after {
    width: 500px;
    height: 500px;
    background-image: url(../../../wp-content/uploads/2022/12/Group-31.svg);
    display: block;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    top: -12%;
    left: -30%;
    opacity: 0.8;
}

.custom-slider-module .slick-slide .slide-inner .m-content * {
    position: relative;
    z-index: 9;
}


.client-brand .slick-list {
    width: 970px;
    max-width: 100%;
    margin:0 auto;
    padding: 0 15px;
}
.client-brand .logo-brand-item img {
    display: inline-block;
}
.client-brand .logo-brand-item div {
    text-align: center;
    display: block;
}
.client-brand .slick-dots li button {
    display: none;
}
.client-brand .slick-dots li {
    display: inline-block;
    padding: 0;
    width: 9px;
    height: 9px;
    background: #454545;
    border-radius: 20px;
    margin: 5px;
}
.client-brand li.slick-active {
    background: #E3E3E3 !important;
}
.client-brand ul.slick-dots {
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
	left: 0;
}
.client-brand button.slick-next.slick-arrow {
    position: absolute;
    top: 44%;
    right: 2%;
    transform: translate(50%, 0px) rotate(180deg);
	background: url(../../uploads/2022/11/New-Project-14.png);
	 background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 40px;
    height: 40px;
	    border: none;
}
.client-brand button.slick-prev.slick-arrow {
    position: absolute;
    top: 44%;
    left: 2%;
    z-index: 1;
    background: url(../../uploads/2022/11/New-Project-14.png);
	 background-repeat: no-repeat;
    background-position: center;	
    transform:  translate(-50%, 0px);
    font-size: 0;
    width: 40px;
    height: 40px;
	    border: none;
}
.logo-brand-item {
    min-height: 140px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}


/*************************/

ul#menu-main-menu {
    padding-left: 50px;
	position:relative;
}
li.menu-item.fl-menu-search-item {
    position: absolute;
    left: 0;
    top: 0;
}
ul#menu-main-menu .menu-item-type-custom a {
    position: relative;
	overflow:hidden;
}
li#menu-item-29 a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #0A2962;
    bottom: 0;
    left: 0;
    transform: translate(0px, 5px);
    transition: all 0.4s ease;
}
ul#menu-main-menu .menu-item-type-custom a:hover:before{
	transform: translate(0px, -1px);
}
li#menu-item-29 a {
    color: #002D6C !important;
    padding-left: 30px;
    padding-right: 30px;
}
li#menu-item-29 {
    margin-right: 11px;
    margin-left: 16px;
}
.home header { 
    margin-bottom: 0;
}

li#menu-item-29 a:hover,   ul#menu-main-menu .menu-item-type-custom a:hover  {    color: #48BDCE !important;}
li#menu-item-29 a:before {	background:#012C65;}
li#menu-item-29 a:hover:before {	background:#48BDCE;}
.fl-menu-search-item a.fl-button {
    padding: 11px;
}

.custom-slider-module a.slide-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #48bdce;
    transition: 0.5s;
    border-color: #fff;
    outline: none;
    text-decoration: none;
}
i.fl-button-icon.fl-button-icon-before.fas.fa-search {
    background-image: url(../../uploads/2022/11/Icon-open-magnifying-glass.svg);
    font-size: 0;
    width: 27px;
    height: 25px;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    left: 6px;
}

.social-icon .fl-icon-wrap a:hover, .social-icon .fl-icon-wrap a:hover, .social-ico:hover .fl-icon-wrapa, .social-icon:hover a p  { color:#48bdce!important; }
.social-icon .fl-icon-wrap a:hover {text-decoration:none;}

@media(min-width:1500px){
.custom-slider-module .slick-slide .slide-inner .m-content {
    max-width: 771px;
	    margin-left: 16%;
}	
	
	.custom-slider-module .slick-slide .slide-inner .m-content h3 {
    font-size: 85px;  
		letter-spacing: 2.13px;
		    line-height: 71px;
		
}
}
.fl-row-full-width.mobile_menu { 
	display:none
}
@media(max-width:767px){
	
.fl-row-full-width.mobile_menu:after {
    width: 150px;
    height: 34px;
    background: #0A3067;
    bottom: 0;
    position: absolute;
    border-top: 34px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 34px solid #fff;
}
.fl-row-full-width.mobile_menu {
    height: 73vh;
    padding-top: 19px;
    position: relative;
	display:none
}
	.menu_open .fl-row-full-width.mobile_menu, .menu_open .fl-row-full-width.mobile_menu	.fl-module.fl-module-menu nav  { 
	display:block !important
}
	/* header .fl-module.fl-module-menu nav {
    display: none !important;
}
header .fl-menu-mobile-clone .fl-module.fl-module-menu nav {
    display: block !important;
} */

.member-title a {
    font-size: 25px;
    padding-bottom: 6px!important;
	line-height:1;
}
	li#menu-item-29 a {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    margin-top: 10px;
}
	.mobile-social-icons a {
    font-size: 23px !important;
}
	html:not(.fl-builder-edit) body .four-custom-column-sec .fl-col-content .fl-col {
    min-height: auto; 
    margin-bottom: 15px;
}
	.member-title, .mobile-social-icons{
	display:block !important;
}
.member-title a {
    color: #00BED0 !important;
    font-size: 16px;
}
.member-title a:hover:before {
    display:none;
}
	.mobile-social-icons {
    display: inline-block !important;
    width: auto !important;
}
.mobile-social-icons a {
    color: #00BED0 !important;
    padding: 4px !important;
    font-size: 16px;
}	
ul#menu-main-menu {
    padding-bottom: 20px;
}	
	
	.custom-slider-module .slick-slide .slide-inner .m-content h3 {
    font-size: 50px;
		line-height:43px
}
	.custom-slider-module .slick-slide .slide-inner .m-content p {
    font-size: 21px; 
    margin-bottom: 20px; 
    line-height: 25px;
}
html {
    overflow-x: hidden !important;
    width: 100% !important;
}	
body {
    overflow-x: hidden;
}	
.custom-slider-module a.slide-btn {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 4px 27px;
}
	.custom-slider-module .slick-slide .slide-inner .m-content:after {
    width: 229px;
    height: 378px;   
    top: -2%;
    left: -40px;
    opacity: 0.8;
    background-size: contain;
}
.custom-slider-module .slick-slide .slide-inner .m-content {
    margin-left: 0%;
}	
.fl-node-hqg3p45m97wn > .fl-module-content {
    margin-top: -35px;
}
.fl-node-hqg3p45m97wn .fl-photo-content img {
    height: 20px !important;
    object-fit: cover;
}	
.custom-slider-module .slick-slide .slide-inner {
    height: 741px;
	    display: block;
}
.custom-slider-module ul.slick-dots {
    bottom: 84px;
}
.custom-slider-module button.slick-next.slick-arrow {
    right: 30%;
    margin-top: -108px;
}	
.custom-slider-module button.slick-prev.slick-arrow {
    left: 30%;
    margin-top: -108px;
}
.fl-node-iksyf04jdepo.fl-module-heading .fl-heading {
    text-align: center;
}	
 .overlay--right-sec { 
	 right: 0;}
 
	.fl-node-8onw430acjp1 .fl-button-group-layout-vertical .fl-button-group-buttons a.fl-button, .fl-node-8onw430acjp1 .fl-button-group-layout-horizontal .fl-button-group-buttons a.fl-button {
    width: 100%;
}
	 .overlay--right-sec .fl-button-group-layout-horizontal .fl-button-wrap {
    display: block;
}
html:not(.fl-builder-edit) body .aj_sec>div {
    clip-path: polygon(0% 0%, 100% 5%, 100% 60%, 100% 100%, 0% 91%, 0% 80%, 0% 12%);
    padding: 111px 15px 159px !important;
}
	html:not(.fl-builder-edit) body .aj_sec>div:after{display:none}
.fl-row.fl-row-fixed-width.fl-row-bg-none.fl-node-67oyxfw923ik .fl-button-group-buttons {
    width: 100%;
    display: block !important;
}
	html:not(.fl-builder-edit) body  .aj_sec>div:before { 
		width: 100%;}
.fl-module-heading .fl-heading {
    text-align: center;
}	
.fl-col.fl-node-v4iob91du02z.fl-col-small {
    display: none;
}
button.fl-menu-mobile-toggle.hamburger {
    position: absolute;
    top: 0;
    right: 0;
}
button.fl-menu-mobile-toggle.hamburger {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../uploads/2022/11/Untitled-1-2.png);
    width: 204px;
    padding: 10px 29px 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 41% 0px;
    text-align: right;
}
button.fl-menu-mobile-toggle.hamburger svg.hamburger-menu {
    opacity: 0;
}	
button.fl-menu-mobile-toggle.hamburger  span.fl-menu-icon.svg-container {
    background: url(../../uploads/2022/11/New-Project-1-1.png);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
button.fl-menu-mobile-toggle.hamburger span.fl-menu-icon.svg-container:before {
    content: 'Menu';
    position: absolute;
    right: 31px;
    top: -2px;
    color: #fff;
    font-size: 24px;
}	

button.fl-menu-mobile-toggle.hamburger.fl-active span.fl-menu-icon.svg-container:before {
    content: 'Close';
}	
ul#menu-main-menu {
    padding-left: 0px;
    position: relative;
    padding-top: 40px;
}
li.menu-item.fl-menu-search-item {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    transform: translate(-50%, 0px);
}
.four-custom-column-sec .fl-col-content .fl-col-content:hover {
    transform: translate(0px, 0%);
}
	.four-custom-column-sec .fl-module {
    padding: 0 16px;
}
	.fl-col-small:not(.fl-col-small-full-width) { 
    justify-content: center;
}
 	
.four-custom-column-sec .fl-module.fl-module-heading.fl-node-o8u104rnz5pw {
    margin-top: 20px;
}
.four-custom-column-sec .fl-col-content .fl-col-content:hover .fl-module.fl-module-heading.fl-node-o8u104rnz5pw {
    margin-top: 20px;
}	
.client-brand .slick-list {
    max-width: calc(100% - 40px) !important;
    margin: 50px 20px 30px !important;
    padding: 0 !important;
}
.client-brand button.slick-next.slick-arrow, .client-brand button.slick-prev.slick-arrow {
    top: 45%;
}
.fl-col.fl-node-s542ceqmbdao.fl-col-small a.fl-icon-text-link.fl-icon-text-wrap {
    width: 105px;
    display: inline-block;
}	
footer ul.menu li a {
    padding-right: 0 !important;
}	
body .breadcrumb-container.theme1 {
    margin-left: 15px!important;
}
.fl-post-feed-text h3 a:before {
    content: '';
    width:22px;
    height:56px;
    right: -37px;
}
}


html:not(.fl-builder-edit) .aj_sec>div {
    clip-path: polygon(10% 5%, 100% 30%, 100% 61%, 100% 100%, 10% 74%, 0% 80%, 0% 12%);
	padding: 279px 40px 266px !important;
}
 
.aj_sec{
	background:#F0F0F0;
	background: linear-gradient(to bottom, #F0F0F0 50%, #fff 50%);
}
html:not(.fl-builder-edit) .aj_sec>div:after {
    position: absolute;
    left: 0;
    content: "";
    width: 10%;
    height: 100%;
    background: #48bdce;
    top: 0;
	    z-index: 9;
}

html:not(.fl-builder-edit) .aj_sec>div:before {
    position: absolute;
    right: 0;
    content: "";
    width: 90%;
    height: 100%;
    background-color: #022F64;
    top: 0;
}
html:not(.fl-builder-edit) .aj_sec>div>div {
    position: relative;
    z-index: 9;
}


.aj_sec .fl-col-content.fl-node-content:after {
	display:none
}
body .fl-menu .fl-menu-toggle { 
    top: 16px; 
}


ol {
    padding: 0;
}
body .breadcrumb-container.theme1 {
    padding-left: 0;
    margin-left: 0px;
    margin-top: 10px;
}
.breadcrumb-container li a, .breadcrumb-container li .separator {
    font-size: 18px;
}

body .breadcrumb-container.theme1 a { 
    margin: 0 0px;
    padding: 5px 0px;
}

.staff_tab_info h2:after {
    border-top: 10px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 10px solid #012c66;
}
.reportbtn { background: #48BDCE;
border-radius: 50px;
font: normal normal bold 20px/33px Fieldwork;
letter-spacing: 0.5px;
color: #FFFFFF;
}
.reportbtn:hover {
   background-color: #fff;
    color: #48bdce;
    transition: 0.5s;
    border-color:#48bdce;
    outline: none;
    text-decoration: none;
}
.advocacy_item {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 13px;
    padding: 35px 50px;
    margin-bottom: 20px;
}
.advocacy_wapper .slick-slide {
    height: 0px!important;
   }
   .advocacy_wapper .slick-slide.slick-active {
      height: 100% !important;  
	 display: flex;
    flex-wrap: wrap;
   }
   .advocacy_center_v h3 {
    font-size: 35px;
    letter-spacing: 0.88px;
    color: #48BDCE;
    line-height: 40px;
    margin-bottom: 5px;
    margin-top: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.advocacy_center_v p {
    margin: 0;
    font-size: 24px;
    color: #414141;
}
.advocacy_wapper ul.slick-dots li button, .news-wapper ul.slick-dots li button, .events-cor  ul.slick-dots li button {
    font-size: 0;
    background:#48BDCE;
    padding: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    top: -10px;
	border-color: #48BDCE;
}
.advocacy_wapper .slick-prev:after, .news-wapper .slick-prev:after, .events-cor .slick-next:after {
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    font-size: 34px;
    font-weight: 900;
    position: relative;
    top: -2px;
    left: 109px;
}

.advocacy_wapper .slick-dots .slick-arrow, .news-wapper .slick-dots .slick-arrow,.events-cor .slick-dots .slick-arrow, .events-cor .slick-dots .slick-arrow {
    display: inline-block !important;
}
.advocacy_wapper ul.slick-dots li, .news-wapper li, .events-cor ul.slick-dots li  {
    display: inline-block;
}
.advocacy_block ul.slick-dots, .news-wapper ul.slick-dots, .events-cor ul.slick-dots {
    padding: 0;
    list-style: none;
    text-align: center;
}
.events-cor .slick-arrow {
    background: transparent;
    border: none;
    color: #48bdce;
    font-size: 0;
    background: transparent;
    position: relative;
    top: 1px;
}
.advocacy_wapper .slick-dots .slick-arrow, .news-wapper .slick-dots .slick-arrow  {
    display: inline-block !important;
    border: none;
    background: transparent;
    color: #48BDCE;
	transform:rotate(180deg);
}
.events-cor .slick-prev::before, .events-cor .slick-next:after {
    font-size: 36px;
}
.advocacy_wapper ul.slick-dots li.slick-active, .news-wapper ul.slick-dots li.slick-active, .events-cor ul.slick-dots li.slick-active, .events-cor ul.slick-dots li.slick-active {
      background: transparent;
}
.advocacy_wapper ul.slick-dots li.slick-active button, .news-wapper ul.slick-dots li.slick-active button, .events-cor ul.slick-dots li.slick-active button, .events-cor ul.slick-dots li.slick-active button  {
      opacity: .45;
}
.advocacy_wapper .slick-next:before, .news-wapper .slick-next:before, .events-cor .slick-prev::before {
    font-family: "Font Awesome 5 Free";
    content: "\f30a";
    font-size: 34px;
    font-weight: 900;
    position: relative;
    top: -2px;
    right: 109px;
}
.events-cor .slick-prev::before { 
    left: -110px;
    font-size: 36px;
}
.events-cor .slick-next:after { 
    right: -110px;
    font-size: 36px;
}
.advocacy_wapper .slick-arrow, .news-wapper .slick-arrow{
    font-size: 0 !important;
}
.year-child {
    padding: 10px 16px;
}
ul.year-child.slick-slide.slick-current>li>a {
    font-size: 24px;
    color: #48BDCE;
}
.month-child {display:none;}
.year-outer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-wapper {
    display: flex;
    flex-wrap: wrap;
}
.post-item {
    width: 48%;
    background:#023C5B;
    margin: 1%;
    border-radius: 13px;
    padding:25px 55px;
    text-align: center;
    min-height: 335px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-self: center;
    align-content: center;
}
.news-wapper .post-item {
    width: 100%;
    margin: 0;
    padding: 0 17px;
}

.post-item p, .post-item div {
    width: 100%;
    margin: 0;
}
.post-item a.pdfbtn {
    border: none;
    background: transparent;
    color: #023C5B;
    color: #02;
}

.post-item h4 {
    text-align: center;
    font: normal normal normal 35px/40px Fieldwork;
    letter-spacing: 0.88px;
    color: #48BDCE;
}

.post-item a {
    width: 47%;
    display: inline-block;
    background: #48BDCE;
    margin: 0 1%;
    font: normal normal bold 13px/23px Fieldwork;
    letter-spacing: 0.33px;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 15px 0 13px;
}

.advocacy_item.post-item {
    margin-bottom: 30px;
}
span.secpdf a {
    font-size: 15px;
}


.post-item p {
    font: normal normal normal 24px/40px Fieldwork;
    letter-spacing: 0.6px;
    color: #fff;
    font-weight: bold;
}
.advocacy_center {
    box-shadow: 0px 3px 6px #0000001c;
    border-radius: 13px;
    overflow: hidden;
}

.year-child a {
    color: #777777;
    font: normal normal normal 18px/37px Fieldwork;
    letter-spacing: 0.45px;
    text-decoration: none;
    outline: unset;
}
.buttonbg {
    padding-top: 40px;
    padding-bottom: 10px;
}
.blog-list-archive {
    margin: 0 auto !important;
    transform: unset !important;
    text-align: center !important;
    width: 100% !important;
    position: relative;
}
ul.year-child.av_active ul.archive-sub-menu.month-child {
    display: block;
    position: absolute;
    top: 46px;
    width: 100%;
    padding: 12px 0 0;
    left: 0;
    border-top: 2px solid #48BDCE;
}
.year-post {
    display: none;
}
body .av_post_active {
    display: block;
}
.eventstab_row_1 {
    display: flex !important;
}
.post-wapper-main {
    margin-top: 29px;
}
ul.archive-sub-menu.month-child a {
    font: normal normal normal 18px/37px Fieldwork;
    letter-spacing: 0.45px;
    color: #777777;
    padding: 0 6px;
}


.news-wapper ul.slick-dots {
    margin-top: 29px !important;
}

.year-child {
    list-style: none;
    padding: 0 10px 49px;
    width: auto !important;
    text-align: center;
    float: none !important;
    display: inline-block !important;
    text-decoration: none !important;
}

span.staff_avt { 
    overflow: hidden;
}

.Board_Directors .tabs-parent-wrap {
    background: #012D67}
    .eventstab {
        justify-content: center;
        margin: 7px auto;
        background: #48BDCE;
        border-radius: 13px;
        margin-bottom: 30px;
        max-width: 1200px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 59px 20px 24px;
        text-align: center;
    }
    .eventstab div {
        width: 100%;
    }
    .eventstab p {
        color: #fff;
        font: normal normal normal 24px/40px Fieldwork;
        letter-spacing: 0.6px;
        margin: 0;
    }
    
    .eventstab h2 {
        width: 100%;
        margin: 0;
    }
    .eventstab div a {
        background: #023C5B 0% 0% no-repeat padding-box;
        border-radius: 50px;
        font: normal normal bold 18px/21px Fieldwork;
        letter-spacing: 0.45px;
        color: #FFFFFF;
        padding: 20px 95px;
        display: inline-block;
        margin-top: 24px;
        text-transform: uppercase;
        border: none !important;
        text-decoration: none;
    }
    .eventstab h2 {
        color: #fff;
        font: normal normal normal 35px/40px Fieldwork;
        letter-spacing: 0.88px;
    }
@media(max-width:1600px){
    .custom-slider-module .slick-slide .slide-inner .m-content {
        max-width: 677px;}
        .boder_top:before {
            width: 69%;}
            .fl-page {
                overflow: hidden;
            }
}

@media(max-width:1300px){
li.menu-item.fl-menu-search-item {
    display: none !important;
}
ul#menu-main-menu {
    padding-left: 0;}
    .right-col {
        width: 58%;}
}
@media(max-width:800px){
    .advocacy_item { 
        padding: 15px;}
        .advocacy_center_v {
            display: block;}
            .left-col {
                width: 100%;
                padding-right: 0;
            }
            .advocacy_center_v h3 {
                font-size: 20px;
                letter-spacing: 0; 
                line-height: 27px;
                margin-bottom: 5px;
                margin-top: 0;
            }
            .advocacy_center_v p {
                margin: 0 0 15px;
                font-size: 15px; 
            }

            .right-col {
                width: 100%;
                text-align: left;
            }
            .post-wapper {
                display: block;}
                .post-item {
                    width: 100%; 
                    margin: 0 0 20px;
                    border-radius: 13px;
                    padding: 20px;
                    text-align: center;
                    min-height: unset;
                    display: block;
                } 
                .news-wapper .slick-list.draggable {
                    padding: 0 !important;
                }
                .year-child a, ul.archive-sub-menu.month-child a { 
                    font: normal normal normal 15px/37px Fieldwork;}
                    .year-child { 
                        padding: 0 5px 49px;}
                       .news-wapper .slick-list { 
                            overflow: unset;
                        } 
                        .news-wapper li {
                            display: inline-block;
                            height: 17px;
                        }

                      .page-id-5004  [role="presentation"] {
                            display: none !IMPORTANT;
                        }
                        .fl-tabs-panels.fl-clearfix {
                            padding: 21px 12px;
                        }

                        .year-post.slick-slide.slick-current.slick-active {
                            height: auto !important;
                        }
                        
                        .year-post{
                            display: block;
                            height: 0 !important;
                        }


                        .post-item a {
                            width: 88%;
                            margin: 0 1%;
                            font: normal normal bold 13px/23px Fieldwork;
                           
                            padding: 11px 0 13px;
                            margin-bottom: 9px;
                        }

                        .slick-current ul.archive-sub-menu.month-child { 
                            padding: 3px 0 5px;}                       
                .post-item h4 { 
                    font: normal normal normal 20px/25px Fieldwork;
                }     
                .post-item p {
                    font: normal normal normal 16px/25px Fieldwork;
                }
                .post-item div {
                    margin-top: 7px;
                }
                .post-wapper-main {
                    padding: 0 0px;
                }                                          

            .right-col a {
                font-size: 16px;
                line-height: 28px;
                padding: 6px 31px; 
                max-width: unset; 
                text-align: center;
                width: auto; 
            }
.inner_heading h2.fl-heading:after { 
    width: 86%;
}
.breadcrumb-container li a, .breadcrumb-container li .separator {
    font-size: 12px;
}
}


img.fl-slideshow-image-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
}

 
.advocacy_item.post-item, .post-item {
    background: transparent;
    padding: 0;
}

form.filter {
    height: 0;
    margin-top: -9px;
    position: relative;
    top: -85px;
    opacity: 0;
    overflow: hidden;
}
.titlebg {
    background: #023C5B;
    padding-top: 30px;
    margin: 0 !important;
    min-height: 250px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 27px;
    flex-wrap: wrap;
}
body .fl-tabs-panels {
    border-left: none !important;}

.buttonbg {
    background: #0000001C;
    margin: 0 !important;

}
.titlebg {
    background: #023C5B;
    padding-top: 41px;
    margin: 0 !important;
    padding-left: 42px;
    padding-right: 42px;
}

 
a.read_more.reportbtn {
    padding: 19px 0px;
    font-size: 18px;
}

@media(min-width:800px){

   .Board_Directors .staff_tab_nav { 
        display: block;
        padding-top: 30px;
    }
	select.aj_select{display:none}
}

select.aj_select {
    width: 100%;
    padding: 11px;
    border-radius: 30px;
    border-color: #48BDCE;
    margin-bottom: 20px;
}


a.link-btn {
    position: absolute;
    right: -34px;
    width: 100px;
    height: 100px;
    top: 33%;
}
@media(max-width:800px){
.client-brand .slick-slide div {
    height: 105px;
    display: flex;
    align-items: center;
    align-content: center;
}
.client-brand .slick-slide div img {
    width: 92% !important;
    object-fit: contain;
    height: 70px;
}	
.staff_tab_item_row  .staff_tab_row p {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0.45px;
}	
.staff_tab_item_row .staff_tab_row h4 {
    font-size: 22px;
    letter-spacing: 2px;
    margin: 0;
}
.Board_Directors .staff_tab_item_row  .staff_tab_info_image {max-height:224px; max-width:224px;}
.Board_Directors span {
    font-size: 16px;
}
span.staff_avt {
    min-width: 55px;
}
.staff_tab_nav .m_show {
    font-size: 14px;
}
.fl-node-ndhev4btfu6x a.fl-button {
    min-width: 291px;
}
.event-list li { 
    padding: 20px 15px;
    min-height: auto;
    border-radius: 20px;
}
.event-list li h3 a {
    font-size: 26px;
    line-height: 30px;
}
.event-list li h4 {
    font-size: 14px;
    line-height: 19px;}
    a.link-btn svg {
        width: 20px;
    }
    a.link-btn {
        position: absolute;
        right: -44px;
        width: 81px;
        height: 100px;
        top: 33%;
    }

    

    .event-list li p {
        margin: 20px 0 0;
        font: normal normal normal 16px/14px Fieldwork;}

        .event-list li h3 { 
            line-height: 25px;
        }
        

}
@media only screen and (min-width:1024px) and (max-width:1600px)  {
.custom-slider-module .slick-slide .slide-inner .m-content h3 {
    margin-top: 0px;
	font-size:68px;
}
.custom-slider-module .slick-slide .slide-inner {
    height: 93vh;
    padding:20px 40px;
}
}



.Safari .our-history-module {
    margin-top: 141px;
}
.Safari  .fl-col.fl-node-vn6keb7tq154.fl-col-small.fl-col-has-cols {
    padding-top: 50px;
}
.Safari .shap_2:before { 
    height: 600px !important; 
}



.Safari .shap_2:before { 
    display: block;
}
.shap_2:before, .shape_6:after { 
    display: block;
}
.staff_tab_full_content p a {color:#48bdce}
 @media only screen and (min-width:1003px) and (max-width: 1340px)  {
.staff_tab_nav {
    width: 42%;
    padding: 5px 16px;
}
.staff_tab_nav ul li {
    font-size: 17px!important;
}
.staff_tab_nav ul li.av_active {
    color: #48BDCE;
    font-size: 20px!important;
}
.Board_Directors .staff_tab_nav {
    padding: 0px 34px 0!important;
}
.fl-node-em6kc7svxbg2 > .fl-module-content {
margin-top:0px; 
}
.fl-node-nxd01bw2lziv > .fl-row-content-wrap, .fl-node-91vdfgt5mlyo {
   padding-left: 30px!important;

}
.fl-node-07zft5nj4e6m.fl-row > .fl-row-content-wrap {
    padding-left: 160px!important;
}
body .breadcrumb-container.theme1 {
    margin-left: 17px;
}
 }
@media (max-width: 1200px) {
span.staff_avt {
    margin-right: 29px;
    min-width: 55px;
} 
}

@media (max-width:767px) {
    .titlebg {
        min-height: 143px;
        padding-top: 22px;
        padding-bottom: 5px;
    }
    .custom-slider-module .slick-slide .slide-inner {padding:20px;}
    .buttonbg {
        padding-top: 20px;
    }
    a.read_more.reportbtn {
        padding: 13px 0px;
        font-size: 14px;
    }        
.mainteam .staff_tab_row {
    text-align: center;
}
.mainteam .staff_tab_info_image img, .mainteam .staff_tab_info_image {
    max-width: 224px;
    max-height: 224px;
}
}


.events-cor ul.slick-dots li button { 
    width: 16px;
    height: 16px;
}

.news-wapper ul.slick-dots {
    margin-top: -19px;
    margin-bottom: 16px;
}


.slick-arrow {
    display: none;
}
ul.year-child.av_active a.aj_tab_link, a.aj_tab_link_2.av_active_m {
    color: #48bdce !important;
}
@media (max-width:767px) {
ul#menu-main-menu  a {
    font-size: 24px;
}	
.sub-menu li {text-align:center!important;}
ul#menu-main-menu .sub-menu a {
    padding-top: 5px;
    padding-bottom: 5px;
	font-size:16px;
}
.vhide {display:none;}
.mainteam .staff_tab_info_image { 
    width: 200px!important;
    height: 200px!important;
}
.mainteam .tabs-parent-wrap span.staff_avt, .mainteam .tabs-parent-wrap li.av_active span.staff_avt {
    width: 80px;
    height:80px;
    margin-right: 16px;
}
}