body {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
    font-family: 'Gilroy',Arial,sans-serif;
    font-weight: 300;
    font-size: 18px;
    height: 1.55em;
    color: #000000;
}


/* ******** Text styles ******** */

.ttu {
    text-transform: uppercase;
}

.del {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
}

p {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 24px;
    color: #000000;
}

p b {
    font-weight: 600;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Gilroy Black',Arial,sans-serif;
    font-weight: 800;
    line-height: 1.4;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 60px;
    line-height: 68px;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 1.25rem;
}

a {
    color: #3c8033;
}
a:hover {
    color: #317028;
}

.brk {
    display: block;
}

.brk-m {
    display: none;
}

@media (max-width: 1680px) {
    h2 {
        font-size: 55px;
        line-height: 62px;
    }

    h3 {
        font-size: 38px;
        line-height: 48px;
    }
}

@media (max-width: 1399.98px) {
    p {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px
    }

    h2 {
        font-size: 52px;
        line-height: 62px;
    }

    h3 {
        font-size: 35px;
        line-height: 48px;
    }

    .brk {
        display: unset;
    }
}

@media (max-width: 1199.98px) {
    h3 {
        font-size: 32px;
        line-height: 41px;
    }

    h2 {
        font-size: 40px;
        line-height: 52px;
    }
}

@media (max-width: 991.98px) {
    h2 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 767.98px) {
    h2 {
        margin-left: 27px;
    }
    h4 {
        font-size: 22px;
    }
    .brk-m {
        display: block;
    }

    .brk {
        display: none;
    }
}


