

/* FONTS */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@300;500;700;900&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,1000&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,900&display=swap');

/*==BASIC-SETUP==*/
body {
  font-family: 'Nunito', sans-serif!important;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
}

/* scroll-bar */
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 100px 100px 0 0;
  background: #333333;
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  color: #ffffff;
  position: fixed;
  right: 130px;
  bottom: 10px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  color: #fff;
  background: rgba(51, 51, 51, 0.7);
}

a:hover {
  opacity: 0.8;
}

/*==THIS IS START==*/

/* HEADER AREA START */

.header-area {
  padding: 20px 0 50px;
  background-image: url('images/hero-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
  background: linear-gradient(180deg, #00007c 0%, #00007cc5 100%);
}

.nav-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo a {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  transition: 0.2s;
}

.nav-items ul {
  display: flex;
  align-items: center;
}

.nav-items ul li {
  padding-right: 80px;
}

.nav-items ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  display: inline-block;
}

.btn-nav a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #5872FC;
  display: inline-block;
  padding: 10px 25px;
  background: #FFFFFF;
  border-radius: 5px;
}

.hero-area {
  position: relative;
  padding: 80px 0 50px;
}

.hero-left {
  position: relative;
}

.hero-left h2 {
  font-size: 74px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 84px;
  margin: 0 0 30px;
  text-transform: capitalize;
}

.hero-left::before {
  content: '';
  display: block;
  position: absolute;
  width: 35%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 18, 255, 0.378) 0%, rgba(217, 217, 217, 0) 100%);
  left: -25px;
  top: 22px;
  opacity: 0.8;
  z-index: -1;
}

.hero-left a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 400;
  background: linear-gradient(90deg, #00007c 0%, rgb(88 229 252) 100%);
  color: #FFFFFF;
  display: inline-block;
  padding: 13px 35px;
  border-radius: 10px;
  margin: 10 0 0 15px;
}

.hero-left a:first-of-type {
  background: linear-gradient(90deg, #00007c 0%, rgb(88 229 252) 100%);
}

.hero-left a:last-of-type {
  background: linear-gradient(90deg, #00007c 0%, rgb(88 229 252) 100%);
  margin: 5px 0px;
}

.hero-right {
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(48.5px);
  border-radius: 14px;
  position: relative;
}

.hero-right::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('images/hero-right-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  z-index: -1;
}

.hero-right-top {
  padding: 16px 33px;
}

.time-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.time-area-inner h2 {
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 30px;
}

.time-area-inner p {
  font-size: 23px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.date-location {
  display: flex;
  align-items: center;
  background-image: url("images/date.png");
  background-size: cover;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 14px 20px;
}

.date-area p {
  font-size: 16px;
  font-weight: 500;
  color: #182359;
  margin: 0;
  display: flex;
  align-items: center;
}

.date-area p img {
  max-width: 18px;
  margin-right: 6px;
}

.map-area {
  margin-top: 5px;
  position: relative; 
  padding: 14px 14px 30px;
  background-color: #FFFFFF;
   border-radius: 0px 0px 14px 14px;
}

.get-location-btn a {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(90deg, #00007c 0%, rgb(88 229 252) 100%);
  border: 1px solid #5872FC;
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
  text-transform: capitalize;
}

.map-img img {
  width: 100%;
}

.get-location-btn {
  margin-top: -65px;
  position: relative;
}

/* EVENT OVERVIWE AREA START */

.event-overviwe {
  padding: 50px 0 80px;
}

.event-left span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: #FFF;
  background: linear-gradient(90deg, #00007c 0%, rgb(88 229 252) 100%)!important;
  border-radius: 6px;
  padding: 8px 20px;
  text-transform: capitalize;
}

.event-left h2 {
  font-size: 36px;
  font-weight: 700;
  color: #182359;
  margin: 20px 0 12px;
  text-transform: capitalize;
}

.event-left p {
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  max-width: 595px;
  margin: 0;
}

.event-left a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
  background: linear-gradient(90deg, #00007c 0%, rgb(88 229 252) 100%);
  border-radius: 10px;
  padding: 13px 35px;
  display: inline-block;
  margin-top: 40px;
  position: relative;
}

.event-left a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(18, 255, 70, 0.084) 0%, rgba(217, 217, 217, 0) 100%);
  left: -40px;
  /*top: -50px;*/
  /*width: 300px;*/
  /*height: 300px;*/
}

.event-main {
  position: relative;
}

.event-content {
  background: #FFFFFF;
  box-shadow: 0px 4.86316px 20.6684px rgba(181, 181, 181, 0.25);
  border-radius: 6.07895px;
  padding: 4px;
  position: absolute;
  margin-bottom: 17px;
  max-width: 230px;
  width: 100%;
}

.event-content1 {
  top: 80px
}

.event-content2 {
  top: 165px
}

.event-content3 {
  top: 250px
}

.event-inner {
  display: flex;
  align-items: center;
  background: #F5F0FF;
  border-radius: 6.07895px;
  padding: 14px 19px;
}

.event-inner img {
  max-width: 22px;
}

.event-inner h3 {
  font-size: 21px;
  font-weight: 500;
  color: #A274FF;
  margin: 0 0 0 16px;
}

.event-content2 .event-inner {
  background: #D8FFE8;
}

.event-content3 .event-inner {
  background: #FFF6DF;
}

/* OUR SPECKER AREA START */

.our-specker-area {
  padding: 40px 0;
}

.our-specker-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #3C3C3C;
  margin: 0 0 12px;
  text-transform: capitalize;
}

.our-specker-title p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #667085;
  margin: 0 0 0px;
  line-height: 25px;
}

