body {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
}

body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    margin: 0;
    padding: 0;
}

.container, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl {
    max-width: 1620px;
}

.main_head {
    background: linear-gradient(180deg, #CAFAF0 45.93%, rgba(202, 250, 240, 0) 106.43%);
    /* background: url(../images/main_bg.png) no-repeat; */
    display: inline-block;
    width: 100%;
    padding: 30px 0 400px;
    position: relative;
}
.main_head:before {
    position: absolute;
    content: "";
    background: url(../images/circle_up.png) no-repeat top;
    width: 100%;
    max-width: 460px;
    height: 185px;
    top: 0;
    left: 41em;
    background-size: contain;
}
.main_head:after {
    position: absolute;
    content: "";
    background: url(../images/dots_left.png) no-repeat left;
    width: 100%;
    max-width: 62px;
    height: 165px;
    top: 10em;
    left: 0;
    background-size: contain;
}
header.top_header {
    display: table;
    width: 100%;
}

.logos {
    float: left;
    width: auto;
    height: 125px;
    position: relative;
}
.logos img {
    width: auto;
    height: 100%;
    margin-right: 20px;
}
.menu_btn{
    display: none;
}
nav.menu {
    float: right;
    margin-top: 10px;
    position: relative;
}

nav.menu li a {
    font-weight: 400;
    font-size: 18px;
    color: #131313;
    padding: 12px 26px;
    text-decoration: none;
    transition: .4s all;
}
nav.menu li {
    display: inline-block;
    margin-left: 20px;
}
nav.menu li a:hover,
nav.menu li.active a {
    background: #36C7A8;
    color: #fff;
    border-radius: 100px;
    
}


/*sticky nav*/

header.top_header+header.top_header {
    top: -100%;
    position: fixed;
}

header.top_header {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    left: 0;
    right: 0;
}

header.top_header.seconed-header {
    top: 0 !important;
}

header.top_header+header.top_header {
    position: fixed;
    box-shadow: 0px 0px 8px 0px #545454;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #36c7a8;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    padding: 0 100px;
    height: 80px;
}

header.top_header+header.top_header nav.menu {
    margin-top: 26px;
}

header.top_header+header.top_header nav.menu li a:hover, 
header.top_header+header.top_header nav.menu li.active a {
    background: #ffffff;
    color: #000;
    border-radius: 100px;
}
header.top_header+header.top_header .logos {
    height: 75px;
    margin-top: 5px;
}

/*Sticky nav end*/


.bnr_content {
    clear: both;
}
.bnr_content_left img {
    width: 100%;
    max-width: 700px;
}
.bnr_content_left h3 {
    font-weight: 600;
    font-size: 74px;
    line-height: 83px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000000;
}

.bnr_content_left li:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 18px;
    background: #28564D;
}
.bnr_content_left ul {
    margin-top: 10px;
}
.bnr_content_left li {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    display: inline-block;
    margin-right: 16px;
    padding-right: 16px;
    line-height: 50px;
    position: relative;
}
.bnr_content_left li:last-child::before{
    display: none;
}
.bnr_content_left a {
    background: #73D03A;
    border-radius: 100px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    font-weight: 600;
    font-size: 28px;
    text-decoration: none;
    display: table;
    padding: 0 50px;
    margin-top: 35px;
    transition: .4s all;
}
.bnr_content_left a:hover{
    background: #36C7A8;
}
.bnr_content_left,
.bnt_content_right {
    width: 50%;
}
.bnr_content_left{
    float: left;
    padding-top: 55px;
    position: relative;
}
.bnt_content_right{
    float: right;
}
.bnt_content_right img {
    width: 100%;
    max-width: 690px;
    float: right;
    margin-top: -50px;
    margin-right: -24px;
}
.rounds i {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #63C0AD;
    opacity: 0.5;
    display: inline-block;
}
.rounds i:nth-child(1) {
    top: 16em;
    left: -7em;
}
.rounds i:nth-child(2) {
    top: 2em;
    right: -8em;
}
.rounds i:nth-child(3) {
    right: 0;
    top: 22em;
    width: 17px;
    height: 17px;
}




/* Dot loading animation */
.loading {
    position: absolute;
    width: 22px;
    bottom: 19em;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}
  
