@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

@media only screen and (max-width: 600px) {
    .mob-mt-4{
        margin-top: 1.5rem!important;
    }
/*  .banner {
    height: 26vh!important;
    padding: 124px 0!important;
    
    
    color: #fff!important;
    font-family: montserrat;
    margin-left: 1px!important;
}*/
.link-button{
	display:none;
}

.link-button-mobile {
   background: #016837;
    display: block!important;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 19px;
    position: fixed;
    width: 100%;
    padding: 9px;
    transform-origin: bottom right;
    right: 0px;
    bottom: 0;
    left: 0;
    z-index: 99;
border-top: 1px solid;
    box-shadow: 5px 3px 3px 3px;
}
.link-button-mobile:hover {
color: #fff;
}

.heading {
    font-size: 26px!important;
    border-bottom: 0px!important;
    width: auto!important;
    margin: auto!important;
    padding-bottom: 13px!important;
    text-align: center!important;
    margin-top: 22px!important;
    margin-bottom: 19px!important;
}
.new-text{
    font-size: 23px!important;
    margin-top: 17px!important;
    text-align: justify!important;
}
}
html{
    scroll-behavior: smooth;
}
body{
	overflow-x: hidden;
}
nav.navbar {
    position: absolute;
    width: 100%;
}
li.nav-item {
    font-size: 17px;
    text-transform: uppercase;
}

.on_top{
    color: #000!important;
    
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-family: montserrat;
    font-size: 16px;
}
.navbar-fixed {
    position: fixed!important;
    background: #016837;
    z-index: 999;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #6d8b33;
    color: #fff;
}
a.navbar-brand img {
    width: 54%;
}


/*.banner {
    background-image: url(imgs/banner.webp);   
    background-position: center;
    padding: 120px 0;
    background-repeat: no-repeat;
    width: 100%;
    color: #fff;
    font-family: montserrat;
}*/

