@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Metropolis-Regular.eot');
    src: url('../fonts/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis-Regular.woff') format('woff'),
        url('../fonts/Metropolis-Regular.ttf') format('truetype'),
        url('../fonts/Metropolis-Regular.svg#Metropolis-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Avenir", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Avenir", sans-serif;
}
.rd-nav-link {
    font: 700 14px/20px "Nunito Sans", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.swiper-pagination.swiper-pagination-modern .swiper-pagination-bullet {
    color: #bcbcbc;
}
.button-lg {
    font-size: 12px;
    padding-left: 45px;
    padding-right: 45px;
}

.pt-100 {
    padding-top: 100px;
}
.pr-100 {
    padding-right: 100px;
}
.timeline-classic-item-title {
    font-size: 25px;
    font-family: "Nunito Sans", sans-serif;
    text-transform: none;
}
.thumbnail-classic-item-subtitle {
    font-size: 16px;
    line-height: 1.4;
    color: grey;
    font-weight: 300;
}
.rd-navbar-static .rd-nav-link {
    color: #ffffff;
}
.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-outer {
    background: #013879;
}
.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #55a393;
}
.rd-navbar-static .rd-nav-link:hover {
    color: #55a393;
}
.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    color: #55a393;
}
.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
    color: #55a393;
}
.button-primary-outline,
.button-primary-outline:focus {
    border-color: #55a393;
}
.icon-modern {
    color: #55a393;
}
.button.button-primary,
.button.button-primary:focus {
    background-color: #ea6868;
    border-color: #ea6868;
}
.bg-secondary {
    background-color: #10689a;
}
.timeline-classic-item-divider::after {
    background: #10689a;
}
.timeline-classic-item-divider::before {
    border: 2px solid #10689a;
}
html .page .text-primary {
    color: #55a393;
}
.ui-to-top {
    background: #10689a;
}
.link-default:hover {
    color: #10689a;
}
.button-primary-outline:hover {
    background: #10689a;
    border-color: #10689a;
}
/* clearfix */

.owl-carousel .owl-wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}
/* display none until init */
.owl-carousel {
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    position: relative;
    display: none;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
/* 
*  Owl Carousel CSS3 Transitions 
*  v1.3.2
*/
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 0.7s both ease;
    -moz-animation: fadeOut 0.7s both ease;
    animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
    -webkit-animation: fadeIn 0.7s both ease;
    -moz-animation: fadeIn 0.7s both ease;
    animation: fadeIn 0.7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}
@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}
@keyframes empty {
    0% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}
