body {
  font-family: "Droid Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 31px;
}

p {
  color: #777777;

  line-height: 24px;

  font-size: 16px;

  /*padding-top: 20px;*/
}

sup {
  text-transform: lowercase;
}

.banner-title h1 sup {
  top: 0;
}

ul,
ul li {
  list-style: none;

  padding: 0px;

  margin: 0px;
}

.spkrstlh {
  font-size: 18px;

  color: #f77600;

  margin: 8px 0px;

  text-align: center;
}

.about-con ul li {
  margin-right: 10px;

  color: #777777;

  line-height: 24px;

  font-size: 16px;

  padding-top: 4px;
}

.about-con ul li .fa {
  color: #4a96a4;

  /*float: left;*/

  margin-right: 10px;
}

.cnfrnc-logo {
  display: table;

  margin: 30px auto 0;
}

.cnfrnc-logo strong {
  display: block;

  margin: 20px 0 0 0;

  color: #e2c011;

  font-size: 18px;

  font-family: "Poppins", sans-serif;

  font-weight: 500;
}

img {
  max-width: 100%;
}

a {
  color: #c16a36;
}

a:hover {
  color: #f87e10;

  text-decoration: none;
}

.tp-color {
  background: #4a96a4;
}

.social_links a {
  padding: 8px 6px;

  display: inline-block;

  margin-right: 0px;

  background: #51a1b0;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;
}

.social_links a:hover {
  background: #63bdce;
}

.quick_links {
  margin: 0px;
}

.quick_links li {
  display: inline-block;

  padding: 8px;

  color: #fff;
}

.quick_links li:last-child {
  padding-right: 0;
}

.quick_links li a {
  font-weight: bold;

  text-decoration: none;

  color: #fff;

  font-size: 13px;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;
}

.quick_links li a:hover {
  color: #f87e10;
}

.quick_links li a:hover .fa {
  color: #fff;
}

.quick_links li a i {
  margin-right: 3px;
}

.logo {
  padding: 13px 0;
}

.icon-box {
  display: inline-block;

  padding: 0px 0px;

  width: 49%;

  border-right: 1px solid #cecece;

  text-align: left;

  margin-top: 38px;

  padding-left: 48px;
}

.icon-box:last-child {
  border: none;

  padding-left: 40px;
}

.icon-left {
  color: #f38c2d;

  position: absolute;
}

.icon-left .fa {
  font-size: 18px;
}

.icon-right {
  color: #848484;

  margin-left: 30px;
}

.icon-right span {
  font-size: 12px;

  display: block;

  color: #cecece;

  font-weight: normal;

  margin-bottom: 8px;
}

.icon-right a,
.icon-right {
  font-size: 14px;

  color: #000;

  font-family: "Poppins", sans-serif;

  font-weight: 500;
}

.about-con ul {
  margin: 0 0 15px 20px;
}

.more {
  background: #f87e10;

  color: #fff;

  padding: 10px 40px;

  margin-right: 20px;

  font-size: 16px;

  border: 1px solid #fff;

  display: inline-block;

  font-weight: 600;

  transition: 0.5s;

  -webkit-transition: 0.5s;

  border-radius: 5px;
}

.more span {
  text-transform: uppercase;
}

.more:hover {
  background: #4a96a4;

  color: #fff;
}

.logoContainer img {
  max-width: 100%;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;
}

.menuSection {
  background: #3f448c;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;
}

.menuSection.sticky {
  position: fixed;

  width: 100%;

  z-index: 999;

  top: 0;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;
}

.sticky .logoContainer img {
  max-width: 50%;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;
}

.menuSection.sticky .navMenu ul li.media-sub ul.amfi_submenu {
  top: 45px;
}

.menuSection.sticky .navMenu ul li.media-sub ul.amfi_submenu.coverage_submenu {
  top: 45px;
  left: -3px;
}

.navMenu {
  transition: 0.3s;

  -moz-transition: 0.3s;

  -webkit-transition: 0.3s;

  -ms-transition: 0.3s;
}

.navMenu ul {
  text-align: center;

  padding: 30px 0 0 0;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;
}

.navMenu ul li {
  display: inline-block;

  padding: 12px 3px 38px;

  position: relative;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;
}

.navMenu ul li.media-sub {
  position: relative;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;
}

.navMenu ul li.media-sub ul.amfi_submenu li .coverage_submenu {
  display: none;
}

.navMenu ul li.media-sub ul.amfi_submenu li:hover .coverage_submenu {
  display: block;
}

/* .navMenu ul li:nth-child(10).media-sub .amfi_submenu {
    left: -131px;
} */

.navMenu ul li:nth-child(10).media-sub .amfi_submenu.coverage_submenu {
  left: -3px;
  bottom: -68px;
  top: inherit;
}

.coverage_submenu li a {
  padding: 0 0 5px;
}

.pre-summit-head {
  font-size: 40px !important;
  padding-bottom: 40px !important;
}

.navMenu ul li.media-sub ul.amfi_submenu {
  position: absolute;

  background: #525ad2f0;

  left: -30px;

  top: 70px;

  width: 180px;

  text-align: left;

  color: #fff;

  z-index: 2;

  padding: 5px 3px;

  display: none;
}

.navMenu ul li.media-sub ul.amfi_submenu.coverage_submenu {
  position: absolute;
  background: #525ad2f0;
  left: 0;
  top: 45px;
  width: 180px;
  text-align: left;
  color: #fff;
  z-index: 2;
  padding: 5px 3px;
  display: none;
}

.navMenu ul li:hover ul.amfi_submenu {
  display: inline-block;
}

.navMenu ul li.media-sub ul.amfi_submenu li {
  cursor: pointer;

  position: relative;
}

.navMenu ul li.media-sub ul.amfi_submenu li:before {
  content: "";

  position: absolute;

  right: 0;

  top: 0;

  font-size: 20px;
}

.navMenu ul li.media-sub ul.amfi_submenu li a {
  color: #fff;
}

/*.navMenu ul li.media-sub ul.amfi_submenu li:after{content:""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px;



												 background: #000;}*/

.navMenu ul li.media-sub ul.amfi_submenu_submenu {
  position: absolute;

  left: -196px;

  top: 12px;

  background: #3f448cfc;

  padding: 5px 3px;

  text-align: left;

  display: none;
}

.navMenu ul li.media-sub ul.amfi_submenu li:hover ul.amfi_submenu_submenu {
  display: block;
}

.navMenu ul li.media-sub ul.amfi_submenu_submenu li a {
  display: inline-block;
}

.navMenu ul li.media-sub ul.amfi_submenu_submenu li a:hover {
  color: #ffc48a;
}

.navMenu ul li.media-sub ul.amfi_submenu_submenu li a:hover,
.navMenu ul li.media-sub ul.amfi_submenu li a:hover {
  color: #ffb592;
}

.navMenu ul li:last-child {
  padding-right: 0;
}

.navMenu ul li ul li {
  padding: 5px 10px;
}

.navMenu ul li ul li ul li {
  padding: 5px 5px;
}

.navMenu ul li a {
  font-family: "Poppins", sans-serif;

  font-size: 12px;

  font-weight: 500;

  text-transform: uppercase;

  color: #fff;

  text-decoration: none;

  /*padding: 12px 5px;*/

  display: inline-block;

  white-space: normal;
}

.sticky .navMenu ul {
  padding: 20px 0 0;
}

.navMenu ul > li > a:after {
  background: #f06220;

  bottom: 25px;

  content: "";

  left: 0;

  line-height: 0;

  margin: auto;

  opacity: 0;

  position: absolute;

  -webkit-transition:
    width 0.5s ease 0s,
    height 0.5s ease 0s;

  -o-transition:
    width 0.5s ease 0s,
    height 0.5s ease 0s;

  transition:
    width 0.5s ease 0s,
    height 0.5s ease 0s;

  z-index: 9;

  width: 0;

  height: 4px;
}

.navMenu ul > li:hover > a:after {
  opacity: 1;

  filter: alpha(opacity=100);

  width: 100%;
}

.navMenu ul ul > li:hover > a:after {
  opacity: 0;
}

.navMenu li.active {
  /*border-bottom: 4px solid #f06220;*/

  color: #f06220;
}

.navMenu li.active a {
  color: #ff9b42;
}

.navMenu ul > li .dropdown-menu {
  padding: 0;

  background: rgba(23, 35, 70, 1);

  min-width: 250px;

  border-radius: 0;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;

  position: absolute;

  opacity: 0;

  filter: alpha(opacity=0);

  display: block;

  right: 0;

  top: 101%;

  -webkit-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

  transform: translate(0px, 20px);

  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;

  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;

  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;

  visibility: hidden;

  z-index: 999;

  border: 0;
}

.navMenu ul > li:hover > .dropdown-menu {
  opacity: 1;

  filter: alpha(opacity=100);

  right: 0;

  transform: translate(0px, 0px);

  -webkit-transform: translate(0px, 0px);

  -ms-transform: translate(0px, 0px);

  -o-transform: translate(0px, 0px);

  visibility: visible;
}

.navMenu ul > li:last-child > .dropdown-menu {
  left: -144px;
}

.navMenu ul > li:last-child:hover > .dropdown-menu {
  left: -144px;
}

.navMenu ul > li ul li > .dropdown-menu {
  left: 200px !important;
}

.navMenu ul > li .dropdown-menu ul li:hover {
  border: none;
}

.navMenu ul > li .dropdown-menu ul li:hover a {
  color: #f87e10;
}

.navMenu ul > li .dropdown-menu li:hover {
  border: none;
}

