@import url(../fonts/stylesheet.css);
@import url(bootstrap.min.css);
*{ outline:none !important;}
body {
  font-family: "Roboto Regular";     line-height: 1.6;}

html {
  font-size: 16px; }
  @media (max-width: 768px) {
    html {
      font-size: 12px; } }

iframe {
  border: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Bold"; }
  a{color:#212529}
  .acco a{color:#212529}
p {
  font-size: 1.0625rem; }

header {
  background: url("../../assets/images/header.jpg") no-repeat center;
  background-size: cover;
  height: 400px;
  width: 100%; }
  header .ham {
    background-color: #154f1a;
    padding: 10px;
    margin-top: 10px;
    width: 60%;
    margin-left: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    justify-content: space-between; }
    header .ham .navbar-toggler {
      padding: 0;
      box-shadow: none !important;
      outline: 0; }
    header .ham a {
      color: white;
      text-decoration: none;
      font-size: 1.2rem;
      padding-right: 5px;
      border-right: 1px solid white; }
  header .top {
    background-color: rgba(255, 255, 255, 0.8); }
    header .top .languages {
      background-color: white;
      border-radius: 5px;
      border: 1px solid #40ae49;
      overflow: hidden;
      -webkit-border-radius: 5px;
      width: 100px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      header .top .languages a {
        text-align: center;
        width: 50%;
        text-decoration: none;
        color: #40ae49; }
        header .top .languages a:hover {
          text-decoration: none; }
        header .top .languages a.active {
          background-color: #40ae49;
          color: white; }
  header .navbar {
    background-color: rgba(51, 104, 69, 0.8);
    text-transform: uppercase;
    z-index: 100; }
    header .navbar .nav-item {
      padding: 5px 0px;
      position: relative; }
      @media (max-width: 768px) {
        header .navbar .nav-item {
          text-align: center; } }
      header .navbar .nav-item .sub-menu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 400px;
        padding: 0;
        top: 100%;
        display: none;
        background-color: #154f1a;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        list-style-type: none; }
        @media (max-width: 768px) {
          header .navbar .nav-item .sub-menu {
            background-color: transparent;
            position: static;
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            width: 100%;
            -ms-transform: translateX(0);
            -o-transform: translateX(0); } }
        header .navbar .nav-item .sub-menu li.title {
          font-size: 1rem;
          color: white;
          padding: 10px;
          text-align: center; }
        header .navbar .nav-item .sub-menu .btn {
          background-color: white;
          color: #23782a;
          border-radius: 0px !important;
          -webkit-border-radius: 0px !important;
          -moz-border-radius: 0px !important;
          -ms-border-radius: 0px !important;
          -o-border-radius: 0px !important;
          font-family: "Roboto Bold";
          font-size: 0.8rem;
          padding: 10px 20px; }
        header .navbar .nav-item .sub-menu li:not(.title) {
          width: 100%;
          text-align: center;
          padding: 10px; }
          header .navbar .nav-item .sub-menu li:not(.title).small {
            padding: 5px; }
            header .navbar .nav-item .sub-menu li:not(.title).small a {
              font-size: 0.8rem; }
          header .navbar .nav-item .sub-menu li:not(.title):hover:not(.no-hover) {
            background-color: #23782a; }
          header .navbar .nav-item .sub-menu li:not(.title) a {
            text-decoration: none !important; }
      header .navbar .nav-item:before {
        content: "";
        width: 0;
        position: absolute;
        height: 4px;
        bottom: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        left: 50%;
        background-color: #40ae49;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        @media (max-width: 768px) {
          header .navbar .nav-item:before {
            display: none; } }
      header .navbar .nav-item a {
        color: white;
        font-size: 1rem;
        font-family: "Roboto Light";
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      header .navbar .nav-item.active:before, header .navbar .nav-item:hover:before {
        width: 100%; }
      header .navbar .nav-item.active a.nav-link, header .navbar .nav-item:hover a.nav-link {
        color: #40ae49; }
      @media (min-width: 768px) {
        header .navbar .nav-item:hover .sub-menu {
          display: block; } }

.navigation {
  background-color: #ebebeb;
  text-transform: uppercase; }
  .navigation span {
    margin-left: 5px; }
    .navigation span.active {
      color: #40ae49; }

.gallery-pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  width: fit-content; }
  .gallery-pagination ul {
    display: flex;
    list-style: none;
    padding: 2px 10px;
    background-color: #ebebeb;
    border-radius: 5px;
    margin: 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .gallery-pagination ul li {
      padding: 0 5px; }
      .gallery-pagination ul li.active a, .gallery-pagination ul li:hover a {
        color: #3fad48;
        font-family: "Roboto Bold"; }
      .gallery-pagination ul li a {
        text-decoration: none;
        color: gray;
        font-family: "Roboto Light";
        font-size: 0.875rem;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -o-transition: 0.5s all; }

section {
  position: relative;
  padding: 50px 0px; }
  section .bg-img {
    position: absolute;
    max-width: 80%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    right: 10%; }
  section .title-italic h5,
  section .title-italic h6 {
    font-family: "Roboto Bold Italic";
    margin: 0; }
  section .title {
    color: #23408f;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    text-transform: uppercase;
    padding-bottom: 5px; }
    section .title.green {
      color: #40ae49; }
    section .title.blue:after {
      background-color: #23408f; }
    section .title h1 {
      letter-spacing: 2px; }
    section .title:after {
      position: absolute;
      content: "";
      width: 70px;
      height: 2px;
      transform: translateX(-50%);
      bottom: 0;
      left: 50%;
      background-color: #40ae49; }
  section .title-icon {
    color: #23408f;
    padding-left: 50px;
    position: relative; }
    section .title-icon::before {
      content: url("../../assets/images/title-icon.png");
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      height: 20px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
  section .title-line {
    position: relative;
    width: fit-content;
    margin-bottom: 5px; }
    section .title-line h6 {
      font-family: "Roboto Bold Italic";
      margin: 0; }
    section .title-line:after {
      width: 60px;
      height: 1px;
      background-color: #40ae49;
      content: "";
      position: absolute;
      top: 50%;
      right: -70px; }
  section .home-conference .flip-container {
    height: 400px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
	margin-top:0;
	margin-bottom:-50px;
    align-items: flex-end; }
    @media (max-width: 768px) {
      section .home-conference .flip-container {
        height: auto;
        width: 100%;
        display: block; } }
    section .home-conference .flip-container .col-md-auto {
      position: static !important; }
    section .home-conference .flip-container .btn {
 color: gray;
    border: 1px solid gray;
    display: block;
    /* height: 100%; */
    margin: 0 auto;
    padding: 10px;
    margin-top: 20px;
    font-size: 14px; }
      @media (max-width: 768px) {
        section .home-conference .flip-container .btn {
          width: 100%;
          margin: 10px auto;
          height: auto; } }
      section .home-conference .flip-container .btn:hover, section .home-conference .flip-container .btn.active {
        color: white;
        background: linear-gradient(to right, #2f9237, #3fad48);
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
        border: 0; }
    section .home-conference .flip-container .flip-card {
     /* position: absolute;
      height: 300px;
      width: 350px;
      perspective: 1000px;
      top: 0;*/ }
      @media (max-width: 768px) {
        section .home-conference .flip-container .flip-card {
          position: relative;
          perspective: initial;
          width: 100%; } }
      section .home-conference .flip-container .flip-card .flip-card-inner {
        background-size: cover;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
		section .home-conference .flip-container .flip-card .flip-card-inner:hover{
			 transform: scale(1.1);
		}
		.flip-card img{max-width:98%}
		
					section .home-conference .flip-container .flip-card{
        transform-style: preserve-3d;
        transition: all 0.5s;
		text-align:center;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
		}
		.conferences_menu.active .sub-menu{
			display:block !important
		}
		
		
		section .home-conference .flip-container .flip-card:hover{
			 transform: scale(1.1);
		}	
		
		
        @media (max-width: 768px) {
			.flip-container .w-25{width:100% !important}
          section .home-conference .flip-container .flip-card .flip-card-inner {
            position: relative;
            transform-style: initial;
            transform: rotateY(0) translateZ(0) !important;
            -webkit-transform: rotateY(0) translateZ(0) !important;
            -moz-transform: rotateY(0) translateZ(0) !important;
            -ms-transform: rotateY(0) translateZ(0) !important;
            -o-transform: rotateY(0) translateZ(0) !important; } }
      section .home-conference .flip-container .flip-card.active {
        z-index: 1000; }
        section .home-conference .flip-container .flip-card.active .flip-card-inner {
          transform: rotateY(0) translateZ(50px) !important;
          -webkit-transform: rotateY(0) translateZ(50px) !important;
          -moz-transform: rotateY(0) translateZ(50px) !important;
          -ms-transform: rotateY(0) translateZ(50px) !important;
          -o-transform: rotateY(0) translateZ(50px) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
      section .home-conference .flip-container .flip-card.first {
        }
       /* section .home-conference .flip-container .flip-card.first .flip-card-inner {
          transform: rotateY(35deg);
          -webkit-transform: rotateY(35deg);
          -moz-transform: rotateY(35deg);
          -ms-transform: rotateY(35deg);
          -o-transform: rotateY(35deg); }*/
      /*section .home-conference .flip-container .flip-card.second {
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%); }
        section .home-conference .flip-container .flip-card.second.left .flip-card-inner {
          transform: rotateY(-35deg);
          -webkit-transform: rotateY(-35deg);
          -moz-transform: rotateY(-35deg);
          -ms-transform: rotateY(-35deg);
          -o-transform: rotateY(-35deg); }
        section .home-conference .flip-container .flip-card.second.right .flip-card-inner {
          transform: rotateY(35deg);
          -webkit-transform: rotateY(35deg);
          -moz-transform: rotateY(35deg);
          -ms-transform: rotateY(35deg);
          -o-transform: rotateY(35deg); }
      section .home-conference .flip-container .flip-card.third {
        right: 0; }*/
       /* section .home-conference .flip-container .flip-card.third .flip-card-inner {
          transform: rotateY(-35deg);
          -webkit-transform: rotateY(-35deg);
          -moz-transform: rotateY(-35deg);
          -ms-transform: rotateY(-35deg);
          -o-transform: rotateY(-35deg); }*/
  section .home-about {
    background-color: #282828;
    text-align: center;
    overflow: hidden;
    color: white; }
    section .home-about .title {
      color: white; }
  section .report-home {
    overflow: hidden;
    background-image: url("../../assets/images/report-homejpg.jpg");
    background-size: cover; }
    section .report-home .title {
      color: white; }
      section .report-home .title:after {
        background-color: white; }
    section .report-home .slider .slide .content {
     
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      color: white; }
      section .report-home .slider .slide .content .background {
        width: 100%;
		height:200px;
        margin-left: auto;
        border-radius: 5px;

		margin-bottom:10px;
		background-repeat:no-repeat;
		background-position:center;
        background-size: contain;
        position: relative;
        padding: 25px;
        overflow: hidden; }
        section .report-home .slider .slide .content .background::before {
          content: "";
          width: 100%;
          height: 100%;
        /*  background-color: rgba(0, 0, 0, 0.5);*/
          position: absolute;
          z-index: 0;
          top: 0;
          left: 0; }
        section .report-home .slider .slide .content .background h4 {
         /* color: #2f9237;*/height:50px; }
        section .report-home .slider .slide .content .background h4,
        section .report-home .slider .slide .content .background p,
        section .report-home .slider .slide .content .background .btn {
          position: relative;
          z-index: 100;
          line-height: 1.2; }
        section .report-home .slider .slide .content .background .date {
          position: relative; }
          section .report-home .slider .slide .content .background .date p {
            padding-bottom: 10px; }
          section .report-home .slider .slide .content .background .date:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 3px;
            background-color: #2f9237; }
        section .report-home .slider .slide .content .background .btn {
          font-size: 0.875rem;
          width: 30%; }
          section .report-home .slider .slide .content .background .btn.custom {
            padding: 13px 0px !important; }
    section .report-home .slider .prev {
      position: absolute;
      top: 50%;
      left: -5%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      cursor: pointer; }
      @media (max-width: 768px) {
        section .report-home .slider .prev {
          left: 2%; } }
    section .report-home .slider .next {
      position: absolute;
      top: 50%;
      right: -5%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      cursor: pointer; }
      @media (max-width: 768px) {
        section .report-home .slider .next {
          right: 2%; } }
  section .slider-indicator {
    width: 150px;
    height: 10px;
    background-color: white;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    position: relative;
    padding: 2px;
    margin: 0 auto;
    -ms-border-radius: 50px;
    -o-border-radius: 50px; }
    section .slider-indicator .scrollbar {
      width: 50px;
      background-color: #2f9237;
      height: 8px;
      position: absolute;
      top: 15%;
      left: 0;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
  section .spotlight-home {
    overflow: hidden;
    background-image: url("../../assets/images/spotlight-home.jpg");
    background-size: cover; }
    section .spotlight-home .spotlight-card {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      transition: background 0.5s;
      -webkit-transition: background 0.5s;
      -moz-transition: background 0.5s;
      -ms-transition: background 0.5s;
      -o-transition: background 0.5s;
      padding: 15px; }
      section .spotlight-home .spotlight-card.active {
        background-color: #f5f5f5; }
        section .spotlight-home .spotlight-card.active .btn {
          background: linear-gradient(to right, #2f9237, #3fad48);
          border-color: transparent !important;
          color: white; }
      section .spotlight-home .spotlight-card .image {
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: cover;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
      section .spotlight-home .spotlight-card h4 {
        margin: 10px 0px;
        color: #23408f; }
      section .spotlight-home .spotlight-card .date p {
        color: #40ae49;
        font-size: 0.875rem; }
      section .spotlight-home .spotlight-card .btn {
        color: gray;
        border: 1px solid gray;
        width: 50%;
        display: block;
        margin: 0 auto;
        padding: 10px 0px; }
    section .spotlight-home .prev {
      position: absolute;
      top: 50%;
      left: -5%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      cursor: pointer; }
      @media (max-width: 768px) {
        section .spotlight-home .prev {
          left: 0; } }
    section .spotlight-home .next {
      position: absolute;
      top: 50%;
      right: -5%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      cursor: pointer; }
      @media (max-width: 768px) {
        section .spotlight-home .next {
          right: 0; } }
  section .executive-committee .col-4 {
    padding: 0 10px;
    margin-top: 10px; }
  section .executive-committee .committee-card {
    width: 100%;
    background-color: #23408f;
    color: white;
    text-align: center;
    border-radius: 5px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    section .executive-committee .committee-card h6 {
      font-size: 1.0625rem; }
    section .executive-committee .committee-card p {
      font-size: 0.875rem;
      font-family: "Roboto Light";
      margin-bottom: 0; }
  section .external-auditors {
    margin-bottom: 5px; }
    section .external-auditors .col-4 {
      padding: 0 10px;
      margin-top: 10px; }
    section .external-auditors .auditors-card {
      background-color: #ebebeb;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 280px; }
      section .external-auditors .auditors-card img {
        max-width: 80%;
        display: block;
        margin: auto; }
      section .external-auditors .auditors-card p {
        margin-top: 30px;
        margin-bottom: 0;
        color: #23408f;
        font-size: 1.0625rem;
        font-family: "Roboto Bold"; }
  section .photo-gallery-card .photo {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    height: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
  section .photo-gallery-card p {
    margin-bottom: 0;
    margin-top: 10px;
    font-family: "Roboto Bold Italic";
    font-size: 1.25rem; }
  section .members .card-member {
    background-color: #ebebeb;
    height: 100%;
	border-bottom:10px solid #FFF;
    padding: 20px;
    margin-top: 10px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center; }
    section .members .card-member p {
      font-family: "Roboto Bold";
      font-size: 1.0625rem;
      color: #23408f;
      text-align: center;
      margin-bottom: 0; }
    section .members .card-member img {
      }
	  section .spotlight .spotlight-card:hover{
	  background:#ebebeb;}
  section .spotlight .spotlight-card, section .spotlight-row .spotlight-card, section .spotlight-detail .spotlight-card {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    padding: 15px; }
    section .spotlight .spotlight-card.active, section .spotlight-row .spotlight-card.active, section .spotlight-detail .spotlight-card.active {
      background-color: #f5f5f5; }
      section .spotlight .spotlight-card.active .btn, section .spotlight-row .spotlight-card.active .btn, section .spotlight-detail .spotlight-card.active .btn {
        background: linear-gradient(to right, #2f9237, #3fad48);
        border-color: transparent !important;
        color: white; }
    section .spotlight .spotlight-card .image, section .spotlight-row .spotlight-card .image, section .spotlight-detail .spotlight-card .image {
      width: 100%;
      height: 200px;
      background-position: center;
      background-size: cover;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
    section .spotlight .spotlight-card h4, section .spotlight-row .spotlight-card h4, section .spotlight-detail .spotlight-card h4 {
      margin: 10px 0px;
      color: #23408f; }
    section .spotlight .spotlight-card .date p, section .spotlight-row .spotlight-card .date p, section .spotlight-detail .spotlight-card .date p {
      color: #40ae49;
      font-size: 0.875rem; }
    section .spotlight .spotlight-card .btn, section .spotlight-row .spotlight-card .btn, section .spotlight-detail .spotlight-card .btn {
      color: gray;
      border: 1px solid gray;
      width: 50%;
      display: block;
      margin: 0 auto;
      padding: 10px 0px; }
  section .spotlight-row .spotlight-card {
    border-top: 1px solid #cccccc !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important; }
    section .spotlight-row .spotlight-card .image {
      height: 100% !important; }
      @media (max-width: 768px) {
        section .spotlight-row .spotlight-card .image {
          height: 200px !important; } }
    section .spotlight-row .spotlight-card .btn {
      width: 100% !important; }
      @media (max-width: 768px) {
        section .spotlight-row .spotlight-card .btn {
          width: 50% !important; } }
  section .spotlight-detail h4 {
    margin-top: 0 !important; }
  section .spotlight-detail .images-selection {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-bottom: 45px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    section .spotlight-detail .images-selection .image {
      height: 250px !important; }
    section .spotlight-detail .images-selection .col-3 {
      padding: 0 3px; }
    section .spotlight-detail .images-selection .images-container {
      margin-top: 10px; }
      section .spotlight-detail .images-selection .images-container .select-image {
        margin-top: 5px;
        width: 100%;
        height: 100px;
        background-size: cover;
        cursor: pointer; }
  section .spotlight-detail .inquiries {
    background-color: #ebebeb;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
  section .reports .report-card, section .report-details .report-card {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    margin-bottom: 5px;
    padding: 15px; }
    section .reports .report-card.active, section .report-details .report-card.active {
      background-color: #f5f5f5; }
      section .reports .report-card.active .btn, section .report-details .report-card.active .btn {
        background: linear-gradient(to right, #2f9237, #3fad48);
        border-color: transparent !important;
        color: white; }
    section .reports .report-card .image, section .report-details .report-card .image {
      width: 100%;
      height: 200px;
      background-position: center;
	  background-repeat:no-repeat;
      background-size: contain;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
    section .reports .report-card h4, section .report-details .report-card h4 {
      margin: 10px 0px;
      color: #23408f; }
    section .reports .report-card .download-pdf a, section .report-details .report-card .download-pdf a {
      color: #e2564b;
      text-decoration: none !important; }
    section .reports .report-card .btn, section .report-details .report-card .btn {
      color: gray;
      border: 1px solid gray;
      width: 100%;
      display: block;
      margin: 0 auto;
      padding: 10px 0px; }
  section .report-details .date p {
    color: #40ae49;
    font-size: 0.875rem; }
  section .report-details .img {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    section .report-details .img img {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
  section .report-details .download-pdf {
    background-color: #ebebeb; }
  section .become-member ul {
    padding-left: 15px;
    list-style: none; }
    section .become-member ul li {
      position: relative; }
      section .become-member ul li:before {
        content: "";
        width: 5px;
        height: 1px;
        background-color: black;
        position: absolute;
        left: -15px;
        top: 40%; }
  section .become-member p {
    margin: 0; }
  section .download-app h6 {
    font-family: "Roboto Bold Italic";
    margin: 0; }
    section .download-app h6 span {
      vertical-align: bottom; }
    section .download-app h6 img {
      margin-left: 10px; }
  section .download-app .download-container {
    width: 70%; }
    @media (max-width: 768px) {
      section .download-app .download-container {
        width: 100%; } }
    section .download-app .download-container .btn {
      color: gray;
      border: 1px solid gray;
      padding: 10px 35px !important;
      display: block;
      margin: 5px auto; }
      section .download-app .download-container .btn:hover {
        background: linear-gradient(to right, #2f9237, #3fad48);
        border-color: transparent !important;
        color: white; }
  section .categories .category-card {
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid black;
    overflow: hidden; }
    section .categories .category-card p {
      font-size: 0.875rem;
      margin: 0; }
    section .categories .category-card .cat-title {
      height: 50px;
      display: flex;
      background-color: #ebebeb;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      color: gray; }
    section .categories .category-card .content {
      height: calc(100% - 50px);
      padding: 30px 10px;
      display: flex;
      align-items: center; 
	  
	  
	flex-direction: column;
    align-content: center;
    align-items: flex-start;  
	  }
  section .goals .goal-card {
    background: url("../../assets/images/goal-bg.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    section .goals .goal-card .num {
      position: absolute;
      top: 5%;
      left: 5%; }
      section .goals .goal-card .num h2 {
        color: #23408f; }
    section .goals .goal-card p {
      line-height: 1;
      text-align: center;
      color: #363636;
      margin: 0; }
  section .board-trust {
    background-image: url("../../assets/images/bg-team.jpg");
    background-size: cover; }
  section .team-card {
    height: 280px;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: white;
    cursor: pointer;
    text-align: center; }
    section .team-card:hover .card-title {
      bottom: -100%; }
    section .team-card:hover .card-hover {
      bottom: 0; }
    section .team-card p {
      margin: 0; }
    section .team-card .card-title {
      position: absolute;
      bottom: 0;
      width: 100%;
      background-image: linear-gradient(to bottom, transparent, #26408c);
      margin: 0;
      padding: 10px 0px;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    section .team-card .card-hover {
      position: absolute;
      bottom: -100%;
      left: 0;
      height: 100%;
      display: flex;
      align-items: center;
      padding: 10px;
      width: 100%;
      background-color: rgba(38, 64, 140, 0.8);
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      section .team-card .card-hover .text p {
        font-size: 0.875rem; }
  section .video-container {
    background-color: black;
    padding-top: 15px; }
    section .video-container .video {
      width: 60%;
      margin: 0 auto; }
      @media (max-width: 768px) {
        section .video-container .video {
          width: 100%; } }
      section .video-container .video iframe {
        height: 400px;
        width: 100%; }
      section .video-container .video .title-italic {
        margin-top: -10px;
        color: white;
        background-color: #2a2a2a;
        padding: 10px; }
  section .video-slider {
    padding: 0 60px;
    position: relative; }
    section .video-slider .slick-dots {
      position: relative; }
    section .video-slider .slick-dots li {
      width: 12px;
      height: 12px; }
      section .video-slider .slick-dots li button {
        width: 12px;
        height: 12px;
        border-radius: 50px;
        background: #acacac; }
        section .video-slider .slick-dots li button:before {
          opacity: 0; }
      section .video-slider .slick-dots li.slick-active button {
        background: #3fad48; }
    section .video-slider .prev {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      cursor: pointer; }
    section .video-slider .next {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      cursor: pointer; }
    section .video-slider .slide {
      padding: 10px;
      vertical-align: top; }
      section .video-slider .slide .image {
        height: 250px;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center; }
        section .video-slider .slide .image img {
          cursor: pointer; }
      section .video-slider .slide .text p {
        font-size: 1.125rem;
        font-family: "Roboto Bold Italic"; }
  section .programs .title-blue {
    margin-top: 20px;
    color: #23408f;
    text-align: center; }
  section .programs .date {
    color: #40ae49;
    font-size: 0.875rem;
    text-align: center; }
  section .annual-conference .side h4,
  section .annual-conference .side p {
    margin: 0;
    line-height: 1.3; }
  section .annual-conference .side .video {
    background-color: #ebebeb; }
    section .annual-conference .side .video iframe {
      width: 100%;
      height: 200px; }
  section .annual-conference .side .list {
    background-color: #ebebeb;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    section .annual-conference .side .list .list-title {
      color: #40ae49;
      text-transform: uppercase;
      background-color: #e1e1e1; }
  section .annual-conference .side .download-pdf {
    background-color: #ebebeb; }
    section .annual-conference .side .download-pdf h4 {
      color: #26408c;
      text-transform: uppercase; }
    section .annual-conference .side .download-pdf a {
      color: #e2564b;
      text-decoration: none !important; }
  section .annual-conference .side .facebook-iframe {
    background-color: #ebebeb; }
    section .annual-conference .side .facebook-iframe iframe {
      border: 0;
      display: table;
      margin: 0 auto;
      height: 600px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
  section .annual-conference .side .media-sponsors {
    background-color: #ebebeb; }
    section .annual-conference .side .media-sponsors .title-blue h4 {
      color: #23408f;
      text-transform: uppercase; }
    section .annual-conference .side .media-sponsors .slider {
      margin: 0 !important;
      position: relative; }
      section .annual-conference .side .media-sponsors .slider .slick-dots {
        position: relative;
        bottom: 0;
        margin: 30px auto 0 auto;
        width: fit-content !important; }
      section .annual-conference .side .media-sponsors .slider .slick-dots li {
        width: 9px;
        height: 9px; }
        section .annual-conference .side .media-sponsors .slider .slick-dots li button {
          width: 9px;
          height: 9px;
          border-radius: 50px;
          background: #acacac; }
          section .annual-conference .side .media-sponsors .slider .slick-dots li button:before {
            opacity: 0; }
        section .annual-conference .side .media-sponsors .slider .slick-dots li.slick-active button {
          background: #3fad48; }
      section .annual-conference .side .media-sponsors .slider .prev {
        position: absolute;
        top: 90%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        cursor: pointer; }
      section .annual-conference .side .media-sponsors .slider .next {
        position: absolute;
        top: 90%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        cursor: pointer; }
  section .annual-conference .content .previous-conference {
    width: 80%;
    position: relative;
    background-color: #ebebeb; }
    @media (max-width: 768px) {
      section .annual-conference .content .previous-conference {
        width: 100%; } }
    section .annual-conference .content .previous-conference p {
      font-family: "Roboto Light";
      font-size: 1.5rem;
      margin: 0; color:#212529;}
	  
	  
	  
    section .annual-conference .content .previous-conference .title-green h4 {
      color: #40ae49;
      text-transform: uppercase; }
    section .annual-conference .content .previous-conference .btn.custom {
      position: absolute;
      right: -25%;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
      @media (max-width: 768px) {
        section .annual-conference .content .previous-conference .btn.custom {
          position: relative;
          transform: translateY(0);
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0); } }
  section .annual-conference .content .sponsorship .info {
    border: 1px solid #2f9237; }
    section .annual-conference .content .sponsorship .info .btn {
      display: block;
      color: black;
      background-color: #ebebeb;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
      font-family: "Roboto Bold Italic";
      width: 50%;
      margin: 25px auto;
      padding: 10px 0px;
      font-size: 1.1875rem; }
      section .annual-conference .content .sponsorship .info .btn span.platium {
        color: #868686; }
      section .annual-conference .content .sponsorship .info .btn span.gold {
        color: #bcad65; }
      section .annual-conference .content .sponsorship .info .btn span.silver {
        color: #a8a8a8; }
      section .annual-conference .content .sponsorship .info .btn.active {
        color: white;
        background: linear-gradient(to right, #2f9237, #3fad48);
        width: 70%; }
        section .annual-conference .content .sponsorship .info .btn.active span {
          font-family: "Roboto Bold Italic";
          font-size: 1.25rem; }
          section .annual-conference .content .sponsorship .info .btn.active span.platium {
            color: white; }
          section .annual-conference .content .sponsorship .info .btn.active span.gold {
            color: white; }
          section .annual-conference .content .sponsorship .info .btn.active span.silver {
            color: white; }
    section .annual-conference .content .sponsorship .info .text {
      background-color: #ebebeb; }
      section .annual-conference .content .sponsorship .info .text h5 {
        font-family: "Roboto Bold Italic"; }
        section .annual-conference .content .sponsorship .info .text h5 span.platium {
          color: #868686; }
        section .annual-conference .content .sponsorship .info .text h5 span.gold {
          color: #bcad65; }
        section .annual-conference .content .sponsorship .info .text h5 span.silver {
          color: #a8a8a8; }
  section .annual-conference .content .timeline {
    margin-top: 20px; }
    section .annual-conference .content .timeline .timeline-container .time,
    section .annual-conference .content .timeline .timeline-container .right-desc {
      padding-bottom: 60px; }
    section .annual-conference .content .timeline p,
    section .annual-conference .content .timeline h5,
    section .annual-conference .content .timeline h6 {
      margin: 0; }
    section .annual-conference .content .timeline .time {
      border-right: 3px solid #40ae49;
      height: 100%;
      width: 100%;
      padding: 10px 15px; }
      section .annual-conference .content .timeline .time h6 {
        margin: 0;
        color: #40ae49;
        text-align: right; }
    section .annual-conference .content .timeline .right-desc {
      padding: 0 15px; }
      section .annual-conference .content .timeline .right-desc .timeline-title {
        background-color: #ebebeb;
        border-radius: 5px;
        padding: 5px 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-bottom: 15px; }
        section .annual-conference .content .timeline .right-desc .timeline-title p {
          font-family: "Roboto Light";
          font-size: 1.25rem;
          color: #40ae49; }
  section .annual-conference .content #map {
    height: 100%; }
  section .annual-conference .content .reservation .info {
    height: 100%;
    border-right: 3px solid #40ae49; }
    @media (max-width: 768px) {
		header .ham{width:110%}
      section .annual-conference .content .reservation .info {
        border-right: 0; } }
    section .annual-conference .content .reservation .info p .name {
      text-transform: uppercase; }
    section .annual-conference .content .reservation .info p .hotel {
      font-family: "Roboto Bold"; }
  section .annual-conference .content .report .image {
    display: flex;
    justify-content: center;
    height: 100%;
    background-color: #ebebeb;
    padding: 30px 0px; }
  section .annual-conference .content .report .big-title p {
    font-family: "Roboto Bold";
    color: #23408f;
    text-transform: uppercase;
    font-size: 2rem; }
  section .annual-conference .content .report .download-pdf a {
    color: #e2564b;
    text-decoration: none !important; }
  section .annual-conference .content .videos iframe {
    height: 400px;
    width: 80%;
    display: block;
    margin: 0 auto; }
    @media (max-width: 768px) {
      section .annual-conference .content .videos iframe {
        width: 100%; } }
  section .annual-conference .content .videos .slider .slide {
    padding: 10px; }
    section .annual-conference .content .videos .slider .slide .image {
      background-size: cover;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center; }
  section .annual-conference .content .videos .slider .prev {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer; }
  section .annual-conference .content .videos .slider .next {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer; }
  section .annual-conference .content .press-releases .info,
  section .annual-conference .content .presentation .info {
    background-color: #ebebeb;
    padding: 20px 15px;height:100% }
    section .annual-conference .content .press-releases .info .name p,
    section .annual-conference .content .presentation .info .name p {
      font-family: "Roboto Bold"; }
    section .annual-conference .content .press-releases .info .language p,
    section .annual-conference .content .presentation .info .language p {
      font-family: "Roboto Light"; }
    section .annual-conference .content .press-releases .info p,
    section .annual-conference .content .presentation .info p {
      margin: 0; }

.btn.custom {
  color: white;
  background: linear-gradient(to right, #2f9237, #3fad48);
  padding: 10px 20px !important;
  display: table;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  width: auto;
  font-size: 1.1875rem; }

#map {
  height: 400px; }

.contact-info {
  height: 100%;
  background-color: #ebebeb;
  padding: 0 50px;
  display: flex;
  align-items: center; }
  .contact-info .header p {
    font-size: 1.0625rem;
    text-transform: capitalize; }
  .contact-info p {
    font-size: 1rem; }

footer {
  background-color: #1d1d1d;
  font-family: "Roboto Light";
  z-index: 100;
  position: relative;
  color: white; }
  footer .bottom {
    text-align:center;
	padding:10px 0;
    background-color: #282828; }
  footer .info {
    display: flex;
    align-items: center; }
    footer .info img {
      margin-right: 10px; }
    footer .info p {
      margin-bottom: 5px; }
  footer ul {
    margin: 0;
    text-transform: uppercase; }
    footer ul li {
      margin-bottom: 15px;
      list-style: none; }
      footer ul li.active a {
        color: #40ae49;
        font-family: "Roboto Bold"; }
      footer ul li a {
        color: white; }
        footer ul li a:hover {
          text-decoration: none;
          color: white; }
		  .card-member a{height:150px;}
.flex-row {
	display: flex !important;
	justify-content: center;
	flex-direction: row;
	align-content: center;
	align-items: center;
}
.flex-column {
	display: flex !important;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
}
.no-gutters a{

color:#212529}
.h100
{
	height:100px !important;
}
.taj
{
	text-align:justify
}
.upper
{
	text-transform:uppercase
}
.timeline-container
{
	display:none
}
.header_social
{
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #FFF;
    margin: 0 5.5px;
    border-radius: 5px;
}
.nobg
{
	background:none !important
}
.white{
	color:#FFF
}
.white:hover{
color:#40ae49
}
.slick-dots
{
	position:inherit !important;
	bottom:auto !important;
	margin-top:25px !important;
}
.slick-dots li button
{
	width:10px !important;
	height:10px!important;
	background:#2f9237 !important ;
	border-radius:50px !important;
}
.slick-dots li
{
	width:10px !important;
	height:10px !important;
}
.slick-dots .slick-active button
{
background:#FFF !important
}
.relative{
position:relative;
}