﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
* {
  text-decoration: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', sans-serif ;
  margin: 0px;
  padding: 80px 0 0 0;
  overflow-x: hidden;
  color: #808080;
}
td, div, input, from {
  padding: 0;
  margin: 0;
}
h1 {
  font-family: 'Inter', sans-serif;
  margin: 0;
}
h2 {
  font-family: 'Inter', sans-serif;
  padding: 0;
  margin: 0;
}
h3 {
  font-family: 'Inter', sans-serif;
  padding: 0;
  margin: 0;
}
p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #252525;
}
ul li{
	font-family: 'Inter', sans-serif;
}
h4 {
  font-family: 'Inter', sans-serif;
  padding: 0;
  margin: 0;
}
img {
  padding: 0;
  margin: 0;
  border: none;
}
/*ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}*/
.clear {
  padding: 0px;
  margin: 0px;
  clear: both;
}
.display-inline-block {
  display: inline-block;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.font-weight-bold {
  font-weight: 700;
}
.font-weight-extrabold {
  font-weight: 800;
}
.display-inline-block {
  display: inline-block;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7d8b9c;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7d8b9c;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7d8b9c;
}
:focus {
  outline: none;
}
body > .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  content: " ";
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
ul.bulletPoint {
  list-style-type: circle;
  font-size: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
}
ul.bulletPoint li {
  list-style-type: circle;
}
.nav-item {
  /*  color:pink !important;*/
}
.nav-item.active {
  color: #00198D !important;
}
.event_Photo {
  padding-bottom: 50px;
  padding-top: 70px;
}
/* Owl Carousel */
.owl-slider {
  width: 100%;
}
.owl-nav div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  background: rgba(0, 0, 0, 0.4);
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  left: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-nav div:hover {
  background: rgba(0, 0, 0, 0.6);
}
.owl-nav div.owl-next {
  right: 20px;
  left: auto;
}
.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: -40px;
}
.owl-dot {
  width: 60px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #ffffff;
}
.owl-dot.active {
  background: #fff;
}
.portfolio-menu button {
  display: inline-block;
  height: 44px;
  padding: 0 50px;
  margin-left: 10px;
  background: transparent;
  border: 2px solid #f62a5b;
  color: #f62a5b;
  font-weight: 600;
  border-radius: 30px;
  font-size: 16px;
}
.portfolio-thumb img {
  width: 100%;
}
@media (max-width: 767px) {
  .portfolio-menu button {
    width: 32%;
    margin-left: 0;
    margin: auto;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
      height: 40px;
    padding: 0 0px;
  }
}
.portfolio-menu button.active {
  color: #fff;
  background: #F62A5B;
  border-color: #F62A5B;
}
.portfolio-wrapper {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.portfolio-wrapper:hover .portfolio-content {
  position: absolute;
  left: 15px;
  right: 10px;
  top: 10px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1);
}
.portfolio-wrapper:hover .portfolio-content .icon span {
  height: 25px;
  width: 25px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-wrapper:hover .portfolio-content .icon span:before {
  width: 2px;
  height: 25px;
  content: '';
  margin: auto;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
}
.portfolio-wrapper:hover .portfolio-content .icon span:after {
  width: 25px;
  height: 2px;
  content: '';
  margin: auto;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.portfolio-wrapper .portfolio-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* wraper_header */
.wraper_header {
  position: relative;
  z-index: 9;
  width: 100%;
}
/* wraper_header_main */
.wraper_header_main {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background: #fff;
  position: fixed;
  box-shadow: 0 12px 12px rgb(0 0 0 / 7%);
  top: 0;
  left: 0;
  right: 0;
}
.wraper_header_main > .container {
  padding-top: 0;
  padding-bottom: 0;
}
.wraper_header_main .header_main {
  width: 100%;
  padding: 10px 0px 10px 0px;
}
.wraper_header_main .header_main .brand-logo {
  padding: 0;
  text-align: left;
  float: left;
  margin-top: 0px;
}
.wraper_header_main .header_main .brand-logo img {
  width: 100%;
}
.wraper_header_main .header_main .res_nav {
  float: right;
  margin-top: 23px;
  cursor: pointer;
  display: none;
}
.wraper_header_main .header_main .res_nav i {
  font-size: 25px;
  line-height: 1;
  color: #e67f22;
}
.wraper_header_main .header_main .nav {
  float: right;
  text-align: right;
  font-size: 0;
  padding-left: 0px;
  position: relative;
  z-index: 1;
}
.wraper_header_main .header_main .nav ul {
  display: inline-block;
}
.wraper_header_main .header_main .nav > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  /*	margin-right: 15px;*/
  margin-top: 6px;
  padding: 4px 10px 4px 10px;
}
.wraper_header_main .header_main .nav > ul > li:last-child {
  margin-right: 0;
}
.wraper_header_main .header_main .nav > ul > li > a {
  position: relative;
  display: block;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  color: #6D6D6D;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  border-radius: 20px;
}
.wraper_header_main .header_main .inner-header.nav > ul > li > a {
  color: #212129;
}
.wraper_header_main .header_main .nav > ul > li:hover a {
  color: #00198D;
}
.wraper_header_main .header_main .nav > ul > li > a.actives {
  color: #00198D;
}
/*.wraper_header_main .header_main .nav > ul > li:hover a:after{position: absolute;content: "";height: 2px;width: auto;border-bottom: 1px solid #9D833E;left: 0;right: 0;margin: auto;bottom: 0;}*/
.wraper_header_main .header_main .nav > ul > li a:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  background: #fff;
}
/*.wraper_header_main .header_main .nav > ul > li:hover a:after{
    width: 100%;
    left: 0;
    right: auto;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
	background: #00198D;
}*/
.wraper_header_main .header_main .nav > ul > li.active a {
  color: #00198D
}
.wraper_header_main .header_main .nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 220px;
  height: auto;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.wraper_header_main .header_main .nav > ul > li:last-child > ul, .wraper_header_main .header_main .nav > ul > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}
