
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #000000;
  font-family: 'Poppins';
}

a {
  color: #00aeef;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b67b3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 5px 0;
  font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Raleway", sans-serif;*/
   font-family: 'Poppins';
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.main-page {
  margin-top: 100px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}


.text-danger {
    color: #ed1c24 !important;
}

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

#registration .section-header {
    margin-bottom: 30px;
}







.section-header::before {
  /*content: '';*/
  /*position: absolute;*/
  /*display: block;*/
  /*width: 60px;*/
  /*height: 5px;*/
  /*    background: #d1050d;*/
  /*bottom: 0;*/
  /*left: calc(50% - 25px);*/
}
.section-header.confrence::before {
    bottom: 20px;
}

.section-heading-border {
    width: 90px;
    height: 2px;
    background: #005ec2;
    text-align: center;
    /* margin: 0 auto; */
    margin-top: 12px;
    position: relative;
    margin-bottom: 0;
    background-image: linear-gradient(to right bottom, #d1040c, #d1040c, #d1040c, #d1040c, #d1040c, #d1040c, #d1040c, #d1040c, #d1040c, #f62b33, #d1040c, #d1040c);

}

.section-heading-border .border-point-01 {
    left: 22px;
    /* right: 52px; */
    margin: 0 auto;
    width: 9px;
    height: 9px;
    top: -4px;
}

.section-heading-border span {
    background: #005ec2;
    width: 14px;
    height: 14px;
    z-index: 9;
    position: absolute;
    top: -7px;
    border-radius: 50px;
    left: 37px;
    box-shadow: 0px 0px 0px 1px rgb(114 77 252 / 0%);
    animation: glow 1.5s linear infinite alternate;
    background-image: linear-gradient(to right bottom, #d1040c, #d1040c, #d1040c, #d1040c, #d1040c, #d1040c, #d1040c, #d1040c, #d1040c, #f62b33, #d1040c, #d1040c);
}

.section-heading-border .border-point-03 {
    right: 0;
    left: 35px;
    margin: 0 auto;
    width: 9px;
    height: 9px;
    top: -4px;

}



.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-header h3{
    font-size: 35px;
  text-align: center;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

.section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000000 !important;
}

.section-with-bg {
       background-color: #ffffff;
}


.from-banner {
	/*background: transparent linear-gradient(90deg, #FF6D30 0%, var(--unnamed-color-3e65ac) 100%) 0% 0% no-repeat padding-box;*/
	background: transparent linear-gradient(90deg, #00aeef 0%, #00a772 100%) 0% 0% no-repeat padding-box;
	padding-top:110px;
}

.form-hedding {
    color: #000000;
    font-size: 20px;
    margin: 20px 0 30px 0;
}

.form-hedding span {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 102px;
    padding: 25px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    /*background: #ed1c24;*/
    /*box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);*/
}

#header.header-scrolled, #header.header-fixed {
    background: rgb(255 255 255 / 98%);
    height: auto;
    padding: 15px 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #ed1c24;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
    padding: 5px 10px 5px 5px;
    margin: -25px 0 0;
    max-height: 110px;
    transition: 0.5s ease-in-out;
    background: white;
    border-radius: 0px 0 9px 9px;
    /* filter: brightness(0) invert(1); */
}
#header.header-scrolled #logo img {
    padding: 0;
    margin: -6px 0;
    max-height: 70px;
    transition: all 0.5s;
    filter: none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  /*left: 0;*/
  left: -100px;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 20px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 5px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 5px 0;
}


/* Nav Meu Styling */

.nav-menu a {
    padding: 8px 4px;
    text-decoration: none;
    display: inline-block;
    color: rgb(255 255 255);
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    outline: none;
}


.nav-menu .menu-active a {
    color: #000000;
}

.nav-menu .menu-active a, .nav-menu a:hover {
        color: #ed1c24;
}

.header-scrolled a {
    color: black;
}
.header-scrolled a:hover {
    color: #2b67b0 !IMPORTANT;
}
.header-scrolled .nav-menu .menu-active a {
       color: #2b67b0;
}
.header-scrolled .nav-menu > li > a:before{
    background-color:  #2b67b0;
}
.nav-menu > li {
  margin-left: 12px;
}
.nav-menu > li > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ed1c24;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #ed1c24;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #ed1c24;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  /* margin-left: 8px; */
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}



.nav-menu ul li:hover > a {
    background: #ed1c24;
    color: #fff !important;
}
.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #ed1c24;
}
/*#mobile-nav ul li ul {*/
/*    background-color: #d1040c;*/
/*}*/
#mobile-nav ul li li {
  padding-left:0px;
}
#mobile-nav ul li li a{
 font-size:14px;
 color:rgba(255,255,255,0.9);
 padding: 5px 22px 5px 15px;
}
#mobile-nav ul li li a:hover{
 font-size:14px;
 color:rgba(255,255,255,0.9);
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #d1040c;
}

#mobile-nav ul .menu-item-active {
  color: #ed1c24;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.btn {
    text-transform: uppercase;
    border-radius: 4px;
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 500;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border: #000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}
.rounded-20 {
    border-radius: 20px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.banner-content-image {
    width: 22%;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
    /*background: white;*/
}
#intro {
  width: 100%;
  height: auto;
  background: #346885 url(../img/main-banner-img.jpg?v1) top center;
  background-size: cover;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}

#intro:before {
    content: "";
    /* background: rgba(0, 0, 0, 0.5); */
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.shape:before {
    /* margin-top: 70px; */
    content: "";
    /*background-image: url(../img/banner-meter-m-new.jpg);*/
      background-image: url(../img/baner-ieema-desktop-new.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    /*height: 100vh;*/
    right: 0;
    /*border-bottom-left-radius: 200px;*/
    /*border-bottom-right-radius: 400px;*/
}

.banner-strip {
    position: absolute;
    width: 64%;
    right: 0px;
    bottom: 0;
    top: 90px;
    z-index: -1;
    display:none;
}
.box-border {
width: auto;
    height: 500px;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 0px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    top: 93px;
    left: 80px;
    z-index: -1;
}


.banner-wrapper-right {
    width: 100%;
    /* min-height: 529px; */
    position: relative;
    top: -9px;
    padding: 30px 0;
    height: calc(100% + 10px);
    position: relative;
    z-index: 9;
    padding-left: 150px;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
.mt-90 {
  margin-top: 90px !important;
}
.px-110 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-80 {
    padding-left: 80px;
    padding-right: 80px;
}
.pt-100 {
    padding-top: 100px;
}

.meteringindia-banner {
    margin: 75px 0 0 !IMPORTANT;
}

#intro .mainText {
    margin: 0;
    padding: 0px;
    padding-top: 120px !important;
}


#intro h1 {
    color: #fff;
    /* font-family: "Raleway", sans-serif; */
    font-size: 50px;
    font-weight: 600;
    text-transform: normal;
    line-height: 25px;
    text-align:left;
}

#intro h1 span {
          color: #000000;
    font-size: 28px;
    /* background-color: rgba(255, 255, 255, 0.6); */
    padding: 0 0px;
    /*border-radius: 10px;*/
}


.banner-sub-heading {
    font-size: 45px !IMPORTANT;
    font-weight: bold;
    color: #283891;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    text-align: left;
    line-height: 50px;
}
.hotel-taj-place{
font-size:22px; font-weight:600; color:#000;
}

#intro p span.banner-sub-heading {
    /*background-color: rgba(255, 255, 255, 0.6);*/
    padding: 0 20px;
    /*border-radius: 10px;*/
}

#intro p span.banner-hotel-heading {
    /* background-color: rgba(255, 255, 255, 0.6); */
    padding: 3px 0px;
    /* border-radius: 10px; */
      color: #000;
}

#intro .date {
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    /* background-color: rgba(255, 255, 255, 0.6); */
    /* padding: 0 20px; */
    /* border-radius: 10px; */
    position: relative;
}


#intro .time {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    /* background-color: rgba(255, 255, 255, 0.6); */
    /* padding: 0 20px; */
    /* border-radius: 10px; */
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ed1c24 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #ed1c24;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #d1040c;
    background: #d1040c;
}

#intro .about-btn:hover {
    background: #000;
    color: #fff;
    border: 2px solid #d1040c;
}

#intro .about-btn-border {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #0069d9;
  background: #0069d9;
}

#intro .about-btn-border:hover {
  background: #0069d9;
  color: #fff;
  border: 2px solid #0069d9;
}




.dots-images {
    position: absolute;
    width: 35%;
    right: -87px;
    bottom: -155px;
    z-index: -1;
    opacity: 0.2;
    transform: rotate(181deg);
}

.meteringindia-banner:before {
    position: absolute;
    content: '';
    right: 0px;
    top: -13px;
    bottom: 0px;
    width: 200%;
    height: 800px;
    background-color: #ffffff;
    border-radius: 0px 0px 100px 0px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    display:none;
}



