@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Poppins", sans-serif;
}


.hero1-section-area {
    background-image: url(../images/header-bg1.49c13114.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.hero-images-item {
    width: 100%;
    background-color: #383838e0;
}

.hero-images-info {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}

.logo-title h1 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    text-align: start;
}

.logo-title h1 span {
    color: #4CAF50;
}

.menu-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0 10px;
}

.menu-title:hover {
    color: #4CAF50;
}

.search-inner {
    font-size: 20px;
    color: #fff;
    border-right: 2px solid #fff;
    padding-right: 15px;
}

.social-media {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.social-media:hover {
    background-color: #4CAF50;
    color: #fff;
}


.banner-heading-title {
    padding: 171px 0;
    text-align: center;
}

.banner-heading-title span {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: block;
    letter-spacing: 1px;
}

.banner-heading-title h1 {
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-top: 30px;
}

.banner-heading-title p {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 1.6em;
}

.banner-btn {
    background: #4CAF50;
    padding: 18px 40px;
    display: inline-block;
    border-radius: 8px;
    border: 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    transition: all .7s;
}

.banner-btn:hover {
    background-color: #1a1719;
    color: #fff;
}

.learn-btn {
    background: #fff;
    padding: 18px 40px;
    display: inline-block;
    border-radius: 8px;
    border: 0;
    font-weight: 500;
    font-size: 18px;
    margin-left: 10px;
    color: #1a1719;
    letter-spacing: 1px;
    transition: all .7s;
}

.learn-btn:hover {
    background-color: #4CAF50;
    color: #fff;
}

.user-inner img {
    width: 100%;
    object-fit: cover;
}

.banner-heading-title h1 {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-top: 30px;
}


.menu-inner {
    padding: 20px 0;
}

.p-80 {
    padding: 100px 0;
}

.about-bg-images {
    background-image: url(../images/about_section_top_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
    background-position: left top;
    padding: 100px 0;
}

.about-images {
    position: relative;
}

.about-bg-images img {
    border-radius: 10px;
}

.video-btn {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 25px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    align-items: center;
    justify-content: center;
}

.video-btn:hover {
    background-color: #ffba00;
    color: #1a1719;
}

.about-inner {
    padding: 50px;
    position: relative;
}



.about-inner span {
    font-size: 25px;
    font-weight: 500;
    color: #4CAF50;
    display: block;
    margin-bottom: 20px;
}

.about-inner h1 {
    font-size: 50px;
    font-weight: 700;
    color: #1a1719;
    font-family: "Poppins", sans-serif;
}

.about-inner p {
    font-size: 18px;
    font-weight: 400;
    color: #404040;
    margin-top: 10px;
}

.register-btn {
    background: #4CAF50;
    padding: 18px 40px;
    display: inline-block;
    border-radius: 8px;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 20px;
    transition: all 0.7s;
    text-decoration: none;
}

.register-btn:hover {
    background-color: #141418;
    color: #fff;
}

.sub-title span {
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #4CAF50;
    display: inline-block;
}

.sub-title h1 {
    font-size: 45px;
    font-weight: 700;
    color: #1a1719;
    font-family: "Poppins", sans-serif;
    margin-top: 20px;
}

.sub-title {
    text-align: center;
    margin-bottom: 55px;
}

.sub-title p {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    margin-top: 10px;
}

.event-card {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #fdfdfd;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.event-card img {
    border-radius: 10px;
    width: 100%;
}

.event-title {
    padding-left: 40px;
}

.event-title span {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 1.5em;
    border-right: 2px solid #444444;
    margin-right: 10px;
    padding-right: 10px;
}

.event-title span i {
    margin-right: 5px;
    color: #4CAF50;
}

.event-title h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1719;
    font-family: "Poppins", sans-serif;
    margin-top: 20px;
    line-height: 1.5em;
}

.event-title p {
    font-size: 15px;
    font-weight: 400;
    color: #444444;
    line-height: 1.7em;
    margin-bottom: 0;
}

.speakers-card {
    background-color: #fbf9f4;
    padding: 17px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #ededed;
}

.speakers-card img {

    transition: all 0.7s;
}

.speakers-images {
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.7s;
}

.speakers-card:hover .speakers-images img {
    transform: scale(1.1);
}

.bg-color-item {
    background-color: #fbf9f4;
    padding: 100px 0;
}

.sponsors-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.7s;
    border: 1px solid #ddd;
    margin: 20px 7px;
}