.wraper_header_main .header_main .nav > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.wraper_header_main .header_main .nav > ul > li > ul > li, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
.wraper_header_main .header_main .nav > ul > li > ul > li > a, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li > a, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 1px 15px 1px 15px;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  line-height: 25px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.wraper_header_main .header_main .nav > ul > li > ul > li:last-child > a, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li:last-child > a, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}
.wraper_header_main .header_main .nav > ul > li:hover > ul > li > a, .wraper_header_main .header_main .nav > ul > li:hover > ul > li > ul > li > a, .wraper_header_main .header_main .nav > ul > li:hover > ul > li > ul > li > ul > li > a {
  padding: 12px 15px 11px 15px;
}
.wraper_header_main .header_main .nav > ul > li > ul > li > a:before, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li > a:before, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li > ul > li > a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  content: " ";
  width: 4px;
  background-color: #ec8b20;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.wraper_header_main .header_main .nav > ul > li > ul > li:hover > a:before, .wraper_header_main .header_main .nav > ul > li > ul > li.current-menu-item > a:before, .wraper_header_main .header_main .nav > ul > li > ul > li.current-menu-parent > a:before, .wraper_header_main .header_main .nav > ul > li > ul > li.current-menu-ancestor > a:before, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li:hover > a:before, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li.current-menu-item > a:before, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li.current-menu-parent > a:before, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li.current-menu-ancestor > a:before, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li > ul > li:hover > a:before, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li > ul > li.current-menu-item > a:before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.wraper_header_main .header_main .nav > ul > li > ul > li.menu-item-has-children > a:after, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li.menu-item-has-children > a:after, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f105";
  font-family: 'FontAwesome';
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.wraper_header_main .header_main .nav > ul > li > ul > li > ul, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li > ul {
  position: absolute;
  top: 10%;
  left: 100%;
  z-index: 1;
  width: 220px;
  height: auto;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.wraper_header_main .header_main .nav > ul > li:last-child > ul > li > ul, .wraper_header_main .header_main .nav > ul > li:nth-last-child(2) > ul > li > ul, .wraper_header_main .header_main .nav > ul > li:last-child > ul > li > ul > li > ul, .wraper_header_main .header_main .nav > ul > li:nth-last-child(2) > ul > li > ul > li > ul {
  left: auto;
  right: 100%;
}
.wraper_header_main .header_main .nav > ul > li > ul > li:hover > ul, .wraper_header_main .header_main .nav > ul > li > ul > li > ul > li:hover > ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
/* sidr */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto
}
.sidr.right {
  left: auto;
  right: -260px
}
.sidr.left {
  left: -260px;
  right: auto
}
.sidr {
  background: #fff;
}
body.sidr-open .sidr {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.sidr > .sidr-inner > ul > li {
  width: 100%;
  height: auto;
  float: left;
  padding: 12px 15px 14px 15px;
  border-bottom: 1px rgba(0, 0, 0, 0.07) solid;
}
.sidr > .sidr-inner > ul > li > a {
  float: left;
  width: auto;
  height: auto;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
  color: #3d3d3d;
  line-height: 25px;
}
.sidr > .sidr-inner > ul > li.current-menu-item > a, .sidr > .sidr-inner > ul > li.current-menu-parent > a, .sidr > .sidr-inner > ul > li.current-menu-ancestor > a, .sidr > .sidr-inner > ul > li > ul > li.current-menu-item > a, .sidr > .sidr-inner > ul > li > ul > li.current-menu-parent > a, .sidr > .sidr-inner > ul > li > ul > li.current-menu-ancestor > a .sidr > .sidr-inner > ul > li > ul > li > ul > li.current-menu-item > a, .sidr > .sidr-inner > ul > li > ul > li > ul > li.current-menu-parent > a, .sidr > .sidr-inner > ul > li > ul > li > ul > li.current-menu-ancestor > a, .sidr > .sidr-inner > ul > li > ul > li > ul > li > ul > li.current-menu-item > a {
  background: #2f96de;
  color: #fff;
}
.sidr > .sidr-inner > ul > li > ul > li > a, .sidr > .sidr-inner > ul > li > ul > li > ul > li > a, .sidr > .sidr-inner > ul > li > ul > li > ul > li > ul > li > a {
  display: block;
  width: auto;
  height: auto;
  border-bottom: 1px rgba(0, 0, 0, 0.07) solid;
  font-weight: 400;
  font-size: 13px;
  color: #2b2828;
  line-height: 25px;
}
.sidr > .sidr-inner > ul > li > ul > li > a {
  padding: 10px 15px 10px 25px;
}
.sidr > .sidr-inner > ul > li > ul > li > ul > li > a {
  padding: 10px 15px 10px 40px;
}
.sidr > .sidr-inner > ul > li > ul > li > ul > li > ul > li > a {
  padding: 10px 15px 10px 55px;
}
body.main-menu-open > .overlay {
  opacity: 1;
  visibility: visible;
}
/*--------------------------BANNER SECTION START---------------------------*/
.body-main {
  background: #FFE8E8;
  padding: 18px 0;
  overflow: hidden;
}
section.active {
  /*    padding-top: 50px;*/
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
section#home.active {
  padding-top: 0px;
}
section#about.active .about-main {
  padding-top: 80px;
}
section#findYourCity.active .agenda-main {
  padding-top: 80px;
}
section#eventsPhoto.active .event_Photo {
  padding-top: 250px;
}
section#speakers.active .speakers-main {
  padding-top: 0px;
}
section#testimonial.active .testimonial-area {
  padding-top: 100px;
}
section#fAQs.active .spons ors-main {
  padding-top: 100px;
}
section#location.active .location-main {
  padding-top: 100px;
}
.sponsors-main {
  padding-top: 80px;
}
/*
section#sponsors.active .sponsors-main{
padding-top: 80px;	
}
section#registration.active .sponsors-main{
padding-top: 200px;	
}
*/
.banner-main {
  margin: 0;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 80px;
}
.banner-main h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  margin-top: 50px;
}
.banner-main h3 {
  /*font-family: 'Bebas Neue', cursive;*/
	font-family: 'Inter', sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  color: #FA666C;
  width: 77%;
  letter-spacing: -0.5px;
	padding-top: 50px;
}
/*.banner-main h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  color: #FA666C;
  width: 77%;
  letter-spacing: -0.5px;
}*/
.banner-heading-one {
  border-radius: 10px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(250, 102, 108, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(250, 102, 108, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(250, 102, 108, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00fa666c', GradientType=1);
  padding: 8px 20px;
  width: 60%;
  margin-bottom: 10px;
}
.banner-heading-one h4 {
  color: #000000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  font-style: italic;
}
.banner-lower-form-box {
  margin: 5px 0 0 0;
}
.banner-lower-form-box p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
  padding-bottom: 7px;
}
.banner-lower-form-box p.highlight-box {
  background: rgba(237, 28, 36, 6%);
  border-radius: 10px;
  border: 1px solid rgba(250, 102, 108, 47%);
  display: inline-block;
  max-width: 314px;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}
.banner-lower-form-box ul {
  list-style: none;
  padding: 0px 0 20px 0;
  margin: 0;
}
.banner-lower-form-box ul li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.banner-lower-form-box ul li i {
  display: inline-block;
}
.banner-lower-form-box ul li p {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 8px;
  margin: 0;
}
.banner-lower-form-box ul li p sup {
  font-size: 13px;
}
a.bot {
  background: #00198D;
  border-radius: 50px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #fff;
  padding: 20px 15px;
  margin-top: 15px;
  display: inline-block;
  max-width: 317px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.banner-right-image {
  text-align: right;
}
.banner-right-image img {
  position: relative;
  top: -58px;
  left: -95px;
}
.banner-right-small {
  position: fixed;
  right: 6%;
  bottom: 40px;
  z-index: 99;
  display: none;
}
/*------------ABOUT SECTION START------------------*/
.about-main {
  padding: 40px 0;
}
.about-text {
  padding: 10px 0 0 0;
}
.inner-top-header {
  position: relative;
}
.heading {
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
}
.inner-top-header .icon-inner {
  position: absolute;
  left: -15%;
  top: 12%;
}
.heading .data {
  padding: 0;
}
.heading .data h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 65px;
  line-height: 52px;
  font-weight: 500;
  color: #FA666C;
  letter-spacing: 0px;
}
.heading .data p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #000;
}
.about-inner-box {
  background: #fff;
  border-radius: 0 50px 0 0;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 7%);
  padding: 20px 40px 40px 30px;
}
.about-inner-box p {
font-family: 'Inter', sans-serif ;
  font-size: 18px;
  line-height: 26px;
  color: #646464;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
}
.about-inner-box ul{
	font-family: 'Inter', sans-serif ;
	font-size: 16px;
  line-height: 20px;
  color: #646464;
  font-weight: 400;
	margin: 0;
	padding:0;
	margin-left: 18px;
	padding-bottom: 15px;
}
.about-inner-box ul li{
	padding-bottom: 10px;
	}