.btn-style-seven {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
    text-transform: capitalize;
    font-family: 'Poppins';
    background: -moz-linear-gradient(to right, #0028A4 0%, #003ffd 100%);
    background: linear-gradient(to right, #283891 0%, #1730b8 100%);
    float: left;
}
.btn-style-seven:before {
    position: absolute;
    content: '';
    left: 110%;
    top: 0px;
    width: 120%;
    height: 100%;
    z-index: 1;
    opacity: 1;
        background-color: #ff4e00;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-25deg);
}
.btn-style-seven:hover::before {
    left: 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-seven .txt {
    position: relative;
    z-index: 1;
}
.btn-style-seven:hover {
    color: #ffffff;
}


//*****animation-btn**/




/*********/


















.ieema-top-logo{
width: 40%;
    margin: 0 auto;
    display: block;
    background: white;
    border-radius: 5px;
}


@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/


.process {
    padding: 60px 0;
    background: #f6f7ff;
}
.heading h2 {
    font-size: 35px;
    line-height: 65px;
    font-weight: 700;
    color: #00aeef;
    text-transform: capitalize;
    padding-bottom: 22px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    line-height: 45px;
}

.heading h2 span {
    color: #00a66a;
    font-weight: 600;
}

.heading h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 5px;
    border-radius: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear,right top,left top,color-stop(50%,#00a66a),to(#00aeef));
    background: -webkit-linear-gradient(right,#00a66a 50%,#00aeef);
    background: -o-linear-gradient(right,#00a66a 50%,#00aeef);
   
        background: linear-gradient(-90deg, #00a66a 50%,#00aeef);
}
.process .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 60px 0;
}
.process .boxes .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.process .boxes .single-box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.process .boxes .single-box .wrap .part-icon {
    text-align: center;
    width: 122px;
    height: 122px;
    line-height: 110px;
    background: #ffffff;
    border-radius: 50%;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin: 25px 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
}
.process .boxes .single-box .wrap .part-icon span {
    font-size: 35px;
    color: transparent;
    background: -webkit-gradient(linear,right top,left top,color-stop(50%,#ed1c24),to(#FF3A33));
    background: -webkit-linear-gradient(right,#ed1c24 50%,#FF3A33);
    background: -o-linear-gradient(right,#ed1c24 50%,#FF3A33);
    background: linear-gradient(-90deg,#ed1c24 50%,#FF3A33);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    top: 10px;
    font-weight: 700;
}
.process .boxes .single-box .wrap .part-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,right top,left top,color-stop(50%,#ed1c24),to(#FF3A33));
    background: -webkit-linear-gradient(right,#ed1c24 50%,#FF3A33);
    background: -o-linear-gradient(right,#ed1c24 50%,#FF3A33);
    background: linear-gradient(-90deg,#ed1c24 50%,#FF3A33);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1;
}
.process .boxes .single-box .wrap .part-txt {
    text-align: center;
}
.process .boxes .single-box .wrap .part-txt h3 {
    font-size: 18px;
        line-height: 22px;
    font-weight: 600;
    color: #000000;
}
.process .boxes .single-box .arrow {
    margin-left: 60px;
}
.process .boxes .single-box .arrow.rotate {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.process .boxes .single-box .wrap:hover .part-icon span {
    color: #fff;
}

.process .boxes .single-box .wrap:hover .part-icon:after {
    opacity: 1;
}
.arow-mrgin {
    margin: 0 !IMPORTANT;
}


#about {
   background: url("../img/section-bg.png") no-repeat bottom center; 
   background-size: cover; 
   overflow: hidden; 
  position: relative;
  color: #000;
  padding: 60px 6% 180px 6%;
  background-color:#fff;
}

/* #about:before { */
  /* content: ""; */
  /* background: rgba(13, 20, 41, 0.8); */
  /* position: absolute; */
  /* bottom: 0; */
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
/* } */

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.heading.about {
    margin-bottom: 20px;
    margin-top: 50px;
}
.about-us img {
    width: 100%;
    margin: 0px 0;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
#about h3 {
font-size: 32px;
    line-height: 65px;
    font-weight: 600 !IMPORTANT;
    color: #1d2860;
    text-transform: capitalize;
    padding-bottom: 22px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.about-confrence {
    font-size: 35px !IMPORTANT;
}


#about p {
     font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #000;
    /* text-align: justify; */
    position: relative;
}
.content-middle-heading {
    font-size: 21px !IMPORTANT;
    padding: 17px 0 0 !important;
}
.list p {
    padding: 0;
    margin: 0 !IMPORTANT;
}
#about .list p:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -8px;
    top: 12px;
    background-color: #d1040c;
    border: 5px solid #fff;
}

.bg-orange{background:#ed1c24;}

.highlight-section{
     background: url("../img/green-bg.png") no-repeat bottom center; 
   background-size: cover; 
   overflow: hidden; 
  position: relative;
  color: #fff;
  padding: 60px 6%;
  background-color:#fff;
}
.highlight-section p{
        font-size: 22px;
    line-height: 42px;
}
/*--------------------------------------------------------------
# CALL FOR PAPPER
--------------------------------------------------------------*/
.card-call-papper {
    width: 100%;
    padding: 15px;
    background: white;
    border-radius: 5px;
    margin-top: 80px;
    min-height: 235px;
    -webkit-box-shadow: 2px 2px 10px 5px rgb(0 0 0 / 25%);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 25%);
}
.card-call-papper img {
    position: relative;
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-top: -64px;
}

.card-call-papper p {
    padding: 15px 12px;
    margin: 0;
    text-align: left;
}
#paper table th {
    color: black;
}
#paper table td {
    color: black;
}


 /*---------second section---------*/
 
 #second-section{
 width:100%;
 height:100%;
padding:60px 0;
    position: relative;
 }
 
#second-section:before {
    content: "";
    background: rgb(224 224 224 / 35%);
    position: absolute !IMPORTANT;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/pattern-7.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative; */
    width: 100%;
    opacity: 0.5;
}
 
 
    #second-section .second-section{
        margin-top:20px;
        margin-bottom: 20px;    
    }
    #second-section .second-section .second-section-heading{
    margin-top: 25px;
    margin-bottom: 25px;
    }
    #second-section .second-section .headline{
        display: flex;
    }
    #second-section .second-section .headline h2{
        font-size: 20px;
        color: #007bc3;
        padding-top: 10px;
        
    }
   #second-section .second-section p {
    margin: 0;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
    #second-section .second-section a{
        color: var(--main);
    }
    #second-section .second-section a:hover{
        color:#333;
    }
   #second-section .second-section .headline img {
    padding: 10px;
    width: 70%;
    margin: 0 auto;
    display: block;
}
    #second-section .second-section .second-section-first-row{
        border-bottom: 1px solid silver;
    
    }
    #second-section .second-section .second-section-second-row{
        border-bottom: 1px solid silver;
    }
    #second-section .second-section .second-section-first-row-veryfirst-col{
        padding-bottom: 10px;
    }
    #second-section .second-section .second-section-first-row-veryfirst-col:hover {
    box-shadow: 5px 5px 5px rgb(0 0 0 / 16%);
    background: #ed1c24;
      transition: 0.5s;
}
#second-section .second-section .second-section-first-row-veryfirst-col:hover img {
     filter: brightness(0) invert(1); 
}

#second-section .second-section .second-section-first-row-veryfirst-col:hover p{
    color:#fff;
}
    #second-section .second-section .second-section-first-row-first-col{
        border-left: 1px solid silver;
        padding-bottom: 10px;
    }
    #second-section .second-section .second-section-first-row-first-col:hover{
        box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
        background: #ed1c24;
          transition: 0.5s;
        border: 0;
    }
    #second-section .second-section .second-section-first-row-first-col:hover img{
        filter: brightness(0) invert(1); 
    }
    #second-section .second-section .second-section-first-row-first-col:hover p{
       color:#fff;
    }
    
    #second-section .second-section .second-section-first-row-second-col{
        border-left: 1px solid silver;
        padding-bottom: 10px;
    }
    #second-section .second-section .second-section-first-row-second-col:hover{
        border:0;
         background: #ed1c24;
           transition: 0.5s;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    }
    
     #second-section .second-section .second-section-first-row-second-col:hover img{
         filter: brightness(0) invert(1); 
     }
    
    #second-section .second-section .second-section-first-row-second-col:hover p{
         color:#fff;
     }
    
    
    #second-section .second-section .second-section-second-row-veryfirst-col{
        padding-bottom: 10px;
    }
    #second-section .second-section .second-section-second-row-veryfirst-col:hover{
        border:0;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
         background: #ed1c24;
           transition: 0.5s;
    }
    
     #second-section .second-section .second-section-second-row-veryfirst-col:hover img{
          filter: brightness(0) invert(1); 
     }
     
     #second-section .second-section .second-section-second-row-veryfirst-col:hover p{
          color:#fff;
     }
    
    #second-section .second-section .second-section-second-row-first-col{
        border-left: 1px solid silver;
        padding-bottom: 10px;
    }
    #second-section .second-section .second-section-second-row-first-col:hover{
        border: 0;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
         background: #ed1c24;
           transition: 0.5s;
    }
    
    #second-section .second-section .second-section-second-row-first-col:hover img{
        filter: brightness(0) invert(1); 
    }
    
    
    #second-section .second-section .second-section-second-row-second-col{
        border-left: 1px solid silver;
        padding-bottom: 10px;
    }
    #second-section .second-section .second-section-second-row-second-col:hover{
        border: 0;
         background: #ed1c24;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
          transition: 0.5s;
    }
    
    
     #second-section .second-section .second-section-second-row-second-col:hover img{
        filter: brightness(0) invert(1); 
    }
    
    #second-section .second-section .second-section-second-row-first-col:hover p {
   color:#fff;
}

  #second-section .second-section .second-section-second-row-second-col:hover p{
         color:#fff;
    }
    
    
    #second-section .second-section .second-section-third-row-veryfirst-col{
        padding-bottom: 10px;
    }
    #second-section .second-section .second-section-third-row-veryfirst-col:hover{
        border: 0;
          background: #ed1c24;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
          transition: 0.5s;
    }
    
    #second-section .second-section .second-section-third-row-veryfirst-col:hover img{
        filter: brightness(0) invert(1); 
    }
    
      #second-section .second-section .second-section-third-row-veryfirst-col:hover p{
        color:#fff;
    }
    
    
    
    #second-section .second-section .second-section-third-row-first-col{
        border-left: 1px solid silver;
        padding-bottom: 10px;
    }
    #second-section .second-section .second-section-third-row-first-col:hover{
        border: 0;
          background: #ed1c24;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
          transition: 0.5s;
    }
    
    #second-section .second-section .second-section-third-row-first-col:hover img{
        filter: brightness(0) invert(1); 
    }
    
     
    #second-section .second-section .second-section-third-row-first-col:hover p{
        color:#fff; 
    }
    
    #second-section .second-section .second-section-third-row-second-col{
        border-left: 1px solid silver;
        padding-bottom: 10px;
    }
    #second-section .second-section .second-section-third-row-second-col:hover{
        border: 0;
        background: #ed1c24;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
          transition: 0.5s;
    }