.navMenu ul li > ul > li:hover a {
  color: #ffc48a;
}

.navMenu ul li > ul > li:hover ul li a {
  color: #fff;
}

.navMenu ul > li .dropdown-menu ul li:hover {
  border: none;
}

.dropdown-menu {
  position: absolute;

  top: 100%;

  left: 0;

  z-index: 1000;

  display: none;

  float: left;

  min-width: 180px;

  padding: 5px 0;

  margin: 2px 0 0;

  list-style: none;

  font-size: 14px;

  text-align: left;

  background: rgba(23, 35, 70, 1);

  border: 1px solid #ccc;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 4px;

  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  background-clip: padding-box;
}

.navMenu ul li ul li {
  display: block;
}

.navMenu ul li ul li a {
  min-height: inherit;

  display: block;

  font-weight: 300;

  color: #fff;

  text-transform: none;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;

  font-size: 14px;

  font-size: 1.4rem;
}

.navMenu ul li .dropdown-menu > li:hover > ul.dropdown-menu {
  opacity: 1;

  visibility: visible;

  /*transform: translate(0px, 0px);*/

  top: 0;
}

.navMenu ul li .dropdown-menu ul.dropdown-menu {
  left: 95%;

  position: absolute;

  opacity: 0;

  filter: alpha(opacity=0);

  visibility: hidden;

  -webkit-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

  transform: translate(0px, 20px);
}

.slicknav_menu {
  display: none;
}

/*#nav-icon2 {



  width: 40px;



  height: 25px;



  position: relative;



  margin: 10px auto;



  -webkit-transform: rotate(0deg);



  -moz-transform: rotate(0deg);



  -o-transform: rotate(0deg);



  transform: rotate(0deg);



  -webkit-transition: .5s ease-in-out;



  -moz-transition: .5s ease-in-out;



  -o-transition: .5s ease-in-out;



  transition: .5s ease-in-out;



  cursor: pointer;



}



#nav-icon2 {



}







#nav-icon2 span {



  display: block;



  position: absolute;



  height: 6px;



  width: 50%;



  background: #d3531a;



  opacity: 1;



  -webkit-transform: rotate(0deg);



  -moz-transform: rotate(0deg);



  -o-transform: rotate(0deg);



  transform: rotate(0deg);



  -webkit-transition: .25s ease-in-out;



  -moz-transition: .25s ease-in-out;



  -o-transition: .25s ease-in-out;



  transition: .25s ease-in-out;



}







#nav-icon2 span:nth-child(even) {



  left: 50%;



  border-radius: 0 9px 9px 0;



}







#nav-icon2 span:nth-child(odd) {



  left:0px;



  border-radius: 9px 0 0 9px;



}







#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {



  top: 0px;



}







#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {



  top: 10px;



}







#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {



  top: 20px;



}







#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {



  -webkit-transform: rotate(45deg);



  -moz-transform: rotate(45deg);



  -o-transform: rotate(45deg);



  transform: rotate(45deg);



}







#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {



  -webkit-transform: rotate(-45deg);



  -moz-transform: rotate(-45deg);



  -o-transform: rotate(-45deg);



  transform: rotate(-45deg);



}







#nav-icon2.open span:nth-child(1) {



  left: 5px;



  top: 6px;



}







#nav-icon2.open span:nth-child(2) {



  left: calc(45% - 0px);



  top: 7px;



}







#nav-icon2.open span:nth-child(3) {



  left: -50%;



  opacity: 0;



}







#nav-icon2.open span:nth-child(4) {



  left: 100%;



  opacity: 0;



}







#nav-icon2.open span:nth-child(5) {



  left: 4px;



  top: 21px;



}







#nav-icon2.open span:nth-child(6) {



  left: calc(62% - 6px);



  top: 21px;



}*/

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: transparent;
}

/*.contact_link {



	display: block;



	width: 100%;



	text-align: center;



	font-size: 18px;



	color: #ffffff;



	background: #60c042;



	text-transform: uppercase;



	font-weight: 600;



	line-height: 72px;



	-webkit-transition: all 0.2s linear;



    -o-transition: all 0.2s linear;



    transition: all 0.2s linear;



}



.contact_link:hover{



	text-decoration: none;



	color: #fff;



	background: #357920;



}*/

.newsbgColor {
  background: #404ae2;
}

.news_heading {
  background-image: url(images/news-update-batch.png);

  background-repeat: no-repeat;

  width: 18%;

  height: 80px;

  float: left;

  color: #fff;

  text-transform: uppercase;

  font-size: 17px;

  padding: 27px 0px 0 30px;
}

.hscroll-text {
  display: inline-block;

  width: 80%;

  color: #fff;

  font-size: 15px;

  padding-top: 1.5%;
}

.TickerNews {
  width: 100%;

  height: 50px;

  line-height: 48px;
}

.ti_wrapper {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.ti_slide {
  width: 30000px;

  position: relative;

  left: 0;

  top: 0;
}

.ti_content {
  width: 8000px;

  position: relative;

  float: left;

  display: flex;
}

.ti_news {
  float: left;

  white-space: nowrap;

  overflow: hidden;
}

.ti_news a {
  display: block;

  margin-right: 10px;

  color: #fff;

  text-decoration: none;
}

#stop-resume {
  display: block;

  padding: 10px;

  margin: 10px;

  width: 70px;

  text-align: center;

  border: solid 1px white;

  text-transform: uppercase;

  text-decoration: none;
}

#stop-resume:active {
  background-color: white;

  border: solid 1px #f1f1f1;

  color: blue;
}

/*---------------------------------------------------



               Start Banner Area CSS



---------------------------------------------------*/

.banner-area {
  background: url("images/Banner9thsummit.jpg") no-repeat top left;

  background-size: cover;

  position: relative;

  padding: 10px 0 30px 0;
}

/*.banner-area:before {	



	content: "";



	position: absolute;



	top: 0;



	left: 0;



	height: 100%;



	width: 100%;



	background: rgba(8, 0, 21, 0.85) ;



}*/

.banner-cell {
  text-align: center;

  position: relative;

  z-index: 3;
}

.banner-title {
  text-align: center;
}

.banner-title > h1 {
  color: #f06220;

  display: block;

  font-weight: 700;

  font-size: 39px;

  text-transform: uppercase;
}

.banner-title {
  color: #c6c6c6;

  font-size: 20px;

  font-weight: 600;

  line-height: 38px;
}

.banner-title span {
  display: block;
}

.banner-title span.mdm {
  font-size: 26px;

  color: #4b96a4;
}

.banner-table {
  display: table;

  height: 100vh;

  width: 100%;
}

.event-corona-notice {
  color: #fff;

  font-size: 12px;

  text-align: center;

  display: inline-block;
}

.banner-area .row.corona-notice-holder {
  margin-bottom: 10px;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;
}

.banner-cell {
  display: table-cell;

  height: 100vh;

  position: relative;

  text-align: center;

  vertical-align: middle;

  z-index: 3;
}

.countdown-timer ul li {
  display: inline-block;

  width: 94px;

  height: 94px;

  border: 1px solid #ddd;

  text-align: center;

  border-radius: 50%;

  margin: 0px 10px;

  font-size: 26px;

  font-weight: 600;

  color: #ef5e4e;

  padding-top: 16px;
}

.countdown-timer ul li span {
  color: #b9b9b9;

  display: block;

  font-size: 14px;

  font-weight: 600;
}

.banner-countdown {
  margin-top: 0px;

  margin-bottom: 0px;

  text-align: center;
}

.row.amfibannerlogos {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  text-align: center;

  align-items: baseline;
}

.amfibannerlogos h2.titleh2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px;
  /* margin-right: 300px; */
  position: relative;
  right: 245px;
}

.amfibannerlogos .banner-img {
  margin: 0 0 25px;
}

.amfibannerlogos .banner-img img {
  max-width: 150px;
}

.amfibannerlogos h5 {
  color: #e2c011;

  font-size: 18px;
}

.banner-link a {
  background: #f8f8f8 none repeat scroll 0 0;

  display: inline-block;

  font-size: 14px;

  font-weight: 700;

  line-height: 47px;

  padding: 0 28px;

  text-transform: uppercase;

  color: #ef5e4e;

  margin: 0px 3px;

  border: 1px solid #f8f8f8;
}

.banner-link a:hover {
  border: 1px solid #f8f8f8;

  color: #f8f8f8;

  background: transparent;
}

.banner-area .btntype-1:hover::after {
  border-color: transparent;
}

.banner-area .btntype-1::before {
  background: #fff none repeat scroll 0 0;
}

.newsbtns.banner-link a {
  transition: 0.3s;

  -webkit-transition: 0.3s;

  -moz-transition: 0.3s;

  -ms-transition: 0.3s;

  -o-transition: 0.3s;

  background: #ffe1c7;
}

.newsbtns.banner-link a:hover {
  background: #ff853a;

  color: #fff;
}

.banner-slider .owl-dot {
  border-radius: 50%;

  height: 10px;

  width: 10px;

  display: inline-block;

  margin: 0px 5px;

  border: 1px solid #f8f8f8;
}

.banner-slider .owl-dot.active {
  border: 1px solid #ef5e4e;
}

.banner-slider .owl-controls {
  bottom: 70px;

  position: absolute;

  width: 100%;

  text-align: center;
}

.banner-countdown ul li {
  display: inline-block;

  text-align: center;
}

.banner-countdown ul li img {
  width: auto !important;

  margin: 0 auto;
}

.banner-img {
  text-align: center;
}