.main-content {
  position: relative;
}

.main-content .owl-theme .custom-nav {
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 20px;
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
  position: absolute;   
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
  font-size: 30px;
  color: red;
}

.main-content .owl-theme .custom-nav .owl-prev {
  left: 0;
  display: none;
}

.main-content .owl-theme .custom-nav .owl-next {
  right: 0;
}

.specker-slider {
  position: relative;
}

.specker-inner-cnt {
  background: #FFFFFF;
  border-radius: 0px 0px 5px 5px;
  padding: 14px;
}

.specker-inner-cnt h2 {
  font-size: 18px;
  font-weight: 700;
  color: #182359;
  text-transform: capitalize;
  margin: 0;
}

.specker-inner-cnt h3 {
  font-size: 14px;
  font-weight: 500;
  color: #3C3C3C;
  text-transform: capitalize;
  margin: 6px 0;
}

.specker-inner-cnt p {
  font-size: 14px;
  font-weight: 400;
  color: #667085;
  margin: 0;
}

.specker-bg-img {
  margin-top: -200px;
}

.specker-bg-img img {
  width: 100%;
}

.specker-content {
  max-width: 280px;
}

.specker-img img {
  min-height: 230px;
}

/* SPONSORS AREA START */

.sponsor-area {
  padding: 80px 0;
  background-image: url('images/topic-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sponsor-main {
  padding-bottom: 80px;
}

.sponsor-main2 {
  max-width: 730px;
  margin: 0 auto;
}

.sponsor-img1 {
  max-width: 171px;
  height: 70px;
}

.sponsor-img2 {
  max-width: 131px;
  height: 34px;
}
.sponsor-img3 {
  max-width: 182px;
  height: 49px;
}
.sponsor-img4 {
  max-width: 144px;
  height: 34px;
}
.sponsor-img5 {
  max-width: 128px;
  height: 29px;
}
.sponsor-img6 {
  max-width: 75px;
  height: 62px;
}
.sponsor-img7 {
  max-width: 62px;
  height: 49px;
}
.sponsor-img8 {
  max-width: 200px;
  height: 53px;
}
.sponsor-img9 {
  max-width: 200px;
  height: 47px;
}
.sponsor-img10 {
  max-width: 112px;
  height: 48px;
}
.sponsor-img11 {
  max-width: 99px;
  height: 54px;
}
.sponsor-img12 {
  max-width: 112px;
  height: 48px;
}
.sponsor-img13 {
  max-width: 80px;
  height: 53px;
}
.sponsor-img14 {
  max-width: 46px;
  height: 46px;
}

#gallery2 img {
  max-width: 120px;
}

