/*
 Theme Name:   MI
 Theme URI:    
 Description:  
 Author:       SDDev
 Author URI:   
 Template:     understrap
 Version:      1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child

green: #6cc24a
blue:  #009cde
body:  #595959

*/
@import url('https://fonts.googleapis.com/css?family=Lato');
body {
    font-family: 'Poppins', sans-serif; 
    color:#595959;
}
body.custom-background{
    background-size:100% !important;
    background-attachment: fixed !important;
    background:#fff;
    background-image:none !important;
}
body.admin-bar.custom-background{
    background-position: 32px;
}
.wrapper {
    padding: 0;
}
h1, .h1 {
    color: #6cc24a;
    font-size: 2.3rem;
    font-weight: normal;
    margin:1rem 0;
    padding: 0 0 0.75rem 0;
    text-transform: uppercase;
}
h2, .h2 {
    color: #6cc24a;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
}
h3, .h3 {
    color: #6cc24a;
    font-size: 1.3125rem;
    font-weight: bold;
    text-transform: uppercase;
}
h4, .h4 {
    color: #6cc24a;
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
}
a {
    color: #009cde;
}
ol {
    padding-left: 1rem;
}
.entry-title {
    text-align: center;
    padding: 250px 20px 0 20px;
    color:#fff;
    text-transform: uppercase;
    font-size: 3rem;
    margin:0;
}
.entry-title {
    color:inherit;
    padding: 150px 20px 30px 20px;
}
.single .entry-title {
    color:inherit;
    text-align: left;
    font-size: 2.3rem;
    font-weight: normal;
    margin:1rem 0;
    padding: 0 0 0.75rem 0;
    text-transform: none;
}
.news .hero-image {
    height: 260px;
} 
.news .entry-title {
    text-align: center;
    padding: 130px 20px 0 20px;
    color:#fff;
    text-transform: uppercase;
    font-size: 3rem;
    margin:0;
}
.news .hero-text .entry-title {
    color:inherit;
    padding: 150px 20px 0 20px;
}
.news-sidebar, .events-sidebar, #right-sidebar {
    border-left: 1px solid #ddd;
}
.news-sidebar ul {
    list-style: none;
    padding:0;
}
.news-sidebar h3,#right-sidebar h3 {
    font-size: 1.7rem;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 25px;
}
.news-sidebar .widget_recent_entries li {
    position: relative;
}
.news-sidebar .widget_recent_entries a {
    margin-top:1.25rem;
	line-height: 1.25rem;
	margin-bottom: 1rem;
    display:inline-block;
}
.news-sidebar .post-date {
    position: absolute;
    top:0;
    left:0;
}
.news-sidebar .widget {
    margin-bottom:50px;
}
.event-details {
    margin-top: -1rem;
    margin-bottom: 2rem;
}
#single-wrapper {
    margin-top: 0;
}
#main {width:100%;}
article ul {
    list-style: none; /* Remove default bullets */
}

article ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #6cc24a; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.dataTables_paginate li::before {display:none;}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}
.dt-tags {display:none;}
article ul li li::before {
    content: "\25E6";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #6cc24a; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 1.3em;
    line-height: .5;
	padding: 3px;
}
.btn {
    border:1px solid #fff;
}
.btn-green {
    background:#6cc24a;
    color:#fff;
}
.btn-blue {
    background:#009cde;
    color:#fff;
}
.blue {
    color: #009cde;
}
.green {
    color:#6cc24a;
}
.white, .white h1, .white h2, .white h3 {
    color:#ffffff;
}
.bg-blue {
    background: #009cde;
    background-color: #009cde;
}
.bg-green {
    background:#6cc24a;
    background-color:#6cc24a;
}
.bg-gradient {
    background: #f2fafa;
background: -moz-linear-gradient(left, #f2fafa 0%, #c7e9eb 100%);
background: -webkit-linear-gradient(left, #f2fafa 0%,#c7e9eb 100%);
background: linear-gradient(to right, #f2fafa 0%,#c7e9eb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2fafa', endColorstr='#c7e9eb',GradientType=1 );
}
a:hover {
    color: #6cc24a;
    text-decoration: none;
}
a.btn:hover {
    color: #fff;
    border-color:#595959;
    text-decoration: none;
}
.member-sidebar-nav ul {
    padding:0;
}
.member-sidebar-nav ul li::before {
    display:none;
}
.member-sidebar-nav li {
    padding-bottom:1rem;
    text-align:left;
    font-size: 1.25rem;
    text-transform: uppercase;
    min-height: 4rem;
}
.member-sidebar-nav li:after {
    clear:both;
}
.member-sidebar-nav a div {
    margin-right: 1rem;
    float:left;
}
.feature-image {
    margin-bottom: 2rem;
}
.title-icon {
    display: inline-block;
    margin-right: 2rem;
}
.border-bottom {
    border-bottom: 1px solid #b7b7b7 !important;
}
.intro {
    font-size:1.3125rem;
    /* background: url('/wp-content/themes/mi/img/hr-bg-t.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%; */
    border-bottom: 1px solid #b7b7b7 !important;
    padding-bottom:7px;
    margin-bottom: 30px;
}

hr {
    /* background: url('/wp-content/themes/mi/img/hr-bg-t.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%; */
    padding-bottom:7px;
    border:none;
    border-bottom: 1px solid #b7b7b7 !important;
}
.bar-top:before {
    content: " ";
    padding: 5px 100%;
    /* background-image: url('/wp-content/themes/mi/img/hr-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%; */
    border-top: 1px solid #b7b7b7 !important;
}
.bar-bottom:after {
    content: " ";
    padding: 5px 100%;
    /* background-image: url('/wp-content/themes/mi/img/hr-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%; */
    border-bottom: 1px solid #b7b7b7 !important;
}
/* .container .container-inner {
    max-width:1150px;
    width: 90%;
    margin: 0 auto;
} */
.admin-bar .navbar {
    top:32px;
}
.navbar {
    padding:0;
	
}
 
.navbar .navbar-nav {    
    padding:0;
    font-size:14px;
    font-weight: bold;
    text-transform: uppercase;
   color:#595959 ;
	 
	
}
.navbar .navbar-nav a,.navbar-light .navbar-nav .nav-link {
   /* color:#595959;*/
	color:#e8e8e8;
}
.navbar .navbar-nav .dropdown-menu a,.navbar-light .navbar-nav .dropdown-menu .nav-link {
     color:#1f5067; 
	
	 
}
/*.navbar .navbar-nav .dropdown-toggle::after {
   display:none;
  
}*/
 
.navbar .navbar-nav .dropdown-menu a .dropdown-toggle, .nav-link:hover {
  /* background:#009cde;
	background-color:#ffdc48; 
	border-radius:10px;
	border-color:#052e59;*/
	border:0px solid #052e59 !important;	 
    color: inherit;
    transition: all .5s;
	border-radius:10px;
	background-color:#ffdc48; 
}
 
 
/* .navbar .container {
    background:rgba(255,255,255,.85);
    padding: 50px 0 30px 0;
} */


.navbar .row {
    align-items: center;
}
#navbarNavDropdown {
    margin-top:25px;
}
.colour-box {
    padding: 1rem;
    background-color: #eeeeee;
    border: 2px solid #dddddd;
    text-align: left;
}
.entry-title-icon {
    vertical-align: top;
    margin-right: 1rem;
    margin-top: 3px;
}
.dropdown-menu {
    padding-top:21px;
    border:none;
    background:transparent;
    border-radius: 0;
    margin:0;	
} 
 .navbar .container-inner {
    display:flex;
    width:120%;
    width: calc(100% + 180px);
    background: rgba(255,255,255,1);
     padding: 10px 75px 10px 75px; 
    margin: 0 -90px;
    height:100%;
   /* border-bottom:1px solid #009cde;*/
	background-color:#1f5067;
} 
.navbar  .container {
    width: 100%;
    padding: 0;
    max-width: 1200px;
	
	  
	  
}
.dropdown-menu li {
    background:#ffdc48;
    width:100%;
}
/*wok here*/
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color:black;
	border:0px solid #052e59 !important;	 
   /* color: inherit;*/
    transition: all .5s;
	border-radius:10px;
	background-color:#e8e8e8;
}
.top-right-nav ul {
    list-style: none;
}
.top-right-nav ul li {
    display:inline-block;
    color: #595959;
    padding:0 8px;
    border-right: 2px solid #e8e8e8;
    margin-right: -5px;
}
.top-right-nav ul li:last-child {
    border-right:none;
}
.top-right-nav ul li a {
    color: #1f5067;
}
/*box dropdown menu*/
.dropdown-item:focus, .dropdown-item:hover {
    color:black!important;
    text-decoration: underline;
    background-color: #ffdc48;  
}
 
.inline-flag{
    width:26;
    height:19px;
    display:inline-block;
    padding-right:1rem;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.tb-title {
    color:#009cde;
    text-transform: uppercase;
    font-size: 1em;
    text-indent: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textbluebg {
    background:#009cde;
    background:rgba(0, 155, 222, 0.75);
    padding: 4px;
}

.ind-tb {
    border:1px solid #fff;
}

.tweet1, .tweet2,.tweet3 {
    overflow: hidden;
    height: 370px;
}
.tweet2 iframe {
    margin-top:-370px !important;
}
.tweet3 iframe {
    margin-top:-740px !important;
}
.fix-top {
    height: 207px;
}
#ctf .ctf-header {
    display: none;
}
.ctf-tweets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
#ctf .ctf-item {
    display:inline-block;
    flex: 0 0 33.33333%;
    border-top: none;
    padding:15px 3em 15px 0;
}
#ctf .ctf-tweet-content {
    margin-left:0;
    margin-top: 10px;
}
#ctf .ctf-author-screenname {
    display:block;
}
#ctf .ctf-screename-sep {
    display:none;
}
#ctf.ctf-styles .ctf-tweet-meta {
    display:none;
}
#ctf .ctf-tweet-actions {display:none;}
#ctf .ctf-tweet-text-media-wrap, #ctf .ctf-quoted-tweet-text-media-wrap {
    padding: 0;
    margin: 0;
    display:block;
    border:none;
}
.ctf-tweet-text-media-photo {
    max-height:150px;
}
#main-menu .search a {
    width: 28px;
    overflow: hidden;
    white-space: nowrap;
}
.navbar .dropdown-menu .dropdown-menu {
    display:block !important;
    max-height: 0px;
    overflow: hidden;
    position: relative;
    border:none;
    padding: 0 0 0 20px;
    margin: 0;
    transition: all 0.2s;
    transition-delay: 20s;
	content: "\f107";
  padding-left: 4px;
	
}
.navbar .dropdown-menu > .menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f107";
    position: absolute;
    right:10px;		 
}
.navbar .navbar-nav .dropdown-menu a .dropdown-toggle, .nav-link:hover {
   border:0px solid #052e59 !important;	 
    color: inherit;
    transition: all .5s;
	border-radius:10px;
	background-color:#ffdc48; 
}

li.current-menu-item  a {
    /*color: #1cb0e3 !important; */
	border:0px solid #052e59 !important;
    transition: all .5s;
	border-radius:10px;
	background-color:#e8e8e8;
}


.search-form-container {
    display:none;
}
.dropdown-menu-search {
    left: auto;
    right: 0;
    width:250px;
}
.dropdown-menu-search li {
    padding:10px;
}
.dropdown-menu-search #s {
    border:none;
    border-radius: 0;
    border-bottom:1px solid #fff;
    background:transparent;
    color:#fff;
}
.dropdown-menu-search #s::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9bc4d9;
    opacity: 1; /* Firefox */
  }
.dropdown-menu-search #s:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9bc4d9;
  }
.dropdown-menu-search #s::-ms-input-placeholder { /* Microsoft Edge */
    color: #9bc4d9;
  }
.search #primary {
    margin-top: 140px;
}
/*  .navbar .dropdown-menu > .menu-item-has-children:hover > a:after {
    content:"\f0d7";
} */
.navbar .dropdown-menu .menu-item-has-children:hover .dropdown-menu {
    max-height: 999px;
    transition: all 1.2s;
	
	
}

