

body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
#google_translate_element {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

/* Animations */

:root {
--animate-duration: 1.5s;
--animate-delay: 1s;
--animate-repeat: 1;
 }
.animated {
animation-duration: 1s;
animation-duration: var(--animate-duration);
animation-fill-mode: both;
}
/*fade-in animation*/
:root {

    --animate-duration: 1.5s;

    --animate-delay: 1s;

    --animate-repeat: 1;

    }

    .animated {

    animation-duration: 1s;

    animation-duration: var(--animate-duration);

    animation-fill-mode: both;

    }
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/*slide-in animation*/
@keyframes slideInUp {
    0%{
      transform: translateY(50%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;

    }
  }
  .slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@keyframes slideInLeft {
    0%{
       transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
    }
    100% {
       transform: translateX(0);
        -webkit-transform: translateX(0);

    }
  }
  .slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@keyframes slideInRight {
    0%{
       transform: translateX(100%);
  -webkit-transform: translateX(100%);
    }
    100% {
       transform: translateX(0);
        -webkit-transform: translateX(0);

    }
  }
  .slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@keyframes zoomIn {
    0% {
    transform: scale(0.5);
}
100% {
transform: scale(0.8);
}
    }
    .zoomIn {
    -webkit-animation-name: zoomIn;
animation-name: zoomIn;
    }

    /* gallery */
    .nav-tabs {
        border-bottom: 3px solid #dee2e6;
    }

    section.gallery_head {
        padding: 50px 60px;
    }

    .gallery_image {
        padding-top: 24px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #bf3294 !important;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        font-weight: 600;
        font-family: "Montserrat", Sans-serif;
    }

    section.gallery_head h6 {
        color: #bf3294;
        font-size: 18px;
        font-weight: 600;
        padding: 15px 0px;
        font-family: 'Montserrat', sans-serif;
    }
/* profile */
.profile_card img {
    width: 50%;
    height: 50%;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}

.profile_card h4 {
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.profile_card h5 {
    text-align: center;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.profile_card h6 {
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.profile h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
}

.profile h5 {
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    /* text-align: center; */
}
.login_bg {

    background-image: url(../images/login-bg1.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    /* color: #ffffff; */
    padding: 30px 10px 82px;
    /* padding: 68px 10px 82px; */
}
.profile h4 {
    font-size: 16px;
    font-weight: 600;
}

.profile p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}

section.profile {
    padding: 40px 0px;
}

.profile ul {
    padding: 0;
}

.profile ul li {
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
 /* about WCC */
 .about_wcc_ul h6 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #753a10;
}

.about_wcc_ul ul li {
    font-family: "Open Sans", Sans-serif;
    font-size: 1rem;
    text-align: justify;
    color: #000000;
    font-weight: 400;
    line-height: 1.5em;
}

.about_wcc_text p {
    color: #212121;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
}

section.about_wcc {
    padding: 30px 0px;
}

/* why karnataka Bengaluru */
section.why_karnataka {
    padding: 30px 0px;
}
ul.coffee_ul li {
    padding-bottom: 10px;
    font-family: "Open Sans", Sans-serif;
    font-size: 1rem;
    text-align: justify;
    color: #000000;
    font-weight: 400;
    line-height: 1.5em;
}
ul.coffee_ul {
    list-style-type: disc;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

/* participant profile */
section.overview {
    padding: 30px 0px;
}

.visitor_text h5 {
    color: #bf3294;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.visitor_text p {
    color: #000000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.visitor_text h6 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

ul.visitors_ul {
    list-style-type: circle;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

ul.visitors_ul li {
    padding-bottom: 10px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

/* the mascot */
section.themoscot {
    padding: 30px 0px;
}

/* national */
h1.coffee_heading {
    color: #bf3294;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.plat_bg {
    background-image: url('./images/platinum_bg.png');
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 670px;
    background-size: cover;
}

.gold_bg {
    background-image: url('./images/gold_bg.png');
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 670px;
    background-size: cover;
}

.silver_bg {
    background-image: url('./images/silver_bg.png');
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 670px;
    background-size: cover;
}

.plat_overlay button {
    background-color: #469285;
    color: #ffffff;
    padding: 4px 47px;
}

.gold_overlay button {
    background-color: #cd9673;
    color: #ffffff;
    padding: 4px 47px;
}

.silver_overlay button {
    background-color: #965cb1;
    ;
    color: #ffffff;
    padding: 4px 47px;
}

.national_text h5 {
    font-size: 16px;
    font-weight: 600;
}

.national_text h3 {
    font-size: 26px;
}

.plat_overlay {
    background-color: rgb(23 81 63 / 85%);

    margin: 0px 36px;

    padding: 10px 0px 20px;
}

.gold_overlay {
    background-color: rgba(109, 84, 67, 85%);

    margin: 0px 36px;

    padding: 10px 0px 20px;
}

.silver_overlay {
    background-color: rgba(88, 67, 109, 85%);

    margin: 0px 36px;

    padding: 10px 0px 20px;
}

.national_text ul li {
    border-bottom: 2px solid #ccc6;
    margin: 0px 15px;
    font-size: 13px;

}

.national_text ul {
    padding: 0;
    list-style-type: none;
}

.national_text {
    color: #ffffff;
    text-align: center;
    line-height: 34px;
}

.line:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #fff;
    left: 13rem;
    top: 127px;
    position: absolute;
}

.line:before {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #fff;
    left: 94px;
    top: 141px;
    position: absolute;
}

img.Left_cup {
    position: absolute;
    left: 17px;
    top: -26px;
}

img.Right_flower {
    position: absolute;
    bottom: -5rem;
    right: 1rem;
}

img.Right_sack {
    position: absolute;
    bottom: -5rem;
    right: 1rem;
}

/* inter national */
h1.coffee_heading {
    color: #bf3294;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.plat_bg {
    background-image: url('./images/platinum_bg.png');
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 670px;
    background-size: cover;
}

.gold_bg {
    background-image: url('./images/gold_bg.png');
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 670px;
    background-size: cover;
}

.silver_bg {
    background-image: url('./images/silver_bg.png');
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 670px;
    background-size: cover;
}

.plat_overlay button {
    background-color: #469285;
    color: #ffffff;
    padding: 4px 30px;
}

.gold_overlay button {
    background-color: #cd9673;
    color: #ffffff;
    padding: 4px 30px;
}

.silver_overlay button {
    background-color: #965cb1;
    ;
    color: #ffffff;
    padding: 4px 30px;
}

.national_text h5 {
    font-size: 16px;
    font-weight: 600;
}

.national_text h3 {
    font-size: 26px;
}

.plat_overlay {
    background-color: rgb(23 81 63 / 85%);

    margin: 0px 36px;

    padding: 10px 0px 20px;
}

.gold_overlay {
    background-color: rgba(109, 84, 67, 85%);

    margin: 0px 36px;

    padding: 10px 0px 20px;
}

.silver_overlay {
    background-color: rgba(88, 67, 109, 85%);

    margin: 0px 36px;

    padding: 10px 0px 20px;
}

.national_text ul li {
    border-bottom: 2px solid #ccc6;
    margin: 0px 15px;
    font-size: 13px;
}

.national_text ul {
    padding: 0;
    list-style-type: none;
}

.national_text {
    color: #ffffff;
    text-align: center;
    line-height: 34px;
}


.line:before {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #fff;
    left: 85px;
    top: 127px;
    position: absolute;
}

img.Left_cup {
    position: absolute;
    left: 17px;
    top: -26px;
}

img.Right_flower {
    position: absolute;
    bottom: -5rem;
    right: 1rem;
}

img.Right_sack {
    position: absolute;
    bottom: -5rem;
    right: 1rem;
}

a.nav-link {
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 0px 10px !important;
}
li.list-group-item a {
    color: #000;
}
/* delegates */
.form-card {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
}
h3.delegate_head_text {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 14px;
}
.form-card .top-sec {
    margin-top: -30px;
    margin-bottom: 15px;
}
.delegate_img{
    background: url('../images/delegates_bg.png');
    background-repeat: no-repeat;
}
section.delegates_bg {
    padding: 30px;
}

#phone {
    width: 520px !important;
}

ul.delegates_list li a {
    color: #000;
    text-decoration: underline;
}

ul.delegates_list li {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    list-style-type: none;
    border: 1px solid #eee;
    margin: 10px 0px;
    padding: 18px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.entitle_delegate h6 {
    color: #000000;
    font-weight: 600;
}
.entitle_delegate a:hover {
    color: #000000;
    text-decoration: none;
}
span.delegate_color {
    color: #919191;
}
.entitle_padding {
    padding: 12px 40px 0px;
}
h5.delegates_title {

    color: #1a611fe7;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.delegates_padding {
    padding: 10px 40px;
}
 /* footer */

 .ters_footer a {
    color: #ffffff;
    text-decoration: none;
}
 button.subcribe_btn {
    background: linear-gradient(270deg, rgba(51, 51, 51, 0.8) -11.75%, #000000 99.66%);
    width: 180px;
    height: 46px;
    text-align: center;
    border-radius: 0px;
    position: relative;
    z-index: 999999;
}
.button_color {
    background: #c7a17a !important;
    margin-top: 10px;
    border: transparent;
}
    #button {
    display: inline-block;
    background-color: #FF9800;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 19px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 39px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
    text-decoration: none;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}
.footer_heading {
    text-align: left;
}
.footer_bg{
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
    color: #ffffff;
    padding: 20px 0px 20px;
}
.footer_heading h2 {
    font-size: 22px;
    font-weight: bold;
   text-transform: capitalize;
    color: #fff;
    margin: 20px 0px;
    font-family: 'Teko', sans-serif;
}
.coffee_address h6 {
    font-weight: 500;
    font-family: 'Teko', sans-serif;
    font-size: 16px;
}
.coffee_address h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.coffee_address p {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.coffee_address a {
    font-size: 14px;
    color: #fff;
}
.footer_heading a {
    color: #fff;
    font-size: 14px;
}
input#email {
    padding: 10px;
    border: none;
    border-radius: 5px;
}
button.subcribe_bttn {
    border: none;
    padding: 10px;
    border-radius: 5px;
    background: #c7a17a;
}
header.header {
    background-color: #343434 !important;
    padding: 8px 0px;
}
.header_color {
    background-color: #343434;
    padding: 6px 0px;
}
.social-links button {
    color: #ffffff;
    padding: 0px 8px;
    position: relative;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: -12em;
}
.dropdown_inline {
    display: inline-flex;
}
.header_color h6 {
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.social-links {
    text-align: right;
}
.logout_text a {
    font-size: 12px;
}
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 0px;
    font-size: 16px;
    border: none;
    cursor: pointer !important;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: -12em;
}
a.balck_theme {
    background: #000;
    color: #fff;
    margin-left: 6px !important;
    padding: 2px 10px !important;
}
a.balck_theme:hover {
    background: #000 !important;
    color: #fff;
}
a.white_theme {
    border: 1px solid #000 !important;
    color: #000 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 0px 9px !important;
}
.dropdown-content a {
    padding: 0px 6px;
    text-decoration: none;
    display: block;
    margin: 6px 0px;
}
.dropdown_inline a button {
    border: 1px solid #000;
    color: #000000;
}
.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: transparent;
}
.dropdown_inline {
    display: inline-flex;
}
/* chaitra */
/* video */
.bg-video-wrap {
    padding-top: 40px;
}
.theme_video video {
    object-fit: cover;
    width: 100%;
    height: 560px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.video_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    padding: 0px 60px;
}
.video_text h1 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    background: rgba(0,0,0,0.6);
    padding: 24px 0px;
    border-radius: 40px;
    text-transform: uppercase;
    font-family: "Montserrat",Sans-serif;
}
h3.theme_head {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
    font-family: 'Poppins', sans-serif;
    color: #753a10;
}
.video_text h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
h5.express{
    color: #1a611fe7;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
p.coffee_para {
    font-family: "Open Sans", Sans-serif;
 font-size: 1rem;
 text-align: justify;
 color: #000000;
 font-weight: 400;
 line-height: 1.5em;
}
h5.coffee_sub_head {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

/* delegates */
ul.delegates_text li {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    list-style-type: decimal;
}
h5.delegates_text {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Teko', sans-serif;
}
/* end */

/*HEADER*/
header.header {
    background-color: #343434;
    padding: 8px 0px;
}
header.header h6 {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Teko', sans-serif;
}
.dropbtn1 {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }

  .dropdown1 {
    position: relative;
    display: inline-block;
  }

  .dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: center;
  }

  .dropdown-content1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content1 a:hover {background-color: #ddd;}

  .dropdown1:hover .dropdown-content1 {display: block;}

  .dropdown1:hover .dropbtn1 {background-color: #000;}
/*NAVBAR*/
nav.navbar {
    background: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 0px;
}
nav.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 8px 12px;
}
/* .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #bf3294;
} */
.active{
    color: #bf3294 !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 16px;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    color: #000000 !important;
    font-weight: 600;
    font-family: "Montserrat",Sans-serif;
}
.dropdown-menu{
    padding: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #BFBFBF;
}
.g20_img img {
    width: 114px;
    height: 46px;
}
/* heading_text */
section.coffee_board_padding {
    padding: 30px 40px;
}
h5.coffee_heading {
    font-size: 22px;
    color: #753a10;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
/*WORLD_COFFEE*/
section.world_coffee {
    padding-bottom: 40px;
}
.world_coffee_text h2 {
    font-size: 48px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #000000;
}
.world_coffee_text {
    padding: 16px 10px;
}
.four_coffee_logo {
    padding: 20px 0px 20px 20px;
}
.four_coffee_logo h6 {
    font-size: 10px;
    font-weight: 600;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}
.coffee_logo_center img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.subscribe_button {
    padding: 0px 10px;
}
.subscribe_button_design {
    background: linear-gradient(270deg, rgba(51, 51, 51, 0.8) -11.75%, #000000 99.66%);
    width: 180px;
    height: 46px;
    text-align: center;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.counter_text {
    margin-top: 0px;
    background: #451601;
    text-align: center;
    padding: 14px 0px;
    color: #ffffff;
    font-family: "Montserrat",Sans-serif;
    border: 1px inset;
}
.counter_text span {
    font-size: 40px;
    font-weight: 600;
}
.counter_text h6 {
    font-size: 18px;
    font-weight: 500;
}
.coffee_img {
    background-image: url(../images/banner_coffee.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: right bottom;
}
.coffee_mug {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: -12em;
}
.coffee_international img {
    width: 100%;
    max-width: 88%;
}
/* event_spectrum */
.event_head h4 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #753a10;
}
.event_overlay {
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.event_overlay h5{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.event {
   background-color: #fff;
}
.event_spectrum {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    padding: 40px 0px;
    color: #ffffff;
}
.event_spectrum_text h4 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.event_spectrum_text h5 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.event_spectrum_text h5 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}
/* counter */
.counter{
    background-image: url(../images/counter_bg.png);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    color: #ffffff;
    text-align: center;
    background-size: cover;
    margin-top: 40px;
    padding: 50px 0px;
}
section.counter h4 {
    font-family: "Montserrat",Sans-serif;
    font-size: 32px;
    font-weight: 600;
}
section.counter span {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 600;
}
section.counter h5 {
    font-family: "Montserrat",Sans-serif;
    font-size: 22px;
}
/*ABOUT-BANGALURU*/
.about-content {
    text-align: center;
    font-weight: bold;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.about-content h3 {
    text-align: center;
    font-family: 'Teko', sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 14px;
}
.about-content p {
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.coffee_padding{
    padding: 0;
}
.about_bg_img {
    /* background-image: url(../images/about_bg.svg);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat; */
    height: 630px;
    width: 100%;
    margin: 70px 0px;
    position: absolute;
    animation: animName 200s linear infinite;
    top: -52px;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
p.about_pretext {
    font-family: "Open Sans", Sans-serif;
    font-size: 1rem;
    text-align: justify;
    color: #000000;
    font-weight: 500;
    line-height: 1.5em;
}
h3.abt_bg {
    color: #753a10;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-top: 10px;
}
/* contact us */
.contact_position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.contact_position h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000000;
}
.contact_position h6 {
    font-family: "Open Sans", Sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
}
/* overview */
.coming_soon h3 {
    text-align: center;
    margin: 0;
    padding: 120px 0px;
    font-size: 60px;
}
.overview_text p {
    font-family: "Open Sans", Sans-serif;
    font-size: 1rem;
    text-align: justify;
    color: #000000;
    font-weight: 400;
    line-height: 1.5em;
}
h3.coffee_heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
}
.event_schedule h6 {
    color: #bf3294;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0px;
    font-family: 'Teko', sans-serif;
}
table.overview_table th {
    background: #C6EEFE;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
table.overview_table1 th {
    background: #FFF5F2;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
table.overview_table td {
    color: #212121;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 15px 18px;
}
table.overview_table1 td {
    color: #212121;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 15px 18px;
}
.overview_text h6 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.timeline {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
    color: #ffffff;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    border-right: 2px dashed #c4d2e2;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 31px;
    text-align: left;
    margin-right: 20px;
    color: #000000;
    font-size: 1.5rem;
}

.timeline-row .timeline-time small {
    display: block;
    font-size: .8rem;
    color: #8796af;
}

.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 3px;
    width: 40px;
}

.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -50px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 100;
    background: #ffffff;
    border: 2px dashed #c4d2e2;
}

.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}

.timeline-row .timeline-content {
    color: #fff;
}

.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}

.timeline-row .timeline-content i {
    font-size: 2rem;
    color: #ffffff;
    line-height: 100%;
    padding: 10px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block;
}

.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
}

.timeline-row .timeline-content .thumbs img {
    margin-bottom: 10px;
}

.timeline-row:nth-child(even) .timeline-content {
    background-color: #ff5000;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fc6d4c), to(#ff5000));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fc6d4c, #ff5000);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #fc6d4c, #ff5000);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #fc6d4c, #ff5000);
    /* IE10 */
    background-image: -o-linear-gradient(top, #fc6d4c, #ff5000);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #fc6d4c, #ff5000);
    margin-left: 40px;
    text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
    left: -39px;
    border-right: 18px solid #ff5000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-row:nth-child(even) .timeline-content:before {
    left: -50px;
    right: initial;
}

.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}

.timeline-row:nth-child(odd) .timeline-content {
    background-color: #5a99ee;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1379bb), to(#5a99ee));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #1379bb, #5a99ee);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #1379bb, #5a99ee);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #1379bb, #5a99ee);
    /* IE10 */
    background-image: -o-linear-gradient(top, #1379bb, #5a99ee);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #1379bb, #5a99ee);
    margin-right: 40px;
    margin-left: 0;
    text-align: left;
}

.timeline-row:nth-child(odd) .timeline-content:after {
    right: -39px;
    border-left: 18px solid #1379bb;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

@media (max-width: 767px) {
    .timeline {
        padding: 15px 10px;
    }

    .timeline:after {
        left: 28px;
    }

    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px;
    }

    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }

    .timeline .timeline-row .timeline-time strong {
        display: inline-block;
        margin-right: 10px;
    }

    .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0;
    }

    .timeline .timeline-row .timeline-content {
        padding: 15px;
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .timeline .timeline-row .timeline-content:after {
        right: auto;
        left: -39px;
        top: 32px;
    }

    .timeline .timeline-row:nth-child(odd) {
        padding-right: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        right: auto;
        left: -39px;
        top: 32px;
        border-right: 18px solid #5a99ee;
        border-left: inherit;
    }

    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px;
    }

    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0;
    }
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #f5f5f5; */
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0;
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
  }

.blinker {
    animation: blinker 2s linear infinite;
}

/* footer */

/* subscribe */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-header {
    color: #955d2f;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

#subscribe {
    color: #fff;
    background: #b9763f;
}

#subscribe {
    color: #fff;
    background: #b9763f;
}
.bottom input[type="button"] {
    color: #000;
    background: #fc636b;
    border: none;
    padding: 0.8em;
    width: 100%;
    outline: none;
    font-size: 1.1em;
    cursor: pointer;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Raleway', sans-serif;
}
.susbcribe-container .top h3 {
    font-size: 17px;
    color: #000;
    letter-spacing: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}
.susbcribe-container .top h2 {
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    color: #b9763f;
    letter-spacing: 1px;
    padding: 0px 0;
}
.bottom input[type="text"], .bottom input[type="email"] {
    outline: none;
    font-size: .9em;
    border: none;
    border: 1px dotted #000;
    background: #f5f5f5;
    width: 100%;
    color: #333;
    padding: 1em;
    letter-spacing: 1px;
    margin-bottom: 1em;
    margin-top: 1em;
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
}

#popup-bg {
    width: 100%;
    background-image: url(../images/popup-bg.png);
    display: block;
    background-size: cover;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}



.susbcribe-container {
    margin-bottom: 30px;
    border-radius: 11px;
    margin: 0rem 2rem;
    padding: 1em 1em;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}


.fade {
    transition: opacity 0.15s linear;
}
.hyper_link{
    color: black;
}

/* bread crumbs */
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">" !important;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0.25rem;
}

li.breadcrumb-item.active {
    color: #f76f05;
    font-weight: 600;
}
li.breadcrumb-item a {
    color: #000000;
}
/* book_your_stall */
.book_img {
    background: url(../images/bookyou_bg.png);
    background-repeat: no-repeat;
}
.stall_booking {
background-clip: border-box;
border: 1px solid #d7d7d794;
border-radius: 0.25rem;
box-shadow: #00000021 1px 2px 0px 0;
padding: 26px 0px;
}
.book_stall {
    padding: 40px;
}
.bottom-right {
    position: absolute;
    background: rgba(0,0,0,0.4);
    color: #ffffff;
    font-size: 50px;
    font-family: 'Poppins';
    font-weight: 600;
    padding: 70px 0px;
    text-align: center;
    bottom: 72px;
    letter-spacing: 2px;
    width: 100%;
}


.book_form h5 {
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
}
h5.expo_text {
color: #1a611fe7;
}
section.book_stall {
background: #ffffff;
margin: 40px 70px 0px;
}
.expo_form label {
font-weight: 600;
}
.expo_button_submit {
border: 1px solid #000;
font-weight: 600;
padding: 6px 26px;
}
.expo_button_cancel {
    border: 1px solid #f00;
    font-weight: 600;
    padding: 6px 26px;
    color: #f00;
}
.expo_button {
margin-top: 18px;
}
.expo_form {
border: 1px solid #eee;
padding: 18px 12px 0px;
}
.expo_form input {
background: transparent;
}
.expo_form select {
background: transparent;
}
.expo_odd {
background: #A8BA86;
padding: 10px 0px;
margin: 0px 0px;
}
.expo_even {
background: #d0e5a9;
padding: 10px 0px;
margin: 0px 0px;
}
.bookyuorstall ul li {
padding-right: 20px;
}
.bookyuorstall ul {
    padding-left: 9px;
}
.bookyuorstall h5 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 10px;
}
.bookyuorstall ul li {
    line-height: 24px;
    padding-bottom: 10px;
    font-size: 15px;
    text-align: justify;
    font-family: "Open Sans", Sans-serif;
    list-style-type: decimal;
    color: #000;
}
.stall_booking1 ul li {
    line-height: 24px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    list-style-type: none;
}
.bookyuorstall ul {
    padding-left: 20px;
}
.stall_booking h6 {
    font-size: 18px;
    font-weight: 600;
}
.stall_booking h5 {
    padding-left: 20px;
}
/* conference */
.plenary_hall:before {
    content: '';
    position: absolute;
    background: #00000045;
    width: 10px;
    height: 163%;
    display: block;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    border-radius: 10px;
    margin-top: 3em;
}
img.plenary_head {
    position: relative;
    left: 50px;
}
img.seminar_head {
    position: relative;
    left: -45px;
}
h4.hall_text {
    text-align: center;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}
.confer_top {
    position: absolute;
    top: 66px;
    width: 100%;
    text-align: center;
}
.confer_top h5 {
    color: #000000;
    font-weight: 600;
    margin: 0;
}
.confer_top h6 {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 40px;
}
.confer_top2 {
    position: absolute;
    top: 24px;
    width: 100%;
    text-align: center;
}
.confer_top2 h5 {
    color: #000000;
    font-weight: 600;
    margin: 0;
}
.confer_top2 h6 {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 50px;
}
.plenary_icon {
    font-weight: 600;
}
.plenary_icon img {
    width: 28px;
    height: 28px;
}
.confer_read a {
    color: #000000;
    font-weight: 600;
}
.plenary_card {
    padding-top: 24px;
}
.plenary_height {
    height: 75px;
}
/* footer */
footer.footer {
    position: relative;
    padding: 50px 0px;
    background-color: #1e2226f0;
}
.hash_text h3{
    font-family: 'Mark' !important;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
ul.socialmedia_list li {
    display: inline;
    padding: 12px 14px;
    color: #fff;
    font-size: 21px;
}
ul.socialmedia_list {
    padding: 0;
    list-style-type: none;
    margin: 17px 0px;
}
button.footer_button {
    color: #fff;
    background-color: #7B8F54;
    border-color: #7B8F54;
    padding: 13px 26px;
    border-radius: 1px;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: none;
}
button.footer_button:hover {
    color: #fff;
    cursor: pointer;
    border: none;
}
.footer_content ul li {
    padding: 0;
    list-style-type: none;
    text-align: left;
    color: #fff;
    font-size: 13px;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}
.footer_content ul {
    list-style-type: none;
    padding: 0;
}
.footer_content h2 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 21px;
    font-family: 'Poppins', sans-serif;
}
.subscribe_btn {
    padding-bottom: 60px;
}
.footer_design {
    color: #ffffff;
    padding-top: 36px;
    border-top: 1px solid #eeeeee57;
}
.footer_design h6 {
    font-size: 12px;
}
/* event venue */
.event_venue h4 {
    text-align: center;
    padding: 35px 0px 20px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
.event_venue p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
}
.event_venue ul {
    padding: 0;
}
.event_venue ul li {
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 14px;
    font-family: montserrat,Sans-serif;
}
.event_border {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 40px 140px;
}
.event_venue_text {
    padding: 0px 60px;
}
.event_border h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000000;
}
.event_border ul li {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}
.event_border {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 20px 139px;
}
/* organisers */
section.organizers {
    padding: 40px 40px;
}
.org_text p {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    text-align: justify;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
.org_text h5 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #753a10;
}
.org_card {
    border: 1px solid #ddd;
    margin-bottom: 20px;

}
.org_text {
    padding: 27px 36px 22px;
}
.org_head {
    border-right: 1px solid #ddd;
}
.org_head1{
    border-right: 1px solid #ddd;
}
.org_head img {
    width: 110px;
}
img.ico_logo {
    padding-top: 0px;
    width: 180px;
}
.org_head img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* failure Page */
i.fa.fa-close {
    background: rgb(240 10 70);
    color: #fff;
    padding: 10px;
    border-radius: 2rem;
    width: 60px;
}
/* success page */
i.fa.fa-check {
    background: rgb(25 216 25);
    color: #fff;
    padding: 10px;
    border-radius: 50px;
}