@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}
@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}
@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}
@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}
@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}
@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    color: #fff;
    font-size: 12px;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    margin: 5px 7px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 2px 10px;
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
}
/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center;
}
/* CUSTOM USER OPTIONS */
.carousel-container {
    width: 100%;
}
.item {
    margin: 0 10px;
    background: #fff;
    color: #333;
}
.item img {
    width: 100%;
}
.item h4 {
    margin-top: 10px;
    color: #333;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
}
.item p {
    color: #fff;
    padding: 0 0px 0px;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    line-height: normal;
}
.customNavigation {
    margin-top: 5px;
    margin-right: 11px;
    text-align: right;
}
.customNavigation .btn {
    position: relative;
    display: inline-block;
    overflow: visible;
    margin: -1.9px;
    padding: 0.8em 1.1em;
    border: 0;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 20px;
    cursor: crosshair;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition-property: all 0.1s ease-in 0s;
    -webkit-font-smoothing: antialiased;
    background: #333;
}
.customNavigation .btn:hover {
    background: #222;
}
.hoverfx {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
}
.hoverfx img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.hoverfx:before {
    display: inline-block;
    padding-top: 190px;
    content: "";
    vertical-align: middle;
}
.hoverfx .figure {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 10px 15px;
    max-width: 100%;
    border: none;
    color: #ecf0f1;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1rem;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition-property: all 0.3s ease;
}
.hoverfx .figure:hover {
    background: #e9e9e9;
    color: #333;
}
.hoverfx .overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 182px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition-property: all 0.3s ease;
}
.item:hover .figure,
.item:hover .overlay {
    opacity: 1;
}
.owl-next {
    right: 0;
    display: none;
}
.owl-prev {
    left: 0;
    display: none;
}
@media only screen and (max-width: 820px) {
    .hoverfx:before {
        padding-top: 285px;
    }
}
@media only screen and (max-width: 600px) {
    .hoverfx:before {
        padding-top: 240px;
    }
}
@media only screen and (max-width: 375px) {
    .hoverfx:before {
        padding-top: 215px;
    }
}
@media only screen and (max-width: 360px) {
    .hoverfx:before {
        padding-top: 350px;
    }
}
@media only screen and (max-width: 320px) {
    .hoverfx:before {
        padding-top: 350px;
    }
}
.loadingProgressG {
    background: #10689a;
}
.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #fff;
    background: #10689a;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
    background: #10689a;
}
.breadcrumbs-custom-path li.active {
    color: #fff;
}
.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
    color: #bebebe;
}
.breadcrumbs-custom-path li::after {
    color: #bebebe;
}
.bg-blue {
    background: #10689a;
}
.pt-0 {
    padding-top: 0;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-50 {
    padding-top: 50px;
}
.pt-130 {
    padding-top: 130px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.profile-classic-title {
    color: #55a393;
    font-weight: 600;
    text-align: center;
}
.profile-classic-position {
    color: #10689a;
    text-align: center;
}
.tab-content .profile-classic-title {
    color: #55a393;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}
.tab-content .profile-classic-position {
    color: #10689a;
    text-align: center;
    font-size: 16px;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
    color: #fff;
}
a,
a:focus,
a:active {
    color: #55a393;
}
h4,
.heading-4 {
    font-size: 24px;
    line-height: 1.33333;
    /* color: #10689a;
  font-weight: bold; */
}
@media only screen and (max-width: 600px) {
    h4,
    .heading-4 {
        font-size: 18px;
    }
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class^="heading-"] a:hover {
    color: #55a393;
}
.post-classic {
    padding: 15px;
    text-align: left;
    box-shadow: 0px 0px 10px 0px #e9e9e9;
}
table {
    font-family: "Nunito Sans", sans-serif;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
td,
th {
    border-bottom: 1px solid #b8b8b8;
    text-align: center;
    padding: 20px;
    color: #10689a;
}
tr:nth-child(odd) {
    background-color: #f2f2f294;
}
tr.thead {
    background: #55a393;
    color: #fff !important;
}
@media (min-width: 768px) {
    .tabs-horizontal.tabs-line .nav-link.active,
    .tabs-horizontal.tabs-line .nav-link:hover {
        color: #ea6868;
        font-weight: bold;
    }
}
@media (min-width: 768px) {
    .tabs-horizontal.tabs-line .nav-link::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 1px;
        width: 0;
        background: #ffad41;
        transition: 0.22s ease;
    }
}
td.title {
    color: #10689a;
    font-size: 20px;
}
th.title {
    color: #fff;
}
@media (min-width: 768px) {
    .tabs-horizontal.tabs-line .nav-link {
        position: relative;
        padding: 0 0 13px 0;
        font-size: 15px;
        background-color: transparent;
        color: #9b9b9b;
        border: 0;
    }
}
html:not(.tablet):not(.mobile) .thumbnail-classic-caption {
    background: rgb(0 0 0 / 85%);
}
@media (min-width: 1200px) {
    .thumbnail-classic-title {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    .thumbnail-classic-caption * + p {
        font-size: 13px;
    }
}
.mt--350 {
    margin-top: -350px;
}
.section-single-inner {
    min-height: 80vh;
}
.section-single-main {
    padding: calc(14em + 0vh) 0;
}
.soon {
    color: #10689a;
    font-size: 35px;
}
a:hover {
    color: #10689a;
}
h4.post-classic-title {
    color: #10689a;
    font-weight: 600;
}
.post-classic-meta > li {
    color: #10689a;
}
.border-6 {
    border: 6px solid #55a393;
    border-radius: 7px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-170 {
    margin-top: 170px;
}
@media only screen and (max-width: 820px) {
    .mt-50 {
        margin-top: 0;
    }
    .mt-130 {
        margin-top: 0;
    }
    .mt-170 {
        margin-top: 0;
    }
}
.profile-classic-caption {
    background: rgb(85 163 147 / 79%);
}
.list-inline-comma > li {
    display: inline-block;
    color: #10689a;
}
@media (max-width: 767.98px) {
    .tabs-line .nav-link:hover,
    .tabs-line .nav-link.active {
        color: #fff;
        background: #10689a;
        border-color: #55a393;
    }
}
.rd-navbar-brand-font-weight {
    font-weight: 600;
}
.container #about-section {
    display: block;
    margin-top: 0;
    margin-bottom: 5%;
}
.info-container {
    display: flex;
    flex-direction: row;
    margin: 5% 0;
    height: auto;
    min-height: 600px;
}
.info-img-container {
    width: 45%;
}
.info-img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-text {
    width: 55%;
    padding: 8% 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .swiper-slider-light {
        min-height: 80vh;
    }
    .container #about-section {
        display: block;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .info-container {
        height: 100%;
        min-height: 300px;
    }
    .info-img-container {
        display: none;
    }
    .info-text {
        width: 100%;
        padding: 8%;
    }
}
.info-text-title {
    font-weight: 600 !important;
}
.info-text-details {
    font-weight: 300 !important;
    margin-top: 1% !important;
    font-size: 20px;
}
@media (max-width: 767.98px) {
    .info-text-title {
        font-size: 32px;
        line-height: 1.15;
    }
    .info-text-details {
        font-size: 18px;
        line-height: 1.3;
    }
    .info-text {
        padding: 10%;
    }
}
.info-text-button {
    border: 0;
    border-radius: 0;
    margin-top: 5% !important;
    padding: 2.5% 5%;
    color: #fff !important;
    background-color: #55a393 !important;
}
.border-bottom-none{
    border-bottom: none;
}
.info-button-font {
    font-size: 14px;
}
@media (max-width: 767.98px) {
    .info-text-button {
        padding: 9px 20px;
    }
    .info-button-font {
        font-size: 12px;
    }
}
/* .info-bg-green,
.info-button-green {
  background-color:#55a393!important;
}
.info-bg-blue,
.info-button-blue {
  background-color:#10689a!important;
}
.info-bg-white {
  background-color: #fff!important;
}
.info-bg-green h3,
.info-bg-blue h3 {
  color: #fff;
}
.info-bg-green h4,
.info-bg-blue h4 {
  color: #fff;
} */
#carousel-conference {
    width: auto;
}
.carousel-text-wrapper {
    text-align: left;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    width: 100%;
}
.carousel-caption .carousel-text {
    color: #000;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 500 !important;
    margin: 0px;
}
.carousel-caption .carousel-event-title {
    font-weight: 700 !important;
    font-size: 45px;
    line-height: 1.15;
    text-transform: uppercase;
    margin: 0px;
}
.fs-14 {
    font-size: 0.9rem;
}
.fs-25 {
    font-size: 25px !important;
}
.fs-30 {
    font-size: 30px !important;
}
@media (max-width: 767.98px) {
    .carousel-caption .carousel-event-title {
        font-size: 32px !important;
        line-height: 1.15;
    }
    .carousel-caption .carousel-text {
        font-size: 18px !important;
        line-height: 1.3;
    }
}
.carousel-height {
    height: 30rem;
}
.carousel-img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-text-button {
    border: 0;
    border-radius: 0;
    padding: 9px, 11px;
    margin: 15px 0 0;
    color: #fff !important;
    background-color: #00aa9a !important;
}
.carousel-button-font {
    font-size: 14px;
}
@media (max-width: 767.98px) {
    .carousel-text-button {
        padding: 7px 10px;
    }
    .carousel-button-font {
        font-size: 12px;
    }
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity ease-out 0.7s;
    height: 500px;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
#carousel-img-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

#banner-img-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

#amount_filter_container .row + .row {
    margin-top: 5px;
}

.icon-style-normal {
    font-style: normal;
}
/* .icon-size {
  font-size: 2rem;
  line-height: 0;
} */
.icon-with-description {
    display: flex !important;
    flex-direction: row;
    column-gap: 0.25rem;
}
.footer-icon-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 3rem;
}
.footer-icon-list .row {
    margin: 0;
}
@media (max-width: 767.98px) {
    .footer-icon-list {
        margin-top: 3rem;
        flex-direction: row;
        justify-content: space-around;
        padding-inline-start: 40px;
    }
    .footer-side-border {
        border-right: none;
    }

    .carousel-caption {
        left: 0%;
    }
}
.carousel-img-fit {
    display: block;
}
.img-mobile {
    display: none;
}
@media (max-width: 767.98px) {
    .bg-mobile {
        background-color: #fae4d7;
    }
    .img-mobile {
        display: block;
        padding-bottom: 10px;
    }

    .carousel-img-fit {
        display: none;
    }
}
@media (min-width: 1400px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.container-lg {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.vertically-centered {
    transform: translateY(20%);
}
h3,
.heading-3 {
    font-size: 36px;
    line-height: 1.33333;
    font-weight: 600;
    color: #013879;
}
@media screen and (max-width: 992px) {
    .container {
        display: flex;
        flex-flow: column;
    }
    .first {
        order: 1;
    }
    .second {
        order: 2;
        padding-top: 20px;
    }
}
.bg-gray-800 {
    color: #aeb1be;
    background-color: #031939;
}

.profile-classic-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-conference {
    width: 10vw;
    height: 10vw;
}

/* .guide-background { 
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.guide-background img {
  width: 100%;
  object-fit: cover;
  position: relative;
  display: block;
  transition: .5s ease-in-out;
}

@media screen and (max-width: 992px) {
  .guide-background,
  .guide-background img { 
    height: 100%;
  }
}

.guide-background:hover img {
  transform: scale(1.1);
}

.guide-background:hover .overlay {
  display: block;
}

.guide-background .overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #10679a21;
  z-index: 2;
  cursor: pointer;
}

.guide-text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 10;
} */

/* guide accordion */
.card-corporate .card-title a[aria-expanded="true"],
.card-corporate .card-title a:hover {
    color: #55a393 !important;
}

.card-corporate .card-arrow {
    color: #55a393 !important;
}

.img-contain {
    object-fit: contain;
}

.guides-accordion.bg-blue .card-corporate .card-title a[aria-expanded="true"],
.guides-accordion.bg-blue .card-corporate .card-title a {
    color: #fff !important;
}

.guides-accordion.bg-blue .card-corporate .card-arrow {
    color: #fff !important;
}

.guides-accordion.bg-blue a {
    color: #aeb1be !important;
}

.guides-accordion.bg-blue a:hover {
    color: #fff !important;
}

@media screen and (max-width: 992px) {
    .manual-image {
        display: none !important;
    }
}

/* video modal for guides */
.guides-video-gallery a {
    color: #fff !important;
}

.guides-video-gallery a:hover {
    color: #aeb1be !important;
}

/* video modal */
.modal {
    display: block !important;
}
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.modal-body {
    position: initial;
    padding: 0px;
    overflow: hidden;
}

.modal-content {
    border-radius: 6px !important;
    border: 0 !important;
}

/* image */
.modal-thumbnail img {
    height: 200px;
    object-fit: cover;
}
.guides-infographics a:hover {
    color: #55a393 !important;
}

/* conference */
.programs-title {
    font-size: 25px;
    font-family: "Nunito Sans", sans-serif;
    text-transform: none;
}

/* partners */
.partners .profile-classic-image {
    height: 200px;
    width: auto;
    object-fit: contain;
}
.profile-creative-title {
    color: #55a393 !important;
}
.profile-creative {
    margin-left: 0 !important;
}
@media (min-width: 576px) {
}
.profile-creative > * {
    margin-left: 15px;
}

.vertical-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.partners .horizontal-logo {
    width: 370px !important;
    min-width: 370px !important;
    height: auto;
}
@media (min-width: 768px) {
    .swiper-slider-light .swiper-slide-caption {
        padding: 130px 0 130px;
    }
}
.section-under-heading a {
    color: #ea6868;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.breadcrumbs-custom .breadcrumbs-custom-subtitle {
    text-transform: none;
    font-size: 25px;
    letter-spacing: 3px;
}
.fc-blue {
    color: #013879;
}
.fs-15 {
    font-size: 15px;
}

.bg-green {
    background-color: #55a393;
    padding: 20px 0px;
}

.bg-green2 {
    background-color: #55a393;
    padding: 30px 0px;
}

.fc-white {
    color: #fff;
}
.breadcrumbs-custom-subtitle + .breadcrumbs-custom-title {
    margin-top: 10px;
    font-weight: 500;
}
.text-red {
    color: #ea6868 !important;
}
.text-green {
    color: #00a897 !important;
}
.bg-peach {
    background-color: #FEF1EC;
}
.bg-red {
    background-color: #ea6868 !important;
}
.post-creative-title {
    max-width: 100%;
}
ul.partners1 {
    padding-left: 5%;
    padding-top: 10px;
    list-style: disc;
}
li.partners1 {
    display: list-item;
}
.owl-dots {
    margin-top: 25px;
    display: none;
}
.profile-classic-main {
    box-shadow: 0px 11px 14px 1px #0000001a;
}
.border-radius-50 {
    border-radius: 50%;
}
.disclaimer {
    background: #ffc5c5;
    padding: 0.5rem;
    border-radius: 1rem;
    border: 1px solid #c04646;
    color: #c04646;
    margin-top: 0.5rem;
}
.roboto {
    font-family: "Roboto Flex", sans-serif;
}
/* .box3 {
    background: #ffffff;
    padding: 0.5rem;
    border-radius: 1rem;
    border: 1px solid #000000;
    margin-top: 0.5rem;
  color: #000000;
} */
.box {
    background: #ffffff;
    padding: 0.5rem;
    border-radius: 1rem;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    margin-top: 0.5rem;
    color: #000000;
    opacity: 0.8;
}
.box_2 {
    background: #ffffff;
    padding: 0.5rem;
    border: 1px solid #74757f;
    margin-top: 0.5rem;
    color: #74757f;
    text-align: left;
}
#sync1 .item {
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync2 .item {
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1 {
    font-size: 18px;
}
#sync2 .synced .item {
    background: #0c83e7;
}
.pad20-0 {
    padding: 20px 0;
}

/* navbar panel */
.navbar-content {
    display: flex;
    flex-direction: row;
}

.nav-button-section {
    display: flex;
    flex-direction: column;
}
/* end navbar panel */

.color-box {
    width: 2rem;
    height: 0.9rem;
    margin-left: 0.5rem;
    display: inline-block;
    border: 1px solid #74757f;
    left: 5px;
    top: 5px;
}

.err {
    color: #ea6868;
}

.alert {
    margin-top: 1rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.blip-size,
.blip-size-no-data {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.blip-size-no-data {
    justify-content: left;
}

.blip-size-img-div {
    display: inline-block;
    width: 20%;
}

.blip-size-img {
    opacity: 0.4;
}

.blip-size-label {
    width: 5rem;
    font-size: 0.7rem;
    text-align: right;
    display: inline-block;
    overflow-wrap: break-word;
}
#toggle_control {
    font-family: "Roboto Flex", sans-serif;
}
.float-child-2 {
    margin-top: 1em;
    width: 50%;
    float: left;
}
.flex-container {
    display: flex;
}
.flex-child-3 {
    width: 20%;
    flex: 1;
}
.flex-child-4 {
    width: 10%;
    flex: 1;
}
.vl {
    border-left: 0.2rem solid black;
    position: absolute;
    top: 7em;
    left: 46.5%;
    height: 66em;
}
.form-check {
    text-align: center;
    width: 35%;
}
.form-check-lg {
    height: 20px;
    width: 20px;
}
@media (min-width: 1200px) {
    .blip-size {
        justify-content: space-between;
    }
}
@media (max-width: 1199px) {
    .blip-size {
        justify-content: center;
    }
}
#cs-logo {
    height: 80%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
input[type="checkbox"] {
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
    transform: scale(1);
    padding: 10px;
}
ul.committee {
    list-style: disc;
    padding-left: 15%;
}
li.committee {
    list-style: disc;
    display: list-item;
}
@media only screen and (max-width: 820px) {
    h3.committee {
        font-size: 30px;
    }
}
@media only screen and (max-width: 600px) {
    h3.committee {
        text-align: center;
    }
}
.sponsor-img img {
    width: 10%;
    margin: 0 0.25rem;
}
.sponsor-img img.ukri {
    width: 31.5%;
    margin: 0 0.25rem;
}
.brought-by-undp img {
    width:84%;
}
.brought-by img {
    width: 80%;
}
@media only screen and (max-width: 1199px) {
    .sponsor-img img {
        width: 9%;
        margin: 0 0.25rem;
    }
}
@media only screen and (max-width: 1024px) {
    .sponsor-img img.ukri {
        width: 30.5%;
        margin: 0 0.25rem;
    }
    .profile-classic-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .profile-conference {
        width: 21vw;
        height: 21vw;
    }
    .brought-by-undp img {
        width: 45%;
    }
    .partnership img{
        width: 60%;
    }
}
@media only screen and (max-width: 820px) {
    .sponsor-img img {
        width: 50%;
        margin: 1rem 0;
    }
    .brought-by-undp img {
        width: 45%;
    }
    .sponsor-img {
        flex-direction: column;
        align-items: center;
    }
    .profile-classic-image {
        width: 100%;
        height: 100%;
    }
    .profile-conference {
        width: 33vw;
        height: 33vw;
    }
}
@media only screen and (max-width: 767px) {
    .profile-conference {
        width: 30vw;
        height: 30vw;
    }
}

@media only screen and (max-width: 712px) {
    .profile-classic-image {
        width: 100%;
        height: 100%;
    }
    .profile-conference {
        width: 230px;
        height: 230px;
    }
    .brought-by img {
        width: 80%;
    }
    .brought-by-undp img {
        width: 40%;
    }
}
@media only screen and (max-width: 568px) {
    .brought-by img {
        width: 60%;
    }
    .brought-by-undp img {
        width: 35%;
    }
    .profile-classic-image {
        width: 100%;
        height: 100%;
    }
    .profile-conference {
        width: 50vw;
        height: 50vw;
    }
    .sponsor-img img.ukri {
        width: 77.5%;
        margin: 1rem 0;
    }
    .btn-volunteer-submit .button-lg {
        font-size: 9px;
    }
    .partnership img {
        width: 40%;
    }
}
@media only screen and (max-width: 480px) {
    .profile-classic-image {
        width: 100%;
        height: 100%;
    }
    .profile-conference {
        width: 74vw;
        height: 74vw;
    }
}
@media only screen and (max-width: 468px) {
    .btn-volunteer-submit .button-lg.px-4 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .btn-volunteer-submit .button-lg.ml-2 {
        margin-left: 0.2rem !important;
    }
    .profile-classic-image {
        width: 100%;
        height: 100%;
    }
    .profile-conference {
        width: 65vw;
        height: 65vw;
    }
}
@media only screen and (max-width: 414px) {
    .btn-volunteer-submit .button-lg.px-4 {
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }
    .btn-volunteer-submit .button-lg.ml-2 {
        margin-left: 0.1rem !important;
    }
    .profile-classic-image {
        width: 100%;
        height: 100%;
    }
    .profile-conference {
        width: 70vw;
        height: 70vw;
    }
}

@media only screen and (max-width: 372px) {
    .btn-volunteer-submit .button-lg.px-4 {
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }
    .btn-volunteer-submit .button-lg.ml-2 {
        margin-left: 0 !important;
    }
    .profile-classic-image {
        width: 100%;
        height: 100%;
    }
    .profile-conference {
        width: 65vw;
        height: 65vw;
    }
}
@media only screen and (max-width: 320px) {
    .btn-volunteer-submit .button-lg.ml-2 {
        margin-left:0rem !important;
    }
    .btn-volunteer-submit .button-lg.px-4 {
        padding-left: 0.1rem !important;
        padding-right: 0.1rem !important;
    }
    .profile-classic-image {
        width: 100%;
        height: 100%;
    }
    .profile-conference {
        width: 76vw;
        height: 76vw;
    }
}
@media (min-width: 1100px) {
    .nav-button-section {
        display: flex;
        flex-direction: row;
        position: relative;
    }
}