.sponsors-card:hover {
    transform: translateY(-10px);
}

.testimonials-card {
    box-shadow: 0px -1px 23px 0px rgba(128, 134, 142, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 52px 15px 0px 15px;
    background-color: #fff;
    margin: 50px 20px;
    border: 1px solid #dddddd99;
    padding: 30px 50px;
    border-radius: 10px;
}

.testimonials-images {
    margin: -70px 0px 15px 109px;
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -74px;
}

.testimonials-title h3 {
    font-size: 25px;
    font-weight: 500;
    color: #1a1719;
    text-align: center;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
}

.testimonials-title i {
    color: #ffba00;
    font-size: 15px;
    margin-top: 10px;
}

.testimonials-title {
    text-align: center;
}

.testimonials-title p {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 400;
    color: #444444;
    line-height: 1.7em;
}

.testimonials-title h6 {
    font-size: 25px;
    margin-top: 30px;
    font-weight: 600;
    color: #1a1719;
}

.testimonials-title span {
    font-size: 16px;
    font-weight: 400;
    color: #fb1a5e;
}

.ticket-inner {
    background-image: url(../images/call_to_action_bg.png);
    background-size: cover;
    background-repeat: no-repeat;

}

.ticket-overlay {
    background-color: #1a1719c2;
    padding: 120px 0;
}

.ticket-title span {
    display: block;
    font-size: 32px;
    font-weight: 600;
    color: #4CAF50;
    letter-spacing: 1px;
    text-align: center;
}

.ticket-title h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-top: 30px;
    line-height: 1.3em;
}

.ticket-title {
    text-align: center;
}

.form-title span {
    font-size: 18px;
    font-weight: 500;
    color: #4CAF50;
    letter-spacing: 1px;
    display: block;
    text-align: center;
}

.form-title h1 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.contact-inner {
    background-color: #fff;
    padding: 50px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-top: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.team-label {
    font-size: 18px;
    font-weight: 500;
    color: #141418;
}

.team-input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px 20px;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #696a87;
    background-color: #f3f3f3;
}

.team-input:focus {
    border-color:  #4CAF50;
}

.team-input:hover {
    border-color:  #4CAF50;
}

.submit-btn {
    background: #4CAF50;
    padding: 18px 40px;
    display: inline-block;
    border-radius: 8px;
    border: 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 20px;
}

.submit-btn:hover {
    background-color: #1a1719;
    color: #fff;
}