#gallery2 .power {
  max-width: 60px;
}

#gallery2 .power2 {
  max-width: 48px;
}
#gallery2 .power3 {
  max-width: 60px;
}
#gallery2 .power4 {
  max-width: 80px;
}
#gallery2 .power5 {
  max-width: 80px;
}
#gallery2 .power6 {
  max-width: 60px;
}

#gallery3 img {
  max-width: 100%;
}

#gallery3 .power {
  max-width: 60px;
}

#gallery3 .power2 {
  max-width: 48px;
}
#gallery3 .power3 {
  max-width: 60px;
}
#gallery3 .power4 {
  max-width: 80px;
}
#gallery3 .power5 {
  max-width: 80px;
}
#gallery3 .power6 {
  max-width: 60px;
}

.oursponsor-img {
    width: 100%;
}


.sponsor-img1 {
  max-width: 171px;
  height: 70px;
}

.sponsor-img2 {
  max-width: 131px;
  height: 34px;
}

#gallery2 {
  padding-bottom: 60px;
}

/* ATTEND AREA START  */

.attent-area {
  padding: 60px 0 50px;
}

.attend-left {
  max-width: 520px;
  width: 100%;
}

.attend-left h2 {
  font-size: 32px;
  font-weight: 700;
  color: #182359;
  margin: 0;
  text-transform: capitalize;
}

.attend-left p,
.attend-inner-right p {
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  margin: 15px 0 0;
}

.attend-inner {
  display: flex;
  align-items: center;
}

.attend-inner-left img {
  max-width: 76px;
}

.attend-inner-right h3 {
  font-size: 19px;
  font-weight: 700;
  color: #182359;
  text-transform: capitalize;
  margin: 0 0 10px;
}

.attend-inner-right p {
  margin: 0;
}

.attend-inner-right {
  padding-left: 20px;
}

.attend-right img {
  width: 100%;
}

/* WHO-ATTEND AREA  */

.who-attend-area {
  background-image: url('images/who-attend-bg.png');
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 66px;
}

.who-attend-main {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  padding-bottom: 80px;
}

.who-attend-title span {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #182359;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 5px;
  margin: 4px 0px;
  padding: 12px 17px;
}

.who-attend-title {
  padding: 0px 2px 0px 2px;
}

.who-attend-title6 span {
  padding: 12px 31px;
}