.site-main > article {
    margin-top: 0; 
}
.page-template-home-page .site-main > article {
    margin-top: 0; 
}
.breadcrumbs a.home span {
    display:none;
}
.breadcrumbs {
    /* background: url('/wp-content/themes/mi/img/hr-bg-t.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%; */
    border-bottom: 1px solid #b7b7b7 !important;
    padding-bottom:7px;
    margin-bottom: 30px;
}
.wp-caption-text {
    font-size: 0.9rem;
    color: #797979;
    margin-bottom: 1rem;
}
#wrapper-footer {
    /* background:#d3e0e1 url('/wp-content/themes/mi/img/hr-bg-t.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%; */
    z-index: 999;
    position: relative;
    min-height: 70px;
    padding:0;
}
.footer-top {
    background: #f5f5f5;
}
#wrapper-footer .row {
    align-items: center;
}
#wrapper-footer-full {
    background: #f5f5f5; /* url('/wp-content/themes/mi/img/footer-overlay.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: 660px; */
}

#wrapper-footer, #wrapper-footer-full {
    max-width: 1290px;
    margin: 0 auto;
}
.social {
    font-size: 1.5rem; 
    padding:5px 0;
    color: #009cde;
}
.social a {
    color: #009cde;
}
.table-challenge {
    margin-top:140px;
}
.table-challenge td,.table-challenge th {
    border:1px solid #797979;
}
.table-challenge th.header-blank:first-child{
    border-right:none;
}
.table-challenge th.header-blank {
    border-top:none;
    border-left:none;
}
.country-title {
    -ms-transform: rotate(-70deg); /* IE 9 */
    -webkit-transform: rotate(-70deg); /* Safari 3-8 */
    transform: rotate(-70deg);
    transform-origin: top left;
    position: absolute;
    margin-top: -33px;
    text-align: left;
    width: 200px;
}
.country-title a {
    color:#595959;
}
.challenge-flag {
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    padding:23px 0 0 0
}
.challenge-header-item {
    width:35px;
    height:26px;
    position: relative;
}
.challenge-row {
    height:35px;
}
.challenge-num, .challenge-title {
    font-size: 0.8125rem;
    max-width: 200px;
    line-height: 1.25;
    padding: 5px;
    text-align: center;
}
.challenge-title a {
    color:#595959;
}
.challenge-item {
    width:35px;
    height:42px;
    position: relative;
}
.challenge-dot {
    position: relative;
    width:30px;
    height:30px;
    margin:auto;
    background:yellow;
    border-radius: 50%;
    border:1px solid #ffffff;
}
.dot-color-none {
    display:none;
}
.dot-color-part{
    background-color: rgba(0, 155, 222, 0.50);
}
.dot-color-lead{
    background-color: rgba(0, 155, 222, 1);
}
.challenge-dot:hover {
    border:1px solid #009cde;
}
.challenge-row:hover  {
    background-color: rgba(200, 200, 200, 0.25);
}
.challenge-legend-wrapper{
    width:90%;
}
.challenge-legend {
    display:table;
    margin: 10px 0 0 auto;
    text-align: right;
    width: 250px;
}
.challenge-legend .legend-item, 
.challenge-legend .challenge-item,
.challenge-legend .legend-title {
    display:table-cell;
    vertical-align: middle;
}


.page-template-home-page .wrapper {
    padding: 0;
}



#dtPub_filter {
    display:none;
}

.search-results .entry-title {
    padding: 10px 20px 0 0;
    text-align: left;
    font-size:2rem;
}
.aligncenter {
 	display:block;
}
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-multi .carousel-inner > .carousel-item {
      transition: 300ms ease-in-out all;
      backface-visibility: visible;
      transform: none !important;
    }
  }