/* ******** GAPS ******** */
.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt70 {
    margin-top: 70px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mr50 {
    margin-right: 50px !important;
}

.pt0 {
    padding-top: 0px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pt70 {
    padding-top: 70px;
}

.pb0 {
    padding-bottom: 0px;
}

.pb0 {
    padding-bottom: 0px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb70 {
    padding-bottom: 70px;
}

@media (max-width: 1399.98px) {
    .mb70 {
        margin-bottom: 55px;
    }

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

@media (max-width: 1199.98px) {
    .mb70 {
        margin-bottom: 40px;
    }
}

@media (max-width: 991.98px) {
    .mt70 {
        margin-top: 0px;
    }
}

@media print,
screen and (max-width: 767px) {
    .mt50 {
        margin-top: 35px;
    }

    .mb50 {
        margin-bottom: 30px;
    }

    .pb70 {
        padding-bottom: 15px;
    }

    .pt70 {
        padding-top: 15px;
    }
}

.fw100 {
    font-weight: 100;
}

.fw800 {
    font-weight: 800;
}
.fw900 {
    font-weight: 900;
}

/* colors */
.green {
    color: #3c8033;
}

.green-l {
    color: #87d62c;
}

/* ******** Sections ******** */
section {
    padding-top: 57px;
    padding-bottom: 57px;
}


/* ******** Containers ******** */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}


/* ******** BUTTONS ******** */
a.btn-reg {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.btn {
    font-family: 'Gilroy',Arial,sans-serif;
    font-weight: 700;
}

.btn-reg {
    display: inline-block;
    width: 100%;
    padding: 25px;
    cursor: pointer;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    letter-spacing: 3.7px;
    min-width: 110px;
    max-width: 320px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    background-color: #87d62c;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn-reg:hover {
    background-color: #70b620;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (max-width: 1680px) {
    .btn-reg .reg-icon {
        width: 29px;
        margin-right: 15px;
    }

    .btn-reg {
        font-size: 18px;
    }
}

@media (max-width: 1399.98px) {
    .btn-reg {
        padding: 20px 10px;
        font-size: 17px;
        letter-spacing: 2.7px;
    }

    .btn-reg .reg-icon {
        width: 28px;
        margin-right: 15px;
    }
}


/* ******** OTHER ******** */
.header-with-line {
    display: inline-block;
    margin-left: 27px;
}

.underlined-text {
    display: inline;
    position: relative;
    padding-bottom: 0px;
}

.underlined-text::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: -24px;
    width: 120%;
    height: 17px;
    background-color: #FCDC55;
    z-index: -1;
}

@media (max-width: 1399.98px) {
    .underlined-text::after {
        height: 14px;
    }
}

@media (max-width: 1199.98px) {
    .underlined-text::after {
        height: 10px;
    }
}

@media (max-width: 991.98px) {
    .underlined-text::after {
        height: 7px;
    }

    .header-with-line {
        margin-left: unset;
    }
}

/* Navigation */
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000; /* Ensure navbar is above other content */
    background: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #3c8033;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #296920;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

/* ******** HEADER ******** */
.logo {
    max-width: 150px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

header {
    padding-top: 120px;
    padding-bottom: 120px;
}

.main-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    background-color: #202020;
    margin-top: 85px;
    background-image: url(../images/header1.webp);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05); /* Adjust the opacity here */
}

header h1 {
    color: #fff;
    font-size: 80px;
    line-height: 1.2;
}

header h1 span {
    color: #87d62c;
}

header h3 {
    color: #ffffff;
    font-size: 47px;
    line-height: 47px;
}

header h5 {
    font-family: 'Gilroy',Arial,sans-serif;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 3px;
}
header h5 span {
    background-color: #87d62c;
    background-position: center center;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 20px;
}

header p {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 16px;
    line-height: 45px;
}

/* 
.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 25px 0px;
}
.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
video {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
} */


.content {
    z-index: 1;
    color: #fff;
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.circle-block {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 1;
  }
  
.double-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border: 3px solid #87d62c; /* Outer circle color */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .inner-circle {
    width: 60px;
    height: 60px;
    border: 3px solid #87d62c; /* Inner circle color */
    border-radius: 50%;
  }
  

@media (max-width: 1399.98px) {
    header h1 {
        font-size: 60px;
    }
    header .brk {
        display: block;
    }
}


@media (max-width: 1199.98px) {
    header h1 {
        font-size: 55px;
    }
}

@media (max-width: 991.98px) {
    header h1 {
        font-size: 50px;
    }
    .navbar-nav {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .about-conf-desc .title {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    header {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    header h1 {
        font-size: 35px;
    }
    header h5 {
        font-size: 15px;
    }
    .logo {
        max-width: 140px;
    }
    .circle-block {
        display: none;
    }
}





/* ABOUT CONFERENCE */
.about-conf {
    padding: 100px 0; /* Adjust padding as needed */
    background: linear-gradient(to right, #87d62c 50%, white 50%);
}

.about-conf h2 {
    color: #fff;
    font-size: 50px;
}

.about-conf p {
    /* font-family: 'Gilroy',Arial,sans-serif; */
    /* font-weight: 400; */
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.about-conf .left-col {
    background: #87d62c;
    margin-left: -1px;
}

.about-conf .right-col {
    font-family: 'Gilroy Black',Arial,sans-serif;
    padding-left: 40px;
}

.about-conf-desc {
    padding: 50px 0;
    position: relative;
    background: white;
}

.about-conf-desc .background-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../images/about-conf-bg.jpg") center / cover no-repeat;
}

.about-conf-desc .left-col {
    background: #fff;
    margin-left: -1px;
}

.about-conf-desc p {
    margin-bottom: 0px;
    line-height: 1.2;
}

.about-conf-desc .num {
    font-family: 'Gilroy Black',Arial,sans-serif;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 800;
    color: #87d62c;
}

.about-conf-desc .title {
    font-family: 'Gilroy Black',Arial,sans-serif;
    margin-bottom: 0px;
    font-weight: 800;
    padding-left: 20px;
}

.about-conf-desc .desc {
    font-family: 'Gilroy',Arial,sans-serif;
    font-weight: 100;
    padding-left: 20px;
    padding-right: 50px;
}

.about-conf-desc hr {
    width: 90%;
    margin-bottom: 30px;
}

@media (max-width: 1399.98px) {
    .about-conf h2 {
        font-size: 40px;
    }
}


@media (max-width: 1199.98px) {
    .about-conf {
        padding: 50px 0;
    }
    .about-conf-desc .desc {
        padding-right: 20px;
        padding-left: 10px;
    }
    .about-conf-desc hr {
        width: 95%;
        margin-bottom: 30px;
    }
    .about-conf-desc p {
        font-size: 16px;
    }
}


@media (max-width: 991.98px) {
    .about-conf h2 {
        font-size: 30px;
    }
    .about-conf p {
        font-size: 17px;
        margin-bottom: 0px;
        line-height: 18px;
    }
    .about-conf-desc .desc {
        padding-right: 20px;
    }    
}

@media (max-width: 767.98px) {
    .about-conf {
        padding: 30px;
    }
    .about-conf .row {
        margin-right: 0px;
    }
    .about-conf h2 {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-left: 27px;
    }
    .about-conf p {
        font-size: 19px;
        line-height: 1.2;
    }
    .about-conf .right-col {
        margin-top: 30px;
    }
    .about-conf-desc {
        padding: 20px 0;
    }
    .about-conf-desc p {
        font-size: 19px;
    }
}

@media (max-width: 575.98px) {
    .about-conf {
        padding: 0px;
        background: #fff;
    }
    .about-conf .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .about-conf h2 {
        font-size: 25px;
        padding-top: 35px;
        padding-bottom: 25px;
        text-align: center;
    }
}


/* YouTube Playlist section */
.yt-list {
    background-color: #fff;
    padding: 100px 0;  
}

.yt-list .col-md-8 {
    padding-right: 0px !important;
}

.yt-list .video-list {
    background-color: #87d62c;
    visibility: visible;
    padding: 0px;
}

.yt-list h5 {
    font-size: 24px;
}

.yt-list p.small {
    font-size: 16px;
}

#videoTabs {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

#tabList {
    height: 446px;
}
  
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
  
.embed-responsive::before {
    content: "";
    display: block;
    padding-top: calc(100% / (16 / 9));
}
  
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-list-container {
    max-height: 486px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0px;
  }
 
.video-list-container::-webkit-scrollbar {
    width: 5px;
}
  
.video-list-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}
  
.video-list-container::-webkit-scrollbar-track {
    background-color: transparent;
}

.yt-playlist-icon {
    margin-right: 5px;
}

.video-info {
    display: flex;
    align-items: flex-start;
    padding: 5px 0px 20px;
    color: #000;
}
  
.video-number {
    width: 15px;
    font-size: 16px;
    padding-top: 0px;
}
  
.video-title {
    flex: 1;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 5px;
}
  
.video-duration {
    font-size: 15px;
    padding-top: 0px;
}

.video-list-container .nav {
    display: block;
}

.video-list-container .nav-link {
    padding-left: 20px;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 20px;
}

.video-list-container hr {
    max-width: 100%;
    background-color: #d9d9d9;
    opacity: 1;
    margin-bottom: 0px;
}

.video-list-container .nav-link:hover {
    background-color: #f5f5f5;
    color: #000;
    border-radius: 0px;
  }

.video-list-container .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fff;
    border-radius: 0px;
}

.video-list-container .video-list-header {
    padding-left: 18px;
}


@media (max-width: 1399.98px) {
    .video-list-container {
        max-height: 418px;
    }
}

@media (max-width: 1199.98px) {
    .video-list-container {
        max-height: 350px;
    }
}

@media (max-width: 991.98px) {
    .video-list-container {
        max-height: 262px;
    }
}

@media (max-width: 767.98px) {
    #videoTabs {
        height: 292px;
    }
    .yt-list {
        padding: 50px 0;
    }
    .yt-list .col-md-8 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .yt-list .video-list {
        width: 96%;
        margin-left: 10px;
    }
    .video-list-container {
        max-height: 350px;
    }
    .yt-list h2 {
        margin-left: 0px;
    }
}

@media (max-width: 575.98px) {
    #videoTabs {
        height: 190px;
    }
    .yt-list {
        padding: 10px;
    }
    .yt-list .col-md-8 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .video-list-container .nav-link {
        padding-top: 10px;
    }
    .video-info {
        padding: 5px 0px 10px;
    }
    .video-title {
        font-size: 17px;
    }    
}





/* ORGANIZER SECTION */
.organizer {
    padding: 50px 0;
    position: relative;
    background: white;
}

.organizer .background-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../images/organizer-bg.jpg") center / cover no-repeat;
}