.banner-img h5 {
  font-size: 14px;

  line-height: 22px;

  color: #ef5b3c;
}

.banner-img h5 span {
  display: block;
}

.banner-img h5 span:last-child,
.co-Partner {
  color: #fff;

  font-size: 15px;

  padding-top: 3px;
  text-align: center;

  line-height: 38px;
}

.amfibannerlogos {
  margin-top: 40px;
}

.modal-dialog.modal-lg.modal-dialog-scrollable .modal-body {
  height: 500px;
  overflow-y: scroll;
}

/*---------------------------------------------------



               Start Speaker Area css



---------------------------------------------------*/

.speaker-slider img {
  max-width: 100%;
}

.speakers-area {
  position: relative;

  background: url(images/event-schedule-bg.jpg) no-repeat top left;

  background-size: cover;
}

.team-content {
  background: #2c3181;

  padding: 20px 15px 20px 15px;

  position: relative;
}

.team-content:before {
  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  right: 100%;

  width: 5000px;

  background: #2c3181;
}

.speakers-area .section-title {
  margin-bottom: 60px;

  text-align: left;

  padding-top: 115px;
}

.speakers-area .section-title h2::before {
  left: 0;
}

.speaker-slider-container {
  height: 100%;

  position: absolute;

  right: 0;

  top: -30px;

  width: 100%;

  z-index: 1;
}

.speaker-slider {
  padding: 100px 0 0 200px;
}

.speaker-slider p {
  color: #fff;

  margin: 0 0 0px 0;

  font-size: 15px;
}

.speaker-slider h3 {
  color: #f38c2d;

  margin: 40px 0 10px 0;

  font-size: 20px;
}

.organizar {
  position: relative;
}

.organizar:before {
  border-bottom: 302px solid transparent;

  border-left: 226px solid #2c3181;

  content: "";

  left: -30px;

  position: absolute;

  top: 0;

  /*z-index: 1;*/
}

.organizar img {
  max-width: 100%;
}

.home1 .single-speaker-slider-container {
  background-position: 41% center;

  background-size: cover;

  height: 766px;
}

.speaker-about > p {
  position: relative;

  z-index: 999;
}

.speaker-about {
  position: relative;

  z-index: 9;
}

.speaker-slider {
  position: relative;
}

.speaker-slider::before {
  border-bottom: 766px solid transparent;

  border-left: 226px solid #fff;

  content: "";

  left: 0px;

  position: absolute;

  top: 0;

  z-index: 1;
}

.speaker-about {
  position: relative;

  z-index: 9;
}

.speaker-about p {
  position: relative;

  z-index: 999;
}

.speaker-video a {
  display: inline-block;

  margin-right: 25px;

  border: 2px solid #ef5e4e;

  position: relative;
}

.speaker-video a:hover:after {
  height: 100%;
}

.speaker-video a i {
  border: 1px solid #fff;

  border-radius: 50%;

  bottom: calc(50% - 15px);

  height: 30px;

  left: calc(50% - 15px);

  line-height: 29px;

  position: absolute;

  text-align: center;

  width: 30px;

  background: #483248;

  color: #fff;

  font-size: 12px;

  z-index: 1;
}

.speaker-video a::after {
  background: rgba(8, 0, 21, 0.85);

  content: "";

  height: 0;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;
}

.speaker-desig {
  color: #777;

  font-size: 13px;

  margin-bottom: 20px;

  text-transform: uppercase;
}

.speaker-desig h4 {
  color: #343434;

  font-size: 18px;

  font-weight: 700;

  line-height: 22px;

  margin-bottom: 5px;

  text-transform: uppercase;
}

.speaker-social-link > a {
  background: #ddd none repeat scroll 0 0;

  border-radius: 50%;

  display: inline-block;

  height: 50px;

  line-height: 50px;

  margin-right: 10px;

  text-align: center;

  width: 50px;
}

.speaker-social-link > a:hover {
  background: #ef5e4e;
}

.speaker-social-link > a:hover i {
  color: #fff;
}

.speaker-social-link > a i {
  color: #080015;

  font-size: 18px;
}

.speaker-social-link {
  margin-top: 30px;

  margin-bottom: 50px;
}

.speaker-archive > h2 {
  color: #343434;

  font-size: 18px;

  font-weight: 600;

  line-height: 28px;

  margin-bottom: 30px;
}

/*table css*/

.sponsorshipTable table tr td.ammount_pad {
  vertical-align: middle;
}

.sponsorshipTable table tr td.ammount_mid {
  text-align: center;
}

.team-content h2 {
  color: #e2c011;

  margin: 0px 0 20px 0;

  font-size: 25px;
}

.team-content h3 {
  color: #f38c2d;

  margin: 20px 0 10px 0;

  font-size: 20px;
}

.team-content p {
  color: #fff;

  margin: 0 0 10px 0;

  font-size: 15px;

  padding: 0;

  text-align: justify;
}

.sp-single-info {
  padding-bottom: 120px;
}

.teamslide_nav {
  left: -56px;

  position: absolute;

  top: calc(50% - 15px);

  width: calc(100% + 106px);
}

.summitSection {
  padding: 0px 0 50px 0;
}

.home1 .speakers-area .owl-next {
  display: inline-block;

  float: right;
}

.home1 .speakers-area .owl-next i,
.home1 .speakers-area .owl-prev i {
  font-size: 60px;

  color: #777;
}

.home1 .speakers-area .owl-next i:hover,
.home1 .speakers-area .owl-prev i:hover {
  font-size: 60px;

  color: #ef5e4e;
}

.home1 .speakers-area .owl-prev {
  display: inline-block;

  float: left;

  position: relative;

  z-index: 9;
}

.home1 .speakers-area .owl-controls {
  bottom: 50%;

  position: absolute;

  right: 60px;

  text-align: center;

  width: calc(100% - 234px);
}

.home-sidebar h3 {
  margin: 0px;

  font-size: 26px;
}

.home-widget {
  padding: 70px 35px 30px 35px;

  color: #fff;
}

.home-widget p {
  color: #fff;

  font-size: 15px;

  font-family: "Poppins", sans-serif;

  line-height: 20px;

  font-weight: 300;

  padding-bottom: 10px;
}

.aqua-blue {
  background: url(images/member-bg-icon.png) bottom right no-repeat #4a96a4;
}

.aqua-blue img {
  margin-bottom: 20px;

  border: 1px solid #fff;
}

.orange {
  background: url(images/team-bg.png) bottom right no-repeat #f38c2d;
}

.orange {
  padding-top: 50px;
}

.orange h3 {
  margin-bottom: 20px;
}

.orange a {
  color: #fff;

  text-decoration: none;
}

.orange a:hover {
  color: #010d2d;

  text-decoration: none;
}

/*table style start*/

table.agenda_table {
  color: #fff;
}

table.agenda_table tr,
table.agenda_table tr td,
table.agenda_table tr th {
  border: 1px solid #fff;

  padding: 5px;
}

/*end*/

.widget-link-btn {
  color: #26325c;

  text-transform: uppercase;

  font-size: 14px;

  border-radius: 25px;

  background: #fff;

  padding: 10px 0px;

  margin-bottom: 2px;

  display: inline-block;

  width: 138px;

  text-align: center;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;
}

.download-brochure {
  /*background: url(images/brochure-bg.png) top left no-repeat;*/

  background: #2c3181;

  background-size: 30px;

  width: 100%;

  color: #fff;

  padding: 10px;

  transition: 0.5s;

  -webkit-transition: 0.5s;
}

.download-brochure a .fa {
  margin-right: 10px;
}

.download-brochure a {
  padding: 10px 0 10px 50px;

  display: block;

  background: url(images/pdf.png) no-repeat 12px center;

  background-size: 30px;

  color: #fff;

  font-size: 15px;

  font-family: "Poppins", sans-serif;

  text-transform: uppercase;

  font-weight: 600;

  -webkit-animation-name: blinker;

  -webkit-animation-iteration-count: infinite;

  -webkit-animation-timing-function: cubic-bezier(1 0, 1, 1);

  -webkit-animation-duration: 1.5s;
}

.download-brochure:hover a {
  color: #f38c2d;
}

@-webkit-keyframes blinker {
  from {
    /*opacity: 1.0;*/

    color: #fff;
  }

  to {
    /*opacity: 0.0;*/

    color: #e2c011;
  }
}

.blink {
  color: #f06220;

  /*animation: blinkktxt 0.6s ease-in-out infinite;*/

  /*-webkit-animation: blinkktxt 0.6s ease-in-out infinite;*/

  margin: 25px 0 10px 0;

  padding: 0 25px;

  width: 100%;
}

@-webkit-keyframes blinkktxt {
  0% {
    color: rgb(193, 245, 21);
  }

  100% {
    color: rgb(253, 43, 43);
  }
}

.sponser-img img {
  margin-bottom: 25px;

  width: 100%;
}

.sponser-right {
  padding-top: 10px;
}

.member-section {
  background: url(images/world-map-bg.png) #c1e3e6 center center repeat-x;

  padding: 50px 0;

  margin-top: 50px;
}

.border-circle {
  width: 100px;

  height: 100px;

  border-radius: 100px;

  border: 2px solid #26325c;

  margin: 0 auto;

  position: relative;

  text-align: center;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;
}