.about-inner-box ul li:last-child{
	padding:0;
}
.about-inner-box p:last-child {
  padding: 0;
}
.about-inner-box h5 {
  color: #00198D;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  /*font-style: italic;*/
  margin: 0;
  padding: 5px 0;
}
.about-image {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 50vh;*/
  height: auto;
}
.extra-spacer {
  margin-top: 30px;
}
/*-------------------About section End----------------*/
/*--------------speakers section start----------------*/
.speakers-main {
  padding: 80px 0;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
}
.heading-center {
  width: 50%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.heading-center .icon-inner {
  /* position: absolute; */
  /* left:10%; */
  /* top: 12%; */
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
}
.heading-center .data h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 65px;
  line-height: 52px;
  font-weight: 500;
  color: #FA666C;
  letter-spacing: 0px;
}
.heading-center .data h3 span {
  font-size: 40px;
}
.heading-center .data p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #000;
}
.heading-center .data {
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.speakers-box-main {
  background: #fff;
  border-radius: 50px 50px 0 0;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 7%);
  text-align: center;
  padding: 50px 40px;
  margin-top: 30px;
  display: inline-block;
}
.speaker-item {
  width: 100%;
  float: left;
  margin: 0;
  padding: 25px 20px;
}
.speaker-item .data-box {
  padding-top: 20px;
}
.speaker-item .data-box h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #00198D;
  margin: 0;
  padding-bottom: 10px;
}
.speaker-item .data-box p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #484848;
}
.speaker-item .data-box p span {
  display: block;
}
.speaker-box-main {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
}
.speaker-box-main .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(250, 102, 108, 0.4);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transform: translateY(10px);
}
.speaker-box-main:hover .hover-box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.speaker-box-main .hover-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modally-table .modally {
  padding: 0;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
.modally-left {
  width: 40%;
  display: table-cell;
  background: #FFE8E8;
  padding: 30px 20px;
  vertical-align: top;
  margin: 0 -2px;
  height: 100%;
}
.topImg {
  vertical-align: top !important;
}
.modally-right {
  width: 60%;
  display: table-cell;
  padding: 60px 40px;
  margin: 0 -2px;
  vertical-align: middle;
}
.modally-right h3, .modally-left h3 {
  font-size: 25px;
  line-height: 34px;
  color: #00198D;
  font-weight: 600;
  margin: 0;
  padding-bottom: 5px;
}
.modally-right p, .modally-left p {
  font-size: 18px;
  line-height: 25px;
  color: #484848;
  font-weight: 400;
}
.modally-left h3 {
  text-align: center;
  margin-top: 20px;
}
.modally-left p {
  text-align: center;
  margin-bottom: 5px;
}
.modally-right h4 {
  font-size: 18px;
  line-height: 25px;
  color: #484848;
  font-weight: 400;
  text-align: left;
}
.modally-left h4 {
  font-size: 18px;
  line-height: 25px;
  color: #484848;
  font-weight: 400;
  text-align: center;
}
.modally-right p span {
  display: block;
}
.lower-text {
  padding: 10px 0 15px 0;
}
.lower-text p {
  font-size: 20px;
  line-height: 30px;
  color: rgba(72, 72, 72, 70%);
  font-weight: 400;
}
.socal-part {
  padding: 10px 0 0 0;
}
.socal-part p {
  font-size: 18px;
  line-height: 25px;
  color: #484848;
  font-weight: 500;
}
.socal-part ul {
  padding: 15px 0 0 0;
  margin: 0;
  list-style: none;
}
.socal-part ul li {
  display: inline-block;
  padding: 0 4px;
}
.socal-part ul li img {
  width: 82%;
}
.modally-table .modally .modally-close-button {
  overflow: visible;
  cursor: pointer;
  background: #F6646A;
  border-radius: 0 30px 0 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 25px 30px;
  font-size: 40px;
  color: #fff;
  line-height: 23px;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
  font-weight: 500;
}
/*--------------speakers section End----------------*/
/*----------------Agenda Section Start---------------*/
.agenda-main {
  padding: 80px 0 80px 0;
}
.agenda-table-main {
  background: #fff;
  border-radius: 40px 40px 0 0;
  padding: 0;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 7%);
  overflow: hidden;
}
.table-inner {}
.table-head {
  background: #F5F9FE;
  padding: 20px 40px 15px 40px;
}
.table-item {
  display: inline-block;
  width: 33.33%;
  margin: 0 -2px;
  padding: 0 20px;
}
.table-item h3 {
  text-align: center;
  color: #000;
  font-weight: 600;
  /*    padding-top:10px;*/
}
.table-head .table-item h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #00198D;
}
.table-body {
  padding: 20px 40px 15px 40px;
}
.table-body .table-item i {
  display: inline-block;
}
.table-body .table-item h4 {
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #00198D;
}
.table-body .table-item h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
}
.table-body .table-item a.bot {
  margin-top: 0;
  padding: 15px 15px;
  font-size: 16px;
}
.table-head-2 {
  padding: 20px 40px 15px 40px;
  background: #FEF5F5;
}
.table-head-2 h4 {
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
}
.table-body.extra-part {
  background: #F5F9FE;
}
.table-body.extra-part .table-item h4 {
  font-family: 'Bebas Neue', cursive;
  font-size: 55px;
  line-height: 65px;
  font-weight: 500;
  color: #00198D;
  letter-spacing: 0px;
}
.table-body.two-line-text .table-item {
  vertical-align: top;
}
.table-body.extra-part .table-item {
  vertical-align: middle;
}
.hide-desk {
  display: none;
}
.table-body.two-line-text.two-line-font .table-item {
  vertical-align: middle;
}
.table-body.two-line-text.two-line-font .table-item:nth-child(2) {
  padding-top: 0px;
}
/*----------------Agenda Section End---------------*/
/*----------------Testimonial Section Start---------------*/
.testimonial-area {
  margin-bottom: 70px;
  padding-top: 70px;
}
.testCol {
  background: #fef5f5;
  padding: 30px;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 10px;
  min-height: 315px;
}

