@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html {
  font-size: 9px;
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  width: 100%;
}
#page-content {
  width: 100%;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 5rem;
  line-height: 1.1;
  font-weight: bold;
}
h2 {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 15px;
}
h3 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 15px;
}
section {
  padding: 10rem 0;
}
.btn {
  height: 48px;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
  border: 0;
  outline: 0 !important;
  box-shadow: none !important;
  transition: all ease 0.4s;
  font-weight: 600;
}
.btn.btn-gold {
  background-color: #d4af37;
}
.btn.btn-gold:hover,
.btn.btn-gold:focus {
  background-color: #795e05;
  color: #fff;
}
.btn.btn-blue {
  background-color: #1db8e8;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background-color: #0f6783;
  color: #fff;
}
.btn.btn-green {
  background-color: #00602b;
}
.btn.btn-green:hover,
.btn.btn-green:focus {
  background-color: #042613;
  color: #fff;
}
.btn.btn-white {
  background-color: #ffffff;
  color: #000;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  background-color: #000000;
  color: #fff;
}
.btn.btn-black {
  background-color: #003748;
  color: #fff;
}
.btn.btn-black:hover,
.btn.btn-black:focus {
  background-color: #000000;
  color: #fff;
}
#page-header {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid #eee;
}
#page-header .head-top {
  background-color: #00602b;
  overflow: hidden;
}
#page-header .quote {
  color: #fff;
  font-size: 2rem;
  font-style: italic;
  text-align: right;
  padding-right: 8rem;
  position: relative;
  line-height: 1.5;
  padding-bottom: 5px;
}
#page-header .contact-info {
  padding: 8px 0;
  background-color: #1db8e8;
  color: #fff;
  position: relative;
}
#page-header .contact-info .contact-content {
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  line-height: 19px;
}
#page-header .contact-info .contact-content a {
  color: #fff;
  text-decoration: none;
  transition: all ease 0.4s;
  padding: 0 5px;
}
#page-header .contact-info .contact-content a i {
  margin-right: 8px;
}
#page-header .contact-info .contact-content a:hover {
  color: #000;
}
#page-header .contact-info .contact-content .social {
  padding-left: 5px;
}
#page-header .contact-info .contact-content .social a i {
  margin-right: 0;
}
#page-header .contact-info::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50vw;
  left: -15px;
  background-color: #d4af37;
  z-index: 0;
  top: 0;
}
#page-header .head-bottom {
  padding: 20px 0;
}
#page-header .container {
  position: relative;
}
#page-header .navbar-brand {
  max-width: 227px;
  display: inline-block;
  margin: 0;
  position: absolute;
  left: 5px;
  top: -60px;
}
#page-header .navbar-brand img {
  width: 100%;
}
.navigation {
  float: right;
}
.navigation ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 10px;
}
.navigation li a {
  color: #000;
  font-size: 17px;
  text-decoration: none;
  padding-bottom: 5px;
  position: relative;
}
.navigation li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #d4af37;
  width: 0;
  transition: all ease 0.4s;
}
.navigation li a:hover:after,
.navigation li.current-menu-item a:after {
  width: 100%;
}
.heroSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color:#fff;
  background-image: url(../img/histroy-back.png);
  background-repeat: repeat;
  background-size: 20%;
}

.heroSwiper .swiper-slide .container-fluid {
  padding: 0;
}
.heroSwiper .swiper-slide .container-fluid .row{
  align-items: center;
}
.heroSwiper .swiper-slide .col-lg-8 img{
  width: 100%;  
  object-fit: cover;
  height: calc(100vh - 100px);
  min-height: 600px;
}
.heroSwiper .swiper-slide .text-white{
  padding: 20px 50px;
}
.heroSwiper .swiper-slide .text-white h3{
  font-size: 2rem;
  color: #000;
}
.heroSwiper .swiper-slide .text-white .content{
  font-size: 16px;
  color: #000;
}
.heroSwiper .swiper-slide .text-white h2{
  font-size: 3.5rem;
  color: #005329;
}