.ind-tb {
    padding:25px;
    background-size: cover !important;
}
.card {
    flex: 0 0 30% !important;
    border:none;
    text-align: center;
}
.page-template-member .card {
    flex: 0 0 29% !important;
}
.card-title {
    font-size:1.7rem;
    text-transform: none;
    font-weight: normal;
}
.card-body {
    padding:0.5rem;
}
.card-deck .card {
    margin-bottom:15px;
}
.card-img-cover {
    padding: 45%;
    margin: 0 5%;
    background-size: cover;
    background-position: top center;
    border-radius:50%;
}
.card-links {
    display:inline-block;
    font-size: 1.5rem;
    margin-right: 5px;
}
.card-text-block {
    display:block;
}
.card-type-challenge .card {
    flex-direction: row;
}
.card-type-challenge .card .card-img-cover {
    padding: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0;
    margin: 0 1rem 0 0;
}
.card-type-challenge .card .card-body {
    padding-top:0;
    text-align: left;
}
.card-type-challenge .card .card-text {
    color:#595959;
}
.card-text-link {
    display:block;
}
.card-list .card {
    flex-direction: row;
    flex: 0 0 100% !important;
}
.card-list .card .card-img-cover {
    padding: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.card-list .card .card-body {
    padding-top:0;
}
.card-list .card .card-title {
    font-size: 1.1rem;
}
.card-list .card .card-date {
    color:#595959;
    font-size: 0.7rem;
    margin: 5px 0;
}
.card-type-news .card-date {
    margin:5px 0 10px 0;
}
.card-list .card .card-text {
    color:#595959;
}
.card-type-steering_committee .feature, .card-deck .feature {
    margin-right: calc( 100% - 70%);
    flex-direction: row;
    flex: 0 0 100% !important;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
    border-radius: 0;
    margin-bottom: 40px;
}
.card-type-steering_committee .feature .card-img-cover, .card-deck .feature .card-img-cover {
    padding: 16%;
    margin:0;
    min-width: 200px;
}
.feature .card-img-cover-wrapper {
    width:33%;
    flex: 0 0 33%;
}
.card-type-steering_committee .feature .card-img-cover-wrapper .card-img-cover, .card-deck .feature .card-img-cover-wrapper .card-img-cover {
    padding:50%;
}
.card-type-steering_committee .feature .card-body, .card-deck .feature .card-body {
    text-align: left;
    padding:5%;
}
.card-type-mi-solution .card-img-cover, .card-type-news .card-img-cover {
    border-radius: 0;
    margin: 0;
    padding: 30%;
}
.card-type-mi-solution .card, .card-type-news .card {
    text-align: left;

}
.card-type-mi-solution .card-title, .card-type-news .card-title {
    font-size:1.2rem;
    text-transform: none;
    font-weight: normal;
}
.card-type-news .card-title {
    margin-bottom:0;
}
.card-type-event .card {
    flex:0 0 46% !important;
}
.card-type-event .card-text-excerpt {
    color:#595959
}
.card-type-mi-solution .card-body, .card-type-mi-solution .card-body {
    padding:0.5rem;
}
.linktext {
    font-size: 1rem;
}
.card-filter-list {
    text-align: center;
    margin-bottom: 2rem;
}
.card-filter-item {
    display:inline-block;
    color: #009cde;
    cursor: pointer;
    border: 1px solid #595959;
    padding:5px 15px;
    font-size: 0.875rem;
    margin:5px;
}
.card-filter-item.active {
    color: #fff;
    background:#6cc24a;
    border: 1px solid #fff;
}
.filter-cards .card {
    display:none;
}
.filter-cards .card.show-filtered-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.member-list-footer {
    background: #bfe7e9;
    padding: 30px 0 100px 0;
    margin-top: 20px;
    margin-bottom: -95px;
}
.curve {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.curve-top {
    bottom: auto;
    top:0;
}
.curve-top-padding {
    padding-top:60px;
}
.row_outter {
    position: relative;
}
.overgrid {
    width:120%;
    width: calc(100% + 150px);
    margin: 0 -75px;
}
.hero-image {
    width:120%;
    width: calc(100% + 180px);
    margin: 0 -90px;
    height:500px;
    position: relative;
    background-size: cover;
}.hero-text {
    width:120%;
    width: calc(100% + 180px);
    margin: 0 -90px;
    height:auto;
    min-height:240px;
    position: relative;
    background-size: cover;
}
.curve-bottom-padding {
    padding-bottom:60px;
    margin-bottom: -56px;
}
ul.countryList {
    list-style: none;
    text-align: center;
}
article ul.countryList li::before {
    display:none;
}
ul.countryList li {
    padding: 0;
    display: flex;
    width:92px;
}
ul.countryList li a {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 26px 19px;
    padding: 23px 0 10px 0;
    width:100%;
    font-size: 0.875rem;
}
.title-flag {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 39px 29px;
    padding: 0px 30px;
    margin-left:15px;
}

.member .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #009cde;
    border: 1px solid #ffffff;
}
.member .nav-pills .nav-link {
    border-radius: .25rem;
    border: 1px solid #009cde;
    margin: 5px 0;
}

.participation-map ul.countryList li, .page-id-16 ul.countryList li {
    padding: 0 0 10px 0;
    min-width: 120px;
    width: 25%;
}
.participation-map ul.countryList li a, .page-id-16 ul.countryList li a {
    background-size: 60px 45px;
    padding: 60px 0 10px 0;
}

#right-sidebar .card-type-event .card {
    flex: 0 0 92% !important;
}
#right-sidebar .card-img-cover {
    display: none;
}

ul.countryList-border {
    list-style: none;
}
ul.countryList-border li {
    width: 25%;
}
ul.countryList-border li a {
    display:block;
    margin:0 auto;
    text-align: center;
}
ul.countryList-border li:before {
    display:none;
}
ul.countryList-border .flag-icon {
    width: 60px;
    line-height: 45px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
}
ul.countryList-border li a.flag-link {
    margin:10px 0 15px 0;
}

 .nav-pills  .linavspills:hover{  
	 
    cursor: default;
    background-color: lightgreen; 
    font-weight: bold;
}
/*
 * vmap
 */
 .jqvmap-label
 {
	  width: 60px;
     position: absolute;
     display: none;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     background: #292929;
     color: white;
     font-family: sans-serif, Verdana;
     font-size: smaller;
     padding: 3px;
   pointer-events:none;
 }
 .jqvmap-pin {
   pointer-events:none;
 }
 .jqvmap-zoomin, .jqvmap-zoomout
 {
     position: absolute;
     right: 10px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     background: #fff;
     padding: 3px;
     color: white;
     width: 20px;
     height: 20px;
     cursor: pointer;
     line-height: 10px;
     text-align: center;
     border:1px solid #595959;
 }
 .jqvmap-zoomin
 {
     top: 5px;
 }
 .jqvmap-zoomout
 {
     top: 30px;
 }
 .jqvmap-region
 {
   cursor: pointer;
 }
 .jqvmap-ajax_response
 {
   width: 100%;
   height: 500px;
 }
 .page-link {
     color:#009cde;
 }
 .page-item.active .page-link {
    color: #fff;
    background-color: #009cde;
    border-color: #009cde;
 }
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; 
    }
}
@media (max-width: 600px) {
    svg {
        max-height: 30px;
    }
	#vmap svg {max-height:none !important;}
    h1 .h1 {
        font-size:2rem;
    }
    h2, .h2 {
        font-size:1.4rem;
    }
    h3, .h3 {
        font-size:1.2rem;
    }
    h4, .h4 {
        font-size:1.1rem;
    }
    .navbar .container-inner {
        margin:0;
        padding: 10px 10px 0 10px;
    }
    .navbar-toggler {
        margin-top: 5%;
        float: right;
    }
    #main-menu .search a {
        width:auto;
    }
    .navbar .container-inner {
        display:block;
    }
    .navbar-brand {
        margin-right:0;
        width:70%;
    }
    .home #main {
        padding-right: 15px;
        padding-left: 15px;
    }
    .hero-text {
        min-height: 100px;
        width:100%;
        margin:0;
    }
    .entry-title,.news .hero-text .entry-title {
        padding: 85px 15px 10px 15px;
        font-size: 2.25rem;
    }
    .search-results .entry-title {
        padding: 15px;
        font-size: 2.25rem;
    }
    .single .entry-title {
        font-size: 2.00rem;
    }
    .ctf-tweets {
        flex-direction: column;
    }
    #ctf .ctf-item {
        flex: 0 0 100%;
    }
    .hero-text .curve {display:none;}
    #vmap {
        height:300px !important;
    }
    .widget-title {
        margin-top:20px;
    }
    .overgrid {
        width:100%;
        margin:0;
    }
    #navbarNavDropdown {
        margin: 0px -10px 0;
        background:#009cde;
        max-height: 90vh;
        overflow-x: hidden;
        overflow-y: auto; 
    }
    .navbar .navbar-nav {
        padding: 10px;
    }
    .navbar .navbar-nav a, .navbar-light .navbar-nav .nav-link,.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        color:#fff;
    }
    .navbar .dropdown-menu {
        padding:5px;
    }
    .navbar .dropdown-menu .dropdown-menu {
        display:block !important;
        max-height: 9999px;
        max-width: 350px;
        padding-top:5px;
    }
    .navbar .dropdown-menu li {
        padding-bottom:10px;
		
    }
    .card-type-steering_committee .feature, .card-deck .feature {
        
        flex-direction: column;
        flex: 0 0 30% !important;
        padding-bottom: 0;
        margin-bottom: 40px;
    }
    .card-type-steering_committee .feature .card-img-cover, .card-deck .feature .card-img-cover {
        padding: 16%;
        margin:0;
        min-width: 200px;
    }
    .feature .card-img-cover-wrapper {
        width:100%;
        flex: 0 0 33%;
    }
    .card-type-steering_committee .feature .card-img-cover-wrapper .card-img-cover, .card-deck .feature .card-img-cover-wrapper .card-img-cover {
        padding:50%;
    }
    .card-type-steering_committee .feature .card-body, .card-deck .feature .card-body {
        text-align: left;
        padding:5%;
    }
    .dataTable {
        width:600px;
    }
    .table-challenge {
        width: 900px;
    }
}