.border-circle img {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.border-circle:hover {
  background: rgba(256, 256, 256, 0.5);
}

.counting {
  color: #26325c;

  font-size: 36px;

  font-weight: 600;

  font-family: "Poppins", sans-serif;

  line-height: 36px;

  margin-top: 10px;
}

.icon-text {
  text-transform: uppercase;

  color: #26325c;

  font-size: 15px;

  font-family: "Poppins", sans-serif;

  font-weight: 600;
}

.be-a-member {
  text-align: center;
}

.be-a-member-heading {
  font-size: 40px;

  color: #26325c;

  font-family: "Poppins", sans-serif;

  font-weight: 600;

  text-transform: uppercase;
}

.be-a-member-heading-text p {
  font-size: 16px;

  color: #4b4b4b;

  line-height: 23px;

  width: 78%;

  margin: 0 auto;

  padding-top: 10px;

  padding-bottom: 35px;
}

.icon-block {
  padding-top: 40px;
}

.apply-btn,
.fee-structure-btn {
  width: 141px;

  display: inline-block;

  text-align: center;

  border: 2px solid #3e4e84;

  padding: 5px 0;

  font-family: "Poppins", sans-serif;

  text-transform: uppercase;

  font-weight: 600;

  border-radius: 25px;

  text-decoration: none;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;
}

.apply-btn {
  background: #3e4e84;

  color: #fff;
}

.apply-btn:hover {
  background: transparent;

  border: 2px solid #3e4e84;

  color: #3e4e84;

  text-decoration: none;
}

.fee-structure-btn {
  background: transparent;
}

.fee-structure-btn:hover {
  background: #3e4e84;

  color: #fff;

  text-decoration: none;
}

.about-con {
  padding-top: 40px;
}

.about-con h2 {
  padding-top: 12px;

  color: #4a96a4;
}

.event-box {
  position: relative;
}

h3.event-heading {
  font-weight: bold;

  font-size: 15px;

  margin-top: 0px;
}

h3.event-heading a {
  color: #000;

  text-decoration: none;
}

.event-schedule ul li {
  display: inline-block;

  font-size: 13px;

  color: #777777;

  margin-right: 10px;
}

.event-schedule ul li .fa {
  color: #f38c2d;
}

.date-month-box {
  position: absolute;
}

.lSSlideOuter.vertical .lSAction {
  position: absolute;

  bottom: 0px;

  right: 15px;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  width: 21px;

  height: 21px;

  background-image: url(images/prev-.jpg);

  background-position: top left;

  background-repeat: no-repeat;

  bottom: 0;

  top: unset;

  left: -30px;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  width: 21px;

  height: 21px;

  background-image: url(images/next-.jpg);

  background-position: top left;

  background-repeat: no-repeat;

  bottom: 0;
}

.lSSlideOuter .lSAction {
  position: absolute;

  bottom: 5px;

  right: -6px;
}

.lSAction > .lSPrev {
  width: 21px;

  height: 21px;

  background-image: url(images/prev-.jpg);

  background-position: top left;

  background-repeat: no-repeat;

  bottom: 0;

  top: unset;

  left: -30px;
}

.lSAction > .lSPrev {
  width: 21px;

  height: 21px;

  background-image: url(images/next-.jpg);

  background-position: top left;

  background-repeat: no-repeat;

  bottom: -5px;
}

.lSAction > .lSNext {
  width: 21px;

  height: 21px;

  background-image: url(images/prev-.jpg);

  background-position: top left;

  background-repeat: no-repeat;

  bottom: 10px;

  right: 39px;
}

.event_section {
  padding-top: 40px;
}

.style-hbar {
  background: url(images/vertical-bar-bg.png) bottom left no-repeat;

  padding-bottom: 22px;

  color: #3f448c;

  margin-bottom: 35px;

  font-size: 22px;

  margin: 0 0 20px;

  padding: 10px 0 15px;
}

.partners-logo {
  padding: 28px 0 20px;
}

.partner-slider li {
  height: auto;
}

.partner-slider li img {
  padding: 10px;

  border: 1px solid #d3d3d3;

  height: 100%;
}

.janakalyan-logo img {
  padding: 0 !important;
}

/*06-12-21*/

.partner-slider .sponsor-logo-item {
  text-align: center;

  background: #f2f2f2;

  /* padding-bottom: 18px; */
}

.partner-slider .sponsor-logo-item img {
  background: #fff;

  min-height: 120px;

  max-height: 120px;

  object-fit: contain;
}

.partner-slider .sponsor-logo-item h4 {
  font-weight: 500;

  color: #000;

  padding: 0 10px;

  font-size: 16px;
}

/*06-12-21*/

.partner-slider {
  padding-bottom: 140px !important;
}

footer {
  background: #07112d;

  border-top: 4px solid #f87e10;

  padding: 45px 0 25px 0;
}

footer .form-group {
  position: relative;
}

.footer-heading {
  font-family: "Poppins", sans-serif;

  font-size: 20px;

  font-weight: 500;

  color: #fff;

  text-transform: uppercase;
}

.form-control {
  border-radius: unset;

  height: 42px;
}

.nl_btn {
  background: #f87e10 url(images/nl-en.png) center no-repeat;

  height: 42px;

  width: 67px;

  border-radius: unset;

  border: none;

  position: absolute;

  right: 0px;

  top: 0px;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;
}

.footer-heading {
  margin-bottom: 25px;
}

.contact-info {
  font-size: 16px;

  font-family: "Poppins", sans-serif;

  margin-top: 35px;

  overflow: hidden;
}

.contact-info h5 {
  color: #fff;

  text-align: left;

  font-size: 18px;

  margin: 0 0 20px 0;
}

footer p {
  padding-top: 0px;
}

i.fa.fa-phone {
  font-size: 23px;
}

footer .fa {
  color: #f83610;

  font-size: 30px;

  width: 26px;

  position: absolute;
}

.contact-info ul {
  margin-bottom: 20px;
}

.contact-info ul li {
  color: #fff;
  padding-bottom: 10px;
  position: relative;
}

.contact-info ul li:last-child .fa {
  font-size: 20px;

  float: left;

  line-height: 40px;
}

.contact-info ul li a {
  color: #fff;

  display: inline-block;
}

.contact-info ul li a:hover {
  color: #f83610;
}

.footer-links {
  padding-bottom: 20px;
}

.footer-links ul li {
  display: inline-block;

  padding: 5px 10px;

  background: url(images/reddot.png) left center no-repeat;
}

.footer-links ul li a {
  color: #fff;

  font-size: 16px;

  display: block;
}

.footer-links ul li a:hover {
  color: #f83610;
}

.footer-social ul li {
  display: inline-block;

  margin-right: 3px;
}

.fa-footer-circle {
  width: 40px;

  height: 40px;

  border-radius: 40px;

  border: 2px solid #fff;

  text-align: center;

  padding-top: 7px;
}

.getinTouchForm textarea {
  height: 100px;
}

.getintouch {
  width: 141px;

  height: 33px;

  text-align: center;

  font-size: 14px;

  color: #fff;

  font-family: "Poppins", sans-serif;

  text-transform: uppercase;

  border-radius: 25px;

  border: 2px solid #f87e10;

  background: transparent;

  float: right;

  -webkit-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;
}

.getintouch:hover {
  background: #f87e10;

  border: 2px solid #f87e10;
}

.footer-bottom {
  background: #dc7c20;

  padding: 15px 0;

  color: #fff;

  font-size: 14px;
}

.footer-bottom a {
  color: #000;

  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;

  text-decoration: none;
}

.mb-tab {
  display: none;
}

.banner_area a {
  margin-top: 20px;

  display: block;
}

.event_section {
  background: #eee;

  padding: 30px 0 30px 0;
}

.event_section table tr td {
  color: #18270b;

  border: 1px solid #07112d;

  text-align: center;

  background: #cecece;
}

.event_section table tr td.hightlight {
  background: #4a96a4;

  font-size: 16px;

  font-weight: 600;

  color: #07112d;
}

.calltous {
  background: #265e69;

  padding: 20px 0 20px 0;
}

.calltous p {
  color: #fff;

  margin: 0;

  padding: 10px 0 0 0;
}

.calltous p a {
  color: #e2c011;

  padding: 0 4px;

  display: inline-block;
}

.calltous p a:hover {
  text-decoration: none;

  color: #fff;
}

.calltousBtn {
  text-align: right;
}

.registerBtn {
  background: #f87e10;

  color: #fff;

  padding: 10px 25px;

  margin-right: 20px;

  font-size: 14px;

  text-transform: uppercase;

  display: inline-block;

  text-transform: uppercase;

  font-weight: 600;
}

.registerBtn:hover {
  background: #fff;

  color: #ef5e4e;
}

.sponsBtn {
  background: #f87e10;

  color: #fff;

  padding: 10px 25px;

  font-size: 14px;

  text-transform: uppercase;

  display: inline-block;

  text-transform: uppercase;

  font-weight: 600;
}

.sponsBtn:hover {
  background: #fff;

  color: #ef5e4e;
}

/*------- about -----*/

.about {
  padding: 50px 0 0 0;
}

.about-text {
  float: left;

  margin-top: 26px;

  width: 100%;
}

.about-text h2 {
  margin-bottom: 25px;
}

.about-text > a {
  background: #de302f;

  color: #fff;

  float: left;

  font-size: 20px;

  margin-top: 20px;

  padding: 20px 50px;

  text-decoration: none;
}

.about-text > a:hover {
  background: #1b203d;
}

.follow-icon > ul {
  list-style: outside none none;

  padding: 0;
}

.follow-icon li {
  display: inline;

  margin-right: 10px;
}

.follow-icon li a {
  color: #222;
}

.follow-icon li a:hover {
  color: #de302f;
}

.follow-icon > p {
  color: #222;
}

/*------- speakers -----*/

.schedule-box {
  padding: 15px;

  background: #0b1f37;
}

.schedule-box ol.alpha {
  font-size: 17px;

  line-height: 20px;

  color: #fff;
}

.schedule-box ol.alpha li {
  margin: 0;

  padding: 8px 0;
}

.schedule-box ul li {
  margin-bottom: 30px;

  list-style: decimal;
}

.schedule-box h2 {
  color: #f06220;

  text-align: center;

  margin: 0 0 50px 0;

  position: relative;
}

.schedule-box h2:before {
  content: "";

  position: absolute;

  bottom: -20px;

  left: 50%;

  width: 200px;

  height: 2px;

  background: #f06220;

  margin-left: -100px;
}

.schedule-box h6 {
  margin: 0 0 15px 0;

  color: #ef0909;

  font-size: 16px;
}

.schedule-box h6 i {
  padding-right: 5px;
}

.schedule-box h3 {
  margin: 0 0 25px 0;

  color: #1bb5d2;

  font-size: 20px;

  text-transform: uppercase;
}

.schedule-box h4 {
  margin: 0 0 20px 0;

  color: #5cc329;

  font-size: 18px;

  line-height: 24px;
}

.schedule-box p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 18px;
}