.heroSwiper .hero-pagination {
  position: absolute; 
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: auto;
  z-index: 9999;
  bottom: inherit;
  left: inherit;
  bottom: 35px;
  right: 35px;
}
.heroSwiper .swiper-pagination-bullet {
  color: #000;
  background: transparent;
  font-family: lato;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.heroSwiper .hero-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
  font-weight: bold;
  position: relative;
}
.heroSwiper .swiper-pagination-bullet-active::before {
  content: "—";
  position: absolute;
  left: -10px;
  color: #000;
}
#who-we-are,
.assembly-section,
.latest-news-section {
  background-image: url(../img/map-back.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: 100%;
}
#who-we-are .whoweswiper {
  margin-bottom: 50px;
}
#who-we-are .whoweswiper img{
  border-radius: 15px;
  overflow: hidden;
}
#who-we-are h1 {
  color: #fc0001; /* Text fill color */
  padding-left: 30px;
  font-style: italic;
  font-size: 6.2rem;
  position: relative;
  display: inline-block;
  text-align: center;

  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff,
    0px   2px 0 #fff,
    2px   0px 0 #fff,
   -2px   0px 0 #fff,
    0px  -2px 0 #fff; /* Creates a white outline */
}
#who-we-are h1::after{
      content: '';
    width: 200px;
    height: 200px;
    background-image: url(../img/africa-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.members-section {
  background-image: url(../img/member-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.members-section .red-box {
  background-color: #fc0001;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  margin: 4rem 0 8rem;
}
.members-section .red-box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  background-color: #fc0001;
  z-index: 0;
  width: 100vw;
}
.members-section .red-box .col-md-6 {
  position: relative;
  z-index: 2;
}
.members-section .red-box h3 {
  font-size: 8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.members-section .red-box h3 span {
  font-size: 18px;
  padding-left: 15px;
}
.members-section .country-info {
  min-height: 500px;
}
.members-section svg {
  width: 100%;
  height: auto;
}
.members-section svg path:active,
.members-section svg path:focus {
  outline: 0 !important;
}

.members-section path.has-value{
  fill: #fffbed!important;
}
.members-section svg path:hover,
.members-section path.active-country {
  fill: #d4af37 !important;
}
.members-section .country-info .flag {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  font-size: 3rem;
  color: #d4af37;
  font-weight: bold;
}
.members-section .country-info .flag img {
  margin-right: 10px;
  width: 72px;
  border-radius: 3px;
  border: 1px solid #fff;
}
.members-section .country-info .image {
  width: 240px;
  height: 240px;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #fff;
  margin-bottom: 20px;
}
.members-section .country-info .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.members-section .country-info .info h4 {
  font-size: 3rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.members-section .country-info .member{
  margin-bottom: 60px;
}
.members-section .country-info .member:nth-of-type(2) .flag,
.members-section .country-info .member:nth-of-type(3) .flag,
.members-section .country-info .member:nth-of-type(4) .flag{
  display: none;
}
.members-section .btn {
  margin-top: 0;
}
.assembly-section h2 {
  margin-bottom: 4rem;
}
.assembly-section .assembly-box .img {
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.assembly-section .assembly-box .img::after {
  content: "";
  padding-bottom: 60%;
  display: block;
}
.assembly-section .assembly-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.assembly-section .assembly-box h3 {
  font-size: 3rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.assembly-section .assembly-box p {
  min-height: 130px;
}
.programmes {
  background-image: url(../img/program-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.programmes h2 {
  margin-bottom: 0;
}
.programmes .row:first-of-type .btn {
  float: right;
}
.programmes .prog-posts {
  color: #fff;
  margin-top: 30px;
}
.programmes .prog-posts .img {
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.programmes .prog-posts .img::after {
  content: "";
  padding-bottom: 50%;
  display: block;
}
.programmes .prog-posts .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.programmes .prog-posts h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.programmes .prog-posts-box {
  background-color: #fff;
  color: #000;
  padding: 25px;
  border-radius: 10px;
  margin-top: 30px;
}
.programmes .prog-posts-box .date {
  font-size: 2rem;
  font-weight: bold;
  color: #1db8e8;
  margin-bottom: 10px;
}
.programmes .prog-posts-box h3 {
  font-size: 2.6rem;
}
.latest-news-section .row:first-of-type {
  margin-bottom: 40px;
}
.latest-news-section h2 {
  margin-bottom: 0;
}
.latest-news-section .row:first-of-type .btn {
  margin: 0;
  float: right;
}
.latest-news-section .news-post-wrap {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.latest-news-section .news-post {
  width: calc(33.333% - 30px);
  margin: 15px;
   display: flex;
    flex-direction: column;        
}
.latest-news-section .news-post .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0;
}
.latest-news-section .news-post .btn {
    margin-top: auto;
    max-width: 160px;
}
.latest-news-section .news-post .img {}
.latest-news-section .news-post .img {
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.latest-news-section .news-post .img::after {
  content: "";
  padding-bottom: 65%;
  display: block;
}
.latest-news-section .news-post .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.latest-news-section .news-post .img .tag {
  position: absolute;
  background-color: #00602b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 10px 0 10px 0;
  right: 0;
  bottom: 0;
}
.latest-news-section .news-post h3 {
  font-size: 2.2rem;
  line-height: 1.3;
}
.latest-news-section .news-post p{
  word-break: break-all;
}
.latest-news-section .news-post:first-of-type {
  width: calc(100% - 30px);
  padding-bottom: 5px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
}
.latest-news-section .news-post:first-of-type .img {
  width: calc(50% - 15px);
  margin-right: 30px;
}
.latest-news-section .news-post:first-of-type .content {
  width: calc(50% - 15px);
  display: block;
}
.latest-news-section .news-post:first-of-type .content h3 {
  font-size: 3rem;
}
.latest-news-section .news-post:first-of-type .img::after {
  content: "";
  padding-bottom: 50%;
  display: block;
}
.disrupter {
  background-color: #fc0001;
  color: #fff;
  padding: 30px 0;
}
.disrupter h2 {
  text-transform: none;
  margin: 0;
}
.disrupter .btn {
  margin: 0;
  float: right;
}
#page-footer {
  background-color: #003748;
  background-image: url(../img/foot-map.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 600px;
  padding: 70px 0 0;
  color: #fff;
}
#page-footer h3 {
  font-size: 2.2rem;
}
#page-footer .foot-info {
  font-size: 12px;
  line-height: 1.3;
}
#page-footer .foot-info img {
  width: 100%;
  max-width: 230px;
  margin-bottom: 20px;
}
#page-footer .quick-links ul {
  padding: 0;
}
#page-footer .quick-links ul li {
  list-style: none;
  margin-bottom: 5px;
  padding: 0;
}
#page-footer .quick-links ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding-left: 20px;
  background-image: url(../img/angle-right-solid.svg);
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 7px;
  transition: all ease 0.4s;
}
#page-footer .quick-links ul li a:hover {
  color: #1db8e8;
}
#page-footer .footer-bottom {
  padding: 15px 0;
  margin-top: 70px;
  border-top: 1px solid rgba(256, 256, 256, 0.2);
  font-size: 12px;
}
#page-footer .footer-bottom a{
  color: #fff;
  text-decoration: none;
}
#page-footer .footer-bottom a:hover{
  color:#1db8e8 ;
}
 