.testCol i {
  font-size: 30px;
  color: #fa666c;
  margin-bottom: 20px;
}
.testCol p {
  font-size: 15px;
  margin-bottom: 5px;
  font-style: italic;
}
.testCol span {
  font-size: 12px;
  color: #9d9d9d;
  font-style: italic;
}
.testCol h3 {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
}
.testImg {
  width: 80px;
  height: 80px;
  background: #ccc;
  padding: 10px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  margin-bottom: -62px;
  margin-top: 20px;
}
.testImg img {
  width: 81%;
}
/*----------------Testimonial Section End---------------*/
/*---------------Location Section Start--------------------*/
.location-main {
  padding: 40px 0 60px 0;
}
.location-table-main {
  background: #fff;
  border-radius: 60px 0px 0 0;
  box-shadow: 0 20px 20px rgb(0 0 0 / 7%);
  padding: 40px 40px;
  width: 600px;
  margin: auto;
}
.location-left {
  width: 70%;
  margin: 0 -2px;
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
}
.location-map {
  width: 30%;
  margin: 0 -2px;
  display: inline-block;
  vertical-align: middle;
}
.location-map img {
  width: 88%;
}
.location-heading h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #00198D;
}
.location-heading {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #FA666C;
  margin-bottom: 5px;
  margin-top: 5px;
}
/*.location-heading h3 span{
	display: block;
}*/
.location-left h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #00198D;
  padding-bottom: 5px;
  padding-top: 15px;
  margin: 0;
}
.location-left p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #818181;
  margin: 0;
  padding-bottom: 5px;
}
.location-left a.get-loca {
  border: 1px solid #00198D;
  border-radius: 50px;
  max-width: 160px;
  width: 100%;
  display: block;
  padding: 8px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #00198D;
  margin-top: 20px;
}
.location-left a.get-loca i {
  padding-right: 10px;
}
.location-left ul {
  list-style: none;
  padding: 0;
  margin: 35px 0 0 0;
}
.location-left ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #818181;
  margin: 0 0 9px 0;
  /*    padding-left: 35px;*/
}
.location-left ul li:first-child {
  /*	background: url("../images/tel.svg") no-repeat left center;*/
}
.location-left ul li:last-child {
  /*	background: url("../images/Envelope.svg") no-repeat left center;*/
  margin: 0;
}
/*---------------Location Section End--------------------*/
/*------------sponsors Section Start--------------*/
.sponsors-main {
  padding: 80px 0 80px 0;
  /*    margin-top:100px;*/
}
.sponsors-table-main {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 20px rgb(0 0 0 / 7%);
  padding: 40px 40px;
}
#registration .sponsors-table-main {
  padding: 16px 40px;
}
.sponsors-table-main .sponsors-image {
  padding: 0;
}
.sponsors-image {
  text-align: center;
  padding-top: 11px;
}
.inner-text {
  padding: 5px 0 0 0;
}
.inner-text p {
  font-size: 16px;
  line-height: 24px;
  color: #484848;
}
.sponsors-table-main .inner-text a {
  max-width: 200px;
  font-size: 14px;
  line-height: 20px;
  margin: 6px 0 0 0;
  padding: 12px 15px;
}
.heading-center.single-line-text .icon-inner {
  margin: 0;
  vertical-align: text-bottom;
}
.heading-center.single-line-text .data {
  vertical-align: baseline;
}
/*------------sponsors Section End--------------*/
/*----------Regd Section Start-----------*/
.regd-hed {
  text-align: center;
  margin-top: 40px;
}
.regd-hed h3 {
  font-size: 60px;
  line-height: 65px;
  color: #ED1C24;
  font-weight: 600;
}
.regd-hed h3 sup {
  font-size: 28px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  position: relative;
  top: 0px;
}
.regd-text h3 {
  font-size: 20px;
  line-height: 32px;
  color: #00198D;
  font-weight: 500;
}
.regd-text ul {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
}
.regd-text ul li {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #484848;
  font-weight: 400;
  margin: 0 0 5px 0;
  background: url("../images/tick.svg") no-repeat left center;
  padding: 0 0 0 35px;
}
.regd-text ul li:last-child {
  margin: 0;
}
/*----------------------------FAQ Section Start-----------------*/
.faq-section {
  padding: 0px 0 100px 0;
}
.accordian-main {
  padding: 15px 0;
}
.accordian-main .accordion_head {
  border-bottom: 1px solid rgba(112, 112, 112, 20%);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
}
.accordian-main .accordion_head p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
}
.accordian-main .accordion_head.active {
  border-bottom: 0px none;
  background: #fef5f5;
  /*padding-left: 15px;*/
  background-size: 13px;
}
.accordian-main .accordion_head {
  /*border-bottom: 0px none;*/
  background-size: 13px;
  position: relative;
}
.accordian-main .accordion_body {
  padding: 0px 20px 15px 20px;
  display: none;
  background: #fef5f5;
  position: relative;
  z-index: 2;
}
/*.accordion_body:after,.accordian-main .accordion_head.active:after {
    position: absolute;
    content: "";
    width: 100vw;
    right: 0;
    height: 100%;
    background: #fff;
	z-index: 1;
	top: 0;
}
.accordion_body:before,.accordian-main .accordion_head.active:before {
    position: absolute;
    content: "";
    width: 100vw;
    left: 0;
    height: 100%;
    background: #fff;
	z-index: 1;
	top: 0;
}*/
.accordian-main .accordion_body p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6D6D6D;
  margin: 0;
  position: relative;
  z-index: 2;
}
.accordian-main .accordion_body p a {
  color: #6D6D6D;
  text-decoration: underline;
}
span.plusminus {
  position: absolute;
  right: 0;
  font-size: 0px;
  font-weight: 400;
  color: #000000;
}
.accordian-main .accordion_head.active span.plusminus {
  font-size: 45px;
}
.accordian-body-inner {
  width: 90%;
}
.accordian-table-main {
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  width: 70%;
  margin-bottom: 20px;
}
.accordian-table-main-2 {
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
}
.accordian-body-inner p {
  padding-bottom: 15px;
  width: 84%;
}
.accordian-body-inner h4 {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #000;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #fff;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 16%);
}
.res_nav span {
  position: relative;
  font-size: 0px;
  border-bottom: 4px solid #00198D;
  margin-top: 38px;
}
.res_nav span:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 20px;
  background: #00198D;
  right: 10px;
  top: 0px;
  border-radius: 30px;
}
.res_nav span:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  background: #00198D;
  right: 0;
  top: 9px;
  border-radius: 30px;
}
.res_nav:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 30px;
  background: #00198D;
  right: 0;
  top: -9px;
  border-radius: 30px;
}
.res_nav:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 8px;
  background: #ED1C24;
  right: 0;
  top: -1px;
  border-radius: 30px;
  z-index: 999;
}
.res_nav {
  position: relative;
  font-size: 0px;
}
/*FOOTER SECTION START*/
.footer-main {
  padding: 15px 0;
  background: #00198D;
  text-align: center;
}
.footer-inner-text {}
.footer-inner-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-inner-text ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  padding: 0 8px;
  color: #fff;
}
.footer-inner-text ul li a {
  color: #fff;
  text-decoration: underline !important;
}
.footer-inner-text ul li:after {
/*
  position: absolute;
  content: "";
  height: 70%;
  width: 2px;
  background: #fff;
  top: 3px;
  right: -2px;
*/
}
.footer-inner-text ul li:last-child:after {
  display: none;
}
/*FOOTER SECTION END*/
/*#event{
	    padding-top: 80px;
    margin-top: 0px;
}*/
/*#speakers,#agenda,#location,#sponsors,#registration,#fAQs{
	padding-top: 60px;
	margin-top: -30px;
}*/
.regd-hed h3 span {
  font-weight: 400;
}
.place-top {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
/*--------------------RESPONSIVE START-----------------*/
@media(max-width:1049px) {
  .d-sm-none {
    display: none;
  }
  .wraper_header_main .header_main .res_nav {
    float: right;
    margin-top: 23px;
    cursor: pointer;
    display: block;
  }
}
@media(max-width:1199px) {
  .wraper_header_main .header_main .nav > ul > li > a {
    font-size: 15px;
  }
  .table-body .table-item a.bot {
    font-size: 13px;
  }
}
@media(max-width:990px) {
  .table-body .table-item a.bot {
    font-size: 13px;
  }
  .wraper_header_main .header_main .res_nav {
    float: right;
    margin-top: 23px;
    cursor: pointer;
    display: block;
  }
  .d-sm-none {
    display: none;
  }
  .banner-main {
    margin: 0px 0 0 0;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0;
  }
  .banner-main h3 {
    width: 80%;
    margin: 0 auto;
  }
  .banner-right-image img {
    position: relative;
    top: 41px;
    left: -44px;
  }
  .banner-right-small img {
    width: 65%;
  }
  .banner-right-small {
    right: -29px;
    bottom: 21px;
  }
  .inner-top-header .icon-inner {
    left: 0;
    top: 12%;
  }
  .heading .data {
    padding: 12px 0 0 60px;
  }
  .about-main {
    padding: 80px 0 0 0;
  }
  .about-image {
    height: auto;
    margin-bottom: 20px;
  }
  .heading-center {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    padding-left: 45px;
  }
  .heading-center .icon-inner {
    position: absolute;
    left: 0;
    top: -12px;
  }
  .heading-center .data {
    padding-left: 40px;
  }
  .speaker-item {
    width: 100%;
    display: inline-block;
    margin: 0 -5px 0 -5px;
    padding: 25px 0;
  }
  .speakers-box-main {
    padding: 50px 20px;
    margin-top: 0px;
  }
  .table-body {
    padding: 20px 20px 15px 20px;
  }
  .agenda-table-main {
    margin-top: 20px;
  }
  .table-item img {
    width: 100%;
  }
  .table-body .table-item h4 {
    padding-top: 20px;
  }
  .agenda-main {
    padding: 60px 0 0 0;
  }
  .speakers-main {
    padding: 80px 0 0 0;
  }
  .location-table-main {
    margin-top: 20px;
  }
  .location-map iframe {
    height: 559px;
  }
  .location-left ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .sponsors-table-main {
    margin-top: 20px;
  }
  .sponsors-image {
    margin-bottom: 20px;
  }
  .sponsors-table-main .inner-text a {
    margin: 15px auto 0 auto;
    display: block;
  }
  .sponsors-main {
    padding: 60px 0 0 0;
  }
  .location-main {
    padding: 60px 0 0 0;
  }
  .accordian-main {
    padding: 15px 0;
    overflow: hidden;
  }
  button#myBtn {
    display: none !important;
  }
  .wraper_header_main .header_main {
    padding: 5px 0px 5px 0px;
  }
  section#registration.active .sponsors-main {
    padding-top: 40px;
  }
  .event_Photo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /*    .heading-center .icon-inner img{ width:70px;}*/
  .speakers-box-main {
    text-align: center;
    padding: 18px 15px 0px 15px;
    margin-bottom: 40px;
  }
  .speaker-item .data-box h5 {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 5px;
    /*min-height: 37px;*/
  }
  .speaker-item .data-box p {
    font-size: 12px;
    line-height: 16px;
  }
  .speaker-box-main .hover-box {
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transform: translateY(0px);
    background: none;
  }
  .speaker-box-main .hover-box img {
    position: absolute;
    left: 0;
    right: -8px;
    top: auto;
    bottom: -8px;
    margin: auto;
    width: auto;
    height: auto;
  }
  .testimonial-area {
    padding-top: 50px;
  }
  .testimonial-area .heading-center {
    padding-left: 45px;
    /*    padding-bottom: 10px;*/
  }
  /*    .speakers-main{padding-top:50px;}*/
  .speakers-main .heading-center {
    padding-left: 45px;
    /*    padding-bottom: 10px;*/
  }
  .table-item {
    width: 33.33% !important;
  }
}
@media(max-width:767px) {
  .portfolio-menu {
    margin-top: 20px;
  }
    .faq-accordian-main {
    margin-top: 30px;
}
    .speakers-box-main{margin-top:20px;}
  .testCol {
    min-height: auto !important;
  }
  .d-sm-none {
    display: none;
  }
  .wraper_header_main .header_main .res_nav {
    float: right;
    margin-top: 23px;
    cursor: pointer;
    display: block;
  }
  .wraper_header_main .header_main .res_nav i {
    font-size: 25px;
    line-height: 1;
    color: #e67f22;
  }
  .banner-main {
    /* margin: 40px 0 0 0;
		    padding-top: 44px;*/
    margin: 0;
    padding-top: 0;
  }
  .banner-main h2 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
  }
  .banner-main h3 {
    font-size: 44px;
    line-height: 46px;
    width: 100%;
  }
  .banner-main h3 span {
    display: none;
  }
  .banner-lower-form-box {
    margin: 5px 0 0 0;
  }
  .hide-desk {
    display: block;
    width: 92%;
    margin: auto;
  }
  .hide-mob {
    display: none;
  }
  .banner-right-image.hide-desk img {
    width: 95%;
    left: 0;
    top: 11px;
  }
  .banner-lower-form-box p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
  .banner-right-small {
    display: none;
  }
  .banner-lower-form-box p.highlight-box {
    font-size: 14px;
    line-height: 19px;
    max-width: 212px;
    display: block;
    margin: 0 auto;
  }
  a.bot {
    background: #00198D;
    border-radius: 50px;
    font-size: 14px;
    line-height: 21px;
    padding: 16px 13px;
    display: block;
    max-width: 215px;
    text-align: center;
    margin: 19px auto 0 auto;
  }
  .inner-top-header .icon-inner {
    left: 0;
    top: 12%;
  }
  .heading .data h3 {
    font-size: 40px;
    line-height: 35px;
  }
  .heading .data p {
    font-size: 20px;
    line-height: 30px;
  }
  .heading .data {
    padding: 12px 0 0 52px;
  }
  .icon-inner i img {
    width: 40px;
  }
  .about-main .icon-inner img {
    width: 35px !important;
  }
  .agenda-main .icon-inner img {
    width: 30px !important;
  }
  .location-main .icon-inner img {
    width: 35px !important;
  }
  .icon-inner.res-smaller img {
    /*    width: 35px;*/
  }
  .icon-inner.res-smaller {
    left: 7px !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
  .icon-inner.res-smaller-2 img {
    width: 32px;
  }
  .icon-inner.res-smaller-3 img {
    width: 32px;
  }
  .icon-inner.res-smaller-3 {
    top: 10px !important;
    left: 9px !important;
  }
  .icon-inner.res-smaller-2 {
    left: 7px !important;
    top: 4px !important;
  }
  .about-image {
    height: auto;
    padding-bottom: 5px;
  }
  .about-image img {
    width: 70%;
  }
  .about-inner-box h5 {
    display: none;
  }
  .about-inner-box p {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
  }
  .speakers-main {
    padding: 0;
  }
  .heading-center .icon-inner {
    position: absolute;
    left: 0;
    top: 0px;
    margin: auto;
  }
  .heading-center.single-line-text .data {
    vertical-align: baseline;
    padding-top: 11px;
  }
  .heading-center {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    padding-left: 45px;
  }
  .heading-center .data h3 {
    font-size: 40px;
    line-height: 35px;
    letter-spacing: 0px;
  }
  .heading-center.single-line-text .data h3 {
/*    line-height: 50px;*/
    letter-spacing: 0px;
  }
  .heading-center .data p {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-center .data {
    padding-left: 10px;
  }
  .speaker-item {
    width: 100%;
    display: inline-block;
    margin: 0 -1px;
    padding: 25px 9px;
    padding-bottom: 0;
    text-align: center;
  }
  .owl-carousel .owl-item img {
    margin: auto;
  }
  .speaker-box-main {
    width: 100%;
    height: 100%;
  }
  .speaker-box-main a img {
    width: 100%;
  }
  img.place-top {
    width: auto !important;
  }
  .speakers-box-main {
    text-align: center;
    padding: 18px 15px 30px 15px;
  }
  .speaker-item .data-box h5 {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 5px;
    /*min-height: 37px;*/
  }
  .speaker-item .data-box p {
    font-size: 12px;
    line-height: 16px;
  }
  .speaker-box-main .hover-box {
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transform: translateY(0px);
    background: none;
  }
  .speaker-box-main .hover-box img {
    position: absolute;
    left: 0;
    right: -8px;
    top: auto;
    bottom: -8px;
    margin: auto;
    width: auto;
    height: auto;
  }
  .modally-left {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  .modally-left .speaker-box-main {
    width: 200px;
    height: 200px;
    position: relative;
    bottom: -20px;
  }
  .modally-right {
    width: 100%;
    display: block;
    padding: 20px 20px 25px 20px;
  }
  .modally-table .modally .modally-close-button {
    padding: 20px 23px;
    font-size: 30px;
    line-height: 22px;
  }
  .modally-right h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .modally-right p {
    font-size: 16px;
    line-height: 26px;
  }
  .socal-part ul {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
  }
  .modally-left {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .table-head {
    border-radius: 13px;
    padding: 11px 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 7%);
    overflow: hidden;
    background: #F5F9FE;
  }
  .table-head .table-item {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .table-head .table-item h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
  }
  .table-head .table-item p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    margin: 0;
  }
  .agenda-table-main {
    background: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    overflow: hidden;
  }
  .agenda-main {
    background: url("../images/color=blue (2).png") no-repeat center center;
  }
  .table-head-2 {
    padding: 20px 40px 15px 40px;
    background: #FEF5F5;
    margin-top: 30px;
    border-radius: 13px 13px 0 0;
    text-align: center;
  }
  .table-head-2 h4 {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    color: #00198D;
    margin: 0;
    font-weight: 700;
  }
  .table-head-2 h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    margin: 0;
  }
  .table-body {
    padding: 20px 20px 15px 20px;
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 7%);
    border-radius: 0 0 13px 13px;
  }
  .table-body .table-item:first-child {
    width: 60%;
    padding: 0;
    vertical-align: middle;
  }
  .table-body .table-item:last-child {
    display: inline-block;
    width: 100% !important;
    margin: 0 -2px;
    padding: 0;
    text-align: right;
  }
  .table-body .table-item h4 {
    padding: 5px 0 0 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: rgba(0, 0, 0, 70%);
    margin: 0;
  }
  .table-body .table-item h5 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
  }
  .table-body .table-item h4 span {
    color: #00198D;
    font-weight: 700;
  }
  .table-body.extra-part {
    margin-top: 30px;
    padding: 20px 20px 15px 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 7%);
    border-radius: 13px;
    text-align: center;
  }
  .table-body.extra-part .table-item:last-child {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  .table-body.extra-part .table-item img {
    width: 80%;
    margin-top: 5px;
  }
  .table-body.extra-part .table-item h4 {
    font-size: 40px;
    line-height: 40px;
    /*font-weight: 400;*/
    position: relative;
    bottom: 0px;
    padding: 0;
  }
  .table-body.extra-part .table-item h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    padding: 0;
  }
  .location-main {
    padding: 0;
  }
  .agenda-main {
    padding: 60px 0;
  }
  .location-left {
    width: 100%;
    margin: 0;
    padding-right: 0;
  }
  .location-heading h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .location-left h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .location-left p {
    font-size: 16px;
    line-height: 22px;
  }
  .location-left ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .location-table-main {
    padding: 30px 20px;
    width: auto;
  }
  .location-left ul li {
    font-size: 14px !important;
    text-align: center;
  }
  .location-map {
    width: 100%;
    margin: 16px 0 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .sponsors-table-main {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .sponsors-image {
    margin-bottom: 20px;
  }
  .sponsors-table-main .inner-text a {
    margin: 15px auto 0 auto;
  }
  .sponsors-main {
    padding: 60px 0;
  }
  .testimonial-area .icon-inner img {
    /*        margin-top: 16px !important;*/
    width: 40px;
  }
  .location-main .icon-inner {
    /*        margin-top: 14px !important;*/
    width: 40px;
  }
  .owl-dot {
    width: 20px !important;
    margin-right: 8px !important;
  }
  #registration .sponsors-main {
    padding: 0;
  }
  .regd-hed {
    text-align: center;
    margin-top: 0;
    padding-bottom: 20px;
  }
  .regd-text h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .regd-text ul li {
    display: block;
    font-size: 15px;
    line-height: 25px;
    background-size: 6%;
    background-position: left 5px;
    padding-left: 34px;
    margin: 0 0 6px 0;
  }
  .accordion_body:before, .accordian-main .accordion_head.active:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    top: 0;
    visibility: hidden;
  }
  .accordion_body:after, .accordian-main .accordion_head.active:after {
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    top: 0;
    visibility: hidden;
  }
  .accordian-main .accordion_head.active {
    background: #fff url("../images/up-arrow.png") no-repeat calc(100% - 11px) center;
    background-size: 17px !important;
  }
  .accordian-main .accordion_head {
    padding: 15px 22px 15px 20px;
    background: url("../images/right-arrow.svg") no-repeat calc(100% - 11px) center;
    background-size: 10px !important;
  }
  .accordian-main .accordion_body {
    padding: 5px 15px 15px 15px;
    background: #fff;
  }