.schedule-box p span {
  color: #ef0909;
}

.schedule-box img {
  margin-bottom: 20px;
}

.schedule-box h5 {
  margin: 0 0 30px 0;

  color: #5cc329;

  font-size: 14px;

  line-height: 18px;
}

.sponsorship {
  padding: 0px 0 50px 0;
}

.sponsorshipContent {
  padding: 50px 0 0 0;
}

.sponsorshipContent h4 {
  font-size: 22px;

  color: #1b3271;

  margin: 20px 0 15px 0;

  text-transform: uppercase;

  text-align: center;
}

.sponsorsLogo {
  margin-bottom: 20px;

  position: relative;

  text-align: center;

  height: 155px;
}

.sponsorshipContent .sponsorsLogo {
  height: 150px;
}

.sponsorshipContent .sponsorsLogo img {
  margin-bottom: 10px;

  max-width: 200px;
}

.sponsorshipContent .sponsorsLogo h5 {
  margin: 0 0 10px 0;

  min-height: inherit;
}

.sponsorsLogo:before {
  content: "";

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translate(-50%, 0);

  -webkit-transform: translate(-50%, 0);

  height: 1px;

  width: 170px;

  background: #ccc;
}

.sponsorsLogo:after {
  content: "";

  position: absolute;

  top: 0;

  right: -15px;

  height: 110px;

  width: 1px;

  background: #ccc;
}

.noborder:after {
  display: none;
}

.sponsorsLogo img {
  margin-bottom: 20px;
}

.sponsorsLogo h5 {
  font-size: 13px;

  margin: 0 0 20px 0;

  color: #f3230c;

  min-height: 40px;

  text-align: center;
}

.sponsorshipTable {
  padding: 30px 0 0 0;
}

.sponsorshipTable table tr th {
  background: #07112d;

  font-size: 16px;

  font-weight: 600;

  color: #fff;

  text-align: center;

  border: 1px solid #fff;

  vertical-align: middle;
}

.sponsorshipTable table tr th strong i {
  font-size: 12px;

  padding-left: 5px;
}

.sponsorshipTable table tr td {
  color: #18270b;

  border: 1px solid #07112d;

  background: #cecece;
}

.sponsorshipTable table tr td i {
  font-size: 20px;

  color: #07112d;
}

.sponsorshipTable h5 {
  color: #000;

  font-size: 16px;

  margin: 20px 0;
}

.sponsorshipTable h4 {
  color: #f06220;

  font-size: 20px;

  margin: 0px 0 20px 0;
}

.sponsorshipTable ul {
  margin: 0 0 20px 0;
}

.sponsorshipTable ul li {
  color: #777777;

  line-height: 24px;

  font-size: 16px;

  padding: 4px 0;
}

.divider {
  /*padding: 15px 0 15px 0;



    background: #808080;



    display: none;*/

  padding: 2px;

  background: #3f448c;
}

.registration {
  padding: 50px 0 0 0;
}

.registration label {
  font-size: 13px;

  color: #a00c0c;
}

.getinTouchForm label {
  font-size: 13px;

  color: #a00c0c;
}

.registration input {
  background: #f7f7f7;

  border: 1px solid #4a96a4;

  color: #000;
}

.registration form {
  margin-bottom: 50px;
}

.registration input[type="submit"] {
  background: #f38c2d;

  color: #fff;

  padding: 10px 50px;

  border: none;

  font-size: 15px;

  text-transform: uppercase;
}

.registration input[type="submit"]:hover {
  background: #4a96a4;
}

.registration h3 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 22px;
  color: #07112d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.registration table tr td {
  background: #f7f7f7;

  font-size: 15px;

  font-weight: 600;

  color: #17a5bf;

  text-align: center;
}

.registration table {
  margin-bottom: 30px;
}

.about-con h3 {
  font-size: 20px;

  color: #da7314;

  margin-bottom: 20px;
}

.press_iner.about-con h3 {
  font-size: 20px;

  color: #da7314;

  margin-bottom: 20px;
  text-align: left;
}

.press_iner.about-con i {
  font-size: 16px;
  color: #777777;
  padding: 0 10px 0 0;
  font-weight: 600;
}

.press_iner.about-con h4 {
  text-align: left;
  margin-top: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-con p {
  text-align: justify;
}

/*START GALLERY SECTION*/

.gallerySection {
  padding: 60px 0 60px 0;
}

.gallerySection h3 {
  color: #313131;

  margin: 0 0 30px 0;

  font-size: 25px;

  text-transform: uppercase;

  text-align: center;
}

.gallerySection .galleryImg {
  text-align: center;

  position: relative;

  margin-bottom: 30px;
}

.gallerySection .galleryImg img {
  width: 252px;

  height: 170px;

  object-fit: cover;
}

.galleryImghover {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(157, 68, 0, 0.5);

  padding: 110px 0 0 0;

  display: none;
}

.galleryImghover h5 {
  color: #fff;

  margin: 0;

  font-size: 16px;
}

.gallerySection .galleryImg:hover .galleryImghover {
  display: block;
}

.gallerySection i {
  font-size: 30px;

  color: #511900;

  padding: 0 10px 0 0;
}

/*END GALLERY SECTION*/

.speker h3 {
  margin: 0 0 30px 0;

  color: #fff;

  font-size: 20px;

  text-transform: none;

  line-height: 30px;
}

.speker h3 span {
  color: #f06220;
}

.speker h3 i {
  /*margin: 0 0 30px 0;*/

  color: #1bb5d2;

  font-size: 20px;

  text-transform: none;
}

.innerBanner {
  position: relative;
}

.innerBanner > img {
  width: 100%;
}

h2.title-head {
  margin: 0;

  color: #f06220;

  font-size: 22px;

  line-height: 30px;

  margin: 0;

  padding: 10px 0 20px;
}

.innerBanner .banner-title {
  position: absolute;

  width: 100%;

  right: 0;

  top: 0;

  left: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.5);

  padding: 20px;
}

.innerBanner .banner-title h1 {
  position: absolute;

  bottom: 15px;

  left: 50%;

  transform: translate(-50%, 0);

  -webkit-transform: translate(-50%, 0);

  margin: 0;

  width: 100%;
}

ul.list1 {
  margin: 0 0 20px;

  padding: 0;

  list-style: none;

  font-size: 15px;

  line-height: 20px;

  color: #fff;
}

ul.list1 li {
  margin: 0;

  padding: 5px 10px;
}

ul li ol.alpha {
  list-style-type: decimal;

  margin: 10px 0 15px 50px;

  padding: 0;
}

ul li ol.alpha li {
  list-style-type: decimal;
}

.amfi-table {
  width: 100%;
}

.registration .amfi-table table tr td {
  vertical-align: middle;

  background: #07112d;
}

.registration .amfi-table table tr td p {
  color: #fff;

  text-align: left;

  font-weight: 400;
}

.registration .amfi-table table tr td span {
  display: inline-block;

  font-weight: 600;

  font-size: 18px;
}

.registration .amfi-table table tr td span.rd {
  color: #f83610;
}

.registration .amfi-table table tr td span.grn {
  color: #e2c011;
}

.registration .amfi-table table tr th {
  padding: 5px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.5);

  font-size: 18px;
}

.registration .amfi-table table td table td {
  padding: 10px;
}

.banner-area .row {
  margin-bottom: 30px;
}

.banner-area .row:nth-child(2) {
  margin-bottom: 0px;
}

.registration h3 .download {
  display: inline-block;
  padding-left: 14px;
}

/******12.12.17***********/

.map {
  margin-top: 15px;
}

.map iframe {
  width: 100%;

  height: 150px;
}

.schedule-box ul li h4 span {
  display: block;

  padding: 10px 0 5px;
}

/******13.12.17***********/

.modal-header {
  background: #2c3181;

  border-bottom: none;
}

.modal-body {
  padding: 25px;
}

.modal-header .modal-title {
  color: #e2c011;

  text-align: center;

  font-size: 18px;

  font-weight: bold;

  text-transform: uppercase;
}

.modal-header .close {
  color: #fff;

  opacity: 1;
}

.modal-header .close:focus {
  outline: none;
}

.modal-backdrop.in {
  opacity: 0.7;
}

.team-content h3 {
  line-height: 30px;
}