.loading span {
    animation: dot ease-in-out 1s infinite;
    background-color: #96ddce;
    display: block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    margin: 10px auto 0;
}
  
  .loading span:nth-of-type(2) {
    animation-delay: 0.2s;
    width: 9px;
    height: 9px;
  }
  
  .loading span:nth-of-type(3) {
    animation-delay: 0.3s;
    width: 14px;
    height: 14px;
  }
  .loading span:nth-of-type(4) {
    animation-delay: 0.4s;
    width: 17px;
    height: 17px;
  }
  
  @keyframes dot {
    0% { background-color: #96ddce; transform: scale(1); }
    50% { background-color: #36C7A8; transform: scale(1.3); }
    100% { background-color: #96ddce; transform: scale(1); }
  }

/* Dot loading animation end */


section.about {
    margin-top: -17em;
    position: relative;
    margin-bottom: 100px;
}
h2.heading {
    font-size: 80px;
    line-height: 83px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
h2.heading span,
h3.small_heading span {
    font-weight: 300;
    color: #63C0AD;
    display: block;
    text-transform: capitalize;
}
.about_top_content {
    width: 100%;
    max-width: 1490px;
    margin: 0 auto;
    text-align: center;
}
.about_top_content h6 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin-bottom: 20px;
}
.about_top_content p,
.about_bottom p {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #000;
}
.about_bottom {
    display: flex;
    margin-top: 50px;
}
.about_bottom .middle_heading {
    width: 45%;
    display: flex;
    align-items: center;
}
.about_bottom p{
    width: 55%;
}
h3.small_heading {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.about_bottom p {
    margin: 0;
}
.about h3.small_heading:before{
    position: absolute;
    content: '';
}
section.about:before {
    position: absolute;
    content: "";
    background: url(../images/Half_circle_left.png) no-repeat left;
    width: 100%;
    max-width: 245px;
    height: 754px;
    top: -18em;
    left: 0;
    background-size: contain;
}
.about h3.small_heading:before {
    position: absolute;
    content: '';
    left: -110px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 270px;
    height: 270px;
    background: #63C0AD;
    opacity: 0.1;
    border-radius: 50%;
}
p.head_p {
    font-weight: 400;
    font-size: 18px;
    color: #565656;
    text-align: center;
}
section.event {
    background: #CAFAF0;
    padding: 80px 0 60px;
    position: relative;
}
.event_content {
    display: table;
    width: 100%;
    margin-top: 80px;
}
.event_left{
    float: left;
}
.event_right{
    float: right;
}
.event_left,
.event_right{
    width: 50%;
    position: relative;
}
.event_right img {
    width: 100%;
    max-width: 900px;
    margin-left: 90px;
}
.event_left h4 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 8px;
    color: #000000;
}
.event_left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.event_left li {
    list-style: none;
    margin-bottom: 20px;
}
.event_left h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #19B896;
    margin-top: 15px;
    margin-bottom: 3px;
}
.event_left li:last-child p{
    margin-bottom: 15px;
}
.register {
    position: absolute;
    right: -8em;
    bottom: 50px;
}
.register a {
    width: 275px;
    height: 275px;
    background: #73D03A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    transition: .4s all;
    position: relative;
    z-index: 9;
}
.register a:before {
    position: absolute;
    content: '';
    border: 1px dashed #FFFFFF;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 100%;
}
.register a:hover{
    background: #36C7A8;
}
.register:before {
    position: absolute;
    content: '';
    background: url(../images/arrow.png) no-repeat;
    width: 150px;
    height: 70px;
    background-size: contain;
    left: -10em;
    bottom: -3em;
}
.register:after {
    position: absolute;
    content: '';
    background: #63C0AD;
    opacity: 0.2;
    width: 138px;
    height: 138px;
    border-radius: 100%;
    bottom: -50px;
    right: -62px;
}
section.event:before{
    position: absolute;
    content: '';
    background: url(../images/evnt_left.png) no-repeat;
    height: 240px;
    width: 75px;
    left: 0;
    top: 6em;
    background-size: contain;
}
.event_circle i {
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background: #63C0AD;
}
.event_circle i:nth-child(1){
    opacity: 0.1;
    width: 115px;
    height: 115px;
    top: -8em;
    right: 8em;
}
.event_circle i:nth-child(2){
    opacity: 0.5;
    width: 29px;
    height: 29px;
    top: 3em;
    right: -1em;
}
.event_circle i:nth-child(3){
    opacity: 0.2;
    width: 53px;
    height: 53px;
    left: -5em;
    bottom: 11em;
}
section.Sponsorship {
    padding: 80px 0;
    position: relative;
}
.spon_detail {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
}
.detail_box {
    background: #FFFFFF;
    box-shadow: 0px 13px 36px #e3ecea;
    border-radius: 30px;
    width: 31%;
    padding: 45px 40px;
}
.detail_box h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #19B896;
    margin-bottom: 15px;
}
.detail_box li {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    list-style: none;
    margin-bottom: 18px;
    position: relative;
}
.detail_box li:last-child{
    margin: 0;
}
.detail_box li:before {
    position: absolute;
    content: '';
    top: 4px;
    left: -22px;
    border: 3px solid #63C0AD;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.detail_box ul {
    padding-left: 22px;
}
section.Sponsorship:before {
    position: absolute;
    content: "";
    background: url(../images/Half_circle2.png) no-repeat right;
    background-size: contain;
    width: 100%;
    max-width: 414px;
    height: 743px;
    top: -18em;
    right: 0;
}
.make_other {
    margin-top: 60px;
}
.make_other span {
    height: 77px;
    line-height: 77px;
    background: #73D03A;
    border-radius: 0 100px 100px 0;
    display: inline-block;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    padding: 0 130px 0 40px;
    float: left;
}
.make_right {
    float: right;
    display: inline-block;
}
.make_right a:nth-child(1) {
    background: #FFFFFF;
    border: 2px solid #73D03A;
    box-shadow: 0px 10px 21px #DBDED9;
    border-radius: 100px;
    height: 97px;
    line-height: 97px;
    display: inline-block;
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    text-decoration: none;
    padding: 0 60px;
    transition: .4s all;
}
.make_right a:nth-child(1):hover{
    background: #36C7A8;
    border-color: #36C7A8;
    color: #fff;
}
.make_right a:nth-child(2), 
.make_right a:nth-child(3) {
    width: 97px;
    height: 97px;
    line-height: 97px;
    background: #F54720;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    text-align: center;
    transition: .4s all;
}
.make_right a:nth-child(3){
    background: #16CC5A;
}
.make_right a:nth-child(2):hover, 
.make_right a:nth-child(3):hover{
    background: #36C7A8;
}
.make_right a {
    margin-left: 25px;
}
.detail_box.detail_box_last {
    width: 100%;
    clear: both;
    margin-top: 25px;
}
.detail_box.detail_box_last ul {
    column-count: 2;
    column-gap: 14em;
}
.make_top {
    display: table;
    width: 100%;
}
p.note {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #E84C37;
    width: 100%;
    max-width: 1080px;
    margin: 40px auto 0;
}
section.stall {
    background: #CAFAF0;
    padding: 80px 0;
    position: relative;
}
section.stall h3.small_heading {
    text-align: center;
}
table.stall_space {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px; 
    margin-top: 30px;
}
table.stall_space thead tr {
    background: #36C7A8;
    height: 100px;
}
table.stall_space tbody tr {
    background: #36c7a84f;
    height: 100px;
}
table.stall_space thead tr th:first-child,
table.stall_space tbody tr td:first-child{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
table.stall_space thead tr th:last-child,
table.stall_space tbody tr td:last-child{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

table.stall_space th,
table.stall_space td {
    font-weight: 500;
    color: #000000;
    padding-left: 100px;
} 

table.stall_space th {
    font-size: 36px;
}
table.stall_space td {
    font-size: 24px;
}
table.stall_space td span {
    display: block;
    color: #226D5D;
}
section.stall:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: -34px;
    background: url(../images/stall_bg.png) no-repeat right;
    background-size: contain;
    width: 394px;
    height: 536px;
}
.booking_img img {
    width: 100%;
    max-width: 610px;
}
section.booking {
    padding: 80px 0;
}
.booking_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin: 15px 0;
}
.booking_content h5 {
    font-weight: 400;
    font-size: 30px;
    line-height: 46px;
    color: #000000;
}
.booking_content {
    margin-top: 50px;
    margin-left: 65px;
}
section.options {
    background: #EEF6F5;
    padding: 80px 0;
}

.option_list li {
    display: flex;
    align-items: center;
    padding-bottom: 65px;
}
.option_list li h4 {
    width: 38%;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
}
.option_list li .icon{
    width: 20%;
}
.option_list li .option_text{
    width: 42%;
}
.option_list h4 span {
    font-size: 60px;
    font-weight: 700;
    background: linear-gradient(87.23deg, #36C7A8 6.22%, #73D03A 136.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.5;
}
.icon figure {
    width: 158px;
    height: 158px;
    border-radius: 100%;
    background: #36C7A8;
    text-align: center;
    margin: 0 auto;
    border: 12px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.icon figure:before{
    position: absolute;
    content: '';
}
.icon figure img {
    width: 82px;
}
.option_text p {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}
.icon figure:before {
    position: absolute;
    content: '';
    height: 100%;
    border: 1px dashed #000;
    bottom: -100%;
}
.option_list li:last-child .icon figure:before{
    display: none;
}
/* .icon i {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #000;
} */
.option_text iframe {
    width: 100%;
    height: 200px;
    border-radius: 20px;
    position: relative;
    top: 28px;
}
.contact {
    background: #73D03A;
    border-radius: 60px;
    width: 100%;
    height: 366px;
    display: flex;
    align-items: center;
}
footer.main_foot {
    padding-top: 50px;
}
.contact li {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.contact ul{
    text-align: center;
    width: 100%;
}
.contact li figure img{
    width: 57px;
}
.contact li figure {
    width: 117px;
    height: 117px;
    border: 1px dashed #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.contact li h5,
.contact li h5 a {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
    transition: .4s all;
}
.contact li h5 a:hover{
    text-decoration: underline;
}
.contact li:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 212px;
    border: 1px solid #99E16C;
}
.contact li:last-child::before{
    display: none;
}
a.f_logo img {
    width: 100%;
    max-width: 288px;
    margin: 20px auto;
    display: table;
}
.option_list li:last-child{
    padding: 0;
}
/*RESPONSIVE*/
@media only screen and (max-width:1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1180px;
    }

    header.top_header+header.top_header .logos {
        height: 55px;
        margin-top: 4px;
    }
    header.top_header+header.top_header {
        padding: 0 80px;
        height: 60px;
    }
    header.top_header+header.top_header nav.menu li a:hover,
    header.top_header+header.top_header nav.menu li a {
        font-size: 12px;
        padding: 5px 13px;
    }
    header.top_header+header.top_header nav.menu {
        margin-top: 16px;
    }
    header.top_header+header.top_header nav.menu li {
        display: inline-block;
        margin-left: 15px;
    }
    .main_head {
        padding: 20px 0 200px;
    }
    .logos {
        height: 75px;
    }
    .logos img {
        margin-right: 12px;
    }
    
    nav.menu li a {
        font-size: 14px;
        padding: 7px 18px;
    }
    .bnr_content_left img {
        max-width: 445px;
    }
    .main_head:before {
        max-width: 300px;
        height: 115px;
        left: 25em;
    }
    .bnr_content_left h3 {
        font-size: 42px;
        line-height: 48px;
        letter-spacing: 1px;
    }
    .bnr_content_left li {
        font-size: 18px;
        margin-right: 10px;
        padding-right: 10px;
        line-height: 24px;
    }
    .bnr_content_left li:before {
        height: 12px;
    }
    .bnr_content_left ul {
        margin-top: 6px;
    }
    .bnr_content_left a {
        border-radius: 100px;
        height: 58px;
        line-height: 58px;
        font-size: 18px;
        padding: 0 40px;
        margin-top: 28px;
    }
    .bnt_content_right img {
        max-width: 460px;
        margin-top: -16px;
        margin-right: -13px;
    }
    section.about:before {
        max-width: 125px;
        height: 435px;
        top: -12em;
    }
    .main_head:after {
        max-width: 42px;
        height: 125px;
        top: 7em;
    }
    h2.heading {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 12px;
    }
    .loading span:nth-of-type(4) {
        width: 12px;
        height: 12px;
    }
    .loading span:nth-of-type(3) {
        width: 9px;
        height: 9px;
    }
    .loading span:nth-of-type(2) {
        width: 5px;
        height: 5px;
    }
    .loading span {
        height: 2px;
        width: 2px;
        margin: 7px auto 0;
    }
    .loading {
        width: 20px;
        bottom: 9em;
    }
    section.about {
        margin-top: -8em;
        margin-bottom: 60px;
    }
    .rounds i {
        width: 22px;
        height: 22px;
    }
    .rounds i:nth-child(1) {
        top: 12em;
        left: -5em;
    }
    .rounds i:nth-child(2) {
        top: 1em;
        right: -3em;
    }
    .rounds i:nth-child(3) {
        right: 0;
        top: 15em;
        width: 12px;
        height: 12px;
    }
    .about_top_content h6 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .about_top_content p, 
    .about_bottom p {
        font-size: 15px;
        line-height: 24px;
    }
    h3.small_heading {
        font-size: 28px;
        line-height: 34px;
    }
    .about h3.small_heading:before {
        left: -70px;
        width: 170px;
        height: 170px;
    }
    .about_bottom {
        margin-top: 35px;
    }
    section.event {
        padding: 60px 0 40px;
    }
    p.head_p {
        font-size: 16px;
    }
    .event_left h4 {
        font-size: 20px;
        margin-bottom: 3px;
    }
    .event_left p {
        font-size: 14px;
        line-height: 18px;
    }
    .event_left h5 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 12px;
        margin-bottom: 2px;
    }
    .event_left li:last-child p {
        margin-bottom: 11px;
    }
    .event_left li {
        margin-bottom: 15px;
    }
    .event_right img {
        max-width: 570px;
        margin-left: 70px;
    }
    .register a {
        width: 160px;
        height: 160px;
        font-size: 18px;
        line-height: 25px;
    }
    .register a:before {
        top: 7px;
        left: 7px;
        right: 7px;
        bottom: 7px;
    }
    .register:after {
        width: 70px;
        height: 70px;
        bottom: -18px;
        right: -35px;
    }
    .register:before {
        width: 105px;
        height: 50px;
        left: -8em;
        bottom: -2em;
    }
    .event_content {
        margin-top: 50px;
    }
    section.event:before {
        height: 126px;
        width: 40px;
        top: 7em;
    }
    .event_circle i:nth-child(1) {
        width: 58px;
        height: 58px;
        top: -4em;
        right: 6em;
    }
    .event_circle i:nth-child(2) {
        width: 18px;
        height: 18px;
        top: 2em;
        right: -2em;
    }
    .event_circle i:nth-child(3) {
        width: 29px;
        height: 29px;
        left: 0em;
        bottom: 9em;
    }
    .register {
        right: -4em;
        bottom: 60px;
    }
    section.Sponsorship {
        padding: 50px 0;
    }
    .detail_box {
        border-radius: 20px;
        padding: 30px 28px;
    }
    .detail_box h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .detail_box li {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .detail_box li:before {
        top: 5px;
        left: -16px;
        border: 2px solid #63C0AD;
        width: 9px;
        height: 9px;
    }
    .detail_box ul {
        padding-left: 16px;
    }
    .spon_detail {
        margin-top: 20px;
    }
    .make_other span {
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        padding: 0 80px 0 24px;
    }
    .make_right a:nth-child(1) {
        height: 50px;
        line-height: 45px;
        font-size: 17px;
        padding: 0 35px;
    }
    .make_right a:nth-child(2), 
    .make_right a:nth-child(3) {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .make_right a img{
        width: 26px;
    }
    .make_right a {
        margin-left: 14px;
    }
    .make_other {
        margin-top: 40px;
    }
    .detail_box.detail_box_last {
        margin-top: 20px;
    }
    p.note {
        font-size: 16px;
        line-height: 25px;
        max-width: 715px;
        margin: 28px auto 0;
    }
    section.Sponsorship:before {
        max-width: 220px;
        height: 561px;
        top: -14em;
    }
    section.stall {
        padding: 50px 0;
    }
    table.stall_space {
        border-spacing: 0 6px;
        margin-top: 20px;
    }
    table.stall_space thead tr,
    table.stall_space tbody tr {
        height: 60px;
    }
    table.stall_space thead tr th:first-child, 
    table.stall_space tbody tr td:first-child {
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px;
    }
    table.stall_space thead tr th:last-child, 
    table.stall_space tbody tr td:last-child {
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;
    }
    table.stall_space th {
        font-size: 24px;
    }
    table.stall_space td {
        font-size: 17px;
    }
    table.stall_space th, 
    table.stall_space td {
        padding-left: 60px;
    }
    section.stall:before {
        bottom: -64px;
        width: 240px;
        height: 410px;
    }
    section.booking {
        padding: 60px 0;
    }
    .booking_img img {
        width: 100%;
        max-width: 420px;
    }
    .booking_content p {
        font-size: 14px;
        line-height: 24px;
        margin: 12px 0;
    }
    .booking_content h5 {
        font-size: 21px;
        line-height: 28px;
    }
    .booking_content {
        margin-top: 40px;
        margin-left: 14px;
    }

    section.options {
        background: #EEF6F5;
        padding: 60px 0;
    }
    .option_list li h4 {
        font-size: 20px;
    }
    .option_list h4 span {
        font-size: 40px;
    }
    .icon figure {
        width: 105px;
        height: 105px;
        border: 7px solid #fff;
    }
    .icon figure img {
        width: 55px;
    }
    .option_text p {
        font-size: 16px;
        line-height: 25px;
    }
    .option_list li {
        padding-bottom: 45px;
    }
    .option_text iframe {
        height: 116px;
        border-radius: 12px;
        top: 12px;
    }
    footer.main_foot {
        padding-top: 30px;
    }
    .contact li figure {
        width: 70px;
        height: 70px;
        margin: 0 auto 18px;
    }
    .contact li figure img {
        width: 35px;
    }
    .contact li h5, 
    .contact li h5 a {
        font-size: 14px;
        line-height: 22px;
    }
    .contact {
        border-radius: 30px;
        height: 215px;
    }
    .contact li:before {
        height: 130px;
    }
    a.f_logo img {
        max-width: 190px;
        margin: 14px auto;
    }
}

@media only screen and (max-width:1199px){
    .main_head:before {
        max-width: 220px;
        height: 92px;
        left: 19em;
    }
    .logos {
        height: 70px;
    }
    .main_head:after{
        display: none;
    }
    nav.menu li {
        margin-left: 12px;
    }
    .event_right img {
        max-width: 450px;
        margin-left: 40px;
    }
    section.Sponsorship:before {
        max-width: 120px;
        height: 330px;
        top: -8em;
    }
    section.stall:before {
        bottom: -16px;
        width: 132px;
        height: 187px;
    }
}

@media only screen and (max-width:991px){
    .logos {
        height: 60px;
    }
    nav.menu li a {
        font-size: 13px;
        padding: 6px 15px;
    }
    .bnr_content_left img {
        max-width: 330px;
    }
    .bnr_content_left {
        padding-top: 45px;
    }
    .bnr_content_left h3 {
        font-size: 36px;
        line-height: 38px;
    }
    .bnr_content_left li {
        font-size: 15px;
        margin-right: 6px;
        padding-right: 8px;
        line-height: 20px;
    }
    .bnr_content_left li:before {
        height: 9px;
    }
    .bnr_content_left a {
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        padding: 0 32px;
        margin-top: 22px;
    }
    .bnt_content_right img {
        max-width: 325px;
        margin-top: -10px;
        margin-right: -5px;
    }
    h2.heading {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 8px;
    }
    .main_head {
        padding: 20px 0 150px;
    }
    section.about {
        margin-top: -5em;
    }
    .loading {
        width: 20px;
        bottom: 6em;
    }
    section.about:before {
        max-width: 100px;
        height: 316px;
        top: -5em;
    }
    .rounds,
    .event_circle {
        display: none;
    }
    header.top_header+header.top_header {
        padding: 0 20px;
    }
    section.event:before {
        height: 100px;
        width: 33px;
        top: 5em;
    }
    .event_right img {
        max-width: 400px;
        margin-left: 8px;
    }
    .register a {
        width: 140px;
        height: 140px;
        font-size: 16px;
        line-height: 20px;
    }
    section.Sponsorship:before {
        max-width: 100px;
        height: 254px;
        top: -6em;
    }
    .detail_box {
        border-radius: 15px;
        padding: 20px 20px;
    }
    p.note {
        font-size: 14px;
        line-height: 22px;
        max-width: 500px;
        margin: 40px auto 0;
    }
    .booking_content h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .option_list h4 span {
        font-size: 28px;
    }
    .option_list li h4 {
        font-size: 15px;
    }
    .option_text p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact li h5, .contact li h5 a {
        font-size: 13px;
        line-height: 18px;
    }
    .contact li figure {
        width: 60px;
        height: 60px;
        margin: 0 auto 12px;
    }
    .contact li figure img {
        width: 30px;
    }
    a.f_logo img {
        max-width: 170px;
        margin: 10px auto;
    }
}

@media only screen and (max-width:767px){
    .logos img {
        margin-right: 5px;
    }
    button.menu_btn {
        display: block;
        z-index: 9999;
        position: absolute;
        top: 14px;
        right: 30px;
        background: #36C7A8;
        border: 1px solid #cafaf0;
        color: #fff;
        width: 42px;
        height: 30px;
        border-radius: 6px;
        font-size: 18px;
    }
    nav.menu {
        margin: 0;
        float: none;
    }
    nav.menu ul {
        position: fixed;
        width: 60%;
        height: 100vh;
        background: #36C7A8;
        right: -100%;
        top: 0;
        z-index: 99;
        padding-top: 60px;
        transition: .5s ease-in-out;
    }
    .top_header.open-nav nav.menu ul{
        right: 0;
    }
    nav.menu ul li {
        display: block !important;
        width: 100%;
        margin: 0 !important;
    }
    .main_head:before{
        display: none;
    }
    .logos {
        height: 50px;
        margin-top: 6px;
    }
    .main_head {
        padding: 6px 0 100px;
    }
    nav.menu li a,
    nav.menu li.active a {
        font-size: 14px !important;
        width: 100%;
        display: block;
        border-radius: 0 !important;
        padding: 8px 15px !important;
        border-left: 5px solid #36C7A8;
    }
    header.top_header+header.top_header {
        height: 48px;
    }
    header.top_header+header.top_header nav.menu {
        margin-top: 0;
    }
    header.top_header+header.top_header .logos {
        height: 42px;
        margin-top: 4px;
    }
    header.top_header+header.top_header button.menu_btn {
        top: 11px;
        right: 30px;
        width: 38px;
        height: 26px;
        border-radius: 5px;
        font-size: 16px;
    }
    header.top_header+header.top_header nav.menu ul {
        padding-top: 48px;
    }
    .bnr_content_left img {
        max-width: 230px;
    }
    .bnr_content_left h3 {
        font-size: 30px;
        line-height: 32px;
    }
    .bnr_content_left li {
        font-size: 13px;
        margin-right: 2px;
        padding-right: 6px;
        line-height: 15px;
    }
    .bnr_content_left ul {
        margin-top: 2px;
    }
    .bnr_content_left a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 28px;
        margin-top: 17px;
    }
    .bnt_content_right img {
        max-width: 250px;
        margin-top: 5px;
        margin-right: -5px;
    }
    .bnr_content_left {
        padding-top: 38px;
    }
    section.about:before,
    section.event:before,
    section.Sponsorship:before,
    section.stall:before{
        display: none;
    }
    section.about {
        margin-top: -2em;
    }
    .loading {
        bottom: 3em;
    }
    .about_bottom {
        display: block;
    }
    .about_bottom .middle_heading,
    .about_bottom p{
        width: 100%;
    }
    .about_bottom .middle_heading {
        display: block;
        margin-bottom: 6px;
    }
    .event_content {
        margin-top: 30px;
        display: block;
    }
    .event_right,
    .event_left{
        width: 100%;
        float: none;
    }
    .event_right img {
        max-width: 280px;
        margin: 0 auto 30px;
        display: block;
    }
    .register {
        right: 2em;
        bottom: 18px;
    }
    .spon_detail {
        display: block;
    }
    .detail_box {
        border-radius: 12px;
        padding: 18px;
        width: 100%;
        margin-bottom: 18px;
    }
    .make_other span {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        padding: 0 50px 0 18px;
    }
    .make_right a:nth-child(1) {
        height: 40px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 27px;
    }
    .make_right a:nth-child(2), 
    .make_right a:nth-child(3) {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .make_right a img {
        width: 20px;
    }
    .make_right a {
        margin-left: 5px;
    }
    .detail_box.detail_box_last ul {
        column-count: 1;
    }
    p.note {
        font-size: 13px;
        line-height: 20px;
        max-width: 400px;
        margin: 20px auto 0;
    }
    h3.small_heading br {
        display: none;
    }
    table.stall_space thead tr, 
    table.stall_space tbody tr {
        height: 40px;
    }
    table.stall_space thead tr th:first-child, 
    table.stall_space tbody tr td:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    table.stall_space thead tr th:last-child, 
    table.stall_space tbody tr td:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    table.stall_space th {
        font-size: 17px;
    }
    table.stall_space td {
        font-size: 12px;
        line-height: 15px;
    }
    table.stall_space th, 
    table.stall_space td {
        padding-left: 20px;
    }
    table.stall_space {
        border-spacing: 0 5px;
        margin-top: 14px;
    }
    .booking_img img {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    .option_list li {
        padding-bottom: 22px;
        display: table;
        width: 100%;
    }
    .option_list li .icon {
        width: 24%;
        float: left;
        position: relative;
        top: -34px;
    }
    .make_other {
        margin-top: 30px;
    }
    .option_list li .option_text {
        width: 76%;
        float: right;
    }
    .option_list li h4 {
        font-size: 16px;
        width: 100%;
        padding-left: 24%;
        margin-bottom: 5px;
    }
    .icon figure {
        width: 82px;
        height: 82px;
        border: 4px solid #fff;
    }
    .icon figure img {
        width: 45px;
    }
    .option_text iframe {
        height: 100px;
        border-radius: 12px;
        top: 8px;
        width: 70%;
    }
    .contact li {
        width: 48%;
    }
    .contact {
        border-radius: 20px;
        height: auto;
        padding: 25px 0;
    }
    .contact li:before {
        height: 80px;
        bottom: 0;
        margin: auto;
    }
    .contact li:nth-child(1),
    .contact li:nth-child(2){
        margin-bottom: 20px;
    }
    .contact li:nth-child(2)::before{
        display: none;
    }
    a.f_logo img {
        max-width: 130px;
    }
}

@media only screen and (max-width:520px){
    header.top_header+header.top_header .logos {
        z-index: 999;
    }
    nav.menu li a, 
    nav.menu li.active a {
        font-size: 13px !important;
        padding: 7px 12px !important;
        border-left: 4px solid #36C7A8;
    }
    .bnt_content_right,
    .bnr_content_left{
        float: none;
        width: 100%;
    }
    .bnt_content_right img {
        max-width: 220px;
        margin: 20px auto;
        display: block;
        float: none;
    }
    .bnr_content_left {
        padding-top: 10px;
    }
    .bnr_content_left img {
        max-width: 220px;
    }
    .bnr_content_left h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .loading span:nth-of-type(4) {
        width: 9px;
        height: 9px;
    }
    .loading span:nth-of-type(3) {
        width: 6px;
        height: 6px;
    }
    .loading span:nth-of-type(2) {
        width: 3px;
        height: 3px;
    }
    .loading span {
        height: 2px;
        width: 2px;
        margin: 5px auto 0;
    }
    h2.heading {
        font-size: 30px;
        line-height: 32px;
    }
    .about_top_content h6,
    .booking_content h5 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .about_top_content p, 
    .about_bottom p,
    .event_left p {
        font-size: 13px;
        line-height: 20px;
    }
    h3.small_heading {
        font-size: 22px;
        line-height: 24px;
    }
    .about h3.small_heading:before {
        left: -40px;
        width: 100px;
        height: 100px;
    }
    section.about {
        margin-bottom: 30px;
    }
    section.event {
        padding: 30px 0 20px;
    }
    p.head_p {
        font-size: 14px;
    }
    .event_right img {
        max-width: 220px;
        margin: 0 auto 20px;
    }
    .event_left h4 {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .event_left li {
        margin-bottom: 12px;
    }
    .event_left h5 {
        font-size: 15px;
        line-height: 18px;
        margin-top: 9px;
        margin-bottom: 2px;
    }
    .register a:before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
    }
    .register a {
        width: 100px;
        height: 100px;
        font-size: 12px;
        line-height: 15px;
    }
    .register:after {
        width: 40px;
        height: 40px;
        bottom: -10px;
        right: -18px;
    }
    .register:before {
        width: 60px;
        height: 32px;
        left: -4em;
        bottom: -1em;
    }
    section.Sponsorship,
    section.stall,
    section.booking,
    section.options {
        padding: 30px 0;
    }
    .detail_box h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .detail_box li {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 8px;
    }
    .detail_box li:before {
        left: -14px;
        width: 7px;
        height: 7px;
    }
    .detail_box ul {
        padding-left: 14px;
    }
    .spon_detail {
        margin-top: 15px;
    }
    .make_other span {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 35px 0 12px;
    }
    .make_right a:nth-child(1) {
        height: 36px;
        line-height: 31px;
        font-size: 12px;
        padding: 0 18px;
    }
    .make_right a:nth-child(2), .make_right a:nth-child(3) {
        width: 36px;
        height: 36px;
        line-height: 34px;
    }
    .make_right a img {
        width: 18px;
    }
    .make_right {
        float: right;
        margin-top: 15px;
    }
    table.stall_space th, 
    table.stall_space td {
        padding-left: 15px;
    }
    table.stall_space th {
        font-size: 16px;
    }
    table.stall_space {
        border-spacing: 0 4px;
    }
    p.note {
        font-size: 12px;
        margin: 12px auto 0;
        line-height: 18px;
    }
    .booking_img img {
        max-width: 220px;
    }
    .booking_content {
        margin-top: 30px;
        margin-left: 0;
    }
    .booking_content p {
        font-size: 13px;
        line-height: 20px;
        margin: 8px 0;
    }
    .option_list h4 span {
        font-size: 25px;
    }
    .option_text p {
        font-size: 13px;
        line-height: 18px;
    }
    .icon figure {
        width: 65px;
        height: 65px;
        border: 3px solid #fff;
    }
    .icon figure img {
        width: 38px;
    }
    .event_left li:last-child p {
        margin-bottom: 6px;
    }
    .register {
        right: 1em;
        bottom: 10px;
    }
    .option_list h4 span {
        font-size: 20px;
    }
    .option_list li h4 {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .option_list li .icon {
        top: -26px;
    }
    .option_text iframe {
        height: 85px;
        border-radius: 10px;
        width: 85%;
    }
    .icon figure:before{
        display: none;
    }
    .contact li figure {
        width: 55px;
        height: 55px;
        margin: 0 auto 10px;
    }
    .contact li h5, 
    .contact li h5 a {
        font-size: 12px;
        line-height: 18px;
        padding: 0 10px;
    }
    .contact li {
        width: 100%;
        margin-bottom: 15px !important;
        padding-bottom: 15px;
    }
    .contact li:last-child{
        margin: 0 !important;
        padding: 0;
    }
    .contact li:last-child::before{
        display: none;
    }
    .contact li:before {
        height: 1px;
        width: 280px;
        bottom: 0;
        top: inherit;
        margin: auto;
        left: 0;
    }
    .contact li:nth-child(2)::before{
        display: block;
    }
    .option_list li{
        position: relative;
    }
    .option_list li:before {
        position: absolute;
        content: '';
        top: 0;
        left: 12%;
        width: 1px;
        height: 100%;
        border: 1px dashed #000;
    }
    .option_list li:last-child::before{
        display: none;
    }
    a.f_logo img {
        max-width: 120px;
        margin: 8px auto;
    }
}