.main-content2 .owl-theme .custom-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.main-content2 .owl-theme .custom-nav .owl-prev, .main-content2 .owl-theme .custom-nav .owl-next {
  position: absolute;   
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content2 .owl-theme .custom-nav .owl-prev i, .main-content2 .owl-theme .custom-nav .owl-next i {
  font-size: 30px;
  color: red;
}

.main-content2 .owl-theme .custom-nav .owl-prev {
  left: 33%;
}

.main-content2 .owl-theme .custom-nav .owl-next {
  right: 33%;
}

.main-content2 {
  position: relative;
  background-image: url('images/say-people-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0;
}

.client-content-wrapper {
  max-width: 380px;
  margin: 0 auto;
  position: relative;
}

.client-img {
  margin-bottom: -50px;
}

.client-img img {
  max-width: 100%;
  border-radius: 0%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.client-inner {
  padding: 70px 50px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  z-index: -1;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.client-inner p {
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  line-height: 27px;
  margin: 0 0 12px;
}

.client-inner h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1C8C80;
  margin: 0;
}

.main-content2 .owl-theme .owl-dots {
  display: none;
}

/* SOME MOMENT AREA START */

.some-moment-area {
  padding: 90px 0 60px;
  background-color: #103869!important;
}

.some-moment-main {
  padding-bottom: 28px;
}

.some-moment-main img {
  width: 100%;
}

.some-moment-main42 {
  padding-top: 10px;
}

/* DISCUSSION POINT AREA START  */

.discussion-area {
  padding: 30px 0;
}

.discussion-main-wrapper {
  display: flex;
  align-items: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 0px 22.4352px rgba(188, 188, 188, 0.25);
  border-radius: 15px;
  padding: 25px 35px 25px 27px;
  margin-bottom: 26px;
  min-height: 200px;
}

.discussion-img img {
  max-width: 60px;
}

.discussion-content {
  padding-left: 20px;
}

.discussion-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #3C3C3C;
  margin: 0;
}

.discussion-content p {
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  margin: 10px 0 0;
}

/* PAST EVENT AREA START  */

.past-event-area {
  padding: 60px 0;
  background: radial-gradient(50% 50% at 50% 50%, #f1f1f1 0%, #f1f1f1 100%);
}

.past-event-main-wrapper {
  background: #FFFFFF;
  border: 1px solid #EAEDFF;
  border-radius: 10px;
  padding: 16px;
}

.post-title h2 {
  font-size: 20px;
  font-weight: 700;
  color: #182359;
  margin: 13px 0 18px;
}

.post-title span {
  font-size: 17px;
  font-weight: 400;
  color: #667085;
  display: block;
}

.post-title p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 10px 20px;
  background: linear-gradient(90deg, #00007c 0%, rgb(88 229 252) 100%);
  border-radius: 5px;
  transition: 0.2s;
  margin-top: 15px;
  margin-bottom: 15px;
}

.past-event-area .our-specker-title2 {
  padding-top: 80px;
}

/* FOOTER-AREA START  */

.footer-area {
  padding: 40px 0 20px;
  background: #00007c;
}

.footer-about h2 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
}

.footer-about p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.footer-menu h2 {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.footer-menu ul li {
  padding-bottom: 10px;
}

.footer-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
  transition: 0.2s;
}

.footer-menu  p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
}

.footer-menu2 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 15px;
}

.footer-menu2 h3 {
  font-size: 19px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 25px;
}

.footer-menu2 ul {
  display: flex;
  align-items: center;
}

.footer-menu2 ul li {
  padding-right: 27px;
}

.footer-menu2 ul li a img {
  max-width: 37px;
  height: 37px;
  border-radius: 50%;
}

.copy-right {
  margin-top: 45px;
  padding: 17px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copy-right p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
}

.copy-right p img {
  max-width: 24px;
  margin-right: 5px;
}

.footer-menu2 {
  padding-left: 38px;
}

.some-moment-sm,
.btn-sm {
  display: none;
}

.topic-main-wrapper img:last-of-type {
  display: none;
}

.nav-sm {
  display: none;
  background-color: #263166;
  padding: 20px 0;
}

.hero-main-img {
  position: absolute;
  left: 35%;
  transform: translate(-50%);
  bottom: -30px;
  animation: pulse 5s infinite ease-in-out alternate;
}

@keyframes pulse {
  from { transform: scale(1); }
  to { transform: scale(1.2); }
}

.specker-inner-cnt {
  min-height: 249px;
}

.sponsor-area .our-specker-title {
  padding-bottom: 0px;
}

.past-event-area {
  overflow: hidden;
}

#gallery {
  padding-top: 50px;
}

.some-moment-sm img {
  width: 100%;
}

.some-moment-sm-main2 img {
  min-height: 170px;
  object-fit: cover;
  border-radius: 4px;
}

.some-moment-main31 {
  padding-bottom: 20px;
}

.sponsor-area {
  overflow: hidden;
}

.event-content2 h3 {
  color: #39CA96;
}

.event-content3 h3 {
  color: #FFC328;
}

.our-specker-title0 {
  padding-bottom: 0 !important;
}