#second-section .second-section .second-section-third-row-second-col:hover img{
          filter: brightness(0) invert(1); 
    }




#second-section .second-section .second-section-third-row-second-col:hover p{
          color:#fff;
    }

/*--------------------------------------------------------------
# session topics
--------------------------------------------------------------*/
.session-topics {
    background: #fff;
}


.session-heading {
    color: #ffff;
}

.coming-soon-heading {
    font-size: 25px;
    font-weight: 500;
    color: #747474;
}


#Card-area {
    padding: 112px 0 118px;
    position: relative;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

.Card-single .Card-single-item h3 {
    font-weight: 400;
    font-size: 16px;
    font-family: var(--poppins);
    text-transform: uppercase;
}

.Card-single .hover-shape {
    width: 20px !important;
    height: auto;
    position: absolute;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform: rotate(260deg);
}

.Card-single .hover-shape-1 {
    left: 30px;
    top: 30px;
}

.Card-single .hover-shape-2 {
    right: 35%;
    top: 40px;
}

.Card-single .hover-shape-3 {
    right: 30px;
    bottom: 40%;
}

.Card-single .hover-shape-4 {
    right: 35%;
    bottom: 40px;
}

.Card-single .hover-shape-5 {
    left: 30px;
    bottom: 35%;
}

.Card-single:hover .hover-shape {
    opacity: 1;
    transform: rotate(100deg);
}

.Card-single:hover .hover-shape-1 {
    left: -25px;
    top: 25px;
}

.Card-single:hover .hover-shape-2 {
    right: 35%;
    top: -30px;
}

.Card-single:hover .hover-shape-3 {
    right: -20px;
    bottom: 40%;
}

.Card-single:hover .hover-shape-4 {
    right: 35%;
    bottom: -30px;
}

.Card-single:hover .hover-shape-5 {
    left: -25px;
    bottom: 35%;
}

#session .section-header {
    margin-bottom: 20px;
}

        div#accordion table.table.table-hover {
            padding: 0;
            margin: 0;
        }


table.fold-table.table-bordered.table-responsive {
    display: inline-table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


.cohost {
    width: 100%;
    border: 2px solid #d1040c;
    padding: 25px 10px;
    border-radius: 15px;
}
     .cohost   table {
            width: 100%;
        }

.cohost table thead {
    text-align: left;
    border-bottom: 1px solid #000000;
    background: #d1040c;
    color: #fff;
}
       .cohost table th, .cohost table td {
    padding: 0.4em;
    text-align: center;
}

      .cohost table.fold-table>tbody>tr.view td, .cohost table.fold-table>tbody>tr.view th {
    cursor: pointer;
    padding: 15px 15px;
        position: relative;
}


.tabel-accodion:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    float: right;
    transform: matrix(1, 0, 0, -1, 0, 0);
    font-size: 9px;
    position: absolute;
    left: 70px;
    width: 20px;
    height: 20px;
    background: #000000;
    border-radius: 25px;
    padding: 0px 5px;
    color: #ffff;
    line-height: 22px;
    margin: 0 0 0 0;
    cursor: pointer;
}
.costtabel th {
    font-size: 15px;
       padding: 15px 8px !IMPORTANT;
}


.costtabel td {
    font-size: 15px;
    padding: 15px 10px !IMPORTANT;
}


     .cohost table.fold-table>tbody>tr.view:nth-child(4n-1) {
    background: #f0f2f9;
}
       .cohost table.fold-table>tbody>tr.view:hover {
            background: #f3f3f3;
        }

  .cohost table.fold-table>tbody>tr.view.open {
    background: #f0f2f9;
    color: black;
}

.fold-content thead {
    background: #f0f2f9 !IMPORTANT;
    color: black !IMPORTANT;
}
       .cohost table.fold-table>tbody>tr.fold {
            display: none;
        }

       .cohost table.fold-table>tbody>tr.fold.open {
            display: table-row;
        }

        .fold-content {
            padding: 0.5em;
        }

        .fold-content h3 {
            margin-top: 0;
        }

        .fold-content>table {
            border: 2px solid #ccc;
        }

        .fold-content>table>tbody tr:nth-child(even) {
            background: #000;
        }


.serviceBox.box{
    color: #999;
    background: linear-gradient(transparent 65%, #0b67b3 65%);
    font-family: 'Kumbh Sans', sans-serif;
    text-align: center;
    padding: 0 15px 15px;
    border-radius: 0 0 150px 150px;
    box-shadow: 0 12px 7px -7px rgb(0 0 0 / 20%);
}
.serviceBox.box .service-icon {
    color: #fff;
    background-color: #0b67b3;
    font-size: 50px;
    line-height: 80px;
    height: 80px;
    width: 85px;
    margin: 0 auto 25px;
    border-radius: 0 0 50px 50px;
}
.serviceBox.box .service-content {
    background: #fff;
    padding: 0 20px 20px;
    border-radius: 15px 15px 150px 150px;
        border-top: 15px solid #0b67b3;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    /*height: 430px;*/
}
.serviceBox.box.title {
    color: #d1040c;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.serviceBox.box .title span {
    font-size: 16px;
}

.serviceBox.box:before{
    display:none;
}
.service-content p {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
    margin: 0;
    position: relative;
}

/*.service-content p:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    z-index: 1;*/
/*    height: 18px;*/
/*    width: 18px;*/
/*    border-radius: 90px;*/
/*    left: 50px;*/
/*    top: 15px;*/
/*    background-color: #d1040c;*/
/*    border: 5px solid #fff;*/
/*}*/


.serviceBox .description {
    font-size: 14px;
    margin: 0 0 15px;
}

.serviceBox .read-more {
    color: #3088E2;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}
































@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px;
    }

    .serviceBox .service-content {
        padding: 0 35px 20px;
    }
  .fold-table.table-bordered.table-responsive {
display: block !IMPORTANT;
}
.cohost table th, .cohost table td {
    padding: 0.4em;
    width: 250px;
}
.cohost {;
    margin: 0 20px;
}
}

@media only screen and (max-width:359px) {
    .serviceBox .service-content {
        padding: 0 20px 20px;
    }
}

.service-icon img {
    width: 40px;
    filter: brightness(0) invert(1);
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers {
  padding: 60px 0 60px 0;
  background: #f6f7fd url("../img/page-right.png") no-repeat right bottom;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(0, 0, 0, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #ed1c24;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #ed1c24;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
  padding: 60px 0 60px 0;
  background:#f3f3f3;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #000000;
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs a.active {
  background-color: #ed1c24;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  margin: 0 auto 30px auto;
      color: #0064af;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}
#schedule h5{margin:0; padding:0; font-family: "Open Sans", sans-serif; font-size:18px;}
.rounded-10{border-radius:10px !important;}

/*--------------------------------------------------------------
# why-exhibit
--------------------------------------------------------------*/
/* #why-exhibit { */
  /* background: url("../img/why-exhibit-bg.jpg"); */
  /* background-size: cover; */
  /* background-position:fixed; */
  /* overflow: hidden; */
  /* position: relative; */
  /* color: #000; */
  /* padding: 60px 0 40px 0; */
/* } */


#call-for-papers {
    padding: 60px 0 0;
}
#why-exhibit {
    background: url(../img/bg-patern-banner.png) center bottom no-repeat fixed;
    background-size: cover;
    position: relative;
    color: #000;
    padding: 90px 0 60px;
    /*background: linear-gradient(90deg, #d1040c, #fab439);*/
}

section#why-exhibit .bg-light-blue {
    background: #ff000000;
}