/* new card*/
.our-team{
    text-align: center;
    overflow: hidden;
    position: relative;
}


.demo
{
	padding: 10px 0;
}
.heading-title
{
	margin-bottom: 10px;
}
.our-team img{
    width: 100%;
    height: auto;
}

.our-team .team-content{
    width: 100%;
    background: #3f2b4f;
    color: #fff;
   
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.our-team:hover .team-content{
    padding-bottom: 40px;
}

.our-team .team-content:before,
.our-team .team-content:after{
    content: "";
    width: 80%;
    height: 90%;
    background: #3f2b4f;
    position: absolute;
    top: -18px;
    transform: rotate(15deg);
    z-index: -1;
}

.our-team .team-content:before{
    left: -3%;
}

.our-team .team-content:after{
    right: -3%;
    transform: rotate(-15deg);
}

.our-team .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
}

.our-team .title:before,
.our-team .title:after{
    content: "";
    width: 7px;
    height: 93px;
    background: #ff5543;
    position: absolute;
    top: -78px;
    z-index: -2;
    transform: rotate(-74deg);
}

.our-team .title:before{
    left: 32%;
}

.our-team .title:after{
    right: 32%;
    transform: rotate(74deg);
}

.our-team .post{
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.our-team .social-links{
    list-style: none !important;
	list-style-type:none !important;
    padding: 0 0 15px 0;
    margin: 0;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
	
}

.our-team:hover .social-links{
    bottom: 0;
	    list-style:none !important;
	 list-style-type: none !important;
}
.our-team .social-links ul{
    list-style:none !important;
	 list-style-type: none !important;
	 
}

.our-team .social-links li{
    display: inline-block;
	    list-style:none !important;
	 list-style-type: none !important;
}

.our-team .social-links li a{
    display: block;
    font-size: 18px;
    color: #aad6e1;
    margin-right: 6px;
    transition: all 0.5s ease 0s;
}

.our-team .social-links li:last-child a{
    margin-right: 0;
}

.our-team .social-links li a:hover{
    color: #ff5543;
}

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 50px;
        top: -24px;
    }
    .our-team .title:before,
    .our-team .title:after{
        top: -85px;
        height: 102px;
    }
    .our-team .title:before{
        left: 35%;
    }
    .our-team .title:after{
        right: 35%;
    }
}

@media only screen and (max-width: 767px){
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 75px;
    }
    .our-team .team-content:before{
        transform: rotate(8deg);
    }
    .our-team .team-content:after{
        transform: rotate(-8deg);
    }
    .our-team .title:before,
    .our-team .title:after{
        width: 10px;
        top: -78px;
        height: 102px;
    }
    .our-team .title:before{
        left: 42.5%;
        transform: rotate(-82deg);
    }
    .our-team .title:after{
        right: 42.5%;
        transform: rotate(82deg);
    }
}

@media only screen and (max-width: 480px){
    .our-team .title:before,
    .our-team .title:after{
        top: -83px;
    }
}
ul {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}
ul {
  list-style: none; /* Remove default bullets */
}


.box {
  background:#fff;
  transition:all 0.2s ease;
  border:2px dashed #dadada;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 20px 20px 20px;
  min-height:340px;
}

.box:hover {
  border:2px solid #525C7A;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box .box-content p {
  color:#515c66;
  text-transform:none;
}


/* CSS Document */
/* List */
ol {
  list-style: none;
  counter-reset: steps;
}
ol li {
  counter-increment: steps;
}
ol li::before {
  content: counter(steps);
	text-align: center;
  margin-right: 0.25rem;
  background: #ff6f00;
  color: white;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  display: inline-grid;
  line-height: 1.2em;
}
ol ol li::before {
  background: darkorchid;
}


p.PtextFormat{ 
    font-size: 16px;   
	text-align: justify;
}
.content p{   
   display: -webkit-box;   
   -webkit-line-clamp: 3;   
   -webkit-box-orient: vertical;   
   overflow: hidden;
	
}
.content{
  width:100%; 
  border-radius:10px;
}