/*
  #fAQs .sponsors-main {
    padding-bottom: 0;
  }
*/
  #speakers {
    padding-top: 60px;
  }
  .wraper_header_main .header_main .brand-logo img {
    width: 75%;
  }
  .about-main {
    padding: 30px 0 0 0;
  }
  .location-map iframe {
    height: 400px;
  }
  .heading-center .data h3 span {
    font-size: 25px;
  }
  #location {
    padding-top: 40px;
    margin-top: -40px;
  }
  #registration {
    padding-top: 40px;
    margin-top: -40px;
  }
  .banner-heading-one h4 {
    font-size: 17px;
    line-height: 22px;
  }
  .banner-heading-one {
    width: 100%;
    text-align: center;
    background: rgb(255, 232, 232); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 232, 232, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 232, 232, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 232, 232, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8', endColorstr='#ffe8e8', GradientType=1); /* IE6-9 */
  }
  .banner-lower-form-box ul {
    list-style: none;
    padding: 10px 0 10px 0;
    margin: 0;
  }
  .location-heading h3 span {
    display: block;
  }
}
@media(min-width:991px) {
  #event {
    padding-top: 30px;
  }
  /*	section#home.active .banner-main{
    padding-top: 40px;
}*/
  section#location.active .location-main {
    padding-top: 200px;
  }
  section#sponsors.active .sponsors-main {
    padding-top: 200px;
  }
  section.active .agenda-main {
    margin-top: 100px;
  }
}
@media(max-width:360px) {}
@media(max-width:320px) {
  .banner-main h2 {
    font-size: 20px;
    line-height: 32px;
  }
  .banner-main h3 {
    font-size: 39px;
    line-height: 42px;
    width: 100%;
    font-weight: 500;
    letter-spacing: 0px;
	  padding-top: 10px;
  }
  .heading .data h3 {
    font-size: 31px;
    line-height: 40px;
  }
  .heading-center .data h3 {
    font-size: 31px;
    line-height: 35px;
  }
  .heading-center .data {
    padding-left: 30px;
  }
  .speaker-item .data-box h5 {
    min-height: 37px;
  }
  .heading-center {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    padding-left: 25px;
  }
  .location-left ul li {
    font-size: 11px;
    line-height: 24px;
    word-break: break-all;
  }
}
/*--------------------RESPONSIVE END-----------------*/