/* #why-exhibit:before { */
  /* content: ""; */
  /* background: rgba(13, 20, 41, 0.8); */
  /* position: absolute; */
  /* bottom: 0; */
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
/* } */
#why-exhibit h5 {
  font-size:32px;
  line-height:40px;
  margin-bottom: 20px;
  color: #000;
  font-weight:300;
}
#why-exhibit p {
    font-size: 20px;
     line-height: 25px; 
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    font-weight: 300;
    text-align: justify;
}
#why-exhibit .list p:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -8px;
    top:12px;
        background-color: #d1050d;
    border: 5px solid #fff;
}
.section-header.who-can-attend {
    margin-bottom: 40px;
}
.section-header.who-can-attend h3 {
        font-size: 35px;
    text-align: center;
    font-weight: 600 !important;
    margin-bottom: 10px;
    color: #fff;
}


.section-header.who-can-attend::before {
    background: #ffffff;
}



.bg-gray{ background-color: rgba(232, 232, 232, 0.9);}
.bg-green{ background-color: rgba(76, 187, 23, 0.2);}
.bg-light-blue{ background-color:  rgba(130, 183, 255, 0.3);}




ul.timeline {
    list-style-type: none;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}
ul.timeline:before {
    content: " ";
    /*background: #d4d9df;*/
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 9;
}
ul.timeline > li {
color: #ffffff;
    font-size: 18px;
    position: relative;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
}
ul.timeline > li:before {
    content: " ";
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #f56502;
    left: -18px;
    width: 16px;
    height: 16px;
    z-index: 9;
    top: 16px;
}
ul.timeline.papers {
    padding-top: 0;
    margin: -8px 0 0;
}
ul.timeline.papers:before{
    display:none;
}
ul.timeline.papers > li:before {
    top: 18px;
}

.importance-for-papers {
    padding: 60px 0 0;
}
ul.timeline.papers-award {
    padding-top: 0;
}
ul.timeline.papers-award li {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-align: justify;
    position: relative;
}

ul.timeline.papers-award > li:before {
    content: " ";
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #f56502;
    left: -18px;
    width: 16px;
    height: 16px;
    z-index: 400;
    top: 14px;
}



.heading.about p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000000 !important;
}

.topics-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #000;
    text-align: left;
    position: relative;
}

.topics-content p:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -20px;
    top: 3px;
    background-color: #ed1c24;
    border: 5px solid #ebebeb;
}



/*--------------------------------------------------------------
# venue Section
--------------------------------------------------------------*/

#venue {
  padding: 60px 0 0 0;
}



#papers {
    padding: 60px 0;
    background:url(../img/Main-Backround-1.jpg) #ccc no-repeat;
    background-size: cover;
    width: 100%;
    /*padding-left: 80px;*/
    /*padding-right: 80px;*/
    background-position: center;
}


.timeline.papers li {
    color: #000;
}
.paper-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #000;
    text-align: justify;
    position: relative;
}



.card1 {
    position: relative;
    top: 0%;
    left: 0%;
    /* transform: translate(0%, -50%); */
    width: 90%;
    height: auto;
    box-sizing: border-box;
    background: rgba(255, 0, 0, 0);
    border: none;
    z-index: 7;
    margin: 80px 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}
.card1 img {
    width: 100%;
}
.card1:hover {
    position: relative;
    top: 0%;
    left: 0%;
    /*transform: translate(0%, -50%);*/
   width: 90%;
    height: auto;
    box-sizing: border-box;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.14);
}

.card1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-top: 2px solid #f56502;
    border-bottom: 2px solid #f56502;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleX(0);
}

.card1:hover:before {
    transform: scaleX(1);
}

.card1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-left: 2px solid #f56502;
    border-right: 2px solid #f56502;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleY(0);
}

.card1:hover:after {
    transform: scaleY(1);
    transition-delay: 0.s;
}


.card1 span.border1 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    transform: rotate(336deg);
    pointer-events: none;
    box-sizing: border-box;
    background: rgb(0 0 0 / 4%);
    /* border: none !important; */
}

.card1 span.border1:hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    transform: rotate(45deg);
    pointer-events: none;
    box-sizing: border-box;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.0.20);
}

.card1 span.border1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-top: 2px solid #f56502;
    border-bottom: 2px solid #f56502;
    box-sizing: border-box;
    transition: 0.2s;
    transform: scaleX(0);
}

.card1:hover span.border1:before {
    transform: scaleX(1);
    transition-delay: 1s;
}

.card1 span.border1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-left: 2px solid #f56502;
    border-right: 2px solid #f56502;
    box-sizing: border-box;
    transition: 0.2s;
    transform: scaleY(0);
}

.card1:hover span.border1:after {
    transform: scaleY(1);
    transition-delay: 1s;
}

.card1 h1 span {
    font-size: 36px;
    display: block;
    color: #58c747;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.gallery-venobox button.owl-prev span {
    position: absolute;
    left: -55px;
    top: 45%;
    font-size: 37px;
    color: #fff;
    width: 44px;
    height: 44px;
    background: rgb(241 89 42);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 40px;
}
.gallery-venobox button.owl-next span {
    position: absolute;
    right: -55px;
     top: 45%;
    font-size: 37px;
    color: #fff;
    width: 44px;
    height: 44px;
    background: rgb(241 89 42);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 40px;
}

.download-information-paper h3 {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 10px;
}

.download-information-paper ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.download-information-paper ul li {
    padding: 8px 25px;
    background: #ed1c24;
    margin: 0 15px;
    border-radius: 5px;
}
.download-information-paper ul li a {
    color: #fff;
}

/*--------------------------------------------------------------
# registration Section
--------------------------------------------------------------*/

#registration {
  padding: 60px 0 0 0;
}
.section-heading-border.white {
    background-image: linear-gradient(to right bottom, #ffffff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #ffffff, #fff, #fff, #fff);
}
.section-heading-border.white span {
    background-image: linear-gradient(to right bottom, #ffffff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #ffffff, #fff, #fff, #fff);
}
.delegate-contribution {
    border: 2px solid #f1ae37;
    border-radius: 15px;
    padding: 25px;
}

.section-header.timeline {
    margin-bottom: 15px;
    margin-top: 50px;
}
.delegate-contribution1 {
    border: 1px solid #ed1c24;
    border-radius: 15px;
    padding: 25px;
    background: #fff;
}
.download-information-paper {
    padding-top: 25px;
}
tr.table-heading {
    background: #f1f1f154;
}

.timeline-tabel table th {
    color: #000;
}
.timeline-tabel table td {
    color: #000;
    white-space: nowrap;
}

#registration .container-fluid {
  margin-bottom: 3px;
}

#registration .registration-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#registration .registration-info {
  /*background: url("../img/bg-1-new.jpg") bottom right no-repeat;*/
  background-size: cover;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*#registration .registration-info:before {*/
/*  content: "";*/
/*  background: rgba(0, 0, 0, 0.3);*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*}*/

#registration {
    background: url(../img/venue-info-bg-4.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
    background: #f2f3ff;
}

#registration:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.7);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


/*#registration .registration-info-1:before {*/
/*  content: "";*/
/*  background: rgba(0, 0, 0, 0.7);*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*}*/


#registration .registration-info h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1d2860;
}

#registration .registration-info p {
  color: #000;
  margin-bottom: 0;
}

#registration .registration-gallery-container {
  padding-right: 12px;
}

#registration .registration-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#registration .registration-gallery img {
  transition: all ease-in-out 0.4s;
}

#registration .registration-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a.delegate-payments {
    /*color: #fff !important;*/
        color: #ed1c24 !important;
    border-bottom: 1px solid #ed1c24;
}

#timelines {
    position: relative;
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #f0f2f9;
}
.paper-form {
    padding: 0;
}

form.needs-validation {
    background: #FFFFFF;
    border: 2px solid #d1040c;
    box-sizing: border-box;
    box-shadow: 0px 3px 7px rgb(0 0 0 / 15%);
    border-radius: 15px 15px 0 0;
    padding: 30px;
    margin: 0 auto;
    display: block;
    border-bottom: 0;
}
.needs-validation:before {
    position: absolute;
    content: "";
    bottom: -70px;
    left: 0;
    background: #e9e9e9;
    height: 92px;
    margin: 0 15px;
    width: 96.2%;
    border: 2px solid #d1040c;
    border-top: 0;
    border-radius: 0px 0px 15px 15px;
}
button.btn.btn-primary.paper {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    width: 190px;
    margin: auto;
    bottom: -45px;
}

/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/

#hotels {
  padding: 60px 0;
}

#hotels .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#hotels .hotel:hover .hotel-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#hotels .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#hotels .hotel-img img {
  transition: 0.3s ease-in-out;
}

#hotels h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#hotels a {
  color: #152b79;
}

#hotels a:hover {
  color: #ed1c24;
}

#hotels .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#hotels .stars i {
  color: #ffc31d;
}

#hotels p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#gallery {
    padding: 60px;
    background: #f6f7ff;
    /* overflow: hidden; */
}

#gallery .owl-nav,
#gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#gallery .owl-dot.active {
  background-color: #ed1c24;
}

#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#gallery .gallery-carousel .center {
  border: 6px solid #ed1c24;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# supporters Section
--------------------------------------------------------------*/