.team-content h3 span {
  display: block;

  color: #fff;

  text-transform: capitalize;

  font-weight: normal;

  float: none;

  font-size: 16px;

  font-weight: 600;

  margin-top: 11px;
}

.link1 {
  display: inline-block;

  color: #e2c04c;

  font-size: 15px;

  line-height: 17px;

  font-weight: 400;

  transition: 0.5s;

  -webkit-transition: 0.5s;

  text-transform: initial;

  padding-left: 5px;
}

.link1:hover,
.link1:focus {
  text-decoration: none;

  color: #fb5d22;
}

.modal-content p {
  color: #333;
}

.calltous p {
  font-size: 15px;
}

.footer-social {
  margin-bottom: 25px;
}

.footer-summit {
  padding: 15px 0 0 0;
}

.footer-summit a {
  text-transform: uppercase;

  font-size: 18px;

  font-weight: 600;

  color: #36a2e7;

  transition: 0.5s;

  -webkit-transition: 0.5s;
}

.footer-summit a:hover,
.footer-summit a:focus {
  color: #f83610;

  text-decoration: none;
}

/************speaker-page****************/

.speaker-box {
  background: #0b1f37;

  padding: 15px;
}

.speaker-box h3 {
  margin: 0;

  font-size: 24px;

  line-height: 28px;

  padding-bottom: 4px;
}

.speaker-box span {
  display: block;

  font-size: 14px;
}

.speaker-box h3 + span {
  padding-bottom: 8px;
}

.speaker-box ul {
  list-style: none;

  margin: 10px 0 0 0;

  padding: 0;

  font-size: 18px;

  text-transform: none;

  line-height: 30px;
}

.speaker-box ul i {
  margin-right: 5px;
}

.speaker-list {
  padding: 12px;

  background: rgba(255, 255, 255, 0.05);

  margin-bottom: 18px;
}

.speaker-list h3 {
  color: #1bb5d2;
}

.speaker-list h3 + span {
  color: #fff;
}

.speaker-list ul {
  color: #f06220;
}

.speaker-list ul li i {
  color: #1bb5d2;
}

.expected-speaker-list {
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
}

.expected-speaker-list h3 {
  color: #58a700;
}

.expected-speaker-list h3 + span {
  color: #fff;
}

.expected-speaker-list ul {
  color: #fff;
}

.expected-speaker-list ul li i {
  color: #58a700;
}

.payment-details {
  padding: 20px 0 0 0;
}

.payment-details p {
  color: #000;
}

.schedule-box1 table {
  width: 100%;
}

.schedule-box1 table th {
  background: #4a96a4;

  color: #fff;
}

.schedule-box1 table th,
.schedule-box1 table td {
  padding: 5px 10px;
}

/*.schedule-box1 table td:first-child{ font-weight: bold; }*/

.top_logo_section {
  padding-top: 20px;
}

.top_logo_section h4 {
  display: block;

  padding: 5px 0 10px;

  text-align: center;

  color: #3f448c;
}

.top_logo_section .sponsorsLogo:before,
.top_logo_section .sponsorsLogo:after {
  display: none;
}

.top_logo_section h3 {
  margin: 10px 0 0 0;

  padding-bottom: 22px;

  /*color: #f06220;*/
}

.top_logo_section ul {
  list-style: none;

  margin: 0;

  padding: 0;

  text-align: center;
}

.top_logo_section ul li {
  float: left;

  width: 20%;

  margin-bottom: 20px;
}

.top_logo_section ul li img {
  width: auto;

  max-width: 100%;
}

.invite_bank_section {
  padding-top: 45px;
}

.newawardsec,
.newawardsec p {
  color: #333;
}

.newawardsec .about-con ul {
  margin: 0 0 30px 20px;
}

.newawardsec .sponsorshipTable h3 {
  font-size: 25px;

  color: #da7314;

  margin-bottom: 20px;
}

.newawardsec .sponsorshipTable ol {
  list-style: none;

  padding: 0;

  margin: 0;
}

.newawardsec .sponsorshipTable td:first-child {
  width: 5%;
}

.newawardsec .sponsorshipTable td:nth-child(2) {
  width: 50%;
}

.newawardsec .sponsorshipTable td:nth-child(3) {
  width: 45%;
}

.download {
  background: #f87e10;
  color: #fff;
  padding: 10px 14px;
  margin-right: 0;
  font-size: 14px;
  border: 1px solid #fff;
  display: inline-block;
  font-weight: 600;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  border-radius: 5px;
  text-transform: uppercase;
}

.download:hover {
  background: #4a96a4;

  color: #fff;
}

p.apart-p {
  color: #fff;

  padding-top: 10px;
}

/*light-box start*/

.img-hlder1 {
  margin-bottom: 22px;

  border: 2px dotted #dcdcdc;
}

/*13-04-22*/

.gallerySection .img-hlder1 {
  height: 233px;
}

.gallerySection .img-hlder1 a {
  display: inline-block;

  height: 100%;

  width: 100%;
}

.gallerySection .img-hlder1 a img {
  height: 100%;

  width: 100%;

  object-fit: cover;

  object-position: top;
}

/*13-04-22*/

.ekko-lightbox .modal-header {
  display: inline-block !important;

  background: none;
}

.ekko-lightbox .modal-header button.close {
  color: #ff0000;

  background: #ddd;

  padding: 5px;

  font-size: 28px;

  box-shadow: none;

  position: absolute;

  top: 2px;

  right: 0;
}

.ekko-lightbox .modal-content {
  border-radius: 0;
}

.ekko-lightbox a:hover {
  color: #040952;
}

.agenda h2 {
  display: inline-block;
}

.agenda a {
  display: inline-block;

  float: right;

  background: #f38c2d;

  color: #fff;

  padding: 6px 20px;

  border: none;

  font-size: 16px;

  text-transform: uppercase;

  transition: 0.3s;

  -webkit-transition: 0.3s;

  -moz-transition: 0.3s;

  -ms-transition: 0.3s;
}

/*enf*/

/*============spoinsership page new design start===============*/

.spl-txt-design {
  background: #f1f1f1;

  padding: 8px;

  border-top: 3px solid #f0625e;

  margin-bottom: 20px;

  box-shadow: 0px 0px 8px 0px #ddd;
}

.spl-txt-design h4 {
  color: #3f448c;
}

.spl-txt-design ul li {
  color: #000;
}

.spl-txt-design ul li i {
  color: #f0625e;

  font-size: 16px;

  padding-right: 2px;
}

/*============spoinsership page new design end===============*/

/* about us imgaes-hldr */

.about-images-holder ul {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  margin: 0;
}

.about-images-holder ul li {
  width: 35%;

  margin: 0;

  padding: 13px;

  /* background: #fff; */

  border-radius: 5px;

  transition: 0.5s ease-in-out;
}

.about-images-holder li:first-child img,
.about-images-holder li:nth-child(2) img {
  height: 206px;
}

.about-images-holder ul li img {
  width: 100%;

  border: 5px solid #fff;

  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.35);

  border-radius: 3px;

  transition: 0.5s ease-in-out;

  height: 100%;

  object-fit: cover;
}

.about-images-holder ul li:nth-child(3) {
  width: 66%;

  margin: -100px auto;

  z-index: -1;

  padding: 0;
}

.about-images-holder {
  padding-top: 25px;
}

.about-images-holder ul li:hover img {
  opacity: 0.7;

  transform: scale(1.05);
}

.about-con div.text-center {
  padding-top: 10px;
}

/* end about us images-hldr */

.schedule-box table tr td ul {
  padding-left: 30px;

  margin: 10px 0;
}

.schedule-box table tr td ul li {
  list-style: disc;
}

section.coming_soon {
  padding: 60px 0px;
}

section.coming_soon h2 {
  font-size: 45px;

  text-transform: uppercase;
}

.sponsorshipTable.awardstble tr th:first-child,
.sponsorshipTable.awardstble tr th:last-child {
  min-width: 200px;
}

.paddingbottom50 {
  padding-bottom: 50px;
}

h3.pwc {
  color: #fff;

  font-size: 30px;

  margin: 0;
}

.event-btn-stl {
  background: #000;

  color: #fff;

  border-radius: 35px;

  padding: 0 25px;

  height: 30px;

  line-height: 30px;

  display: inline-block;

  transition: all 0.5s ease-in-out;
}

.event-btn-stl:hover {
  background: #fff;

  color: #000;
}

.summit_bnr img {
  height: 197px;
  object-fit: cover;
}

.sponsorshipContent tr td img {
  height: 70px;
}
/* 23.11.22 */

.award_part span {
  display: block;

  padding: 10px 0;

  font-size: 20px;
}

.speaker_box h4 {
  color: #f77600;

  font-size: 18px;
}

.speaker_box ul li {
  list-style: numeric;
  padding: 0 0 15px 15px;
}

.speaker_box {
  margin-bottom: 30px;
}

.speaker_box:last-child {
  margin-bottom: 0;
}

.schedule-box ul li {
  color: #fff;

  font-size: 18px;
}

.press_iner b {
  display: block;

  margin-bottom: 10px;

  font-size: 17px;
}

.press_iner .download i {
  color: #fff;
}

.press_iner .download {
  display: inline-flex;

  align-items: center;

  margin-right: 0;

  margin-top: 20px;
}

.banner-link.newsbtns ul li a {
  display: block;

  border: 0;

  margin: 0;

  padding: 20px 10px;

  line-height: 1;
}

.banner-link.newsbtns ul {
  display: flex;

  flex-wrap: wrap;

  margin: -5px;
}