.background-image-mob {
    display: none;
}

.organizer .left-col {
    background: #fff;
    margin-left: -1px;
}

.organizer .right-col {
    min-height: 500px;
}

.organizer p {
    margin-bottom: 0px;
    line-height: 1.2;
}

.organizer h2 {
    margin-top: -50px;
    font-size: 50px;
}

.watch-on-yt {
    max-width: 140px;
}

.watch-on-yt {
    animation: rotateAnimation 10s linear infinite;
}
  
@keyframes rotateAnimation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

.watch-on-yt-icon {
    position: relative;
}

.watch-on-yt-play {
    position: absolute;
    left: 45%;
    top: 43%;
    color: #fff;
}

.organizer hr {
    max-width: 30%;
    height: 2px
}

.organizer-frame {
    position: absolute;
    left: 180px;
    z-index: 1;
    width: 975px;
    bottom: -35px;
}
.organizer .circle-block {
    left: 78%;
    bottom: 30px;
}

.organizer .double-circle {
    width: 64px;
    height: 64px;
    position: relative;
    border: 3px solid #87d62c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.organizer .inner-circle {
    width: 35px;
    height: 35px;
    border: 3px solid #87d62c;
    border-radius: 50%;
}

@media (max-width: 1399.98px) {
    .organizer h2 {
        font-size: 40px;
        margin-left: 0px;
    }
    .organizer .right-col {
        min-height: 450px;
    }
    .organizer-frame {
        left: 47px;
        z-index: 1;
        width: 820px;
        bottom: -20px;
    }
    .watch-on-yt {
        max-width: 130px;
    }
    .watch-on-yt-play {
        left: 50%;
    }
}

@media (max-width: 1199.98px) {
    .organizer p {
        font-size: 16px;
    }
    .organizer .right-col {
        min-height: 370px;
    }
    .organizer-frame {
        left: 95px;
        z-index: 1;
        width: 550px;
        bottom: -15px;
    }
    .watch-on-yt {
        max-width: 110px;
    }
    .watch-on-yt-play {
        left: 50%;
        top: 41%;
    }
}


@media (max-width: 991.98px) {
    .organizer h2 {
        font-size: 33px;
        margin-left: 0px;
    }
    .organizer h4 {
        font-size: 20px;
    }
    .organizer h5 {
        font-size: 18px;
    }
    .watch-on-yt {
        max-width: 83px;
    }
    .watch-on-yt-play {
        left: 52%;
        top: 39%;
    }
}

@media (max-width: 767.98px) {
    .organizer {
        padding: 20px 0;
    }
    .organizer h2 {
        margin-top: 20px;
    }
    .organizer p {
        font-size: 19px;
    }
    .background-image-mob {
        display: block;
        max-width: 100%;
    }
    .organizer-frame {
        display: none;
    }
    .watch-on-yt {
        max-width: 122px;
    }
    .watch-on-yt-icon {
        margin-right: 20px;
    }
    .watch-on-yt-play {
        left: 50%;
        top: 41%;
    }
}