#page-footer .footer-bottom .links {
  float: right;
  color: #fff;
}
#page-footer .footer-bottom .links a {
  color: #fff;
  text-decoration: none;
  padding: 0 5px;
  transition: all ease 0.4s;
}
#page-footer .footer-bottom .links a:hover {
  color: #1db8e8;
}
#page-footer .social a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  transition: all ease 0.4s;
}
#page-footer .social a:hover {
  color: #1db8e8;
}
#page-footer .contact {
  padding: 0;
}
#page-footer .contact li {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  list-style: none;
}
#page-footer .contact li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #1db8e8;
}
#page-footer .contact li a {
  color: #fff;
  text-decoration: none;
  transition: all ease 0.4s;
}
#page-footer .contact li a:hover {
  color: #1db8e8;
}
.innerpage-hero {
  padding: 150px 0 20px;
  background-image: url("../img/inner-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  margin-right: 5px;
  font-size: 16px;;
}
.breadcrumb li:after {
  content: "/";
  margin-left: 5px;
  color: #999;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb a {
  color: #d4af37;
  text-decoration: none;
  transition: all ease 0.4s;
}
.breadcrumb a:hover {
  color: #fff;
}
.speakers-section {
  padding: 5rem 0;
}
.speakers-section .speakers-wrap {
  width: 100%;
  padding: 50px 0;
}
.speakers-section .speakers-wrap h2{
	text-transform: none;
	display: flex;
	align-items: center;
}
.speakers-section .speakers-wrap h2 .flag{
	width: 60px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
    border: 2px solid #000;
    border-radius: 5px;
}
.speakers-section .speakers-wrap:nth-of-type(odd) {
  background-color: #eee;
}
.speakers-section .speakers-wrap .img {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #006022;
}
.speakers-section .speakers-wrap .img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.speakers-section .speakers-wrap .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speakers-section .speakers-wrap h3 {
  text-transform: none;
  font-size: 3rem;
}
.speakers-section .speakers-wrap .tenure {
  margin-bottom: 15px;
}
.speakers-section .col-md-6 {
  margin-bottom: 40px;
}
.speakers-section .mb-10 {
  margin-bottom: 30px;
}
.about-content .vission,
.about-content .mission {
  padding: 40px;
  color: #fff;
  margin-top: 50px;
  position: relative;
  z-index: 2;
  height: 100%;
}
.about-content {
  padding-bottom: 0;
}
.about-content .mission::after {
  content: '';
  left: -7px;
  top: 0;
  background-color: #D4AF37;
  z-index: -1;
  width: 50vw;
  height: 100%;
  position: absolute;
  background-image: url('../img/histroy-back.jpg');
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center;
}
.about-content .vission::after {
  content: '';
  right: -8px;
  top: 0;
  background-color: #00602B;
  z-index: -1;
  width: 50vw;
  height: 100%;
  position: absolute;
  background-image: url('../img/vission-back.jpg');
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: center;
}
.about-content .vission p,
.about-content .mission p {
  font-size: 24px;
  line-height: 34px;
}
.governance-section {
  background-image: url('../img/pattern-back.svg');
  background-repeat: repeat;
  background-size: contain;
}
.governance-section h2 {
  margin-bottom: 0;
}
.governance-section h3 {
  color: #00602B;
  margin-top: 50px;
  margin-bottom: 20px;
}
.governance-section .col-lg-3 {
  margin-bottom: 30px;
}
.governance-section .team-member {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 20px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.governance-section .team-member .img {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.governance-section .team-member .img::after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.governance-section .team-member .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.governance-section .team-member .content h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 22px;
}
.governance-section .team-member .content h4 a{
  text-decoration: none;
  color: #000;
  transition: all ease 0.4s;
}
.governance-section .team-member .content:hover h4 a{
  color: #D4AF37;
}
.governance-section .team-member .content p {
  color: #00602B;
  font-size: 18px;
  font-weight: 600;
}
.history-section {
  background-color: #D4AF37;
  background-image: url('../img/histroy-back.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.history-section p {
  font-size: 26px;
  line-height: 1.3;
}
.objectives-section h2 {
  margin-bottom: 50px;
}
.objectives-section .objectives {
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.objectives-section .objectives h4 {
  font-size: 2.2rem;
  font-weight: 600;
}
.objectives-section .objectives .no {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #00602B;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}
.flagship-section {
  background-image: url('../img/histroy-back.jpg');
  background-repeat: repeat;
  background-size: contain;
  background-color: #D4AF37;
  text-align: center;
}
.flagship-section h2 {
  margin-bottom: 10px;
  color: #005329;
  text-align: center;
  font-size: 5.6rem;
}
.flagship-section h3{
  font-size: 7.4rem;
  font-weight: 400;
  text-align: center;
}
.flagship-section #lightgallery {
  padding: 0;
  margin: 20px -15px 0;
  display: flex;
  flex-wrap: wrap;
}
.flagship-section #lightgallery li {
  width: calc(50% - 30px);
  margin: 15px;
  list-style: none;
  padding: 0;
  background-color: #fff;
  padding: 0;
  border: 1px solid #eee;
  transition: all ease 0.4s;
  border-radius: 10px;  
  overflow: hidden;
  position: relative;
  border: 2px solid #fff;
}
.flagship-section #lightgallery li:hover{
  border-color: #00602B;
}
.flagship-section #lightgallery li::after{
  content: '';
  padding-bottom: 60%;
  display: block;
}
.flagship-section #lightgallery li a{
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.flagship-section #lightgallery li img {
  transition: all ease 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strategic-section h2 {
  margin-bottom: 40px;
}
.strategic-section ul {
  margin: 0 -15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.strategic-section ul li {
  margin: 0;
  list-style: none;
  padding: 15px;
  padding-top: 75px;
  background-image: url(../img/africa-green.svg);
  margin-bottom: 15px;  
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center 19px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: calc(25% - 30px);
  margin: 15px;
  text-align: center;
}
.strategic-section ul li strong {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 5px;
}
.objectives-section .col-md-6 {
  margin-bottom: 30px;
}

#assemblygallery {
  padding: 0;
  margin: 20px -10px 0;
  display: flex;
  flex-wrap: wrap;
}
#assemblygallery li {
  width: calc(20% - 20px);
  margin: 10px;
  list-style: none;
  padding: 0;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #eee;
  transition: all ease 0.4s;
  border-radius: 8px;
  ;
}
#assemblygallery li a {
  position: relative;
  width: 100%;
}
#assemblygallery li a::after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
#assemblygallery li a img {
  transition: all ease 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#assemblygallery li:hover img {
  transform: scale(0.9);
}
/* Popup Styles */
.video-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.video-popup-container {
  width: 90%;
  max-width: 1000px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.video-popup-container video {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.close-popup {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
.video-section{
  background-color: #1DB8E8;
  background-image: url('../img/pattern-back.svg');
  background-repeat: repeat;    
}
.video-section .video-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.video-section .video-wrap .video-thumb{
  width: calc(33.333% - 30px);
  margin: 15px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;  
  background-color: #fff;
}
.video-section .video-wrap .video-thumb img{
  margin-bottom: 15px;
}
.video-section .video-wrap .video-thumb .video-thumbnail{
  position: relative;
  cursor: pointer;
}
.video-section .video-wrap .video-thumb .video-thumbnail::after{
  content: '';
  width: 100px;
  height: 100px;
  background-image: url('../img/play-solid.svg');
  background-repeat: no-repeat;  
  background-size: 40px;
  background-position: 30px center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 3px solid #fff;
  border-radius: 200%;
  opacity: 0.9;
  transition: all ease 0.4s;
}
.video-section .video-wrap .video-thumb .video-thumbnail:hover::after{
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.video-section .video-wrap .video-thumb h3{
  margin-bottom: 0;
  font-size: 24px;
}
.post-thumbnail{
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.post-thumbnail::after{
  content: '';
  display: block;
  padding-bottom: 35%;  
}
.post-thumbnail img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.entry-meta{
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}
.gallery-section{
  background-image: url('../img/pattern-back.svg');
  background-repeat: repeat;
}
.post-type-archive .assembly-section .col-md-6{
  margin-bottom: 40px;;
}
.side-bar h4{
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 600;
}
.side-bar h4 a{
  text-decoration: none;
  color: #000;
  transition: all ease 0.4s;
}
.side-bar h4 a:hover{
  color: #006022;
}
.side-bar .programme-box{
  margin-bottom: 40px;
}
.side-bar .programme-box .img {
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0;
}
.side-bar .programme-box .img::after {
  content: "";
  padding-bottom: 60%;
  display: block;
}
.side-bar .programme-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.single-programme .post-thumbnail::after,
.single-news .post-thumbnail::after{
  padding-bottom: 50%;
}
.single-programme .live-stream{
  width: 100%;
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.single-programme .entry-content{
  margin-bottom: 50px;
}
.single-programme .live-stream::after{
  content: '';
  padding-bottom: 55%;
  display: block;
}
.single-programme .live-stream iframe{
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  left: 0;
  top: 0;
}
.resource-filters{
  margin-bottom: 80px!important;
}
.resource-filters .form-control,
.resource-filters select{
  height: 40px;
  font-size: 18px;    
  padding: 5px 15px;
}
.resource-filters .btn-outline-secondary{
  height: 40px;
  background-color: #1db8e8;
  margin: 0;
  line-height: 30px;
  padding: 0 15px;
}
.resource-filters .btn-outline-secondary:hover{
  background-color: #0f6783;
}
.resource-filters .col-md-3 .btn{
      height: 40px;
    background-color: #1db8e8;
    margin: 0;
    line-height: 25px;
    padding: 0 30px 3px;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 50%;
    text-align: center;
    justify-content: center;
}
.resource-filters .col-md-3 .btn:hover{
  background-color: #0f6783;
}
.resource-filters .col-md-3 .btn.btn-secondary{
  background-color: #888888;
}
.resource-filters .col-md-3 .btn.btn-secondary:hover{
  background-color: #0f6783;
}
.resource-box{
      width: 100%;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 20px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.post-type-archive-resource .innerpage-content .col-md-4{
  margin-bottom: 30px;
}
.resource-box .resource-categories{
  font-size: 16px;
  color: #1db8e8;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.resource-box .resource-categories a{
  color: #1db8e8;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1;
}
.resource-box .resource-date{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.resource-box h3 a,
.resource-box h3{
  font-size: 2rem;
  line-height: 1.1;
  text-decoration: none;
  color: #000;
  margin-bottom: 0;
  transition: all ease 0.4s;
}
.resource-box h3 a:hover,
.resource-box h3:hover{
  color: #1db8e8;
}
.resource-box .btn{
  font-size: 16px;
  padding: 5px 15px;
  height: auto;
}
.side-bar .resource-box{
  margin-bottom: 30px;
}
.side-bar .resource-box h4{
  font-size: 1.8rem;
  margin: 0;
  margin-top: 10px;
}
.single-resource .entry-content .btn-wrap{
  display: flex;
  margin-top: 20px;
}
.single-resource .entry-content .btn-wrap .btn{
  margin-right: 15px;
}

.post-news-section{
      background-image: url(../img/map-back.svg);
    background-repeat: repeat;
    background-position: center;
    background-size: 100%;
}
.post-news-section .news-post{
      width: 100%;
    margin: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.post-news-section .news-post .content{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0;
}
.post-news-section .news-post .content .btn{
      margin-top: auto;
    max-width: 160px;
}
   

.post-news-section .news-post .img {
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.post-news-section .news-post .img::after {
  content: "";
  padding-bottom: 65%;
  display: block;
}
.post-news-section .news-post .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.post-news-section .news-post .img .tag {
  position: absolute;
  background-color: #00602b;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 10px 0 10px 0;
  right: 0;
  bottom: 0;
}
.post-news-section .news-post h3 {
  font-size: 2.2rem;
  line-height: 1.3;
}
.post-news-section .col-md-6{
  margin-bottom: 40px!important;
}
.single-news .post-content .entry-content{
  padding-bottom: 40px;
}
.single-news .post-content .video-section{
  background: none;
  padding: 40px 0;
  border-top: 1px solid #eee;
}
.single-news .post-content .gallery-section{
  padding: 40px 0 40px;
  background: none;
  border-top: 1px solid #eee;
}
.single-news .post-content .gallery-section #assemblygallery li{
  width: calc(25% - 20px);
}
.single-news .post-content .video-section .video-wrap .video-thumb{
  width: calc(50% - 30px);
}
.pagination{
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li{
  list-style: none;
  margin: 0 5px;
}
.pagination .page-numbers li span,
.pagination .page-numbers li a{
  padding: 8px 15px;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
}
.pagination .page-numbers li .current{
  background-color: #00602b;
  color: #fff;
}
.contact-section{
      background-image: url(../img/map-back.svg);
    background-repeat: repeat;
    background-position: center;
    background-size: 100%;
}
.contact-section h2{
  text-transform: none;
  font-size: 3rem;
}
.contact-section .contact-info ul{
  padding: 0;
}
.contact-section .contact-info li {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  padding-left: 40px;
  position: relative;
  list-style: none;
}

.contact-section .contact-info li i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 24px;
  color: #1db8e8;
}
.contact-section .contact-info li a {
  color: #000;
  text-decoration: none;
  transition: all ease 0.4s;
}
.contact-section .contact-info li a:hover {
  color: #1db8e8;
}
.contact-section .contact-info h2.follow-heading{
  margin-top: 50px;
}
.contact-section .contact-info .social{
  display: flex;
  margin-top: 30px;
}
.contact-section .contact-info .social a {
  color: #1db8e8;
  text-decoration: none;
  margin-right: 18px;
  transition: all ease 0.4s;
  font-size: 30px;
}
.contact-section .contact-info .social a:hover {
  color: #000;
}
.contact-form form label{
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  font-size: 18px;
}
.contact-form form .wpcf7-form-control{
  height: 40px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
}
.contact-form form textarea.wpcf7-form-control{
  height: 100px;
}
.contact-form form .wpcf7-not-valid-tip{
  font-size: 14px;
}
.contact-form form .wpcf7-form-control.wpcf7-submit{
  width: auto;
  padding: 8px 40px 10px;
  font-size: 18px;
  background-color: #1db8e8;
  color: #fff;
  font-weight: 600;
  height: auto;
  border: 0;
  border-radius: 6px;
  margin-top: 10px;
  float: right;
  transition: all ease 0.4s;
}
.contact-form form .wpcf7-form-control.wpcf7-submit:hover{
  background-color: #0f6783;
}
.contact-form .wpcf7 form.sent .wpcf7-response-output{
      margin: 0;
    margin-top: 20px;
    background-color: #006022;
    color: #fff;
    border: 0;
    padding: 10px 20px 12px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    line-height: 18px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
    margin: 0;
    margin-top: 20px;
    background-color: #ffdf8b;
    color: #000;
    border: 0;
    padding: 10px 20px 12px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    line-height: 18px;
}
.contentpage-section h3,
.contentpage-section h2{
  margin-top: 40px;
}
.contentpage-section hr{
  margin-top: 40px;
}
.news-letter{
  width: 100%;
  display: inline-block;
  clear: both;
  margin-bottom: 30px;
}
.news-letter .tnp-email{
  height: 40px!important;
  border-radius: 6px!important;
  font-size: 16px!important;
  color: #000!important;
  background-color: #fff!important;
  padding: 0 10px!important;
  line-height: 35px!important;
}
.news-letter .tnp-email::placeholder{
  font-size: 16px;
  color: #000;
  line-height: 16px;
}
.news-letter .tnp-submit{
  height: 30px!important;
  border-radius: 6px!important;
  background-color: #1DB8E8!important;
  color: #fff!important;
  font-size: 14px!important;
  font-weight: bold!important;
  padding: 0 20px!important;
  line-height: 20px!important;
  float: left!important;
  transition: all ease 0.4s;
}
.news-letter .tnp-submit:hover{
  background-color: #0f6783!important;
}
.gallery-content #pills-tab{
  position: relative;
  display: flex;
  justify-content: center;  
}
.gallery-content #pills-tab::after{
  content: '';
  width: 100vw;
  height: 5px;
  background-color: #1db8e8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px
}
.gallery-content #pills-tab button{
    padding: 13px 12rem 12px;
    border-radius: 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #eee;
    background-color: #eee;
    font-size: 3rem;
    margin: 0 1rem;
    color: #000;
    font-weight: 700;
}
.gallery-content #pills-tab button.active{
  background-color: #1db8e8;
  color: #fff;
  border-color: #1db8e8;
}
.gallery-content #assemblygallery{
  margin-top: 0;
  padding: 6rem 0;
}
.gallery-content .video-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 6rem 0;
}
.lg-backdrop{
  z-index: 999999;
}
.lg-outer{
  z-index: 9999999;
}
.gallery-content .video-wrap .video-thumb{
  width: calc(33.333% - 30px);
  margin: 15px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;  
  background-color: #fff;
}
.gallery-content .video-wrap .video-thumb img{
  margin-bottom: 15px;
}
.gallery-content .video-wrap .video-thumb .video-thumbnail{
  position: relative;
  cursor: pointer;
}
.gallery-content .video-wrap .video-thumb .video-thumbnail::after{
  content: '';
  width: 100px;
  height: 100px;
  background-image: url('../img/play-solid.svg');
  background-repeat: no-repeat;  
  background-size: 40px;
  background-position: 30px center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 3px solid #fff;
  border-radius: 200%;
  opacity: 0.9;
  transition: all ease 0.4s;
}
.gallery-content .video-wrap .video-thumb .video-thumbnail:hover::after{
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.gallery-content .video-wrap .video-thumb h3{
  margin-bottom: 0;
  font-size: 24px;
}
.page-404{
  padding: 10rem 0 15rem;
}
.page-404 .page-title{
      font-size: 15rem;
    font-weight: 900;
    color: #fc0001;
}


@media screen and (max-width: 1400px) {
  html {
    font-size: 9px;
  }
  body {
    font-size: 18px;
    line-height: 1.3;
  }
  #page-header .navbar-brand {
    max-width: 190px;
  }
  .navigation li a {
    font-size: 16px;
  }
  .navigation li {
    padding: 0 10px;
  }
  .heroSwiper .swiper-slide .text-white{
    padding: 20px;
  }
  .heroSwiper .swiper-slide .text-white h2{
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 8px;
  }
  body {
    font-size: 16px;
    line-height: 1.3;
  }
  #who-we-are h1 {
    padding: 0;
    margin-top: 50px;
  }
  .members-section .red-box h3 {
    flex-wrap: wrap;
  }
  .members-section .red-box h3 span {
    width: 100%;
    padding: 0;
  }
  .members-section .country-info .image {
    width: 180px;
    height: 180px;
  }
  .members-section .country-info p strong {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }
  .latest-news-section .news-post:first-of-type {
    flex-wrap: wrap;
  }
  .latest-news-section .news-post:first-of-type .img {
    width: 100%;
    margin-right: 0;
  }
  .latest-news-section .news-post:first-of-type .content {
    width: 100%;
    margin-bottom: 30px;
  }
  #page-header .contact-info .contact-content a,
  #page-header .contact-info .contact-content .social {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  #page-header .menu-trigger {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99999;
  }
  #page-header .menu-trigger span {
    width: 100%;
    height: 3px;
    background-color: #000;
    margin: 3px 0;
    transition: all ease 0.4s;
  }
  /* Active state — transform to close icon */
  #page-header .active .menu-trigger span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
    background-color: #fff;
  }
  #page-header .active .menu-trigger span:nth-child(2) {
    opacity: 0;
  }
  #page-header .active .menu-trigger span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -7px);
    background-color: #fff;
  }
  #page-header .navi-wrap {
    position: fixed;
    width: 300px;
    top: 0;
    right: -320px;
    background-color: #1db8e8;
    padding: 30px;
    height: 100%;
    z-index: 999;
    padding-top: 100px;
    transition: all ease 0.4s;
  }
  #page-header .navi-wrap ul {
    flex-wrap: wrap;
  }
  #page-header .navi-wrap ul li {
    width: 100%;
    padding: 10px 0;
  }
  #page-header .navi-wrap ul li a {
    font-size: 20px;
    color: #fff;
  }
  #page-header .head-top .col-md-8 {
    display: none;
  }
  #page-header .head-top {
    background-color: #d4af37;
  }
  #page-header .contact-info{
    background-color: #d4af37
  }
  #page-header .head-top .col-md-4 {
    width: 100%;
  }
  #page-header .active .navi-wrap {
    right: 0;
  }
  body.active {
    overflow: hidden;
  }
  .about-content .vission,
  .about-content .mission {
    padding: 40px 20px;
  }
  .governance-section .team-member .content h4 {
    font-size: 18px;
  }
  .governance-section .team-member .content p {
    font-size: 16px;
  }
  .history-section p {
    font-size: 20px;
  }
  .objectives-section .objectives h4 {
    font-size: 20px;
  }
  .flagship-section #lightgallery li {
    padding: 5px;
  }
  .about-content .vission p,
  .about-content .mission p {
    font-size: 20px;
    line-height: 26px;
  }
  .innerpage-hero {
    padding: 100px 0 20px;
  }
  .video-section .video-wrap .video-thumb{
    width: calc(50% - 30px);
  }
  #assemblygallery li{
    width: calc(25% - 20px);
  }
  .resource-box .btn,
  .side-bar h4{
    font-size: 14px;
  }
  .strategic-section ul li{
    width: calc(33.333% - 30px);
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 7px;
  }
  body {
    font-size: 16px;
    line-height: 1.3;
  }
  .latest-news-section .news-post {
    width: calc(100% - 30px);
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 25px;
    padding-left: 25px;
  }
  #page-header .navbar-brand {
    top: -20px;
    max-width: 110px;
  }
  .latest-news-section .news-post h3 {
    font-size: 2.8rem;
  }
  .disrupter .btn {
    float: left;
    margin-top: 20px;
  }
  #page-footer .col-lg-3 {
    margin-bottom: 30px;
  }
  .latest-news-section .row:first-of-type {
    flex-wrap: wrap;
  }
  .latest-news-section .row:first-of-type .col {
    width: 100%;
  }
  .programmes .row:first-of-type .btn,
  .latest-news-section .row:first-of-type .btn {
    float: left;
    margin-top: 20px;
  }
  .members-section .red-box h3 span {
    line-height: 24px;
  }
  .members-section .red-box h3 span br {
    display: none;
  }
  .btn {
    padding: 6px 25px;
    font-size: 16px;
    height: 40px;
  }
  #page-footer .footer-bottom {
    text-align: center;
  }
  #page-footer .footer-bottom .links {
    float: none;
    margin: auto;
    margin-top: 10px;
  }
  .assembly-box {
    margin-bottom: 30px;
  }
  .contact-form{
    margin-top: 50px;
  }
  
  
  .heroSwiper .swiper-slide .container{
        position: relative;
    padding-bottom: 40px!important;
    padding-top: 40px!important;
    min-height: 300px;
  }
  .heroSwiper .swiper-slide .container::after{
    content: '';
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    height: 100%;
    background-color: rgba(0, 96, 43, 1);
    z-index: -1;
  }
  .heroSwiper .swiper-slide::after{
    display: none;
  }
  .heroSwiper .swiper-slide .text-white{
        display: flex;
    min-height: 310px;
    flex-direction: column;
    justify-content: center;
  }
  .heroSwiper .swiper-slide .text-white .btn{
      width: auto;
  align-self: flex-start; /* or center or flex-end */
  }
  .heroSwiper .swiper-slide .col-lg-8 img{
      height: 480px;
      min-height: inherit;
  }
  .gallery-content .video-wrap .video-thumb{
    width: calc(50% - 30px);
  }
  .gallery-content .video-wrap .video-thumb h3{
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .members-section .country-info {
    min-height: 240px;
    margin-top: 30px;
  }
  .members-section .country-info p strong {
    margin-top: 5px;
  }
  .speakers-section .speakers-wrap .img {
    margin-bottom: 30px;
  }
  .members-section .country-info .flag img {
    width: 40px;
  }
  .innerpage-hero {
    padding: 110px 0 20px;
  }
  .about-content .vission::after {
    width: 100vw;
    right: -25px;
  }
  .innerpage-content .col-md-6 {
    margin: 0;
  }
  .about-content .vission,
  .about-content .mission {
    margin: 0;
    padding: 50px 0;
  }
  .about-content .mission::after {
    width: 100vw;
    left: -25px;
  }
  .about-content .vission {
    margin-top: 50px;
  }
  .about-content .vission h3,
  .about-content .mission h3 {
    font-size: 3.8rem;
  }
  .governance-section h3 {
    font-size: 3.5rem;
  }
  .about-content .vission p,
  .about-content .mission p {
    font-size: 22px;
    line-height: 26px;
  }
  .governance-section .team-member .content h4 {
    font-size: 22px;
  }
  .governance-section .team-member .content p {
    font-size: 18px;
  }
  .objectives-section .col-md-6 {
    margin-bottom: 20px;
  }
  .flagship-section #lightgallery li {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .strategic-section ul li strong {
    font-size: 3rem;
  }
  .video-section .video-wrap .video-thumb{
    width: calc(100% - 30px);
  }
  #assemblygallery li{
    width: calc(50% - 20px);
  }
  .resource-filters .col-md-3 .d-grid{
    flex-wrap: nowrap;
    margin-top: 10px;
    display: flex!important;
  }
  .post-type-archive-resource .innerpage-content .col-md-4{
    margin-top: 10px;
  }
  .side-bar{
    margin-top: 60px;
  }
  .side-bar .resource-box h4{
    font-size: 2.6rem;
  }
  .resource-box .btn,
  .side-bar h4{
    font-size: 18px;
  }
  .innerpage-content .contact-form .col-md-6,
  .innerpage-content .contact-form .col-md-12{
    margin-top: 10px;
  }
  .contact-section .contact-info li{
    font-size: 18px;
  }
  .contact-section .contact-info .social a{
    font-size: 26px;
  }
	

	.heroSwiper .swiper-slide .col-12{
		padding-right: 40px;
	}
  .strategic-section ul li{
    width: calc(100% - 30px);
  }
  .heroSwiper .swiper-slide{
    background-size: auto 340px!important;
  }
  .heroSwiper .swiper-slide .container{
    min-height: 350px;
  }
  .heroSwiper .swiper-slide .container h2{
    font-size: 22px;
  }
  .heroSwiper .swiper-slide .container h3{
    font-size: 20px;
  }
  .heroSwiper .swiper-slide .container p{
    font-size: 16px;;
  }
  .heroSwiper .swiper-slide .text-white .content{
    font-size: 14px;
  }
  .heroSwiper .swiper-slide .text-white{
    padding: 20px 20px;
  }
  .heroSwiper .swiper-slide .col-lg-8 img{
    height: 240px;
  }
  .heroSwiper .swiper-slide .text-white{
    min-height: 410px;
  }
  .heroSwiper .hero-pagination{
    left: 20px;
    bottom: 25px;
  }
  .gallery-content .video-wrap .video-thumb{
    width: calc(100% - 30px);
  }
  .gallery-content .video-wrap .video-thumb h3{
    font-size: 18px;
  }
  .gallery-content #pills-tab button{
    padding: 7px 5rem 10px;
  }
}