.blog-card {
    box-shadow: 0px -1px 23px 0px rgba(128, 134, 142, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: #fff;
    border: 1px solid #dddddd99;
    padding: 30px;
    border-radius: 10px;
}

.blog-images {
    overflow: hidden;
    border-radius: 10px;

}

.blog-images img {
    transition: all 0.7s;
}

.blog-card:hover .blog-images img {
    transform: scale(1.1);
}

.blog-title span {
    font-size: 16px;
    font-weight: 400;
    color: #404040;
}

.blog-title span i {
    margin-right: 5px;
}

.blog-title {
    margin-top: 15px;
}

.blog-title h1 {
    font-size: 25px;
    font-weight: 600;
    color: #1a1719;
    margin-top: 10px;
    line-height: 1.5em;
}

.footer-bg-color {
    background-color: #fbf9f4;
    padding: 100px 0 40px;
}

.footer-title h1 {
    font-size: 25px;
    font-weight: 600;
    color: #1a1719;
}

.footer-title h1 span {
    color: #4CAF50;
}

.footer-title p {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    margin-top: 10px;
    line-height: 1.5em;
}

.footer-social-inner a {
    width: 40px;
    height: 40px;
    background-color: rgba(26, 23, 25, .05);
    border-radius: 50%;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}

.footer-social-inner a:hover {
    background-color: #ffba00;
    color: #1a1719;
}

.footer-social-inner {
    display: flex;
    align-items: center;
}

.footer-item h3 {
    font-size: 25px;
    font-weight: 600;
    color: #141418;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.footer-list {
    font-size: 17px;
    font-weight: 500;
    display: flex;
    word-break: break-all;
    align-items: center;
    color: #444444;
}

.footer-list:hover {
    color: #ffba00;
}

.footer-list i {
    margin-right: 10px;
}

.footer-item p {
    font-size: 17px;
    font-weight: 400;
    color: #1a1719;
}

.footer-quick-inner {
    position: relative;
}

.email-input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 18px 20px;
    padding-right: 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    outline: 0;
    color: #1a1719;
}

.email-input:focus {
    border-color: #ffba00;
}

.footer-quick-inner i {
    position: absolute;
    top: 17px;
    right: 16px;
    font-size: 19px;
}

.copy-right-inner {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}

.copy-right-inner p {
    font-size: 17px;
    font-weight: 400;
    color: #444444;
    margin-bottom: 0;
    text-align: center;
}

.sub-info h1 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.sub-info h6 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    margin-top: 15px;
}

.sub-info h6 i {
    margin: 0 10px;
}

.about-title span {
    font-size: 20px;
    font-weight: 400;
    color: #4CAF50;
    letter-spacing: 1px;
}

.about-title h1 {
    font-size: 45px;
    font-weight: 700;
    color: #1a1719;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
}

.about-title p {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    line-height: 1.7em;
}
.about-img{
    position: relative;
}
.about-img img {
    width: 100%;
    border-radius: 50px;
}
.icon-twentyfour {
    width: 78px;
    height: 65px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    background-image: url(../images/icon-twentyfour.png);
}
.event-card-inner{
    position: relative;
    z-index: 1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .09);
    padding: 40px;
    transition: all .4s;
    margin-bottom: 30px;
        min-height: 270px;
}
.event-card-item {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .09);
    padding: 40px;
    transition: all .4s;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.event-icon-info {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 17%;
    transition: all .4s;
    background: #4CAF50;
}
.eveent-card-title {
    width: 81%;
    margin-left: 29px;
}

.eveent-card-title h3 {
    font-size: 23px;
    font-weight: 600;
    color: #1a1719;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
}

.eveent-card-title p {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    line-height: 1.6em;
    margin-top: 13px;
    margin-bottom: 0;
}

.counter-bg-color {
    background-color: #4CAF50;
    padding: 100px 0;
}

.counter-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.counter-card h1 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1719;
    text-align: center;
    font-family: "Poppins", sans-serif;

}


.counter-card p {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 0;
    text-align: center;
}

.events-images img {
    border-radius: 10px;
    width: 100%;
}

.events-title {
    padding-left: 50px;
}

.events-title h1 {
    font-size: 35px;
    font-weight: 600;
    color: #1a1719;
    line-height: 1.5em;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.events-title h4 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1719;
}

.events-title p {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 1.8em;
}

.mb-30 {
    margin-bottom: 30px;
}

.page-item {
    width: 60px;
    height: 60px;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
}

.page-item.active {
    background-color: #ffba00;
}

.page-item:hover {
    background-color: #ffba00;
    color: #141418;
}

.blog-single-title img {
    width: 100%;
    border-radius: 20px;
}

.blog-single-item span {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    margin-right: 10px;
}

.blog-single-item span i {
    margin-right: 10px;
}

.blog-single-item {
    margin-top: 20px;
}