@media (max-width: 575.98px) {
    .watch-on-yt {
        max-width: 97px;
    }
    .watch-on-yt-play {
        left: 56%;
        top: 39%;
    }
}



/* CONCEPT SECTION */
.concept {
    padding: 50px 0;
    background: linear-gradient(to right, #87d62c 50%, white 50%);
}

.concept h2 {
    color: #fff;
    font-size: 72px;
    line-height: 1.3;
}

.concept p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.concept .left-col {
    background: #87d62c;
    margin-left: -1px;
}

.concept .right-col {
    font-family: 'Gilroy Black',Arial,sans-serif;
    padding-left: 40px;
}

.concept-desc {
    padding: 0px;
    position: relative;
    background: white;
}

.concept-desc .left-col {
    background: #fff;
    margin-left: 0px;
}

.concept-desc p {
    margin-bottom: 0px;
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 20px;
}

.concept-desc .num {
    font-family: 'Gilroy Black',Arial,sans-serif;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
    color: #87d62c;
}

.concept-desc p.title {
    font-family: 'Gilroy Black',Arial,sans-serif;
    font-weight: 800;
    margin-bottom: 15px;
}

.concept-desc span {
    font-family: 'Gilroy Black',Arial,sans-serif;
    font-weight: 800;
}

.concept-desc .desc {
    max-width: 550px;
}

.concept-desc .left-col {
    padding-right: 50px;
}

.concept-desc .right-col {
    padding-left: 0px;
}

.concept-desc .concept-desc-img1 {
    width: 100%;
    height: auto;
}

.concept-desc .concept-desc-img2 {
    max-width: 100%;
    height: auto;
}

.concept-desc .sec .left-col {
    padding-right: 0px;
}

.concept-desc .sec .right-col {
    padding-left: 40px;
    max-width: 500px;
}

.second .left-col {
    padding-right: 0px;
}

.second .right-col {
    padding-left: 50px;
}

@media (max-width: 1399.98px) {
    .concept-desc p {
        line-height: 1.3;
    }
}


@media (max-width: 1199.98px) {
    .concept {
        padding: 50px 0;
    }
    .concept-desc p {
        line-height: 1.25;
        font-size: 18px;
    }
    .concept-desc .concept-desc-img1 {
        width: unset;
        height: auto;
    }
    .concept-desc .left-col {
        padding-right: 30px;
    }
    .second .left-col {
        padding-right: 0px;
    }
    .second .right-col {
        padding-left: 35px;
    }
    .concept h2 {
        font-size: 40px;
    }
}


@media (max-width: 991.98px) {
    .concept h2 {
        font-size: 30px;
    }
    .concept p {
        font-size: 17px;
        margin-bottom: 0px;
        line-height: 18px;
    }
    .concept-desc p {
        line-height: 1.2;
        font-size: 17px;
    }
    .concept-desc p.title {
        margin-bottom: 10px;
    }
    .concept-desc .num {
        margin-bottom: 5px;
    }
    .concept-desc .left-col {
        padding-right: 35px;
    }
    .second .right-col {
        padding-left: 20px;
    }
    .second .left-col {
        padding-right: 0px;
    }
    .image-container {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden; /* Hide any overflowing content */
    }
    .concept-desc .concept-desc-img1 {
        width: unset;
        height: auto;
    }
      
}

@media (max-width: 767.98px) {
    .concept {
        padding: 30px;
    }
    .concept .row {
        margin-right: 0px;
    }
    .concept h2 {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-left: 27px;
    }
    .concept p {
        font-size: 19px;
        line-height: 1.2;
    }
    .concept-desc .left-col {
        padding: 30px 10px 5px;
    }
    .concept .right-col {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 25px;
    }
    .concept-desc .right-col {
        padding-left: 10px;
    }
    .concept-desc .sec .right-col {
        padding-left: 10px;
        max-width: unset;
    }
    .second .left-col {
        padding: 0px 5px 35px !important;
    }
    .concept-desc .concept-desc-img1 {
        width: 100%;
        margin-bottom: 40px;
    }
    .concept-desc .concept-desc-img2 {
        width: 98%;
    }
}

@media (max-width: 575.98px) {
    .concept {
        padding: 0px;
        background: #fff;
    }
    .concept .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .concept h2 {
        font-size: 25px;
        padding-top: 35px;
        padding-bottom: 25px;
        margin-left: 15px;
        text-align: center;
    }
    .concept-desc p {
        margin-bottom: 20px;
        line-height: 1.45;
    }
    .concept-desc .right-col {
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .concept-desc .left-col {
        padding: 30px 10px 10px;
    }
    .concept-desc .concept-desc-img1 {
        width: 100%;
        height: auto;
    }
    .concept-desc .sec .right-col {
        padding-left: 15px;
        max-width: 100%;
        margin-bottom: 5px;
    }
    .concept-desc .sec .left-col {
        padding-right: 5px;
        padding-top: 0px;
    }
}


/* WAITING SECTION */
.waiting {
    margin-top: 50px;
    background-color: #2c2c2c;
    background-image: url(../images/waiting-bg.jpg);
    background-position: 50% 35%;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .waiting {
    padding: 50px 0;
    background: linear-gradient(to right, #87d62c 50%, white 50%);
} */

.waiting h2 {
    color: #fff;
    font-size: 72px;
    line-height: 1.3;
}

.waiting .left-col {
    /* background: #87d62c; */
    margin-left: -1px;
}

.waiting-desc {
    margin-top: 0px;
}
.waiting-desc .title {
    font-family: 'Gilroy Black',Arial,sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 800;
}

.waiting-desc p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.waiting-icon {
    max-width: 55px;
    margin-top: 20px;
    margin-bottom: 20px;
}




@media (max-width: 1399.98px) {
    .concept-desc p {
        line-height: 1.3;
    }
}


@media (max-width: 1199.98px) {
    .waiting {
        padding: 50px 0;
    }
    .waiting h2 {
        font-size: 40px;
    }
}


@media (max-width: 991.98px) {
    .waiting h2 {
        font-size: 30px;
    }
    .waiting-desc h3 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 767.98px) {
    .waiting {
        padding: 30px;
        /* background: #87d62c; */
    }
    .waiting .row {
        margin-right: 0px;
    }
    .waiting h2 {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-left: 27px;
    }
    .waiting-icon {
        max-width: 55px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .waiting-desc .title {
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .waiting {
        padding: 0px;
        margin-top: 0px;
    }
    .waiting .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .waiting h2 {
        font-size: 25px;
        padding-top: 35px;
        padding-bottom: 25px;
        margin-left: 15px;
        text-align: center;
    }
}


/* PROGRAM SECTION */
.program {
    padding: 50px 0; /* Adjust padding as needed */
    background: linear-gradient(to right, #87d62c 50%, #87d62c 50%);
}

.program h2 {
    color: #fff;
    font-size: 72px;
}

.program p {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.program .left-col {
    background: #87d62c;
    margin-left: -1px;
}

.program .right-col {
    font-family: 'Gilroy Black',Arial,sans-serif;
    padding-left: 40px;
}

.program-desc {
    margin-top: 0px;
}

.program-desc .container {
    max-width: 1035px;
}

.program-desc .speaker {
    margin-top: 30px;
    margin-bottom: 50px;
}

.program-desc h3 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 100px;
}

.program-desc .date {
    font-family: 'Gilroy Black',Arial,sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 800;
}

.program-desc .intro {
    font-size: 23px;
    line-height: 1.23;
    margin-bottom: 15px;
}

.program-desc .name {
    font-family: 'Gilroy Black',Arial,sans-serif;
    font-size: 26px;
    line-height: 1.23;
    margin-bottom: 15px;
    font-weight: 800;
}

.program-desc .job {
    font-family: 'Gilroy Black',Arial,sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 800;
}

.program-desc .desc {
    font-size: 22px;
    margin-bottom: 5px;
}

.program-desc p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.program-speaker {
    max-width: 200px;
    margin-bottom: 20px;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.program-end {
    padding: 0px;
    position: relative;
    background: white;
}

.program-end .background-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../images/program-end-bg.jpg") center / cover no-repeat;
}

.program-end .left-col {
    background: #fff;
    max-width: 600px;
}

.program-end .right-col {
    min-height: 500px;
}

.program-end p {
    line-height: 1.45;
    font-size: 18px;
}

.text-left {
    text-align: left;
}

@media (max-width: 1399.98px) {
    .program-desc .mt70 {
        margin-top: 30px;
    }
    .program-desc .container {
        max-width: 1140px;
        margin-bottom: -50px;
    }
    .program-desc h3 {
        margin-bottom: 60px;
    }
}

@media (max-width: 1199.98px) {
    .program-desc .container {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .program {
        padding: 30px 0;
    }
    .program-desc .container {
        max-width: 720px;
    }
    .program h2 {
        font-size: 30px;
    }
    .program p {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 767.98px) {
    .program {
        padding: 30px;
        background: unset;
    }
    .program .row {
        margin-right: 0px;
    }
    .program {
        padding-bottom: 0px;
    }
    .program-desc .container {
        max-width: 540px;
    }
    .program-desc {
        margin-top: 0px;
    }
    .program h2 {
        font-size: 25px;
        padding-top: 30px;
        padding-bottom: 20px;
        margin-left: 27px;
    }
    .program-desc h3 {
        font-size: 25px;
    }
    .program p {
        font-size: 17px;
        line-height: 1.2;
    }
    .program .right-col {
        margin-top: 30px;
        padding-left: 15px;
    }
    .program-desc .speaker {
        margin-top: 30px;
        margin-bottom: 50px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .program {
        padding: 0px;
        background: #87d62c;
    }
    .program .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .program h2 {
        font-size: 25px;
        padding-top: 35px;
        padding-bottom: 25px;
    }
    .program .right-col {
        padding-left: 25px;
    ;
    }
}



/* PRICE SECTION */
.price {
    padding: 50px 0;
    background: linear-gradient(to right, #87d62c 50%, white 50%);
}

.price h2 {
    color: #fff;
    font-size: 72px;
    line-height: 1.3;
}

.price p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.price .left-col {
    background: #87d62c;
    margin-left: -1px;
}

.price .right-col {
    font-family: 'Gilroy Black',Arial,sans-serif;
    padding-left: 40px;
}

.price-desc .container {
    max-width: 900px;
}

.price-desc .price-table {
    border-width: 1px;
    background-position: center center;
    border-color: #bcbcbc;
    border-style: solid;
    padding: 40px 25px;
}

.price-desc .online {
    margin-bottom: 20px;
}

.price-desc .ofline {
    margin-bottom: 20px;
}

.price-desc .title {
    font-family: 'Gilroy Black',Arial,sans-serif;
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 800;
}

.price-desc span {
    color: #818181;
    font-family: 'Gilroy',Arial,sans-serif;
    font-size: 16px;
    padding-left: 5px;
}

.tilde-list {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}

.tilde-list li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 15px;
  }

.tilde-list li::before {
  content: "~";
  margin-right: 10px;
  font-weight: 400;
  color: #87d62c;
  font-size: 30px;
  position: absolute;
  left: 0px; /* Adjust the position to the left */
  top: 50%; /* Center vertically */
  transform: translateY(-50%); /* Adjust for vertical centering */
}

@media (max-width: 1680px) {
    .price-desc .ofline {
        margin-bottom: 12px;
    }    
}

@media (max-width: 1399.98px) {
    .price-desc p {
        line-height: 1.3;
    }
    .price-desc .ofline {
        margin-bottom: 13px;
    } 
}


@media (max-width: 1199.98px) {
    .price {
        padding: 50px 0;
    }
    .price-desc p {
        line-height: 1.25;
    }
    .price h2 {
        font-size: 40px;
    }
    .price-desc .container {
        max-width: 720px;
    }
    .price-desc .ofline {
        margin-bottom: 15px;
    } 
}


@media (max-width: 991.98px) {
    .price h2 {
        font-size: 30px;
    }
    .price p {
        font-size: 17px;
        margin-bottom: 0px;
        line-height: 18px;
    }  
    .price-desc p {
        line-height: 1.2;
    }
      
}

@media (max-width: 767.98px) {
    .price {
        padding: 30px;
    }
    .price .row {
        margin-right: 0px;
    }
    .price h2 {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-left: 27px;
    }
    .price p {
        font-size: 19px;
        line-height: 1.2;
    }
    .price .right-col {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 25px;
    }
    .price-desc .container {
        max-width: 540px;
    }
    .tilde-list {
        min-height: unset;
        margin-bottom: 25px;
    }    
}

@media (max-width: 575.98px) {
    .price {
        padding: 0px;
        background: #fff;
    }
    .price .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .price h2 {
        font-size: 25px;
        padding-top: 35px;
        padding-bottom: 25px;
        margin-left: 15px;
        text-align: center;
    }
    .price-desc p {
        margin-bottom: 20px;
        line-height: 1.45;
    }
}

/* PARTNERS SECTION */
.partners {
    padding: 50px 0;
    background: linear-gradient(to right, #87d62c 50%, white 50%);
}

.partners h2 {
    color: #fff;
    font-size: 72px;
    line-height: 1.3;
}

.partners p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.partners .left-col {
    background: #87d62c;
    margin-left: -1px;
}

.partners .right-col {
    font-family: 'Gilroy Black',Arial,sans-serif;
    padding-left: 40px;
}

.partners-logo {
    max-width: 160px;
    height: auto;
}

.custom-five-cols .col {
    width: 20%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
  }
  

@media (max-width: 1199.98px) {
    .partners {
        padding: 50px 0;
    }
    .partners h2 {
        font-size: 40px;
    }
}


@media (max-width: 991.98px) {
    .partners h2 {
        font-size: 30px;
    }
    .partners p {
        font-size: 17px;
        margin-bottom: 0px;
        line-height: 18px;
    }      
    .custom-five-cols .col {
        width: 33%;
    }
    .partners-desc .mb100 {
        margin-bottom: 70px;
    }
}

@media (max-width: 767.98px) {
    .partners {
        padding: 30px;
    }
    .partners .row {
        margin-right: 0px;
    }
    .partners-desc .mb100 {
        margin-bottom: 50px;
    }
    .partners h2 {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-left: 27px;
    }
    .partners p {
        font-size: 19px;
        line-height: 1.2;
    }
    .partners .right-col {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 25px;
    }
    .partners-logo {
        width: 100%;
        height: auto;
    }
    .custom-five-cols .col {
        width: 50%;
        flex: auto;
    }
}

@media (max-width: 575.98px) {
    .partners {
        padding: 0px;
        background: #fff;
    }
    .partners-desc .mb100 {
        margin-bottom: 50px;
    }
    .partners .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .partners h2 {
        font-size: 25px;
        padding-top: 35px;
        padding-bottom: 25px;
        margin-left: 15px;
        text-align: center;
    }
    .custom-five-cols .col {
        width: 50%;
        flex: auto;
    }
    .partners-logo {
        max-width: 160px;
        height: auto;
    }
}






/* BE-PARTNER SECTION */
.be-partner {
    padding: 50px 0;
    position: relative;
    background: #f9fff2;
}

.be-partner .background-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../images/join-bg.jpg") center / cover no-repeat;
}

.be-partner .left-col {
    background: #f9fff2;
    margin-left: -1px;
}

.be-partner .right-col {
    min-height: 500px;
}

.be-partner p {
    font-family: 'Gilroy Black', Arial, sans-serif;
    font-size: 25px;
    line-height: 1.3;
    max-width: 450px;
}

.be-partner h2 {
    margin-top: 0px;
    font-size: 50px;
    max-width: 500px;
    margin-bottom: 40px;
}

.be-partner .circle-block {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 1;
}

.be-partner .double-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border: 3px solid #87d62c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.be-partner .inner-circle {
    width: 60px;
    height: 60px;
    border: 3px solid #87d62c;
    border-radius: 50%;
}

.bpart {
    max-width: 350px;
    margin: 0 auto;
}

.bpart .form-control {
    padding: 15px;
    border-color: #a0a0a0;
    border-radius: 0px;
}

.form-submit .btn-reg {
    width: 100%;
    max-width: 100%;
    padding: 15px;
}

.modal-body {
    padding: 30px 20px 40px;
}

.message-sent {
    color: #3c8033;
  }

@media (max-width: 1399.98px) {
    .be-partner h2 {
        font-size: 46px;
        margin-left: 0px;
    }
    .be-partner .right-col {
        min-height: 450px;
    }
}

@media (max-width: 1199.98px) {
    .be-partner p {
        font-size: 16px;
    }
    .be-partner .right-col {
        min-height: 370px;
    }
}


@media (max-width: 991.98px) {
    .be-partner h2 {
        font-size: 33px;
        margin-left: 0px;
    }
}

@media (max-width: 767.98px) {
    .be-partner {
        padding: 20px 0;
    }
    .be-partner h2 {
        margin-top: 20px;
    }
    .be-partner p {
        font-size: 19px;
    }
    .background-image-mob {
        display: block;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .be-partner p {
        max-width: 500px;
    }
}

/* PLACE SECTION */
.place {
    padding: 50px 0;
    background: linear-gradient(to right, #87d62c 50%, white 50%);
}

.place h2 {
    color: #fff;
    font-size: 72px;
    line-height: 1.3;
}

.place h5 {
    font-size: 24px;
}

.place p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.place .left-col {
    background: #87d62c;
    margin-left: -1px;
}

.place .right-col {
    font-family: 'Gilroy Black',Arial,sans-serif;
    padding-left: 40px;
}

.place-desc {
    padding: 0px;
    position: relative;
    background: white;
    overflow: hidden; /* Hide horizontal overflow */
}

.place-desc .left-col {
    background: #fff;
    margin-left: 0px;
    padding-right: 50px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.place-desc p {
    margin-bottom: 0px;
    line-height: 1.55;
}

.place-desc .title {
    font-family: 'Gilroy Black',Arial,sans-serif;
    margin-bottom: 5px;
    font-weight: 800;
}

.place-desc .desc {
    max-width: 550px;
}

.place-desc .right-col {
    padding-left: 0px;
}

.place-desc .sec .left-col {
    padding-right: 0px;
}

.place-desc .sec .right-col {
    padding-left: 40px;
    max-width: 500px;
}

.place-desc p.title {
    font-family: 'Gilroy',Arial,sans-serif;
    font-weight: 800;
    background-color: #87d62c;
    color: #fff;
    padding: 20px;
    max-width: 279px;
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.place-desc span {
    font-family: 'Gilroy Black',Arial,sans-serif;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 800;
    display: block;
}

.maps-container {
    position: relative;
    /* overflow: hidden; */
    padding-top: 65.25%; /* 16:9 aspect ratio */
}
  
.maps-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50vw); /* Extend width beyond screen width */
    height: 100%; /* Fill the height of the container */
}
  
  

@media (max-width: 1399.98px) {
    .place-desc p {
        line-height: 1.3;
    }
}


@media (max-width: 1199.98px) {
    .place {
        padding: 50px 0;
    }
    .place h2 {
        font-size: 40px;
    }
    .place-desc p {
        line-height: 1.25;
    }
}

@media (max-width: 991.98px) {
    .place h2 {
        font-size: 30px;
    }
    .place p {
        font-size: 17px;
        margin-bottom: 20px;
        line-height: 18px;
    } 
    .place-desc p {
        line-height: 1.2;
    }
}

@media (max-width: 767.98px) {
    .place {
        padding: 30px;
    }
    .place .row {
        margin-right: 0px;
    }
    .place h2 {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-left: 27px;
    }
    .place p {
        font-size: 19px;
        line-height: 1.2;
    }
    .place .right-col {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 25px;
    }   
    .place-desc .left-col {
        padding: 30px 10px;
    }
    .place-desc .right-col {
        padding-left: 10px;
    }
    .place-desc .sec .right-col {
        padding-left: 10px;
        max-width: unset;
    }
    .maps-container iframe {
        width: calc(70vw);
    }
}

@media (max-width: 575.98px) {
    .place {
        padding: 0px;
        background: #fff;
    }
    .place .container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .place h2 {
        font-size: 25px;
        padding-top: 35px;
        padding-bottom: 25px;
        margin-left: 15px;
        text-align: center;
    }
    .place-desc p {
        margin-bottom: 20px;
        line-height: 1.45;
    }
    .place-desc .right-col {
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .place-desc .left-col {
        padding: 30px 10px 10px;
    }
    .place-desc .sec .right-col {
        padding-left: 15px;
        max-width: 100%;
        margin-bottom: 5px;
    }
    .place-desc .sec .left-col {
        padding-right: 5px;
        padding-top: 0px;
    }
    .maps-container iframe {
        width: calc(93vw);
    }
}


/* JOIN SECTION */
.join-desc {
    padding: 0px;
    position: relative;
    background-color: #f5f5f5;
}

.join-head-container {
    z-index: 2;
    background-color: #87d62c;
    left: -100px;
    width: calc(50vw);
    position: relative;
    top: -50px;
    color: #fff;
    padding: 70px;
    margin-bottom: 40px;
}

.join-head-container h2 {
    font-size: 42px;
}
.join-desc p.title {
    font-family: 'Gilroy Black',Arial,sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 22px;
    max-width: 360px;
}

.join-desc p.link {
    font-family: 'Gilroy Black',Arial,sans-serif;
    font-weight: 800;
    font-size: 20px;
    text-decoration: unset;
}

.join-desc a {
    text-decoration: none;
    color: #000;
}

.join-desc p {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.55;
}

.join-desc .desc span {
    background-color: #87d62c;
    background-position: center center;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 20px;
}

.join-desc .desc {
    max-width: 550px;
}

.join-desc .left-col {
    padding-right: 50px;
}

.join-desc .right-col {
    padding: 50px 50px 100px 100px;
}

.join-desc .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url("../images/join-bg-2.jpg") top center / cover no-repeat;
}

.join-desc .circle-block {
    left: 50%;
    bottom: 15px;
}

.join-desc p.vert {
    position: absolute;
    transform: rotate(90deg);
    right: 80px;
    bottom: 155px;
    color: #bcbcbc;
    font-size: 18px;
    letter-spacing: 2px;
}

@media (max-width: 1599.98px) {
    .join-desc p.vert {
        right: 30px;
        bottom: 155px;
    }
}

@media (max-width: 1399.98px) {
    .join-desc p {
        line-height: 1.3;
    }
    .join-desc p.vert {
        right: -30px;
        bottom: 155px;
    }
}


@media (max-width: 1199.98px) {
    .join-desc p {
        line-height: 1.25;
    }
    .join-desc p.vert {
        right: -60px;
        bottom: 155px;
    }
}


@media (max-width: 991.98px) { 
    .join-desc p {
        line-height: 1.2;
    }
    .join-desc .right-col {
        padding: 50px 10px 30px 30px;
    }
    .join-desc p.vert {
        display: none;
    }
    .join-desc .right-col {
        padding: 50px 50px 100px 60px;
    }
    .join-desc p.title {
        max-width: unset;
    }
}

@media (max-width: 767.98px) {
    .join-desc .left-col {
        padding: 30px 10px;
    }
    .join-desc .right-col {
        padding: 20px 10px 20px 10px;
    }
    .join-desc .sec .right-col {
        padding-left: 10px;
        max-width: unset;
    }
    .join-desc .background-image {
        background: none;
    }
    .join-head-container {
        left: -113px;
        width: calc(50vw);
        top: -79px;
        padding: 15px 30px;
        margin-bottom: -30px;
    }
    .join-desc h2 {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-left: 110px;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .join-desc p {
        margin-bottom: 20px;
        line-height: 1.45;
    }
    .join-desc h2 {
        margin-left: -17px;
    }
    .join-desc .right-col {
        padding-left: 10px;
        margin-bottom: 20px;
    }
    .join-desc .left-col {
        padding: 30px 10px 10px;
    }
    .join-desc .sec .right-col {
        padding-left: 15px;
        max-width: 100%;
        margin-bottom: 5px;
    }
    .join-desc .sec .left-col {
        padding-right: 5px;
        padding-top: 0px;
    }
    .join-head-container {
        left: -13px;
        width: calc(100vw);
        margin-bottom: -30px;
    }
}




/* ******** Footer ******** */
footer {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #87d62c;
    color:#fff;
}

footer p {
    font-size: 17px;
    color:#fff;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

footer .logo {
    position: absolute;
    right: 50px;
    bottom: 130px;
    width: 174px;
}

footer .bg-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
}

@media (max-width: 1720px) {
    footer .logo {
        bottom: 165px;
        max-width: 140px;
    }
}

@media (max-width: 1399.98px) {
    footer .logo {
        display: none;
    }
}

@media (max-width: 991.98px) {
    footer .bg-footer {
        max-width: 100%;
    }

    footer p {
        margin-bottom: 10px;
    }
}