#supporters {
   /* background: url("../img/intro-bg.jpg"); */
   /*background-size: cover; */
   /*overflow: hidden; */
  position: relative;
  color: #000;
  padding: 60px 0% 40px 0%;
  background-color:#fff;
}

#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#supporters .supporter-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#supporters .supporter-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#supporters img {
  transition: all 0.4s ease-in-out;
  padding: 8px;
}
#supporters img:hover {
    transform: scale(1.3);
}
/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #ed1c24;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

#subscribe {
  padding: 60px;
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#subscribe .section-header h2,
#subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #ed1c24;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/

#buy-tickets {
  padding: 60px 0;
}

#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#buy-tickets .card hr {
  margin: 25px 0;
}

#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#buy-tickets .card .card-price {
  font-size: 48px;
  margin: 0;
}

#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#buy-tickets .card .text-muted {
  opacity: 0.7;
}

#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #ed1c24;
  border: 0;
  color: #fff;
}

#buy-tickets .card .btn:hover {
  background-color: #e0072f;
}

#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #ed1c24;
  border: 0;
  color: #fff;
}

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
    padding: 60px 0;
    background-color: #ff000000;
    background-image: url(../img/banner-ieema.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

#contact:before {
    content: "";
    background: rgb(40 56 145 / 10%);
    position: absolute !IMPORTANT;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* opacity: 0.5; */
}

.organizer-section {
    padding: 25PX;
    border: 3px solid #00aeef;
    border-radius: 20px;   
    background: #fff;
}
.organizer-section p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #000;
    text-align: justify;
    position: relative;
}
.metering-address p {
    margin-bottom: 0;
}


#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #ed1c24;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #ed1c24;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #ed1c24;
  border: 1px solid #ed1c24;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #ed1c24;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #e0072f;
}



#aboutieema {
    padding: 60px;
        background-image: url(../img/banner-ieema.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
        background-attachment: fixed;
}


#aboutieema:before {
    content: "";
       background: rgb(40 56 145 / 10%);
    position: absolute !IMPORTANT;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* opacity: 0.5; */
}


#aboutieema .contect{color:#fff; font-size:20px; line-height:32px;}


.gallery-venobox-video button.owl-prev span {
    position: absolute;
    left: -55px;
    top: 37%;
    font-size: 37px;
    color: #fff;
    width: 44px;
    height: 44px;
    background: rgb(241 89 42);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 40px;
}
.gallery-venobox-video button.owl-next span {
    position: absolute;
    right: -55px;
     top: 37%;
    font-size: 37px;
    color: #fff;
    width: 44px;
    height: 44px;
    background: rgb(241 89 42);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 40px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #00aeef;
    padding: 0 0 25px 0;
    color: #000;
    font-size: 14px;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffffff;
    color: #212121;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #212121;
  color: #fff;

}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #ed1c24;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #ed1c24;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ed1c24;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #ed1c24;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
    /* text-align: center; */
    padding-top: 30px;
    color: #fff;
    font-family: 'Poppins';
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}



.footer-banner .heading p {font-size: 20px; font-weight: 400;}
.footer-banner .heading h3 {font-size: 30px; font-weight: 700;}
.footer-banner .media img {background-color: #1A9FEF;padding: 16px 14px;border-radius: 10px;}

.footer-banner .media .media-body h5{font-size: 17px;text-transform: uppercase;margin-bottom:0px;color:#fff;}
.footer-banner .media .media-body a {font-size: 24px;font-weight: 600;color: #008dd2;}
.Contact-Person{
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    display:block;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px;
    margin: 0 0 15px 0;
}
.Contact-Person span {
    background-color: #1d2860;
    color: #fff;
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 600;
}

#contact .media img {
    border-radius:0px;
}

section#contactus {
    padding: 60px 0;
}
	
/*--------------------------------------------------------------
# Form Css
--------------------------------------------------------------*/	
	
	
/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0 0 7px 0;
    padding: 0 15px 0px 40px;
    text-align: left;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 13px;
    color: #FFF;
    border: none;
	cursor: pointer;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  width: 34px;
  height: 100%;
}

.ride-line {
    position: relative;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.ride-line-empty {
    height: 1px
}

.ride-line span {
    background-color: #000;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    line-height: 24px;
    position: relative;
    z-index: 1;
    color: #fff;
	border-radius: 10px;
}

.ride-line:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #000;
}

.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */

/*.loginBtn--facebook {
	background-color: #4C69BA;
	text-shadow: 0 -1px 0 #354C8C;
}*/
.loginBtn--facebook {
	background-color: #000;
	text-shadow: 0 -1px 0 #000;
}

.loginBtn--facebook:before {
	/* border-right: #364e92 1px solid; */
	background: url('../img/facebook-icon.png') 6px 6px no-repeat;
}

/*.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #5B7BD5;
}*/
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #000;
}


/* Google */

.loginBtn--google {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	background: #fff;
	color:#000;
}

.loginBtn--google:before {
	/* border-right: #BB3F30 1px solid; */
	background: url('../img/google-icon.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
	background: #fff;
}


/* Linkedin */

.loginBtn--linkedin {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	background: #2567b3;
}

.loginBtn--linkedin:before {
	/* border-right: #BB3F30 1px solid; */
	background: url('../img/linkdin-icon.png') 6px 6px no-repeat;
}

.loginBtn--linkedin:hover,
.loginBtn--linkedin:focus {
	background: #19559a;
}

.form-section{ text-align:left;}
.form-section .form-control {
    border-radius: 4px;
    padding: 0px 0 0px 55px;
    font-size: 14px;
    height: 48px !important;
	font-family: 'Roboto', sans-serif;
}

.form-section .form-icon {
    position: absolute;
    top: 10px;
} 
.form-icon {
    position: absolute;
    top: 21px;
    left: 15px;
    z-index: 20;
}

.alreadyRegistered{font-size:15px; font-weight:500; line-height:15px; color:#fff; padding-top: 5px;}
.alreadyRegistered a{color:#fff;}
.alreadyRegistered span{ border-bottom:3px solid #fff; padding-bottom:3px;}

form h3 {
    font-size: 32px;
    font-weight: 700;
}

.form_bg{background: rgba(232, 69, 11, 0.9);}

#already-reg-modal-body form:before {
	background:none;
}

#already-reg-modal-body form:after {
	background:none;
}

/*--------------------------------------------------------------
# slider 
--------------------------------------------------------------*/

.formOuter {
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.carousel-item:before { 
	content: ""; 
	background: rgba(0, 0, 0, 0.6); 
	position: absolute; 
	bottom: 0;
	top: 0; 
	left: 0;
	right: 0; 
	z-index:-1px; 
} 

/*--------------------------------------------------------------
# committee Section
--------------------------------------------------------------*/

#committee {
  padding: 80px 0;
}
#committee .detailBox h5{font-size:18px; margin-bottom:0; padding:0; font-weight:600;}
#committee .detailBox h5 span {
    display: block;
    font-size: 15px;
    color: #d1040c !important;
    margin: 5px 0 0 18px;
    font-weight: 500;
}

table.table.table-bordered.text-white.shadow.tabel-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.heading-sponsors {
    background: #ff000054 !IMPORTANT;
    padding: 5px;
    border-radius: 25px;
    color: #000 !IMPORTANT;
    font-size: 22px;
    font-weight: 600;
}
.dinner {
    background: #ffd70036 !IMPORTANT;
}
.heading-sponsors.lunch {
    background: #98d4ff4f !important;
}
.heading-sponsors.Kit {
    background: #b7b7b754 !IMPORTANT;
}
.border.kit-logo {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.border.lucnh-logo {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.Associate {
    background: #f18b1638 !IMPORTANT;
}
.associate-logo {
    width: 92%;
    margin: 0 auto;
    display: block;
}




.countdown {
    padding: 15px 0px;
    background-color: #004c8200;
    border-radius: 12px;
}
.countdown-timer .row {
    padding: 0;
    margin: 0;
}

.countdown-timer {
    background: #ed1c24;
    padding: 25px;
}
div#timer {
    display: flex;
    line-height: 1;
    font-size: 40px;
    align-items: center;
}

div#timer div {
    font-size: 50px;
    width: 50%;
    text-align: center;
    color: #fff;
    padding: 15px 10px;
    margin: 0 5px;
    border-radius: 10px;
    font-weight: 600;
    font-family: 'poppins';
}

div#timer span {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding-top:10px;
     font-weight: 600;
}

.column {
    margin: 0 !IMPORTANT;
    background: #ff000000 !IMPORTANT;
    padding: 0 !IMPORTANT;
    margin-top: -40px !IMPORTANT;
}

.days {
    padding: 15px 10px !IMPORTANT;
}




/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
  
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}


@media (max-width: 800px) {
.gallery-venobox button.owl-next span {
    position: absolute;
    right: 0;
    display:none;
}
.gallery-venobox button.owl-prev span {
    position: absolute;
    left: 0;
    display:none;
}

.gallery-venobox-video button.owl-prev span {
    position: absolute;
    left: 0;
    top: 44%;
    color: #fff;
    width: 30px;
    height: 30px;
    background: rgb(241 89 42);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 27px;
    font-size: 25px;
     display:none;
}

.gallery-venobox-video button.owl-next span {
    position: absolute;
    right: 0;
    top: 44%;
    font-size: 25px;
    color: #fff;
    width: 30px;
    height: 30px;
    background: rgb(241 89 42);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 25px;
    display:none;
}
}