/*card collaborators css*/
.animate {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.info-card {
		width: 100%;
		border: 1px solid rgb(215, 215, 215);
		position: relative;
		font-family: 'Lato', sans-serif;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.info-card > img {
		width: 100px;
		margin-bottom: 10px;
	}
	.info-card .info-card-details,
	.info-card .info-card-details .info-card-header  {
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: -100%;
		left: 0;
		padding: 0 15px;
		background: rgb(255, 255, 255);
		text-align: center;
	}
	.info-card .info-card-details::-webkit-scrollbar {
		width: 8px;
	}
	.info-card .info-card-details::-webkit-scrollbar-button {
		width: 8px;
		height: 0px;
	}
	.info-card .info-card-details::-webkit-scrollbar-track {
		background: transparent;
	}
	.info-card .info-card-details::-webkit-scrollbar-thumb {
		background: rgb(160, 160, 160);
	}
	.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
		background: rgb(130, 130, 130);
	}           

	.info-card .info-card-details .info-card-header {
		height: auto;		
		bottom: 100%;
		padding: 10px 5px;
	}
	.info-card:hover .info-card-details {
		bottom: 0px;
		overflow: auto;
		padding-bottom: 25px;
	}
	.info-card:hover .info-card-details .info-card-header {
		position: relative;
		bottom: 0px;
		padding-top: 45px;
		padding-bottom: 25px;
	}
	.info-card .info-card-details .info-card-header h1,	
	.info-card .info-card-details .info-card-header h3 {
		color: rgb(62, 62, 62);
		font-size: 22px;
		font-weight: 900;
		text-transform: uppercase;
		margin: 0 !important;
		padding: 0 !important;
	}
	.info-card .info-card-details .info-card-header h3 {
		color: rgb(142, 182, 52);
		font-size: 15px;
		font-weight: 400;
		margin-top: 5px;
	}

	.info-card .info-card-details .info-card-detail {
		list-style: none;
		padding: 0px;
		margin-top: 25px;
		text-align: center;
	}
	/*.info-card .info-card-details .info-card-detail  a {
		position: relative;
		display: inline-block;
		min-width: 40px;
		padding: 10px 0px;
		margin: 0px 5px;
		overflow: hidden;
		text-align: center;
		background-color: rgb(215, 215, 215);
		border-radius: 40px;
	}*/

	
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
/* .social {
     -webkit-transform: scale(0.8);
     Browser Variations: 
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }*/

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }

/*overview page css*/
section{
	padding: 60px 0;
}
section .section-title{
	text-align:center;
	color:#007b5e;
	margin-bottom:50px;
	text-transform:uppercase;
}
#what-we-do{
	background:#ffffff;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{

}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #007b5e !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f046 ";
 
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
	 
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{

}
.card-title {
    font-size:1.1rem;
    text-transform: none;
    font-weight: normal;
	align-items:center;
}
/*profile agency in home pages */
/*Profile card 2*/
*:hover{
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
section{
    float:left;
    width:100%;
    background: #fff;  /* fallback for old browsers */
    padding:30px 0;
}
h1{float:left; width:100%; color:#232323; margin-bottom:30px; font-size: 14px;}
h1 span{font-family: 'Libre Baskerville', serif; display:block; font-size:45px; text-transform:none; margin-bottom:20px; margin-top:30px; font-weight:700}
h1 a{color:#131313; font-weight:bold;}
 .card_ {
     border: 1px solid lightgreen;
     padding-bottom: 3%;
	 width:300px;
	 cursor:pointer;
 }

.profile-card-2 .card-img-block{
    float:left;
    width:100%;
    height:150px;
    overflow:hidden;
 
}
.card_:hover {
   border: 1px  dashed #3E7DC0 !important;
}
.profile-card-2 .card-body{
    position:relative;
}
.profile-card-2 .profile {
  border-radius: 50%;
  position: absolute;
  top: -42px;
  left: 15%;
  max-width: 75px;
  border: 3px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.profile-card-2 h5{
    font-weight:600;
    color:#6ab04c;
}
.profile-card-2 .card-text{
    font-weight:300;
    font-size:15px;
}
.profile-card-2 .icon-block{
    float:left;
    width:100%;
}
.profile-card-2 .icon-block a{
    text-decoration:none;
}
.profile-card-2 i {
  display: inline-block;
    font-size: 16px;
    color: #6ab04c;
    text-align: center;
    border: 1px solid #6ab04c;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-2 i:hover {
  background-color:#6ab04c;
  color:#fff;
}

/*Read more button*/
    .card-link a {
            text-decoration: none;
            font-family: 'Oswald', sans-serif;
            color: #FF5722;
            font-size: 15px;
        }




/* scretariat profiles cards*/
h5 {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    margin: 0;
}

.card1{
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
	 width:300px;
	 border: 1px solid lightgreen;
     padding-bottom: 3%;	
	 cursor:pointer;
}
.card1:hover{
 
	border-color: black;
	 border: 1px  dashed #3E7DC0 !important;	 
	  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  position:relative;
  z-index: 3;
}
 
headcolor:hover{
		background-color: rgba(0,0,0,0.2);
}
.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: auto;
    height: auto;
	border-radius:75%
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
	font-size:0.75rem;
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

.country {
    position: absolute;
    top: -30px;   
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
   font-size: 15px;
   color:black;
}

/*text overlying video*/
#overlayText {
 position:absolute;
  top:50%;
  left:20%;
  z-index:1;
}

#topText {
  color: white;
  font-size: 20px;
  align-self: center;
}

.header_ {
  position: relative;
  /*background-color: black;*/
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
	margin-top:15px;
}

.header_ video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header_ .container {
  position: relative;
  z-index: 2;
}
.header_ .overlay {	
  position: absolute;
  top: 10px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  header {
  /* background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;*/
	  
  }

  header video {
    display: none;
  }
}

.hhomepage {
    display: table; /* keep the background color wrapped tight */
    margin: 0px auto 0px auto; /* keep the table centered */
    padding:1px;
	font-size:20px; 
	color:#ffffff;
}

/*secretariat */



.circle {
  padding: 13px 20px;
  border-radius: 50%;
  background-color: #ED8D8D;
  color: #fff;
  max-height: 50px;
  z-index: 2;
}

.how-it-works.row .col-2 {
  align-self: stretch;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #ED8D8D;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}


.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #ED8D8D;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #ED8D8D;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}
/*.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}*/
 .card2{
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
	  
	 border: 1px solid lightgreen;
     padding-bottom: 3%;	
	 cursor:pointer;
	 width:350px;
}
/*timeline for collaborator*/
.panel > .list-group
{
    margin-bottom: 0;
}
.panel > .list-group .list-group-item
{
    border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child
{
    border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child
{
    border-top-width: 0;
}
.panel-default .list-group-item.active
{
    color: #000;
    background-color: #DDD;
    border-color: #DDD;
}
.panel-primary .list-group-item.active
{
    color: #FFF;
    background-color: #428BCA;
    border-color: #428BCA;
}
.panel-success .list-group-item.active
{
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
.panel-info .list-group-item.active
{
    color: #31708F;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}
.panel-warning .list-group-item.active
{
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}
.panel-danger .list-group-item.active
{
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}
.panel a.list-group-item.active:hover, a.list-group-item.active:focus
{
    color: #000;
    background-color: #82838E;
    border-color: #222225;
}
.panel-success a.list-group-item:hover 
{
    color: #000;
    background-color: #F2F2F3;
    border-color: #222225;
}

.card-box {
            background: #FAFAFA;
            min-height: 300px;
            position: relative;
            padding: 30px 30px 20px;
            margin-bottom: 20px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            position: relative;
            
        }

        .card-box:hover {
            background: linear-gradient(to right, #1fa2ff17 0%, #12d8fa2b 51%, #1fa2ff36 100%);
        }

        .card-box:after {
            display: block;
            background: #2196F3;
            border-top: 2px solid #2196F3;
            content: '';
            width: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
        }

        .card-title h2 {
            margin: 0;
            padding-top: 5%;
            color: #2196F3;
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            font-size: 24px;
            line-height: 1;
            margin-bottom: 15px;
        }

        .card-title p {
            margin: 0;
            margin-bottom: 10px;
            font-size: 16px;
        }

        .card-link a {
            text-decoration: none;
            font-family: 'Oswald', sans-serif;
            color: #FF5722;
            font-size: 15px;
        }


/*Read more button*/
.myButton {
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:6px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:4px 53px;
	text-decoration:none;
	text-shadow:-1px 1px 0px #3d768a;
}
.myButton:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
.myButton:active {
	position:relative;
	top:1px;
}
/*style="width:100%; height:375px"*/
.card-img-tope {
    width: 100%;
	height: 20vw;
   /* height: 475px;*/
  object-fit: cover;
	/*object-fit: contain;*/
}
.overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
 min-height: 20vh;
  display:flex;
  align-items:center;
	 padding:0 5px;
    text-transform: capitalize;
    justify-content:flex-start;
	 
}
.overlay h2 {
    background: #000 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 900;
    margin: 0.15rem 0.30rem 0;
    font-size:35px;
   
     
}
h2 span { 
   color: white; 
   font: bold 48px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
   top:10px;
}
h2 span.spacer {
   padding:0 5px;
}

/*details champions corners*/
.candidates-profile-bg {
  padding: 10px 0px 80px 0px;
  /*background-image: url("https://www.bootdey.com/img/Content/bg1.jpg");*/
  background-size: cover;
  position: relative;
  background-position: center center;
}

.candidates-profile-details img {
  max-width:230px;
  background: transparent;
}

.candidates-profile-details .candidates-profile-name {
  font-weight: 300;
	color: black;
}

.candidates-profile-icons .list-inline-item {
  margin: 0 1px !important;
}

.candidates-profile-social-icons li a {
  height: 32px;
  width: 32px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 15px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.candidates-profile-social-icons li a:hover {
  background-color: #ff4f6c;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-color: #ff4f6c;
}

.profile-education-icon {
  border: 1px solid #ececec;
  position: absolute;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 42px;
  border-radius: 50px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff;
  color: #ff4f6c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.candidates-profile-education {
  padding: 64px 24px 24px;
}

.candidates-profile-education:hover .profile-education-icon {
  background-color: #ff4f6c;
  border: 1px solid #ff4f6c;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.job-details {
  padding: 210px 0px 60px 0px;
  /*background-image: url("../images/job-details-bg.jpg");*/
  background-size: cover;
  position: relative;
  background-position: center center;
}

.job-detail {
  border: 1px solid #ececec;
  border-radius: 6px;
}

.job-details-desc-item p {
  overflow: hidden;
}

.job-detail-icons li {
  margin: 2px !important;
}

.job-detail-icons li a {
  height: 32px;
  width: 32px;
  color: #ff4f6c;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #ff4f6c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.job-detail-icons li a:hover {
  background-color: #ff4f6c;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.job-detail-time li {
  padding: 10px 4px;
  border-top: 1px solid #ececec;
}

.job-detail-time li:first-child {
  border-top: none;
}
.section {
    padding-bottom: 80px;
    padding-top: 20px;
    position: relative;
}

/* events template*/

.card3 {
	
    font-size: 1em;
    overflow: hidden;
    
    border: none;
    border-radius: .28571429rem;
   /* box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;*/
    margin-top:20px;
	width:100%;
    margin:20 auto;
}
.card-block3 {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    /*border-top: 1px solid rgba(34, 36, 38, .1);*/
    box-shadow: none;
     
}
 
.card-img-top-card3 {
    /*width: 100%;*/
   /* height: 15vw;*/
	/*height:100%;*/
	/*max-height: 20vh;*/
    object-fit: contain;
}
 
.card3:hover{
   /*  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);*/
	cursor:pointer;
	/*border: 1px solid #3E7DC0 !important;*/
	box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}
.btn_ {
  margin-top: auto;
}
.btn-round { 
    border-width: 1px;
    border-radius: 30px !important;
    padding: 11px 23px;
}
.btn-primary{
	font-size:14px;
	border:1px solid #3E7DC0 !important;
	background-color:#052659;
	border-radius:5px;
	color:yellow;
}
.btn-primary:hover{
	background-color:#1f5067;
}
.btn-outline {
    border:1px solid #3E7DC0 !important;
    color: inherit;
    transition: all .5s;
	border-radius:15px;
 
}

.btn-primary.btn-outline {	 
    color: #25c0;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}
.btn-link .btn-link-outline,
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
	 color: #91d663;
  	border:1px solid #3E7DC0 !important;
	border-radius:5px;
} 

.event-location_ {
	font-size:14px;
	font-weight:bold;	
}
.eventline{
	font-size:13px;
	font-weight:bold;
	margin-left:7px;
}

.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger h4
{
    color: #d9534f;
}
.centerUL {
  display: table;
  margin: 0 auto;
}
.movUL {
 margin-bottom: 5rem;
}

@media screen and (max-width: 45em ) {
  #navbarNavDropdown1 {
      display: none !important;
  }
}
 
.date-card{
	font-size:12px;
}
.title-card{
	font-size:14px;
	color:green;
} 

.card4 {
	
    font-size: 1em;
    overflow: hidden;
    
    border: none;
   
   /* box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;*/
    margin-top:20px;
	width:100%;
    margin:20 auto;
}
.card-block4 {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    /*border-top: 1px solid rgba(34, 36, 38, .1);*/
    box-shadow: none;
     
}
 
.card-img-top-card4 {
    /*width: 100%;*/
   /* height: 15vw;*/
	/*height:100%;*/
	/*max-height: 20vh;*/
    object-fit: contain;
}
 
.card4:hover{
   /*  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);*/
	cursor:pointer;
	/*border: 1px solid #3E7DC0 !important;*/
	box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}
.title-card-news{
	font-size:24px;
	color:green;
}
.card-img-cover-news {
    padding: 45%;
    margin: 0 5%;
    background-size: cover;
    background-position: top center; 
}
.img_ {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: bottom;
}

.top-left {
            position: absolute;
           margin-top: 18px;
            left: 16px;
	        font-size:23px;
        }
  
  form button {
    position: absolute;
    border: none;
   /* display: block;*/
    width: 20px;
    height:20px;
    line-height: 16px;
    font-size: 12px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
     margin-right: 150px;
    margin: auto;
    /*background: #ddd;*/
    padding: 0;
    outline: none;
    cursor: pointer;
    transition: .1s;
}

.how-section1{
    margin-top:-15%;
    padding: 10%;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
/*.how-img img{
    width: 50%;
}*/
.back-arrow-color {
color:#82bd5e;
}

/*top menu bar member*/
 
 
.navbar-icon-top .navbar-nav .nav-link > .fa {
  position: relative;
  width: 36px;
  font-size: 24px;
	color:#052e59;
}
 .navbar-icon-top .nav-link:focus, .navbar-icon-top .navbar-nav .nav-link:hover {
    color: #ffdc48 !important;
}  
 .navbar-icon-top .nav-link:focus, .navbar-icon-top .navbar-nav .nav-link {
    color: black !important;
} 

.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  font-family: sans-serif;
	color:#052e59;
}

.navbar-icon-top .navbar-nav .nav-link > .fa {
  top: 3px;
  line-height: 12px;
}

.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
  top: -10px;
}

@media (min-width: 576px) {
  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 768px) {
  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
	  color:#052e59;
  }

  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 992px) {
  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}

@media (min-width: 1200px) {
  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa > .badge {
    top: -7px;
  }
}
.bg-company-color {
    background-color: #82bd5e !important;
}
.NavTop-color{
	 background-color: #1f5067 !important;
}
.navbar-icon-top:focus  { 
	border: none !important; 
	outline: none !important; 
}
 
  .navbar-icon-top ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color:transparent;
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.navbar-icon-top .nav-link:hover {
  /* background:#009cde;*/
	background-color:transparent; 
	 
}
 /*.navbar-icon-top .navbar-toggler-icon .icon-bar {
    color: red !important;
}*/
  .navbar-icon-top .navbar-toggler .navbar-toggler-icon .icon-bar {
    /*background-color: red !important;*/
	   border-color: yellow;
}
.nav-bar .navbar-toggler .navbar-toggler-icon {
	 color: white !important;
}
 
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar .navbar-toggler {
  border-color: rgb(255,255,255);
} 

/* Main Container -  this controls the size of the circle */
.circle_container
{
	width : 160px;
	height : 160px;
	margin : 0;
	padding : 0;
/*	border : 1px solid red; */
}

/* Circle Main draws the actual circle */
.circle_main
{
	width : 100%;
	height : 100%;
	border-radius : 50%;
	border : 2px solid black;	/* can alter thickness and colour of circle on this line */
	margin : 0;
	padding : 0;
	background-color:#1cb0e3;
}

/* Circle Text Container - constrains text area to within the circle */
.circle_text_container
{
	/* area constraints */
	width : 70%;
	height : 70%;
	max-width : 70%;
	max-height : 70%;
	margin : 0;
	padding : 0;

	/* some position nudging to center the text area */
	position : relative;
	left : 15%;
	top : 15%;
	
	/* preserve 3d prevents blurring sometimes caused by the text centering in the next class */
	transform-style : preserve-3d;
	
	/*border : 1px solid green;*/
}

/* Circle Text - the appearance of the text within the circle plus vertical centering */
.circle_text
{
	/* change font/size/etc here */
	font: 15px "Tahoma", Arial, Serif;	
	align-content:center;
	text-align : center;
	justify-content:center;
	
	/* vertical centering technique */
	position : relative;
	top : 50%;
	transform : translateY(-50%);
}
.circle_main:hover{
	border : 2px dotted green;
	background-color:#e8e8e8;
}
.flag-icon {
    width: 80px;
    line-height: 45px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
}
.flag-link {
    margin:10px 0 15px 0;
	color:#052e59;
	font-weight:bold;
}
.card-text-description{
	font-size:16px;
}
.card-text-title{
	font-size:18px;
}
