/* Add hover functionality for the submenu */
.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #005e9e !important;
    font-weight: bold;
}

.nav-link:focus, .nav-link:hover {
    color: #005e9e !important;
    /* font-weight: bold; */
}

.navbar-nav li {
    padding-right: 10px;
    font-size: 14px;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bg-dark-blue {
    background-color: #005e9e !important;
}

.text-color-1 {
    color: #005e9e;
}

.text-color-2 {
    color: #d9252e;
}

.text-color-3 {
    color: #0b7843;
}

/* Style for the custom gradient heading */
.gradient-heading {
    font-size: 2.5rem;
    /* Adjust the size of the heading */
    font-weight: bold;
    background: linear-gradient(to right, #005e9e, #d9252e, #0b7843);
    /* Gradient with 3 colors */
    -webkit-background-clip: text;
    /* Required for text gradient in WebKit browsers */
    background-clip: text;
    /* Standard syntax for text gradient */
    color: transparent;
    /* Make the text color transparent to show the gradient */
    line-height: 1.5;
}

.gradient-background {
    background:  linear-gradient(to right, #0b7843, #005e9e, #0b7843);
    /* Gradient with the 3 colors */
    color: white;
    /* Text color */
}

.team_area {
    /* background: #fbfafa; */
}

.team_title {
    color: #000;
    margin-bottom: 60px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}

.our-team {}

@media only screen and (max-width:768px) {
    .our-team {
        margin-bottom: 30px
    }
}

.single-team {
    margin-bottom: 10px;
}

.single-team img {
    margin-bottom: 15px;
    border-radius: 2px;
    border: 10px solid #fff;
}

.single-team h3 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.single-team p {
    margin-bottom: 0px;
}

.our-team .social {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px;
    margin: 3px;
}

.our-team:hover .social li:nth-child(1) a {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.our-team:hover .social li:nth-child(2) a {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.our-team:hover .social li:nth-child(3) a {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.our-team:hover .social li:nth-child(4) a {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.our-team .social li a:hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.facebook {
    background: #1C58A1;
}

.facebook:hover {
    background: #fff;
    color: #1C58A1 !important;
}

.twitter {
    background: #0CBCE3;
}

.twitter:hover {
    background: #fff;
    color: #0CBCE3 !important;
}

.google {
    background: #F04537;
}

.google:hover {
    background: #fff;
    color: #F04537 !important;
}

/*START BOARD DIRECTOR*/
.bod_area {
    padding-bottom: 80px;
    background: #fbfafa;
}

@media only screen and (max-width:768px) {
    .our-bod {
        margin-bottom: 30px
    }
}

.single-bod {
    /* margin-bottom: 10px; */
    background-color: #fff;
}

.single-bod img {
    margin-bottom: 15px;
    width: auto;
    border-radius: 2px;
    height: 300px;
    object-fit: cover;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    .single-bod img {
        height: 200px;
    }
}

@media (max-width: 568px) {
    .single-bod img {
        height: 460px;
    }
}


.single-bod h3 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.single-bod p {
    margin-bottom: 0px;
}

.our-bod .social {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.our-bod .social li {
    display: inline-block;
}

.our-bod .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px;
    margin: 3px;
}

.our-bod:hover .social li:nth-child(1) a {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.our-bod:hover .social li:nth-child(2) a {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.our-bod:hover .social li:nth-child(3) a {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.our-bod:hover .social li:nth-child(4) a {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.our-bod .social li a:hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.title_spectial {
    text-align: center;
    font-weight: 600;
    position: relative;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 24px;
}

.bod_area {
    padding-bottom: 80px;
}

.section-padding {
    padding: 80px 0;
    padding-top: 100px;
}



.card {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
}

.member-profile {
    top: -50px;
    left: 0;
}

.w-100 {
    width: 100% !important;
}

.position-absolute {
    position: absolute !important;
}

.member-profile img {
    width: 100px;
    height: 100px;
}

.rounded-circle {
    border-radius: 50% !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.section-title h2 {
    font-weight: 700;
    color: #005e9e;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}

.section-title {
    padding-bottom: 20px;
}

.section-title p {
    margin: 0;
    font-size: 18px;
}

/* Resume Box
---------------------*/
.resume-box {
    background: #ffffff;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.08);
    border-radius: 10px;
}

.resume-box ul {
    margin: 0;
    padding: 30px 20px;
    list-style: none;
}

.resume-box li {
    position: relative;
    padding: 0 20px 0 60px;
    margin: 0 0 30px;
}

.resume-box li:last-child {
    margin-bottom: 0;
}

.resume-box li:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 20px;
    border-left: 1px dashed #fc5356;
    bottom: 0;
}

.resume-box .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    color: #fc5356;
    line-height: 40px;
    background: #ffffff;
    text-align: center;
    z-index: 1;
    border: 1px dashed;
    border-radius: 50%;
}

.resume-box .time {
    background: #fc5356;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 20px;
    font-weight: 600;
}

.resume-box h5 {
    font-weight: 700;
    color: #005e9e;
    font-size: 16px;
    margin-bottom: 10px;
}

.resume-box p {
    margin: 0;
}

.resume-box li:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 20px;
    border-left: 1px dashed #fc5356;
    bottom: 0;
}


.whos-speaking-area .speakers {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

.whos-speaking-area .speakers:hover {
    -webkit-box-shadow: 0 0 6px 5px #ddd;
    box-shadow: 0 0 6px 5px #ddd;
    border-radius: 6px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #dee2e6;
}

.whos-speaking-area .speakers .spk-img {
    position: relative;
}

.whos-speaking-area .speakers .spk-img:before {
    background: rgba(91, 69, 213, 0.8);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 5;
}

.whos-speaking-area .speakers .spk-img:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.whos-speaking-area .speakers .spk-img img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.whos-speaking-area .speakers .spk-img ul {
    position: absolute;
    display: inline-block;
    top: 35%;
    left: 40%;
    width: 100px;
    line-height: 3;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.whos-speaking-area .speakers .spk-img ul:before {
    position: absolute;
    content: "";
    height: 110px;
    width: 110px;
    background: transparent;
    top: -15%;
    left: -15px;
    border: 1px solid #fff;
    -webkit-transform: rotate(44deg) scale(1.4);
    -ms-transform: rotate(44deg) scale(1.4);
    transform: rotate(44deg) scale(1.4);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.whos-speaking-area .speakers .spk-img ul li {
    display: inline-block;
    margin: 0 3px;
    -webkit-transform: perspective(50px) rotatey(80deg);
    transform: perspective(50px) rotatey(80deg);
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
    margin: 0 5px;
}

.whos-speaking-area .speakers .spk-img ul li a i.fa {
    color: rgba(255, 78, 0, 0.8);
    font-size: 18px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 28px;
    color: #fff;
    height: 28px;
    line-height: 21px;
    text-align: center;
}

.whos-speaking-area .speakers .spk-img ul li a i.fa:hover {
    color: #cf057c;
}

.whos-speaking-area .speakers .spk-img ul li:nth-child(1) {
    -webkit-transform: translate3d(-53px, -50px, 0);
    transform: translate3d(-53px, -50px, 0);
}

.whos-speaking-area .speakers .spk-img ul li:nth-child(2) {
    -webkit-transform: translate3d(53px, -50px, 0);
    transform: translate3d(53px, -50px, 0);
}

.whos-speaking-area .speakers .spk-img ul li:nth-child(3) {
    -webkit-transform: translate3d(-53px, 50px, 0);
    transform: translate3d(-53px, 50px, 0);
}

.whos-speaking-area .speakers .spk-img ul li:nth-child(4) {
    -webkit-transform: translate3d(53px, 50px, 0);
    transform: translate3d(53px, 50px, 0);
}

.whos-speaking-area .speakers .spk-img:hover ul {
    left: 35%;
    opacity: 1;
    z-index: 9;
}

.whos-speaking-area .speakers .spk-img:hover ul:before {
    opacity: 1;
    -webkit-transform: rotate(44deg) scale(1);
    -ms-transform: rotate(44deg) scale(1);
    transform: rotate(44deg) scale(1);
}

.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(1),
.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(2),
.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(3),
.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(4) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.whos-speaking-area .speakers .spk-info {
    text-align: center;
    padding: 30px 0;
}

.whos-speaking-area .speakers .spk-info h3 {
    color: #252525;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: capitalize;
}

.whos-speaking-area .speakers .spk-info h3:hover {
    color: #4125dd;
}

.whos-speaking-area .speakers .spk-info p {
    font-size: 15px;
    margin-bottom: 0;
    color: #656565;
}

.whos-speaking-area-two .title-text h2 {
    color: #fff;
}

.whos-speaking-area-two .speakers {
    position: relative;
    overflow: hidden;
}

.whos-speaking-area-two .speakers:hover img {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.whos-speaking-area-two .speakers img {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.whos-speaking-area-two .speakers .img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(91, 69, 213, 0.9);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.whos-speaking-area-two .speakers:hover .img-overlay {
    opacity: 1;
}

.whos-speaking-area-two .speakers .name a {
    position: absolute;
    bottom: -20%;
    left: 10%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.whos-speaking-area-two .speakers .name a:hover {
    color: #cf057c;
}

.whos-speaking-area-two .speakers:hover .name a {
    bottom: 10%;
}

.whos-speaking-area-two .speakers .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 23%;
    left: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.whos-speaking-area-two .speakers .social-icons li {
    margin-right: 10px;
}

.whos-speaking-area-two .speakers .social-icons li a {
    color: #fff;
}

.whos-speaking-area-two .speakers .social-icons li a:hover {
    color: #252525;
}

.whos-speaking-area-two .speakers:hover .social-icons {
    left: 27px;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    outline: none;
}

.mb50 {
    margin-bottom: 50px;
}


.agenda1 .timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.agenda1 .timeline-centered.timeline-sm .timeline-entry {
    margin-bottom: 20px !important;
}

.agenda1 .timeline-centered.timeline-sm .timeline-entry .timeline-entry-inner .timeline-label {
    padding: 1em;
}

.agenda1 .timeline-centered:before,
.agenda1 .timeline-centered:after {
    content: " ";
    display: table;
}

.agenda1 .timeline-centered:after {
    clear: both;
}

.agenda1 .timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    background: #ffffff;
    left: 50%;
    top: 20px;
    bottom: 20px;
    margin-left: -4px;
}

.agenda1 .timeline-centered .timeline-entry {
    position: relative;
    width: 50%;
    float: right;
    margin-bottom: 70px;
    clear: both;
}

.agenda1 .timeline-centered .timeline-entry:before,
.agenda1 .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.agenda1 .timeline-centered .timeline-entry:after {
    clear: both;
}

.agenda1 .timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.agenda1 .timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.agenda1 .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -28px;
}

.agenda1 .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -200px;
    text-align: left;
}

.agenda1 .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.agenda1 .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 85px;
}

.agenda1 .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -31px;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner:before,
.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -200px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display: block;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size: 18px;
    font-weight: bold;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
    font-size: 12px;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #999999;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 50%;
    text-align: center;
    border: 7px solid #ffffff;
    line-height: 45px;
    font-size: 15px;
    float: left;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #dc6767;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #5cb85c;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #5bc0de;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #f0ad4e;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #d9534f;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-red {
    background-color: #bf4346;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-green {
    background-color: #488c6c;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-blue {
    background-color: #0a819c;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-yellow {
    background-color: #f2994b;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-orange {
    background-color: #e9662c;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-pink {
    background-color: #bf3773;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-violet {
    background-color: #9351ad;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-grey {
    background-color: #4b5d67;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-dark {
    background-color: #594857;
    color: #fff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #ffffff;
    padding: 1.7em;
    margin-left: 85px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-red {
    background: #bf4346;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-red:after {
    border-color: transparent #bf4346 transparent transparent;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-red .timeline-title,
.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-red p {
    color: #ffffff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green {
    background: #488c6c;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green:after {
    border-color: transparent #488c6c transparent transparent;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green .timeline-title,
.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green p {
    color: #ffffff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-orange {
    background: #e9662c;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-orange:after {
    border-color: transparent #e9662c transparent transparent;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-orange .timeline-title,
.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-orange p {
    color: #ffffff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-yellow {
    background: #f2994b;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-yellow:after {
    border-color: transparent #f2994b transparent transparent;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-yellow .timeline-title,
.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-yellow p {
    color: #ffffff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-blue {
    background: #0a819c;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-blue:after {
    border-color: transparent #0a819c transparent transparent;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-blue .timeline-title,
.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-blue p {
    color: #ffffff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-pink {
    background: #bf3773;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-pink:after {
    border-color: transparent #bf3773 transparent transparent;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-pink .timeline-title,
.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-pink p {
    color: #ffffff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-violet {
    background: #9351ad;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-violet:after {
    border-color: transparent #9351ad transparent transparent;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-violet .timeline-title,
.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-violet p {
    color: #ffffff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-grey {
    background: #4b5d67;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-grey:after {
    border-color: transparent #4b5d67 transparent transparent;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-grey .timeline-title,
.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-grey p {
    color: #ffffff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-dark {
    background: #594857;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-dark:after {
    border-color: transparent #594857 transparent transparent;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-dark .timeline-title,
.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-dark p {
    color: #ffffff;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #ffffff transparent transparent;
    left: 0;
    top: 20px;
    margin-left: -9px;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-title,

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #353535;
    margin: 0;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
    margin-top: 15px;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-title {
    margin-bottom: 10px;
    font-family: 'Oswald';
    font-weight: bold;
    color: #005e9e !important;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-title span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p .timeline-img {
    margin: 5px 10px 0 0;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p .timeline-img.pull-right {
    margin: 5px 0 0 10px;
}


.agenda1 .timeline-centered {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.agenda1 .timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    background: #ffffff;
    left: 50%;
    top: 20px;
    bottom: 20px;
    margin-left: -4px;
    z-index: 1;
}

.agenda1 .timeline-centered .timeline-entry {
    position: relative;
    width: 50%;
    float: right;
    margin-bottom: 70px;
    clear: both;
    z-index: 2;
}

.agenda1 .timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.agenda1 .timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -31px;
}

.agenda1 .timeline-centered .timeline-entry .timeline-time {
    position: absolute;
    left: -220px;
    text-align: right;
    padding: 10px;
    box-sizing: border-box;
    color: #353535;
    font-size: 14px;
    white-space: nowrap;
    z-index: 2;
}

.agenda1 .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -220px;
    text-align: left;
}

.agenda1 .timeline-centered .timeline-entry .timeline-icon {
    background: #fff;
    color: #999999;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    border: 7px solid #ffffff;
    line-height: 45px;
    font-size: 15px;
    float: left;
    z-index: 2;
}

.agenda1 .timeline-centered .timeline-entry .timeline-label {
    position: relative;
    background: #ffffff;
    padding: 1.7em;
    margin-left: 85px;
    border-radius: 3px;
    z-index: 2;
    word-break: break-word;
}

.agenda1 .timeline-centered .timeline-entry.left-aligned .timeline-label {
    margin-left: 0;
    margin-right: 85px;
}

.agenda1 .timeline-centered .timeline-entry.left-aligned .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    transform: rotate(180deg);
}

.agenda1 .mob-timeline-time{
    display: none;
}

/* RESPONSIVE STYLES */
@media (max-width: 991px) {
    .agenda1 .mob-timeline-time{
        display: block;
    }    

    .agenda1 .timeline-centered .timeline-entry {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }
    .agenda1 .timeline-centered:before {
        left: 30px;
    }
    .agenda1 .timeline-centered .timeline-entry .timeline-entry-inner {
        margin-left: 0;
    }
    .agenda1 .timeline-centered .timeline-entry .timeline-time {
        position: relative;
        left: 0;
        right: 0;
        text-align: left;
        padding: 5px 0;
        font-size: 14px;
        margin-bottom: 5px;
        color: #353535;
        z-index: 2;
    }
    .agenda1 .timeline-centered .timeline-entry .timeline-label,
    .agenda1 .timeline-centered .timeline-entry.left-aligned .timeline-label {
        margin-left: 70px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .agenda1 .timeline-centered:before {
        left: 20px;
    }
    .agenda1 .timeline-centered .timeline-entry .timeline-entry-inner {
        margin-left: 0;
    }
    .agenda1 .timeline-centered .timeline-entry .timeline-icon {
        width: 40px;
        height: 40px;
        line-height: 30px;
        font-size: 12px;
    }
    .agenda1 .timeline-centered .timeline-entry .timeline-time {
        position: relative;
        left: 0;
        right: 0;
        text-align: left;
        padding: 5px 0;
        font-size: 12px;
        color: #353535;
        margin-bottom: 5px;
        z-index: 2;
    }
    .agenda1 .timeline-centered .timeline-entry .timeline-label {
        margin-left: 60px;
        padding: 1em;
    }
    .agenda1 .timeline-centered .timeline-entry.left-aligned .timeline-label {
        margin-left: 60px;
        margin-right: 0;
    }
}



.agenda2 .timeline {
    position: relative;
    margin-bottom: 100px;
    z-index: 1;
}

.agenda2 .timeline:before {
    display: block;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 1px;
    top: 0;
    border-right: 1px solid #5CC9DF;
    z-index: -1;
}

.agenda2 .timeline:after {
    display: block;
    content: "";
    position: absolute;
    width: 50%;
    height: 100px;
    left: 1px;
    bottom: -105px;
    border-right: 1px dashed #5CC9DF;
    z-index: -1;
}

.agenda2 .timeline .date-title {
    text-align: center;
    margin: 70px 0 50px;
}

.agenda2 .timeline .date-title span {
    padding: 15px 30px;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    background: #5CC9DF;
    border-radius: 5px;
}

.agenda2 .news-item {
    padding-bottom: 45px;
}

.agenda2 .news-item.right {
    float: right;
    margin-top: 40px;
}

.agenda2 .news-item .news-content {
    margin: 20px 30px 0 0;
    position: relative;
    padding: 30px;
    padding-left: 100px;
    background: #f5f5f5;
    border-radius: 10px;
    box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.agenda2 .news-item:hover .news-content {
    background: #5CC9DF;
    color: #fff;
}

.agenda2 .news-item.right .news-content {
    margin: 20px 0 0 30px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
}

.agenda2 .news-item .news-content:after {
    display: block;
    content: "";
    position: absolute;
    top: 50px;
    right: -40px;
    width: 0px;
    height: 0px;
    background: transparent;
    border: 20px solid transparent;
    border-left: 20px solid #f5f5f5;
    -webkit-transition: border-left-color .3s ease-out;
    transition: border-left-color .3s ease-out;
}

.agenda2 .news-item.right .news-content:after {
    position: absolute;
    left: -40px;
    right: auto;
    border-left: 20px solid transparent;
    border-right: 20px solid #f5f5f5;
    -webkit-transition: border-right-color .3s ease-out;
    transition: border-right-color .3s ease-out;
}

.agenda2 .news-item:hover .news-content:after {
    border-left-color: #5CC9DF;
}

.agenda2 .news-item.right:hover .news-content:after {
    border-left-color: transparent;
    border-right-color: #5CC9DF;
}

.agenda2 .news-item .news-content:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: -55px;
    top: 60px;
    background: #5CC9DF;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.agenda2 .news-item.right .news-content:before {
    left: -55px;
    right: auto;
}

.agenda2 .news-content .date {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 10px;
    text-align: center;
    color: #5CC9DF;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.agenda2 .news-item:hover .news-content .date {
    color: #fff;
}

.agenda2 .news-content .date p {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 48px;
}

.agenda2 .news-content .date small {
    margin: 0;
    font-size: 26px;
    font-weight: 300;
    line-height: 24px;
}

.agenda2 .news-content .news-title {
    font-size: 24px;
    font-weight: 300;
}

.agenda2 .news-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.agenda2 .news-content .read-more,
.agenda2 .news-content .read-more:hover,
.agenda2 .news-content .read-more:active,
.agenda2 .news-content .read-more:focus {
    padding: 10px 0;
    text-decoration: none;
    font-size: 16px;
    color: #7A7C7F;
    line-height: 24px;
}

.agenda2 .news-item:hover .news-content .read-more,
.agenda2 .news-item:hover .news-content .read-more:hover,
.agenda2 .news-item:hover .news-content .read-more:active,
.agenda2 .news-item:hover .news-content .read-more:focus {
    color: #fff;
}

.agenda2 .news-content .read-more {
    -webkit-transition: padding .3s ease-out;
    transition: padding .3s ease-out;
}

.agenda2 .news-content .read-more:hover {
    padding-left: 7px;
}

.agenda2 .news-content .read-more:after {
    content: '\f054';
    padding-left: 15px;
    font-family: 'FontAwesome';
    font-size: 21px;
    line-height: 21px;
    color: #5CC9DF;
    vertical-align: middle;
    -webkit-transition: padding .3s ease-out;
    transition: padding .3s ease-out;
}

.agenda2 .news-content .read-more:hover:after {
    padding-left: 20px;
}

.agenda2 .news-item:hover .news-content .read-more:after {
    color: #fff;
}

.agenda2 .news-content .news-media {
    position: absolute;
    width: 80px;
    bottom: -45px;
    right: 40px;
    border-radius: 8px;
}

.agenda2 .news-content .news-media img {
    border-radius: 8px;
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.agenda2 .news-content .news-media a {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.agenda2 .news-content .news-media a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.agenda2 .news-content .news-media a:after {
    content: '\f065';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 32px;
    line-height: 80px;
    text-align: center;
    color: #5CC9DF;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s;
}

.agenda2 .news-content .news-media.video a:after {
    content: '\f04b';
}

.agenda2 .news-content .news-media a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.agenda2 .news-content .news-media.gallery {
    box-shadow: 4px 4px 0 #bbb, 8px 8px 0 #ddd;
}





main .main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #242922;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #D81159;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #D81159;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #D81159;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #D81159;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #f0f6ff;
    top: 89px;
    right: -30px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative
}

.main-timeline .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #D81159;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px
}

.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #D81159;
    position: absolute;
    top: 13px;
    left: 0
}

.main-timeline .title {
    font-size: 20px;
    color: #D81159;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline .description {
    display: inline-block;
    color: #404040;
    line-height: 20px;
    margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
    background: #F68657
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #F68657
}

.main-timeline .timeline:nth-child(2n) .title {
    color: #F68657
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #F68657;
    border-bottom-color: #F68657
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
    background: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .title {
    color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #8fb800;
    border-bottom-color: #8fb800
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
    background: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .title {
    color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #2fcea5;
    border-bottom-color: #2fcea5
}

@media only screen and (max-width:1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 25%
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }

    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline {
        padding-top: 50px
    }

    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline {
        margin-bottom: 70px
    }

    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto
    }

    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px
    }

    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px
    }

    .main-timeline .timeline-icon i {
        font-size: 30px;
        line-height: 45px
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        transform: rotateY(0)
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: 85px
    }
}

@media only screen and (max-width:479px) {

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px
    }
}


/*timeline2*/


/******************* Timeline Demo - 4 *****************/

.main-timeline2 {
    overflow: hidden;
    position: relative
}

.main-timeline2:before {
    content: "";
    width: 5px;
    height: 70%;
    background: #333;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%)
}

.main-timeline2 .timeline-content:before,
.main-timeline2 .timeline:before {
    top: 50%;
    transform: translateY(-50%);
    content: ""
}

.main-timeline2 .timeline {
    width: 50%;
    padding-left: 100px;
    float: right;
    position: relative
}

.main-timeline2 .timeline:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #333;
    position: absolute;
    left: -10px
}

.main-timeline2 .timeline-content {
    display: block;
    padding-left: 150px;
    position: relative
}

.main-timeline2 .timeline-content:before {
    width: 90px;
    height: 10px;
    border-top: 7px dotted #333;
    position: absolute;
    left: -92px
}

.main-timeline2 .year {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 100px;
    border-radius: 50%;
    border: 10px solid #f54957;
    font-size: 30px;
    color: #f54957;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0
}

.main-timeline2 .year:before {
    content: "";
    border-left: 20px solid #f54957;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -13px;
    right: 0;
    transform: rotate(45deg)
}

.main-timeline2 .inner-content {
    padding: 20px 0
}

.main-timeline2 .title {
    font-size: 24px;
    color: #f54957;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline2 .description {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0 0 5px
}

.main-timeline2 .timeline:nth-child(2n) {
    padding: 0 100px 0 0
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content:before,
.main-timeline2 .timeline:nth-child(2n) .year,
.main-timeline2 .timeline:nth-child(2n):before {
    left: auto;
    right: -10px
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content {
    padding: 0 150px 0 0
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
    right: -92px
}

.main-timeline2 .timeline:nth-child(2n) .year {
    right: 0
}

.main-timeline2 .timeline:nth-child(2n) .year:before {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 20px solid #f54957;
    transform: rotate(-45deg)
}

.main-timeline2 .timeline:nth-child(2) {
    margin-top: 110px
}

.main-timeline2 .timeline:nth-child(odd) {
    margin: -110px 0 0
}

.main-timeline2 .timeline:nth-child(even) {
    margin-bottom: 80px
}

.main-timeline2 .timeline:first-child,
.main-timeline2 .timeline:last-child:nth-child(even) {
    margin: 0
}

.main-timeline2 .timeline:nth-child(2n) .year {
    border-color: #1ebad0;
    color: #1ebad0
}

.main-timeline2 .timeline:nth-child(2) .year:before {
    border-right-color: #1ebad0
}

.main-timeline2 .timeline:nth-child(2n) .title {
    color: #1ebad0
}

.main-timeline2 .timeline:nth-child(3n) .year {
    border-color: #7cba01;
    color: #7cba01
}

.main-timeline2 .timeline:nth-child(3) .year:before {
    border-left-color: #7cba01
}

.main-timeline2 .timeline:nth-child(3n) .title {
    color: #7cba01
}

.main-timeline2 .timeline:nth-child(4n) .year {
    border-color: #f8781f;
    color: #f8781f
}

.main-timeline2 .timeline:nth-child(4) .year:before {
    border-right-color: #f8781f
}

.main-timeline2 .timeline:nth-child(4n) .title {
    color: #f8781f
}

@media only screen and (max-width:1200px) {
    .main-timeline2 .year {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (max-width:990px) {
    .main-timeline2 .timeline {
        padding-left: 75px
    }

    .main-timeline2 .timeline:nth-child(2n) {
        padding: 0 75px 0 0
    }

    .main-timeline2 .timeline-content {
        padding-left: 130px
    }

    .main-timeline2 .timeline:nth-child(2n) .timeline-content {
        padding: 0 130px 0 0
    }

    .main-timeline2 .timeline-content:before {
        width: 68px;
        left: -68px
    }

    .main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
        right: -68px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline2 {
        overflow: visible
    }

    .main-timeline2:before {
        height: 100%;
        top: 0;
        left: 0;
        transform: translateX(0)
    }

    .main-timeline2 .timeline:before,
    .main-timeline2 .timeline:nth-child(2n):before {
        top: 60px;
        left: -9px;
        transform: translateX(0)
    }

    .main-timeline2 .timeline,
    .main-timeline2 .timeline:nth-child(even),
    .main-timeline2 .timeline:nth-child(odd) {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
        margin: 0 0 10px
    }

    .main-timeline2 .timeline-content,
    .main-timeline2 .timeline:nth-child(2n) .timeline-content {
        padding: 0
    }

    .main-timeline2 .timeline-content:before,
    .main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
        display: none
    }

    .main-timeline2 .timeline:nth-child(2n) .year,
    .main-timeline2 .year {
        position: relative;
        transform: translateY(0)
    }

    .main-timeline2 .timeline:nth-child(2n) .year:before,
    .main-timeline2 .year:before {
        border: none;
        border-right: 20px solid #f54957;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        top: 50%;
        left: -23px;
        bottom: auto;
        right: auto;
        transform: rotate(0)
    }

    .main-timeline2 .timeline:nth-child(2n) .year:before {
        border-right-color: #1ebad0
    }

    .main-timeline2 .timeline:nth-child(3n) .year:before {
        border-right-color: #7cba01
    }

    .main-timeline2 .timeline:nth-child(4n) .year:before {
        border-right-color: #f8781f
    }

    .main-timeline2 .inner-content {
        padding: 10px
    }
}


/*timeline3*/


/******************* Timeline Demo - 5 *****************/

.main-timeline3 {
    overflow: hidden;
    position: relative
}

.main-timeline3 .timeline {
    position: relative;
    margin-top: -79px
}

.main-timeline3 .timeline:first-child {
    margin-top: 0
}

.main-timeline3 .timeline-icon,
.main-timeline3 .year {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline3 .timeline:after,
.main-timeline3 .timeline:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.main-timeline3 .timeline:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.main-timeline3 .timeline-icon {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #f44556;
    border-right-color: #f44556;
    z-index: 1;
    transform: rotate(45deg)
}

.main-timeline3 .year {
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    font-size: 30px;
    font-weight: 700;
    color: #f44556;
    text-align: center;
    transform: rotate(-45deg)
}

.main-timeline3 .timeline-content {
    width: 35%;
    float: right;
    background: #f44556;
    padding: 30px 20px;
    margin: 50px 0;
    box-shadow: 0 10px 25px -10px rgba(72, 29, 99, .3);
    z-index: 1;
    position: relative
}

.main-timeline3 .timeline-content:before {
    content: "";
    width: 20%;
    height: 15px;
    background: #f44556;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%)
}

.main-timeline3 .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

.main-timeline3 .description {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 0
}

.main-timeline3 .timeline:nth-child(2n) .timeline-icon {
    transform: rotate(-135deg);
    border-top-color: #e97e2e;
    border-right-color: #e97e2e
}

.main-timeline3 .timeline:nth-child(2n) .year {
    transform: rotate(135deg);
    color: #e97e2e
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content {
    float: left
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -20%
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content,
.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
    background: #e97e2e
}

.main-timeline3 .timeline:nth-child(3n) .timeline-icon {
    border-top-color: #13afae;
    border-right-color: #13afae
}

.main-timeline3 .timeline:nth-child(3n) .year {
    color: #13afae
}

.main-timeline3 .timeline:nth-child(3n) .timeline-content,
.main-timeline3 .timeline:nth-child(3n) .timeline-content:before {
    background: #13afae
}

.main-timeline3 .timeline:nth-child(4n) .timeline-icon {
    border-top-color: #105572;
    border-right-color: #105572
}

.main-timeline3 .timeline:nth-child(4n) .year {
    color: #105572
}

.main-timeline3 .timeline:nth-child(4n) .timeline-content,
.main-timeline3 .timeline:nth-child(4n) .timeline-content:before {
    background: #105572
}

@media only screen and (max-width:1199px) {
    .main-timeline3 .timeline {
        margin-top: -103px
    }

    .main-timeline3 .timeline-content:before {
        left: -18%
    }

    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        right: -18%
    }
}

@media only screen and (max-width:990px) {
    .main-timeline3 .timeline {
        margin-top: -127px
    }

    .main-timeline3 .timeline-content:before {
        left: -2%
    }

    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        right: -2%
    }
}

@media only screen and (max-width:767px) {
    .main-timeline3 .timeline {
        margin-top: 0;
        overflow: hidden
    }

    .main-timeline3 .timeline:before,
    .main-timeline3 .timeline:nth-child(2n):before {
        box-shadow: none
    }

    .main-timeline3 .timeline-icon,
    .main-timeline3 .timeline:nth-child(2n) .timeline-icon {
        margin-top: -30px;
        margin-bottom: 20px;
        position: relative;
        transform: rotate(135deg)
    }

    .main-timeline3 .timeline:nth-child(2n) .year,
    .main-timeline3 .year {
        transform: rotate(-135deg)
    }

    .main-timeline3 .timeline-content,
    .main-timeline3 .timeline:nth-child(2n) .timeline-content {
        width: 100%;
        float: none;
        border-radius: 0 0 20px 20px;
        text-align: center;
        padding: 25px 20px;
        margin: 0 auto
    }

    .main-timeline3 .timeline-content:before,
    .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
        width: 15px;
        height: 25px;
        position: absolute;
        top: -22px;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, 0)
    }
}


/*timeline4*/


/******************* Timeline Demo - 8 *****************/

.main-timeline4 {
    overflow: hidden;
    position: relative
}

.main-timeline4:after,
.main-timeline4:before {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.main-timeline4:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #d6d5d5;
    position: absolute;
    top: 30px;
    left: 50%
}

.main-timeline4 .timeline {
    width: 50%;
    float: left;
    padding-right: 30px;
    position: relative
}

.main-timeline4 .timeline-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #005e9e;
    position: absolute;
    top: 5.5%;
    right: -17.5px
}

.main-timeline4 .year {
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 30px;
    color: #fff;
    border-radius: 0 50px 50px 0;
    background: #005e9e;
    text-align: center;
    position: relative
}

.main-timeline4 .year:before {
    content: "";
    border-top: 35px solid #0087e4;
    border-left: 35px solid transparent;
    position: absolute;
    bottom: -35px;
    left: 0
}

.main-timeline4 .timeline-content {
    padding: 30px 20px;
    margin: 0 45px 0 35px;
    background: #f2f2f2
}

.main-timeline4 .title {
    font-size: 19px;
    font-weight: 700;
    color: #504f54;
    margin: 0 0 10px
}

.main-timeline4 .description {
    font-size: 14px;
    color: #7d7b7b;
    margin: 0
}

.main-timeline4 .timeline:nth-child(2n) {
    padding: 0 0 0 30px
}

.main-timeline4 .timeline:nth-child(2n) .timeline-icon {
    right: auto;
    left: -14.5px
}

.main-timeline4 .timeline:nth-child(2n) .year {
    border-radius: 50px 0 0 50px;
    background: #005e9e
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
    border-left: none;
    border-right: 35px solid transparent;
    left: auto;
    right: 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content {
    /* text-align: right; */
    margin: 0 35px 0 45px
}

.main-timeline4 .timeline:nth-child(2) {
    margin-top: 170px
}

.main-timeline4 .timeline:nth-child(odd) {
    margin: -175px 0 0
}

.main-timeline4 .timeline:nth-child(even) {
    margin-bottom: 80px
}

.main-timeline4 .timeline:first-child,
.main-timeline4 .timeline:last-child:nth-child(even) {
    margin: 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-icon {
    border-color: #005e9e
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
    border-top-color: #0087e4
}

.main-timeline4 .timeline:nth-child(3n) .timeline-icon {
    border-color: #005e9e
}

.main-timeline4 .timeline:nth-child(3n) .year {
    background: #005e9e
}

.main-timeline4 .timeline:nth-child(3n) .year:before {
    border-top-color: #0087e4
}

.main-timeline4 .timeline:nth-child(4n) .timeline-icon {
    border-color: #005e9e
}

.main-timeline4 .timeline:nth-child(4n) .year {
    background: #005e9e
}

.main-timeline4 .timeline:nth-child(4n) .year:before {
    border-top-color: #0087e4
}

@media only screen and (max-width:767px) {
    .main-timeline4 {
        overflow: visible
    }

    .main-timeline4:before {
        top: 0;
        left: 0
    }

    .main-timeline4 .timeline:nth-child(2),
    .main-timeline4 .timeline:nth-child(even),
    .main-timeline4 .timeline:nth-child(odd) {
        margin: 0
    }

    .main-timeline4 .timeline {
        width: 100%;
        float: none;
        padding: 0 0 0 30px;
        margin-bottom: 20px !important
    }

    .main-timeline4 .timeline:last-child {
        margin: 0 !important
    }

    .main-timeline4 .timeline-icon {
        right: auto;
        left: -14.5px
    }

    .main-timeline4 .year {
        border-radius: 50px 0 0 50px
    }

    .main-timeline4 .year:before {
        border-left: none;
        border-right: 35px solid transparent;
        left: auto;
        right: 0
    }

    .main-timeline4 .timeline-content {
        margin: 0 35px 0 45px
    }
}

.pricing-table ul,
.pricing-table ol {
    margin-bottom: 0;
    padding-left: 0;
}

.pricing-title {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 30px;
    margin-bottom: 0;
}

.pricing-table-price {
    background: #cdd4d8;
    font-weight: 700;
    padding: 30px;
    margin-bottom: 30px;
}

.pricing-table-price.w-rounded-price {
    display: table;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 30px auto;
    padding: 0;
}

.rounded-price {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.rounded-price .pricing-price {
    font-size: 1.75rem;
}

.rounded-price .pricing-currency {
    vertical-align: 10px;
}

.pricing-table-price p {
    color: #000;
    margin-bottom: 0;
}

.pricing-currency {
    font-size: 1rem;
    font-weight: 700;
    vertical-align: 25px;
}

.pricing-price {
    font-size: 3rem;
    font-weight: 700;
}

.pricing-period {
    font-weight: 700;
}

.pricing-table-content li {
    margin-bottom: 15px;
}

.pricing-table-button {
    padding: 30px 0 30px;
}

.featured.pricing-table {
    background: #9c64b8;
}

.featured.pricing-table .pricing-title {
    color: #fff;
}

.featured.pricing-table .pricing-table-content ul li {
    color: #eee;
}

.featured.pricing-table .pricing-table-price {
    background: #8853a1;
}

.featured.pricing-table .pricing-table-price p {
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
}

.bg-info-hover {
    background-color: #1397af !important;
}

.bg-info {
    background-color: #21b9d5 !important;
}

.bg-primary-hover {
    background-color: #8853a1 !important;
}

.bg-primary {
    background-color: #9c64b8 !important;
}

.text-white {
    color: #fff !important;
}

.pricing-table {
    background: #e9f0f4;
    text-align: center;
    margin: 15px 0;
}

/* CONTACTS */
.contact-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    padding: 20px;
    margin-bottom: 20px;
}

.contact-box>a {
    color: inherit;
}

.contact-box.center-version {
    border: 1px solid #e7eaec;
    padding: 0;
}

.contact-box.center-version>a {
    display: block;
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
}

.contact-box.center-version>a img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-box.center-version address {
    margin-bottom: 0;
}

.contact-box .contact-box-footer {
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #e7eaec;
    padding: 15px 20px;
}

.contact-us a{
    text-decoration:none !important;    
}

.events-date {
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: rgba(25, 47, 89, 0.9);
    color: #fff;
    padding: 12px 20px 8px 20px;
    text-transform: uppercase
}

.event-time li {
    display: inline-block;
    margin-right: 20px
}

.event-time li:last-child {
    margin-right: 0
}

.event-time li i {
    color: #59c17a
}

.event-block {
    box-shadow: 0px 0px 16px 0px rgba(187, 187, 187, 0.48)
}

.event-block ul li i {
    color: #59c17a
}

@media screen and (max-width: 1199px) {
    .event-date {
        padding: 10px 18px 6px 18px
    }
}

@media screen and (max-width: 575px) {
    .event-date {
        padding: 8px 15px 4px 15px
    }
    .events-date {
        padding: 10px 15px 6px 15px
    }
}

.position-relative {
    position: relative !important;
}

.margin-40px-bottom {
    margin-bottom: 40px;
}
.padding-60px-lr {
    padding-left: 60px;
    padding-right: 60px;
}

.margin-15px-bottom {
    margin-bottom: 15px;
}
.font-weight-500 {
    font-weight: 500;
}
.font-size22 {
    font-size: 22px;
}
.text-theme-color {
    color: #192f59;
}
.margin-10px-bottom {
    margin-bottom: 10px;
}
.margin-10px-right {
    margin-right: 10px;
}

.navbar-brand img {
    max-height: 100px;
}
@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 80px !important;
    }
}
@media (max-width: 576px) {
    .navbar-brand img {
        max-height: 60px !important;
    }
}
.theme-text-color{
    color: #005e9e !important;
}

#conference-committee p{
    font-size: 14px;
}

#conference-committee h3{
    font-size: 16px;
}

#conference-committee img {
    filter: grayscale(100%);
    transition: filter 0.3s ease; /* Smooth transition */
}

#conference-committee img:hover,
#conference-committee img:focus,
#conference-committee img:active {
    filter: none;
}

.single-bod h3,
.single-bod p {
    transition: transform 0.3s ease; /* Smooth movement */
}

.single-bod:hover h3 {
    /* transform: translateY(-5px);  */
    font-size: 18px !important;
    color: #005e9e;
}



.ttd div {
    display: inline-block;
    line-height: 1;
    padding: 5px;
    font-size: 40px;
    text-align: center;
    opacity: 0.9;
}
.ttd span {
    display: block;
    font-size: 14px;
    color: white;
    text-align: center;
    font-weight: normal !important;
}
.ttd #days, 
.ttd #hours, 
.ttd #minutes, 
.ttd #seconds {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff; 
    text-shadow: 3px 4px 8px rgba(0, 0, 0, 1);
}
.ttd .vertical {
    border-left: 2px solid #8d8789;
    margin-bottom: 20px;
    vertical-align: middle;
    height: 25px;
}

/* ✅ Responsive Styling */
@media (max-width: 1024px) {
    .ttd #days, 
    .ttd #hours, 
    .ttd #minutes, 
    .ttd #seconds {
        font-size: 40px;
        font-weight: 600;
        color: #ffffff; 
        text-shadow: 3px 4px 8px rgba(0, 0, 0, 1);
    }
}

@media (max-width: 768px) {
    .ttd #days, 
    .ttd #hours, 
    .ttd #minutes, 
    .ttd #seconds {
        font-size: 36px;
        font-weight: 600;
        color: #ffffff; 
        text-shadow: 3px 4px 8px rgba(0, 0, 0, 1);
    }
}

@media (max-width: 480px) {
    .ttd #days, 
    .ttd #hours, 
    .ttd #minutes, 
    .ttd #seconds {
        font-size: 28px;
        font-weight: 600;
        color: #ffffff; 
        text-shadow: 3px 4px 8px rgba(0, 0, 0, 1);
    }
}

.card-header {
    min-height: 75px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.btn-outline-success, .btn-outline-primary, .btn-outline-danger {
    transition: all 0.3s ease-in-out;
}
.btn-outline-success:hover {
    background: #28a745;
    color: white;
}
.btn-outline-primary:hover {
    background: #005e9e;
    color: white;
}
.btn-outline-danger:hover {
    background: #dc3545;
    color: white;
}

@keyframes blinkText {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

#footer-register-now .btn-info span {
    animation: blinkText 1s infinite;
}

.list-unstyled a:hover {
    color: #005e9e  !important; /* Change to your desired hover color */
    font-weight: bold;
}

.pdf-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    /* color: inherit; */
    position: relative;
}

.pdf-text {
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 8px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}

.pdf-link:hover .pdf-text {
    opacity: 1;
    transform: translateX(0);
}

/* Change icon on hover */
.pdf-link:hover .icon {
    font-family: "FontAwesome";
    content: "\f019"; /* Unicode for fa-download */
}

.pdf-link:hover .icon::before {
    content: "\f019"; /* fa-download */
}