.banner{
    background-image: url(imgs/Main_Banner_2025.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  
}

@media (max-width: 767px){
    .banner{
    background-image: url(imgs/Main_Banner_2025.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 37vh !important;
}
}

.banner1{
    background-image: url(imgs/Registration_Banner.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  
}

@media (max-width: 767px){
    .banner1{
    background-image: url(imgs/Registration_Banner.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30vh !important;
}
}



.bnr-cnt h1 {
    text-transform: uppercase;
    font-size: 88px;
    font-weight: bold;
    line-height: 67px;
}
.bnr-cnt h1 span {
    font-size: 61px;
}
p.bnr-para {
    font-size: 28px;
}
.bnr-cnt {
    margin-top: 74px;
}
h2 {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 25px;
    font-size: 41px;
    font-family: montserrat;
}
.about-us {
    background-image: url(imgs/overview-img.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    padding: 3px 0 54px;
    margin-top: 47px;
}
.key-sector {
    background-image: url(imgs/bg-keysec.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    padding: 12px 29px 79px 0px;
}
.key-pointers {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.key-right {
    width: 60%;
    margin: 0 auto;
}
.key-pointers ul {
    list-style: none;
}
.key-left {
    width: 30%;
}
.key-pointers i {
    font-size: 20px;
    margin-right: 5px;
    color: #62be1e;
}
.key-pointers li {
    margin-top: 11px;
    display: flex;
    justify-content: flex-start;
    /* align-items: flex-end; */
    flex-wrap: nowrap;
}
.key-sector h2 {
    text-align: left;
    margin-bottom: 11px;
}
.partners-logo li {
    display: inline-block;
    margin: 0 35px 30px;
}
.partners-logo h3 {
    font-size: 18px;
    color: #676161;
    font-weight: bold;
    margin-bottom: 21px;
}
.partners-logo li img {
    width: 200px;
}

.members {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.member-info {
    padding: 11px;
    color: #fff;
    width: 100%;
    background-color: #016837;
    /* position: absolute; */
    bottom: 0;
    left: 5%;
    right: 50%;
    /* transform: translateY(105px); */
    transition: .3s;
    /* border-radius: 5px; */
    height: 135px;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
.speakers {
    background: #f6f6f6;
    padding: 1px 0;
}
.speakers h2 {
    margin-bottom: 36px;
}
p.spkr-idn {
    font-size: 14px;
}
.members:hover .member-info {
    transform: translateY(0);
}
.attend-list {
    padding: 25px 33px;
    background: #6d8b33;
    box-shadow: 0 15px 2rem rgb(0 0 0 / 15%);
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    height: 161px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 38px;
}
h4 {
    font-size: 21px;
}
.reason-attend {
    background-image: linear-gradient(rgba(50 56 49 / 80%), rgba(50 56 49 / 80%) ), url(imgs/contact-bg.jpg);
    background-repeat: no-repeat;
    padding: 1px 23px 49px;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
}
a:hover{
    text-decoration: none;
}
.reason-num {
    width: 32px;
    height: 32px;
    padding: 31px;
    font-size: 24px;
    background: #fff;
    color: #000;
    display: flex;
    border-radius: 100%;
    margin-right: 22px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.reason-dlt {
    font-size: 19px;
}
h5.wap-cont {
    margin-bottom: 3%;
    font-weight: 700;
    font-size: 21px;
    margin-top: 36px;
    color: #ff9800;
}
.bord-tops, .border-tops {
    width: 63%;
    height: 1px;
    background: #607d8b;
    margin: 16px auto 0;
}
section.contact-buttn h2 {
    margin-bottom: 0;
}
.reason-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 37px;
}
h3.tm-date {
    margin-left: 41px;
    display: inline-block;
    background: #016837;
    color: #fff;
    padding: 12px 20px;
    font-size: 15px;
    border-radius: 6px;
}
.timeline {
    margin: 17px auto;
}
.timeline-item {
    position: relative;
}
h3.agenda-title {
    font-size: 15px;
    margin-bottom: 0;
}
.time {
    position: absolute;
    left: -129px;
    top: 12px;
    /* opacity: 9.5; */
    font-size: 13px;
    border: 1px solid #767679;
    padding: 4px;
    background: #fff;
    /* background: #adadad; */
}
.content {
    background: #e9f1ee;
    margin: 20px 14px;
    box-shadow: 2px 1px 8px 3px rgb(0 0 0 / 5%);
    padding: 15px;
    /* border: 1px solid; */
    width: 90%;
    /* width: 223px; */
}
.timeline-body {
    position: relative;
    margin-left: 117px;
    border-radius: 0 8px 8px 0;
    padding: 5px 0;
}
.timeline-body:after {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #a7a7a7;
    position: absolute;
    left: -4px;
    top: 0;
}
.timeline-item:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #a19f9f;
    position: absolute;
    background-color: #000;
    left: -13px;
    top: 17px;
    z-index: 999;
}

ul.agenda-points {
    margin-left: 16px;
}
.conference-spkr {
    background-image: url(imgs/conf.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0;
}
.conf-dtl {
    background: #72a603db;
    padding: 50px;
    color: #fff;
    height: 300px;
    border-radius: 104px 0;
}
.conf-dtl h3 {
    font-size: 29px;
    text-align: center;
    margin-bottom: 18px;
    font-weight: bold;
}
footer {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 13px;
}
.footer-copyright {
    background: black;
    font-size: 12px;
    color: #fff;
    border-top: 1px solid #fff;
}
.so-box {
    display: flex;
    width: 40px;
    height: 40px;
    background: #e9ecef00;
    margin: 5px;
    color: #000;
    background: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border: 1px solid #fff;
}
.wapper-social {
    padding: 0.5rem 0;
    display: flex;
    justify-content: center;
}
.wapper-social {
    align-content: center;
    align-items: center;
}
.organised {
    background: #72a603db;
    padding: 1px 0 53px;
}
.bg-contact {
    background: #4a8b71;
}
p.wap-con-pr a {
    color: #fff;
}
p.wap-con-hed {
    font-weight: bold;
}
section.contact-buttn {
    text-align: center;
    color: #fff;
    background: #016837;
    padding-top: 1px;
    padding-bottom: 45px;
}
section#contact h4 {
    border-bottom: 1px dotted;
    display: inline-block;
    padding: 7px 0;
    margin-bottom: 23px;
}
section.contact-buttn p {
    margin-bottom: 10px;
}
button.btn.btn-sing.text-center {
    background: #016837;
    color: #fff;
    text-transform: uppercase;
    margin: 21px 0;
    width: 120px;
    font-weight: bold;
    font-size: 19px;
}

/*.form-control {
    border: unset;
    border-radius: unset;
    border-bottom: 1px solid #909090;
}*/

.register-waper input {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border:1px solid #ced4da;
    background: transparent;
    height: calc(1.5em + 0.75rem + 2px);
    border-radius: 3px;
}
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* form starting stylings ------------------------------- */
.form-group {
    position: relative;
    margin-bottom: 40px;
}

.register-waper input,select {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border:1px solid #ced4da;
    border-radius: 3px;
    background: transparent;
}

.register-waper label {
  font-weight: bold;
}
.top_bg{
    background: #2e6a2373;
}
.error{
    color: red;
    font-weight: 400!important;
}
.heading{
    font-size: 26px;
    border-bottom: 1px solid;
    width: 17%;
    margin: auto;
    padding-bottom: 13px;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 19px
}

.register-waper input:focus {
    outline: none;

}

/* LABEL ======================================= */

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}



/* active state */
.register-waper input:focus ~ .bar:before, .register-waper input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@media (max-width: 768px) {
    .megamenu{
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .megamenu> li {
        margin-bottom: 30px;
    }
    .megamenu> li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;

    }
    .navbar-nav .open .dropdown-menu .dropdown-header{
        color:#fff;
    }
}


/*
 * Dropdown on hover 
 */

@media (min-width:480px) {

    .dropdown:hover .dropdown-menu {
        display: block;
    }

}
@media (min-width: 768px) and (max-width: 1024px){
    .navbar-dark .navbar-nav .nav-link {
        font-size: 12px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
    }
    a.navbar-brand img {
        width: 100%;
    }
    .navbar-dark .navbar-brand {
        color: #fff;
        width: 21%;
    }
    img {
        width: 100%;
    }
    /*.banner{
        background-size: cover;
        height: unset;
    }*/
    .key-right {
        width: 53%;
        margin: 0 auto;
    }
    .key-left {
        width: 50%;
    }
    .key-sector{
        padding: 12px 29px 59px 0px;
    }
    .conf-dtl {
        background: #72a603db;
        padding: 30px;
        color: #fff;
        height: 383px;
        border-radius: 76px 0;
    }
    .conf-dtl h3{
        font-size: 21px;
    }
    h4 {
        font-size: 17px;
    }
    .about-us {
        background-size: cover;
        background-position: bottom;
    }
}



@media only screen and (max-width: 767px){
    img{
        width: 100%;
    }
    h2{
        font-size: 28px;
    }
    .bnr-cnt h1 {
     font-size: 49px;
     line-height: 51px;
 }
 h4 {
    font-size: 17px;
}
/*.banner{
  background-size: cover;
  height: unset;

}*/
.bnr-cnt h1 span{
   font-size: 36px; 
}
a.navbar-brand img {
    width: 69%;
}
.key-sector{
    padding: unset;
}
.key-left, .key-right{
    width: 100%;
}
.conf-dtl:nth-last-child(1){
    margin-top: 18px;
}
a.navbar-brand {
    width: 79%;
}
nav.navbar{
    background: #000;
}
p.bnr-para {
    font-size: 17px;
}
.partners-logo li img {
    width: 150px;
}
.members img {
    width: 300px;
    height: 300px;
}
.member-info {
    width: 300px;
    margin: auto;
}
.conf-dtl {
    padding: 34px;
    height: auto;
}
.key-pointers{
    display: block;
}
}
/*
@media (max-width: 991.98px) { 

    .member-info{
        padding: 11px !important;
        height: 135px !important;
    }
 }*/