.banner-link.newsbtns ul li {
  width: 25%;

  padding: 5px;
}

.gallerySection.online_cav {
  padding-top: 0;
}

.gallerySection h4 {
  margin-bottom: 30px;

  text-align: center;
}

.press_sec h3 {
  text-transform: initial;

  font-size: 22px;
}

.press_sec h3 i {
  margin-top: 10px;

  color: #000;

  display: block;

  font-size: 20px;
}

.press_sec ul li {
  margin-bottom: 12px;

  font-size: 19px;
}

.press_sec strong i {
  font-size: 17px;

  font-weight: 700;

  color: #000;

  margin: 20px 0;

  display: block;
}

.press_sec strong {
  display: inline-block;

  font-size: 19px;

  color: #000;
}

.press_sec p {
  color: #000;
}

.detail p {
  margin-bottom: 0;
}

.detail b {
  margin-bottom: 0;
}

.press_sec .style-hbar {
  background-position: bottom center;

  text-align: center;

  font-size: 25px;
}

.contact-info img {
  width: 280px;

  max-width: 100%;
}

.speaker_title .style-hbar {
  display: inline-block;
  color: #4a96a4;
  background: url(images/vertical-bar-bg.png) bottom center no-repeat;
}

.speaker_title {
  text-align: center;

  margin-bottom: 25px;
}

.award_part .download {
  margin-right: 0;
}

.partner-slider .sponsor-logo-item.pb-0 {
  padding-bottom: 0px !important;
}

.banner-area.summit_8 .d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
}

.banner-area.summit_8 .d-flex .banner-img {
  margin: 0 15px;
}

.nabard-logo {
  height: 102px;
}

/* 27-11-2023 */
/* 16|1|2|9|20|18|1 */

.about-con ol li {
  color: #777777;

  line-height: 24px;

  font-size: 16px;

  padding-top: 10px;
}

.about-con ol li:first-child {
  padding-top: 0;
}

.about-con h6 {
  color: #f06220;

  font-size: 18px;

  font-weight: 600;

  line-height: 30px;

  margin: 15px 0;
}

/* 14-12-2023 */

.summitSection.summit_8 .about-con ul li {
  position: relative;
}

/*.summitSection.summit_8 .about-con ul li:not(:last-child){*/

/*    margin-bottom: 10px;*/

/*}*/

.summitSection.summit_8 .about-con ul li::after {
  position: absolute;

  content: "";

  height: 5px;

  width: 5px;

  border-radius: 50%;

  background: #3f448c;

  top: 12px;

  left: -18px;

  display: none;
}

.banner-area.summit_8 {
  /* background: url('images/Banner9thsummit.jpg') no-repeat top left / cover; */
  height: 515px;
  display: flex;
  align-items: start;
  position: relative;
}

.banner-area.summit_8::before {
  position: absolute;
  content: "";
  background-color: #0000008f;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#countdown {
  color: #f06220;
  position: relative;
  text-align: center;
  margin: 30px 0 200px 0;
  font-size: 30px;
  font-weight: 600;
}

#amfimodal strong {
  color: #f38c2d;
}

.amfibannerlogos .banner-img img {
  max-width: 150px;

  height: 60px;
}

.announce {
  display: inline-block !important;
  margin-right: 0 !important;
}

.prss_details ul li {
  list-style: number;
  font-weight: 600;
}

.prss_details ul {
  padding: 0 0 0 20px;
}

.agenda td {
  color: #000 !important;
  text-align: left;
  width: 30px;
}

.mt-4 {
  margin-top: 30px;
}

table strong {
  display: block;
}

.border-top {
  border-top: 1px solid #000;
  padding: 5px 0;
  margin-top: 10px;
}

.mail-info {
  padding: 0 0 0 33px;
}

.agenda .table2 td {
  width: 65px;
}

.agenda .table3 td {
  width: 66px;
}

.agenda ul li ul {
  padding: 0 0 0 15px;
}

.panel-list {
  text-decoration: underline;
  margin-bottom: 5px;
  display: block;
}

/* 12.11.2024 */
.amfibannerlogos .titleh2 {
  right: 0 !important;
  position: relative;
}

.summit_logo_frst {
  display: flex;
  gap: 8px;
}

.amfibannerlogos .banner-img {
  margin: 0 0 0px !important;
}

.spncr_nw_tble tr td {
  padding: 7px;
}

/* 14-11-2024 */
.count-down {
  width: 550px;
  height: auto;
  margin: auto;
  padding: 0px;
  position: relative;
}

.count-down .flipdown {
  margin: auto;
  width: 600px;
  margin-top: 0px;
}

.count-down h1 {
  text-align: center;
  font-weight: 400;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #f06220;
}

.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #f06220 !important;
  background-color: #151515;
}

.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #fff !important;
}

.flipdown.flipdown__theme-dark
  .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.flipdown.flipdown__theme-dark
  .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
  background-color: #fff !important;
}

/* 17.9.2025 */
.restrtn_new_frm table tr th {
  padding: 5px;
  font-size: 13px;
  border-color: #000;
  text-align: center;
}
.restrtn_new_frm table tr td {
  padding: 5px;
  font-size: 13px;
  border-color: #000;
  text-align: center;
}
.restrtn_new_frm table {
  width: 100%;
}

/* 10.11.2025 */
.registration .contact {
  margin: 30px 0 30px 0;
  text-transform: uppercase;
  font-size: 22px;
  color: #07112d;
}
.payments p {
  color: #000;
}

.meet_sec .prss_details h3 {
  text-align: left;
  font-size: 17px;
}
.meet_sec h4 {
  font-weight: 700;
  color: #000;
}

/* 4.12.2025 */

.meet_sec h3 {
  text-align: left;
}

.meet_sec .attended_list {
  background: #0b1f37;
  padding: 15px;
}
.meet_sec .attended_list ul {
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
}
.meet_sec .attended_list ul li {
  list-style: numeric;
  padding: 0 0 15px 15px;
  color: #fff;
  margin-bottom: 0;
}
.meet_sec h4 {
  margin-top: 20px;
  font-weight: 400;
  text-align: left;
  color: #313131;
}
.meet_sec h4 strong {
  font-size: 20px;
}

.gallery_video video {
  width: 300px;
  padding-right: 30px;
}
/* end */

/* 5.12.2025 */

.annex p {
  color: #000;
}
.annex h4 {
  line-height: normal;
  color: #000;
  font-size: 20px;
}
.annex ul li {
  padding: 9px 0;
  color: #000;
  font-size: 16px;
}
.about-con p {
  text-align: justify;
  color: #000;
}
.presentation-names strong {
  display: inline;
}
.agenda_list h2 {
  text-align: center;
}
.agenda_list h3 {
  text-align: center;
}
.agenda_list h4 {
  text-align: center;
}

.agenda_list .style-hbar {
  background: url(images/vertical-bar-bg.png) bottom center no-repeat;
  padding-bottom: 22px;
  color: #3f448c;
  margin-bottom: 35px;
  font-size: 22px;
  margin: 0 0 20px;
  padding: 10px 0 15px;
}
.session {
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
}
.names strong {
  color: #000;
  font-size: 16px;
}
.para {
  font-size: 14px;
}
/* end */