@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 90%;
  }


}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  /*#about {
    background-attachment: fixed;
  }*/

  #subscribe {
    background-attachment: fixed;
  }
}
@media (max-width: 1368px) {
#intro .mainText {
    margin: 0;
    padding: 0px;
    padding-top: 75px !IMPORTANT;
}
.banner-sub-heading {
    font-size: 40px !IMPORTANT;
    font-weight: bold;
}
.needs-validation:before {
    width: 95.7%;
}
  #nav-menu-container {
    display: none;
  }
    #mobile-nav-toggle {
    display: inline;
  }
  #header {
    height: 120px;
}

#mobile-nav-toggle {
    margin: 35px 15px 0 0;
}
  #mobile-nav-toggle i {
    color: #000;
}
#mobile-nav-toggle i.fa-times {
    color: #b7b7b7;
}
#header #logo img {
    max-height: 80px;
    margin: -10px 0;
}
#header.header-scrolled #logo img {
    padding: 0;
    margin: -5px 0;
    max-height: 70px;
    transition: all 0.5s;
    filter: none;
}
}






@media (max-width: 1600px) {
.banner-sub-heading {
    font-size: 35px !IMPORTANT;
}
.box-border {
    width: auto;
    height: auto;
        top: 70px;
}
.banner-sub-heading {
    margin-top: 0;
}
#intro h1 span {
    font-size: 22px;
}
.from-energy {
    font-size: 30px !IMPORTANT;
}
.cabling-infra {
    font-size: 30px !IMPORTANT;
}
.needs-validation:before {
    width: 95.6%;
}


}

@media (max-width: 1440px) {
.banner-content-image {
    width: 30%;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
    /* background: white; */
}
.shape:after {
    width: 65%;
}
.needs-validation:before {
    width: 95%;
}
.banner-sub-heading {
    font-size: 35px !IMPORTANT;
    line-height: 40px;
}
#intro .date {
    font-size: 25px;
}
.hotel-taj-place span.banner-hotel-heading {
    padding: 0 !IMPORTANT;
}
.hotel-taj-place {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: left !important;
}
.box-border {
    width: auto;
    height: auto;
    top: 60px;
    left: 0;
}
.banner-wrapper-right {
    padding-left: 40px;
}


.nav-menu a {
    font-size: 12px;
    outline: none;
}

}


@media (max-width: 1400px) {
.needs-validation:before {
    width: 94.8%;
}
.meteringindia-banner:before {
    height: 90vh;
}
#intro .mainText {
    margin: 0;
    padding: 0px;
    padding-top: 80px !IMPORTANT;
}
.meteringindia-banner {
    margin: 150px 0 0 !IMPORTANT;
}



}

@media (max-width: 1366px) {
.meteringindia-banner {
    margin: 0 !IMPORTANT;
}

}

@media (max-width: 1360px) {
.banner-sub-heading {
    font-size: 30px !IMPORTANT;
}
.cabling-infra {
    font-size: 28px !IMPORTANT;
}
#intro h1 span {
    font-size: 20px;
}
.date:before {
    border: 1px solid #000;
}
.date:after {
 border: 1px solid #000;
}
}

@media (max-width: 1280px) {
.needs-validation:before {
    width: 94.4%;
}
.meteringindia-banner {
    margin: 20px 0 !IMPORTANT;
}
.btn-style-seven {
    font-size: 14px;
    padding: 6px 20px;
}
.nav-menu a {
    padding: 8px 4px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 13px;
    outline: none;
}
.box-border {
    width: auto;
    height: 350px;
    top: 60px;
    left: 0;
}
#intro .mainText {
    margin: 0;
    padding: 0px;
    padding-top: 50px !IMPORTANT;
}
/*#header #logo img {*/
/*    max-height: 45px;*/
/*    margin: -2px 0;*/
/*}*/
/*#header.header-scrolled #logo img {*/
/*    padding: 0;*/
/*    margin: -1px 0;*/
/*    max-height: 40px;*/
/*    transition: all 0.5s;*/
/*    filter: none;*/
/*}*/


#header {
    height: auto;
}
}





@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
        font-size: 11px;
  }
  #intro .mainText {
    margin: 0;
    padding: 0px;
    margin-top: 80px !IMPORTANT;
}
/*#header #logo img {*/
/*   max-height: 40px;*/
/*    margin: 15px 0;}*/
    
/*    #header.header-scrolled #logo img {*/
/*    padding: 0;*/
/*    margin: 15px 0 !IMPORTANT;*/
/*    max-height: 38px;*/
/*    transition: all 0.5s;*/
/*    filter: none;*/
/*}*/
    
#nav-menu-container {
    float: right;
    margin: 10px 0;
}
#intro h1 span {
    font-size: 18px;
    line-height: 20px;
}
.banner-sub-heading {
    font-size: 30px !IMPORTANT;
}
.cabling-infra {
    font-size: 22px !IMPORTANT;
}
.from-energy {
    font-size: 22px !IMPORTANT;
}
.needs-validation:before {
    width: 93.8%;
}
#intro .mainText {
    margin: 0;
    padding: 0px;
    padding-top: 0px !IMPORTANT;
}
#intro .date {
    font-size: 20px;
}
.hotel-taj-place {
    font-size: 17px;
}
.box-border {
    left: 0;
    top: 0;
    height: auto;
}
.banner-wrapper-right {
    padding-left: 50px;
}
.meteringindia-banner {
    margin: 100px 0 !IMPORTANT;
}
.gallery-venobox button.owl-prev span {
    position: absolute;
    left: 0;
}
.gallery-venobox button.owl-next span {
    position: absolute;
    right: 0;
}
.gallery-venobox-video button.owl-prev span {
    position: absolute;
    left: 0;
}
.gallery-venobox-video button.owl-next span {
    position: absolute;
    right: 0;
}
}



@media (max-width: 1050px) {
.needs-validation:before {
    width: 93.2%;
}

.nav-menu a {
    padding: 8px 4px;
    font-size: 10px;
}
#mobile-nav-toggle i {
       color: #000;
}
#mobile-nav-toggle i.fa-times{
       color: #b7b7b7;
}

#intro .mainText {
    margin: 0;
    padding: 0px;
    margin-top: 60px !IMPORTANT;
}
.banner-sub-heading {
    font-size: 28px !IMPORTANT;
}
.meteringindia-banner {
    margin: 50px 0 0 !IMPORTANT;
}
/*#header #logo img {*/
/*    max-height: 35px;*/
/*    margin: 15px 0;*/
/*}*/
/*#header.header-scrolled #logo img {*/
/*    padding: 0;*/
/*    margin: 15px 0 !IMPORTANT;*/
/*    max-height: 31px;*/
/*    transition: all 0.5s;*/
/*    filter: none;*/
/*}*/
}


@media (max-width: 991px) {
  #header {
    /* background: rgba(6, 12, 34, 0.98); */
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }
#header #logo img{max-height: 45px !IMPORTANT;     margin: -4px 0 !IMPORTANT;}

  /*#nav-menu-container {*/
  /*  display: none;*/
  /*}*/


  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
        font-size: 34px;
    line-height: 25px;
    padding:0;
  }

#intro p {
    font-size: 22px;
    margin: 3px 0 7px !IMPORTANT;
}

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
  .ieema-top-logo {
    width: 100%;
    margin: 0 auto;
    display: block;
    background: white;
    border-radius: 5px;
}
#intro .mainText {
    margin: 0;
    margin-top: 80px !IMPORTANT;
}
#intro .date {
    font-size: 28px;
}


.banner-content-image {
       width: 45%;
    border-radius: 5px;
    margin-bottom: 0;
       background: #ffffff00;
    padding: 5px;
}
#intro h1 span {
    font-size: 25px;
    color: #000;
    padding-bottom:5px;
}
#intro p span.banner-sub-heading {
    background-color: rgb(255 255 255 / 0%);
    padding: 0;
    border-radius: 0;
}
.date:before {
    border: 1px solid #fff;
}
.date:after {
    border: 1px solid #fff;
}

#intro .time {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    background-color: rgb(255 255 255 / 0%);
    padding: 0 20px;
    border-radius: 10px;
}
#intro p span.banner-hotel-heading {
    background-color: rgb(255 255 255 / 0%);
    padding: 0;
    border-radius: 0;
    color: #fff;
}

.banner-sub-heading {
    font-size: 35px !IMPORTANT;
}
.cabling-infra {
    font-size: 28px !IMPORTANT;
    color: #ffffff !IMPORTANT;
}
.from-energy {
    font-size: 28px !IMPORTANT;
    color: #fff !IMPORTANT;
}
.shape:before {
    width: 100%;
    height: 700px;
}
.shape:after {
    width: 0;
}

.dots-images {
display:none;
}


/*.heading-button.global {*/
/*    border: 1px solid #d1040c !important;*/
/*    background: #d1040c !important;*/
/*}*/
.heading-button.global:hover a {
    color: #fff !important;
    font-weight: 600;
}
.heading-button.global::before, .heading-button.global::after {
    background: #ed1c24 !important;
    border: 1px solid #ed1c24 !important;
}