.specker-content01 {
  margin-top: 5px;
}

.specker-content02 .specker-inner-cnt {
  padding-top: 25px;

}

.specker-content02 .specker-inner-cnt {
  min-height: 252px;
}

.specker-content03 .specker-inner-cnt {
  min-height: 253px;
}

.specker-content04 .specker-inner-cnt {
  min-height: 255px;
}

.specker-content04 .specker-img {
  margin-top: -5px;
}


/* update css by Kaushani */
.reg-delegate{
    background: linear-gradient(90deg, #00007c 0%, rgb(88 229 252) 100%);
    color:#FFF!important; 
}
.bottom-btn-sect{
    text-align: center;
    padding: 5% 0% 0px 0%;
}
.bottom-btn-alig{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    padding: 13px 35px;
    border-radius: 10px;
    margin: 10px 0 0 15px;
}
.slider-heading{
    font-size: 74px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 84px;
    margin: 0 0 30px;
    text-transform: capitalize;
}
.bg-light {
  background-color: #f8f9fa00!important;
}
.btn-outline-success:hover {
  background: linear-gradient(90deg, #5872FC 0%, rgba(180, 88, 252, 0.58) 100%);
  color:#240e9e!important; 
}
.btn-outline-success {
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #5872FC!important;
    display: inline-block;
    padding: 10px 25px;
    background: #FFFFFF!important;
    border-radius: 5px;
    margin:0px 10px;
}
.nav-sm {
  display: none;
  background-color: transparent;
  padding: 20px 0;
}
.navbar-collapse ul li a{
  color:#FFF!important;
  font-size: 18px;
  font-weight: 800;

}
.navbar-light .navbar-brand {
  color: rgb(255 254 254)!important;
  font-weight: 900;
  font-size: 30px;
}
.navbar-brand{
    margin-right: 66%!important;
}



@media screen and (max-width: 767px){
  .nav-sm {
      display: block;
      margin: 0px 0px 0px 0px!important;
  }
  .navbar-light .navbar-toggler {
      color: #FFF!important;
      border-color: #FFF;
  }
  .navbar-light .navbar-brand {
      color: rgb(255 255 255);
      font-size: 28px;
      font-weight: 700;
  }
  .navbar-light .navbar-brand {
      color: rgb(255 255 255)!important;
  }
  .navbar-collapse ul li a{
    color:#FFF!important;
  }
  .btn-outline-success {
     margin: 0px 10px 0px 0px!important;
  }
  .navbar-toggler span{
    padding: 15px;
    border-radius: 5px;
    background-color: #FFF;
  }
  .navbar-brand{
        margin-right: 1rem!important;
    }
  .mobile-testimonials{
    display: block!important;
  }
  .desktop-testimonials{
    display: none!important;
  }
  .mobile-speakers{
    display: block!important;
  }
  .desktop-speakers{
    display: none!important;
  }
  .footermob{
    flex: 0 0 100%!important;
    max-width: 100%!important;
    text-align: center!important;
}
.specker-content04 .specker-inner-cnt {
  height: 110px!important;
}
.seo-content{
    font-size: 24px!important;
    margin-bottom:25px!important;
}
.oursponsor-p{
    font-size: 12px!important;
    line-height: 2!important;
    text-align:center!important;
}
.slider-heading {
    font-size: 54px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 70px;
    margin: 0 0 30px;
    text-transform: capitalize;
}

}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 100%!important;
  }
  
}

.card {
  cursor: pointer;
  margin: 0px 5px;
}
.hd {
  font-size: 25px;
  font-weight: 550
}

.card.hover,
.card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2)
}

.img {
  margin-bottom: 35px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222)
}

.card-title {
  font-weight: 600
}
.card-body {
  min-height: 1px;
  padding: 0.45rem!important;
}
button.focus,
button:focus {
  outline: 0;
  box-shadow: none !important
}

.ft {
  margin-top: 25px
}