@media (max-width: 767px) {
  .count-down {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .count-down .flipdown {
    margin: auto;
    width: auto !important;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .flipdown .rotor-group-heading:before {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .count-down .flipdown {
    margin: auto;
    width: auto !important;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    width: 29px !important;
  }
  .count-down {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .count-down h1 {
    font-size: 2.5em;
  }
}

/* 14-11-2024 */

/* 27.8.2025 */
.banner-img h3 {
  color: #fff;
  font-size: 20px;
}
/*Responsive*/

@media only screen and (max-width: 1200px) {
  .icon-box {
    margin-top: 10px;

    padding-left: 0px;
  }

  .icon-box:last-child {
    padding-left: 20px;
  }

  .navMenu ul li a {
    padding: 2px 0;

    font-size: 11px;
  }

  .navMenu ul li {
    padding: 5px 2.5px;
  }

  .news_heading {
    width: 23%;
  }

  .hscroll-text {
    width: 77%;
  }

  h3.event-heading a {
    font-size: 13px;
  }

  .event-schedule p {
    font-size: 13px;

    line-height: 19px;

    padding-top: 8px;
  }

  .countdown-timer ul li {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-area.summit_8 {
    background: url("images/Banner9thsummit.jpg") no-repeat top left / cover;
    height: auto;
    display: flex;
    align-items: center;
  }

  .home-widget {
    padding: 30px 15px 80px;
  }

  .download-brochure a {
    font-size: 14px;
  }

  .banner-countdownOuter {
    width: 33%;
  }

  .sticky .navMenu ul {
    padding: 15px 0 0 0;

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;
  }

  .navMenu ul li.media-sub ul.amfi_submenu {
    left: -48px;
  }

  .navMenu ul > li > a:after {
    bottom: 0px;
  }

  .navMenu ul li.media-sub ul.amfi_submenu_submenu li a {
    padding: 2px 0;
  }

  .menuSection.sticky .navMenu ul li.media-sub ul.amfi_submenu {
    top: 54px;
  }

  .navMenu ul {
    padding: 15px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .contact_link {
    display: block;

    width: 20%;

    line-height: 30px;

    margin: 0 auto;
  }

  .news_heading {
    width: 27%;
  }

  .hscroll-text {
    width: 70%;
  }

  .footer-heading {
    margin-bottom: 5px;

    clear: both;

    margin-top: 15px;
  }

  .footer-links {
    padding-bottom: 5px;
  }

  .top_logo_section .row > div {
    margin-bottom: 15px;
  }

  .banner-countdown {
    margin-bottom: 30px;

    margin-top: 29px;
  }

  .banner-link.newsbtns ul li {
    width: 33.33%;
  }

  .speakers-area {
    background-position: top center;
  }

  .speaker_title {
    background: #fff;

    position: relative;

    z-index: 1;

    padding-bottom: 12px;
  }

  .gallerySection .galleryImg img {
    width: 100%;

    object-fit: cover;

    object-position: top center;
  }
}

@media only screen and (max-width: 768px) {
  .banner-countdownOuter {
    width: 32%;
  }

  .banner-title span {
    font-size: 25px;

    margin-bottom: 8px;
  }

  .banner-title > h1 {
    font-size: 19px;

    line-height: 23px;

    margin-bottom: 10px;
  }

  .about-con h2 {
    font-size: 22px;
  }

  .footer-summit {
    padding: 10px 0;
  }

  .navMenu {
    display: none;
  }

  .mb-tab {
    display: block;
  }

  .navMenu ul li {
    display: block;
  }

  .contact_link {
    width: 100%;
  }

  .newawardsec .sponsorshipTable h3 {
    font-size: 16px;
  }

  .icon-box {
    border: none;

    display: none;
  }

  .social_links {
    text-align: center;
  }

  .quick_links {
    text-align: center;
  }

  .quick_links li {
    padding: 4px;
  }

  .menuSection {
    background: rgba(256, 256, 256, 08);
  }

  .contact_link {
    display: none;
  }

  .navMenu {
    background: #07112d;
  }

  .navMenu ul > li ul li > .dropdown-menu {
    left: 0 !important;
  }

  .navMenu ul li .dropdown-menu > li:hover > ul.dropdown-menu {
    top: unset;
  }

  .navMenu ul > li:last-child > .dropdown-menu {
    left: 0 !important;
  }

  .navMenu ul > li:last-child:hover > .dropdown-menu {
    left: 0 !important;
  }

  .navMenu ul li a {
    padding: 6px 0;
  }

  .slicknav_menu {
    display: block;

    position: fixed;

    top: 10px;

    right: 0;

    background: transparent;

    width: 60%;

    z-index: 9999;

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;
  }

  .slicknav_menu.sticky {
    top: 10px;

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;
  }

  .slicknav_nav {
    background: #4a96a4;
  }

  .slicknav_menu .slicknav_menutxt {
    display: none;
  }

  .slicknav_menu .slicknav_icon-bar {
    background: #f38c2b;

    width: 35px;

    height: 5px;
  }

  .slicknav_btn {
    background: transparent;

    margin: 0;
  }

  .slicknav_nav a {
    margin: 0;

    border-radius: 0;
  }

  .slicknav_nav a:hover {
    background: #fff;

    color: #000;

    border-radius: 0;
  }

  .slicknav_nav li.active {
    background: #000;

    color: #fff;

    border-radius: 0;
  }

  .slicknav_nav a:focus {
    outline: none;
  }

  .top_header {
    display: none;
  }

  .banner-link a {
    margin-top: 10px;
  }

  .home-widget {
    padding: 30px 15px 20px;
  }

  .schedule-box ul li {
    font-size: 15px;
  }

  .sponsorship .table-responsive > .table > tbody > tr > th {
    /* white-space: normal; */
  }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }

  .table-responsive {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .videosec video {
    width: 100%;
  }

  #first-slider .item {
    background-position: center;
  }

  .news_heading {
    font-size: 13px;

    display: none;
  }

  .hscroll-text {
    width: 95%;

    margin: 0 auto;

    display: block;
  }

  h3.event-heading {
    margin-top: 20px;
  }

  .speaker-box ul {
    font-size: 16px;

    line-height: 26px;
  }

  .speaker-box h3 {
    font-size: 20px;

    line-height: 24px;
  }

  .speaker-box ul li {
    padding: 2px 0;
  }

  /*	banner area */

  .banner-title > h1 {
    font-size: 19px;

    line-height: 40px;
  }

  .banner-title span {
    font-size: 20px;

    margin-bottom: 8px;
  }

  .countdown-timer ul li {
    margin-top: 5px;

    margin-bottom: 5px;
  }

  .banner-countdown {
    margin-bottom: 30px;

    margin-top: 29px;
  }

  .banner-link a {
    margin-bottom: 20px;
  }

  .banner-title > h1 {
    font-size: 16px;

    line-height: 23px;

    margin-bottom: 10px;
  }

  .about-con h2 {
    font-size: 20px;
  }

  .banner-link {
    text-align: center;
  }

  .banner-link a {
    padding: 0 13px;
  }

  .banner-slider .owl-controls {
    bottom: 40px;
  }

  .countdown-timer ul li {
    width: 75px;

    height: 75px;

    font-size: 20px;

    padding-top: 10px;
  }

  .countdown-timer ul li span {
    font-size: 14px;
  }

  .banner-countdownOuter {
    width: 100%;
  }

  .organizar:before {
    display: none;
  }

  .about-con ul {
    margin: 0 0 20px 0;
  }

  .calltousBtn {
    text-align: left;
  }

  .banner-img img {
    margin-bottom: 0px;
  }

  .schedule-box {
    padding: 20px 20px 20px 38px;
  }

  .logoContainer img {
    max-width: 50%;
  }

  footer .fa {
    vertical-align: middle;
  }

  .banner-title span {
    font-size: 16px;

    margin-bottom: 2px;
  }

  .schedule-box h4 {
    font-size: 15px;

    line-height: 21px;
  }

  .schedule-box h3 {
    font-size: 18px;
  }

  .schedule-box h3 {
    font-size: 22px;
  }

  .schedule-box h2 {
    font-size: 22px;
  }

  .top_logo_section h3 {
    font-size: 18px;

    line-height: 22px;
  }

  .top_logo_section .row > div {
    margin-bottom: 15px;
  }

  .top_logo_section .sponsorsLogo {
    margin-bottom: 0;
  }

  .top_logo_section ul li {
    width: 30%;
  }

  li.slicknav_collapsed.slicknav_parent i.fa,
  li.media-sub.slicknav_parent.slicknav_open i.fa {
    display: none;
  }

  li.slicknav_collapsed.slicknav_parent {
    background: #5aa0ad;
  }

  .slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0;

    background: #0b6d80;

    color: #fff;
  }

  .agenda {
    display: inline-block;

    margin-bottom: 10px;
  }

  .agenda h2,
  .agenda a {
    display: block;
  }

  .agenda a {
    float: left;
  }

  .about-images-holder ul li {
    padding: 6px;

    border-radius: 3px;
  }

  .about-images-holder ul li img {
    border: 3px solid #fff;

    border-radius: 2px;
  }

  .about-images-holder ul li:nth-child(3) {
    width: 66%;

    margin: -40px auto;
  }

  /*06-12-21*/

  .partner-slider .sponsor-logo-item h4 {
    font-size: 15px;
  }

  .partners-logo .lSSlideWrapper {
    padding-bottom: 30px;
  }

  /*06-12-21*/

  .cnfrnc-logo {
    margin: 0px auto 0;
  }

  section.coming_soon h2 {
    font-size: 37px;

    text-transform: uppercase;
  }

  .sponsorshipTable.awardstble tr th:first-child,
  .sponsorshipTable.awardstble tr th:last-child {
    min-width: 100px;
  }

  .schedule-box ul li {
    font-size: 16px;
  }

  .style-hbar {
    font-size: 18px;
  }

  .banner-link.newsbtns ul li {
    width: 50%;
  }

  .speakers-area {
    background: #2c3181;
  }

  .calltous p {
    padding-bottom: 10px;
  }

  .footer-bottom {
    text-align: center;
  }

  .registration h3 .download {
    float: none !important;

    margin-top: 10px;
  }

  caption {
    padding: 10px;
  }

  .gallerySection .galleryImg img {
    height: auto;
  }
  .gallery_video video {
    width: 100%;
    padding-right: 0;
  }

  .press_sec h3 i,
  .press_sec h3 {
    font-size: 18px;
  }

  .press_sec strong i,
  .press_sec ul li,
  .press_sec strong {
    font-size: 16px;
  }
  .press-release-btn-1 .more {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 480px) {
  .schedule-box h3 {
    font-size: 16px;

    line-height: 22px;
  }

  .sponsorsLogo:before,
  .sponsorsLogo:after {
    display: none;
  }

  .sponsorsLogo h5 {
    font-size: 11px;
  }

  .team-content h3 {
    font-size: 16px;

    line-height: 24px;
  }

  .team-content h3 span {
    float: none;

    padding-top: 8px;
  }

  .link1 {
    font-size: 12px;

    line-height: 15px;

    padding-left: 2px;
  }

  .style-hbar {
    font-size: 18px;
  }

  .about-con h3 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .about-con ul li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .innerBanner .banner-title h1 {
    display: none;
  }

  .top_logo_section ul li {
    width: 100%;
  }

  .banner-link.newsbtns ul li {
    width: 100%;
  }
}
/* 03-01-2025 */
.press_iner.about-con i {
  font-weight: 400;
}
.banner-btm {
  padding: 10px 0px;
  background: #3f448c;
}
.banner-btm-text p {
  margin-bottom: 0;
}
.banner-btm-text p a {
  color: #fff;
  text-decoration: none;
}
/* 06-01-2025 */
.gallerySection.online_cav {
  padding: 60px 0 60px 0;
}
.press-release-btn {
  display: flex;
  align-items: center;
}