#intro:before {
    content: "";
        background: rgb(0 0 0 / 0%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 700px;
}

#intro {
    min-height: 700px !important;
}
.card-call-papper img {
    position: relative;
    width: 45%;
    margin: 0 auto;
    display: block;
    margin-top: -64px;
}

.card-call-papper {
    min-height: 190px;
}
.card-call-papper p {
    text-align: center;
}
.smartevents{
    display:none;
}
.paper-form {
    padding: 0 15px;
}
.needs-validation:before {
    width: 96.7%;
    left: 0;
}
.paper-form {
    margin: 25px 0 50px;
}
.timeline-tabel {
    margin: 0 10px;
}
.tabel-accodion:after {
    left: 20px;
}


.banner-sub-heading {
    font-size: 40px !IMPORTANT;
}
.hotel-taj-place span {
    color: #000 !IMPORTANT;
}

.about-us-img {
    order: 1;
}

.importance-for-papers {
    padding: 0px 15px 0;
}
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
    padding: 0 25px;
}
.serviceBox .service-content {
      height: auto !IMPORTANT;
    border-radius: 50px 50px 0 !IMPORTANT;
}
.service-content.third {
         height: auto !IMPORTANT;
    border-radius: 50px 50px 0 !IMPORTANT;
}
#mobile-nav-toggle {
    margin: 15px 15px 0 0;
}
}


@media (max-width: 800px) {
.needs-validation:before {
    width: 95.7%;
    left: 0;
}
}



@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }


  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
  .text-yellow{
    color: #d1040c !important;
}
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
  #intro {
    padding-left: 0px;
    padding-bottom: 0px !IMPORTANT;
    padding-right: 0px;
    min-height: 110vh !important;
}
	.px-110{padding-top:70px; padding-bottom:70px}
	.pt-100 {
		padding-top: 70px;
	}
	.formOuter.py-80 {
	  padding-left:0px;
	  padding-right:0px;
	}
	form h3 {
		font-size: 26px;
		font-weight: 700;
	}

	  #aboutieema {
    padding: 60px 0;
        }
        #intro .mainText {
    margin-top: 30px !IMPORTANT;
    padding: 0px;
}
        .banner-content-image {
    width: 50%;
    border-radius: 5px;
    margin-bottom: 0;
    /*background: white;*/
    padding: 5px;
}
.date:before {
    left: -365px;
    margin-top: 22px;
}
	.date:after {
    right: -365px;
    margin-top: 22px;
}
.about-confrence {
    font-size: 26px !IMPORTANT;
}
#about h3 {
    font-size: 22px;
}
.section-header h3 {
    font-size: 26px;
}

.section-header.who-can-attend h3 {
    font-size: 26px;
}
.section-header h2 {
    font-size: 26px;
}
.section-header p {
    font-size: 16px;
}

.needs-validation:before {
    width: 95.6%;
    left: 0;
}
.tabel-accodion:after {
    left: 8px;
    font-size: 7px;
    line-height: 15px;
    width: 15px;
    height: 15px;
}
/*#intro:before {*/
/*    content: "";*/
/*       background: rgb(255 255 255 / 79%);*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*        height: 70vh;*/
/*}*/
.box-border {
    width: auto;
    height: auto;
    top: 0;
    left: 0px;
    display: none;
}

.shape:before {
    /* margin-top: 70px; */
    content: "";
    /*background-image: url(../img/metering-banner022.jpg);*/
    background-image: url(../img/mobile-ieema-meter.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
}
#second-section .second-section .second-section-first-row-veryfirst-col {
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}
#second-section .second-section .second-section-first-row-first-col {
    border-left: 0px;
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
}
#second-section .second-section .second-section-first-row-second-col {
    border-left: 0px solid silver;
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}
#second-section .second-section .second-section-first-row-second-col {
    border-left: 0px solid silver;
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}
#second-section .second-section .second-section-second-row-veryfirst-col {
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}
#second-section .second-section .second-section-second-row-first-col {
    border-left: 0px solid silver;
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}
#second-section .second-section .second-section-second-row-second-col {
    border-left: 0px solid silver;
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}
#second-section .second-section .second-section-second-row-second-col {
    border-left: 0px solid silver;
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}
#second-section .second-section .second-section-third-row-veryfirst-col {
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}
#second-section .second-section .second-section-third-row-veryfirst-col {
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}
#second-section .second-section .second-section-third-row-second-col {
    border-left: 0px solid silver;
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}
#second-section .second-section .second-section-third-row-second-col {
    border-left: 0px solid silver;
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}
#second-section .second-section .second-section-third-row-first-col {
    border-left: 0px solid silver;
    padding-bottom: 10px;
    border-bottom: 1px solid silver;
}
.shape:before {
    width: 100%;
    height: 70vh;
}
.single-box {
    background: #f1f2ff;
    padding: 24px 0 4px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    display: block !IMPORTANT;
    margin-top: 15px;
}
.process .boxes .single-box .wrap .part-icon {
    margin: 0;
}
.process .boxes .single-box .arrow {
    margin-left: 60px;
    display: none;
}
.process .boxes .single-box .wrap .part-txt {
    text-align: center;
    order: 1;
}
.card1 {
    margin: 55px 0;
}
.download-information-paper ul {
    display: block;
    justify-content: center;
    list-style: none;
    margin: 15px 0 !IMPORTANT;
    padding: 0;
}
.download-information-paper ul li {
    padding: 8px 25px;
    margin: 0 15px;
    border-radius: 5px;
    margin: 5px 0;
}
div#timer div {
    font-size: 35px;
    width: 50%;
       padding: 0 !IMPORTANT;
}
.countdown-timer {
    background: #ed1c24;
    padding: 15px 0;
}
div#timer span {
    display: block;
    font-size: 14px;
}
}


@media (max-width: 700px) {
.needs-validation:before {
    width: 95%;
    left: 0;
}
}

@media (max-width: 574px) {
  #registration .registration-info h3 {
    font-size: 24px;
  }
  #aboutieema {
    padding: 60px 0 !Important;
  }
#intro p {
    font-size: 20px;
    margin: 0 0 0px;
    text-align: center !IMPORTANT;
}
#intro h1 {
    font-size: 34px;
    line-height: 25px;
    padding: 0;
    text-align: center;
}
#intro {
    padding-left: 0px;
         padding-bottom: 0 !IMPORTANT;
    padding-right: 0px;
}
#intro h1 span {
    font-size: 19px;
}
.banner-sub-heading {
    font-size: 23px ;
    padding: 0 0 0;
}
.card-call-papper {
    min-height: auto;
}
#paper table th {
    color: black;
    font-size: 14px;
}
#paper table td {
    color: black;
    width: 60%;
}
.needs-validation:before {
    width: 94.2%;
    left: 0;
}
.timeline-tabel table th {
    color: #000;
    width: 50%;
    font-size: 15px;
}
.timeline-tabel table td {
    color: #000;
    white-space: normal;
    font-size: 15px;
    width: 60%;
}
.banner-sub-heading {
    font-size: 30px !IMPORTANT;
        text-align: center;
}
#intro .date {
    font-size: 24px;
}
.banner-wrapper-right {
    padding-left: 0;
}
.btn-style-seven {
    font-size: 14px;
    padding: 6px 20px;
    float: unset;
    margin-top:10px;
}
.delegate-contribution1 table.table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.timeline-tabel table th {
    color: #000;
    width: 50%;
    font-size: 15px;
}
.meteringindia-banner {
    margin: 30px 0 0 !IMPORTANT;
}
.countdown-timer .col-lg-4.col-md-10.col-12 {
    padding: 0;
}
}




@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
  
.tabel-accodion:after {
display:none;
}

}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
    #intro .mainText {
    margin-top: 10px !IMPORTANT;
    padding: 0px;
}
.cabling-infra {
    font-size: 22px !IMPORTANT;
    line-height: 25px !IMPORTANT;
    padding: 5px 0;
        position: relative;
    top: -10px;
}
.date:before {
left: -288px;
    margin-top: 19px;
    width: 40px;
}
  .date:after {
    right: -288px;
    margin-top: 19px;
    width: 40px;
}
.from-energy {
    font-size: 22px !IMPORTANT;
    position: relative;
    top: -7px;
}
#intro .date {
    font-size: 21px;
}
.section-header img {
    width: 75%;
}
#header #logo img {
    max-height: 53px !IMPORTANT;
    margin: -16px 0 0 0 !IMPORTANT;
}
#header.header-scrolled #logo img {
    padding: 0;
    margin: 5px 0 !IMPORTANT;
        max-height: 42px !important;
    transition: all 0.5s;
    filter: none;
}
.needs-validation:before {
    width: 92.3%;
    left: 0;
}
.banner-sub-heading {
    font-size: 25px !IMPORTANT;
    line-height: 30px;
}
#intro p {
    font-size: 18px;
    margin: 0 0 0px;
}
.heading h2 {
    font-size: 25px !IMPORTANT;
    line-height: 30px;
}
.process .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0;
}
#about h3 {
    font-size: 23px;
    font-weight: bold !IMPORTANT;
    padding-bottom: 0;
}
.process .boxes .single-box .wrap .part-txt h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
    padding: 15px 0 0;
}
}