.chk {
  margin-bottom: 5px
}

.rck {
  margin-top: 20px;
  padding-bottom: 15px
}

.mobile-testimonials{
  display: none;
}
.desktop-testimonials{
  display: block;
}

/* speakers start */
.card-body-speak{
  padding: 0rem;
}
.img-speaker {
  width: 100%;
  margin-bottom: 25px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222)
}
.speaker-width {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width:18%!important;
}

@media (min-width: 768px){
  .speaker-width {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width:18%;
  }    
}
.speaker-width {
  margin: 10px!important;
}
.mobile-speakers{
  display: none;
}
.desktop-speakers{
  display: block;
}
.collection{
  margin-bottom: 50px;
}
.speakers-back-img{
  background-image: url('images/speaker-back-img.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  margin-bottom: 0px;
}
@media screen and (max-width: 767px){
  .navbar-light .navbar-brand {
      color: rgb(255 255 255)!important;
  }
  .agenda-point {
      color: #667085;
      padding: 0px!important;
  }
  .header-btn{
        display: block!important;
    }
    .btn-group-sm>.btn, .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: .875rem;
        margin-top: 50px;
        line-height: 1.5;
        border-radius: 0.2rem;
    }
    .event-left {
        padding-top: 29px;
        text-align: center;
    }
    .attend-left-why {
        text-align: center!important;
    }
}

.agenda-left h2 {
  font-size: 32px;
  font-weight: 700;
  color: #182359;
  margin: 0;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.agenda-section {
  padding: 50px 0 80px;    
  background: radial-gradient(50% 50% at 50% 50%, #f1f1f1 0%, #f1f1f1 100%);
}
.agenda-point{  
  color: #667085;
  padding: 50px;
}
.agenda-list{
  background-color: #ffffff;
  padding: 20px;
  margin: 50px 0px;
  margin: 40px 0px;
  border-radius: 15px;
}
.table thead th {
  vertical-align: top!important;
  border-bottom: 0px!important;
}
.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0px!important;
}
.agenda-time{
  width: 20%;
}
.agenda-content{
  width: 80%;
}
.agenda-break{
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  color: #182359;
}
.content-section{
  width: 33.33%;
}
.agenda-content p{
  width: 100%;
}
.overview-align{
    text-align:center;
}

.header-btn{
    display: none;
}

#smartsupp-widget-button{
    bottom: 50px!important;
    left: initial;
    right: 12px;
    z-index: 10000000;
    width: 109px;
}
.attendees-img{
  width: 50%;
}

.post-thum img{
    background-size: cover;
    width: 100%!important;
    max-width:100%;
}


.test-imagediv{
  padding: 0px!important;
}
.test-img{
  width: 100%!important;
  margin-bottom: 0px;
}
.owl-carousel.owl-drag .owl-item {
  margin-bottom: 50px;
}
.row-test .col-md-4{
  max-width: 31%!important;
}
.seo-content{
    font-size: 36px;
    font-weight: 700;
    color: #182359;
    margin:20px 0 12px;
    text-transform: capitalize;
    text-align:center;
    margin-bottom:-20px;
}
.footer-icon{
    font-size: 38px;
    padding: 14px 5px;
}
.nav-menu-marg{
    padding: 0rem 1rem;
}
.event-date-time{
    color:#FFF;
}
.conf-div-align{
    text-align: center;
}
.conf-div-heading{
    color:#00007c;
}
.speak-align-box{
    align-content: center;
    padding: 50px 25px;
    text-align: center;
}
.speak-align-col{
    justify-content: center
}
.speak-bio-det{
    margin-bottom: 0rem;
}
.sponsor-div-alig{
    text-align: center;
}
.who-sho-att-alig{
    text-align: center;
}
.testimon-alig-main-div{
    text-align: center;
}
.testimon-row-div{
    justify-content: center; 
    padding: 8px 0px;    
}
.gallery-grid-row{
    padding-top:50px;
}