.blog-single-item h1 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1719;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.blog-single-item p {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.tags-social-area {
    padding-top: 32px;
    border-top: 1px solid #e8e8e8;
}

.tags-title h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1719;
    margin-right: 10px;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

.tags-list {
    background-color: #fbf9f4;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #141418;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 1px;
    margin-right: 5px;
    border: 1px solid #dddddd96;
}

.tags-list:hover {
    background-color: #ffba00;
    color: #141418;
}

.tags-title {
    display: flex;
    align-items: center;
}

.social-info {
    width: 40px;
    height: 40px;
    background-color: rgba(26, 23, 25, .05);
    border-radius: 50%;
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}

.blog-from {
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    padding: 50px 60px 55px 60px;
    margin-top: 50px;
}

.blog-from h3 {
    font-weight: 40px;
    font-weight: 600;
    color: #1a1719;
}

.blog-from p {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
}

.faqs-title h1 {
    font-size: 35px;
    font-weight: 600;
    color: #141418;
    margin-bottom: 10px;
    line-height: 1.5em;
    font-family: "Poppins", sans-serif;
}

.list-inner {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 24px 0px rgba(0, 22, 89, 0.04);
}

.list-heading {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 25px 33px;
    position: relative;
    width: 100%;
}

.list-heading:before {
    background: #1c2539;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: rotate(-90deg);
    transition: all 0.2s ease-in-out;
    width: 14px;
}

.list-heading:after {
    background: #1c2539;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: -18px;
    top: 50%;
    width: 14px;
}

.list-heading.active:before {
    transform: rotate(0deg);
}

.list-heading.active h2,
.list-heading:focus h2 {
    position: relative;
}

.list-heading h2 {
    font-size: 18px;
    text-align: start;
    font-weight: 500;
    color: #1c2539;
    margin-bottom: 0;
    width: 97%;
}

.list-text {
    display: none;
    overflow: hidden;
    padding: 30px 30px 0 30px;
    padding-top: 0;
    padding-bottom: 20px;
}

.list-text p {
    color: #6b6b6b;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.8em;
}

.level-inner {
    background-image: url(../images/element.png);
    background-color: #1c2539;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
    border-radius: 10px;
}

.level-title h1 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.level-title p {
    font-size: 15px;
    font-weight: 400;
    color: #ffffffa3;
    line-height: 1.8em;
    margin-top: 13px;
}

.faqs-images img {
    object-fit: cover;
    border-radius: 15px;
}

.volunteer-images img {
    border-radius: 20px;
    width: 100%;
}

.volunteer-title h1 {
    font-size: 40px;
    font-weight: 600;
    color: #1a1719;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.volunteer-title {
    padding-left: 50px;
}

.volunteer-list {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}
.volunteer-list i {
    color: #4CAF50;
    font-size: 21px;
    margin-right: 12px;
}
.volunteer-list p{
    font-size: 18px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 0;
}

.event-card-inner h1 {
    font-size: 25px;
    font-weight: 600;
    color: #1a1719;
    margin-bottom: 15px;
}

.event-card-inner p {
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    line-height: 1.6em;
    margin-bottom: 0;
}

.event-card-inner img {
    width: 70px;
    margin-bottom: 10px;
}

.event-link {
    text-align: end;
}
.gallery-title span{
    font-size: 18px;
    font-weight: 500;
    color: #4CAF50;
}
.gallery-title h1{
    font-size: 35px;
    font-weight: 600;
    color: #141418;
    margin-top: 20px;
}

.gallery-title {
    margin-bottom: 50px;
}
.gallery-title p{
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    line-height: 1.5em;
    margin-bottom: 0;
}
.gallery-card img{
    border-radius: 10px;
    width: 100%;
}
.gallery-card{
    margin-bottom: 20px;
}
.blog-title p{
    font-size: 16px;
    font-weight: 400;
    color: #404040;
}

.blog-single-img-inner{
    margin: 30px 0;
}