@media (max-width: 380px) {
.banner-sub-heading {
    font-size: 28px !IMPORTANT;
}
.cabling-infra {
    font-size: 20px !IMPORTANT;
    line-height: 25px !IMPORTANT;
}
.needs-validation:before {
    width: 91.2%;
    left: 0;
}
}

@media (max-width: 360px) {
.needs-validation:before {
    width: 91%;
    left: 0;
}
}

@media (max-width: 340px) {
.needs-validation:before {
    width: 90%;
    left: 0;
}
div#timer div {
    font-size: 35px;
    width: 50%;
    text-align: center;
    color: #fff;   padding: 0;
}
}


/* OTP CSS */

.modal-content{border-radius: 20px;}
.modal-header{ color: #ed1651;}
.modal-header .close {
    font-weight: 100;
    font-size:40px;
    padding: 0;
    outline: none;
    background: none;
    border: none;
    border-radius:0;
    line-height: 55px;
	margin: 0;
}

.modal-open {
    overflow: hidden !important;
}


.cust-modal .close {
    color: #ed1651;
    font-size: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
	font-weight: 300;
	line-height: 20px;
}
.common-h {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  padding: 0 0 10px 0;
  margin-bottom: 16px;
  position:relative;
}
.counter{
	position:absolute;right:0;color:#979797;font-weight:normal;font-size:14px;    top: 50%;
    margin-top: -13px;
}
.common-h::before {
    background: #ed1c24;
    border-radius: 9px;
    width: 40px;
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.otp-block input {
  border: 2px solid #355aa5;
  border-radius: 10px;
  background: #fff;
  width: 50px;
  height: 50px;
  box-shadow: 4px 5px 0 #ccc;
  text-align: center;
  font-size: 32px;
  color: #355aa5;
}
.otp-border {
  background: #d1d1d1;
  width: 20px;
  height: 7px;
  margin: 0 5px 0 10px;
  border-radius: 9px;
}
.resent-txt {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

.resend-btn {
  background: #ed1651;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  padding: 2px 10px;
}
.resend-btn:hover {
  opacity: 0.7;
}

.change-number {
  color: #212529;
  text-decoration: underline;
}
.change-no-block input {
border: 2px solid #ed1c24;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    height: 50px;
    box-shadow: 4px 5px 0 #ccc;
    text-align: center;
    font-size: 32px;
    color: #ed1c24;
    margin: 0;
}

.text-muted {
    color: #8492a6 !important;
}

.newForm {
    padding: 0px;
    position: relative;
    z-index: 111;
}

.text-yellow{
    color: #fab439 !important;
}




.serviceBox {
    text-align: center;
    padding: 0 15px 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}
.sponsor-div {
    width: 100%;
    margin-top: 6%;
}
.serviceBox:before {
    content: '';
    background: linear-gradient(to right, #1d2860, #313997);
    height: 90%;
    width: 100%;
    border-radius: 20px 20px;
    box-shadow: 0 -10px 10px -10px #000 inset;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.serviceBox .service-content {
    color: #666;
    background: #fff;
    padding: 20px 13px;
    margin: 0 0 15px;
    box-shadow: 0 -10px 10px -10px #000 inset;
    border-radius: 150px 150px 0 0;
    height: auto;
    border-top: 15px solid #d1040c00;
    box-shadow: 0 10px 20px rgb(0 0 0 / 60%);
    /*height: 900px;*/
}
.service-content.third {
    height: 750px;
}

.serviceBox .service-icon {
    color: #46BC44;
    font-size: 50px;
    margin: 0 0 10px 0;
}

.serviceBox .service-icon i {
    transition: all 0.3s ease 0s;
}

.serviceBox:hover .service-icon i {
    transform: rotateX(360deg);
}

.serviceBox .title {
    color: #00a66a;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.serviceBox .description {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}

.serviceBox .read-more {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 10px;
    display: inline-block;
    position: relative;
    transition: all ease 0.3s;
}

.serviceBox .read-more:hover {
    color: #46BC44;
}
.service-content h5 {
    color: #000;
    font-weight: 600;
    margin: 0;
}
.service-content h6 {
    text-align: left;
    padding: 5px 25px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.serviceBox .read-more:before {
    content: '';
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}
.why-choose-us {
    position: relative;
    padding: 120px 0 70px;
    background-color: #ed1c24;
    /* color: #fff !important; */
    background-size: contain;
    background-image: url(../img/whyChooseBG.png?v1);
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: fixed;
    min-height: 700px;
}
.gallery-img{position:relative;z-index:9;}
.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}
.why-choose-us .content-column {
    position: relative;
    margin-bottom: 50px;
}
.why-choose-us .content-column .inner-column {
    position: relative;
    padding-top: 20px;
}
.why-choose-us .content-column .sec-title {
    position: relative;
    margin-bottom: 30px;
}
.sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 500;
}
.content {
    position: relative;
    font-size: 16px;
    padding: 30px 35px;
    background:#fff;
}
.list-style-one {
    position: relative;
    margin:0;padding:0;list-style:none;
}
.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 10px;
}
.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    content:"\f046";
    font-family: 'FontAwesome';
    color: #b12c1e;
}
.why-choose-us .list-style-one li, .why-choose-us .list-style-one li:before{color:#fff;}
@media only screen and (max-width:990px) {
    .why-choose-us{background-image:none;}
    .serviceBox {
        margin: 0 0 30px;
    }
}

.topics-content p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
    position: relative;
    padding: 0;
}

.topics-content p:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -20px;
    top: 3px;
    background-color: #ed1c24;
    border: 5px solid #ebebeb;
}

.topics-content {
    padding: 0 25px;
}



@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 40px;
    }
}
#another-element {
    display: none;
}
.table-data table {
    /* display: none; */
    padding: 20px 0;
}
.co-shost-benefits-s {
    background: #fff7f8;
}
.co-shost-benefits-s thead {
    background: #2e3192;
    color: white;
}

.co-shost-benefits-s {
    background: #fff;
}

.co-shost-benefits-s th {
    border: 1px solid #848484;
}
.co-shost-benefits-s tbody th{
    background:#e7e7e8;
}
.co-shost-benefits-s td {
    border: 1px solid #848484;
}
.co-shost-benefits-s thead th {
    border: 1px solid black;
}

@media (max-width: 320px){
.meteringindia-banner {
    margin: 0px 0 0 !IMPORTANT;
}
#header #logo img {
    max-height: 25px !IMPORTANT;
    margin: 6px 0 !IMPORTANT;
}#header.header-scrolled #logo img {
    padding: 0;
    margin: 0px 0 !IMPORTANT;
    max-height: 21px !important;
    transition: all 0.5s;
    filter: none;
}
.banner-sub-heading {
    font-size: 22px !IMPORTANT;
    line-height: 25px;
}#intro p {
    font-size: 18px;
    margin: 0 0 0px;
    margin: 0 !IMPORTANT;
}
}


@media screen and (max-width: 767px) and (orientation: landscape){
    #intro:before {
    content: "";
    background: rgb(255 255 255 / 79%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
}
.shape:before {
    width: 100%;
    height: 100vh;
}
.meteringindia-banner {
    margin: 0px 0 0 !IMPORTANT;
}
#intro {
    padding-left: 0px;
    padding-bottom: 0px !IMPORTANT;
    padding-right: 0px;
    min-height: 100vh !important;
    margin-top: 50px;
}
.banner-wrapper-right {
    padding-left: 50px;
    padding-top: 0;
}
    
}

@media screen and (max-width: 575px) and (orientation: landscape){
.pt-100 {
    padding-top: 20px;
}
#intro {
    margin-top: 50px;
}
.banner-wrapper-right {
    padding: 0;
}
#intro .mainText {
    margin-top: 0px !IMPORTANT;
    padding: 0px;
}
}
.accordian-head{color:#000;font-size:22px;text-decoration:none;}
.accordian-head sup{text-transform: initial;top: 12px;}
.accordian-head:hover, .accordian-head:focus{text-decoration:none;}
.accordian-head[aria-expanded="true"]{ color: #ed1c24;}
.accordian-head[aria-expanded="false"] .fa-minus-circle{display:none; }
.card .box{padding-left:33px;position:relative;}
.card .box:after{
        content: '\f046';
    position: absolute;
    left: 0;
    top: 7px;
    font-family: "FontAwesome";
    color: #ed1c24;
}
    
}
.accordian-head[aria-expanded="false"] .fa-plus-circle{display:inline-block;}
.accordian-head[aria-expanded="true"] .fa-plus-circle{display:none;}
.accordian-head[aria-expanded="true"] .fa-minus-circle{display:inline-block;color: #ed1c24;}
#registeruserform {
    background: #FFFFFF;
    border: 1px solid #283891;
    box-sizing: border-box;
    /* box-shadow: 0px 3px 7px rgb(0 0 0 / 15%); */
    border-radius: 20px;
    padding: 30px;
    margin: 0 auto;
    display: block;
}
.form-control {
    border-radius: 0px;
    padding: 8px;
    font-size: 14px;
    height: 40px;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.11);
}
.payment-icon .fa {
    font-size: 70px;
}
.programme-section {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    padding: 20px 0 10px 0;
    border: 1px solid #ccc;
}