/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #3CF;
}

a:hover {
	color: #FC3;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #64748b;
}

img {
  width: 100%;
  overflow: hidden;
}

.text-right{text-align: right;}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #e02025;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(18 18 18 / 15%);
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.ml-2 { margin-left: 1rem; }


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
  background-color: #0e53a0;
  position: relative;
  z-index: 1111;
}

.sub-header .right-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .right-content .contact-info i {
    color: #fff;
    padding-top: 12px;
}
.sub-header .right-content li {
    display: inline-block;
    margin-left: 15px;
    text-align: center;
}
.sub-header .right-content span {
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.sub-header .right-icons {
  /*text-align: right;*/
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 15px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #e02025;
}

.sub-header .right-content p em {
   font-style: normal;
   color: #ffbcbd;
}

.middle-content .main-button-red a {
   font-size: 12px;
    margin-top: 0.3rem;
    padding: 6px 15px;
}

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area {
  background-color: rgba(250,250,250,0.15);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 60px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 75px;
  /* color: #000000; */
  /* font-size: 28px; */
  /* font-weight: 700; */
  /* text-transform: uppercase; */
  /* letter-spacing: 2px; */
  float: left;
  /* -webkit-transition: all 0.3s ease 0s; */
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  /* transition: all 0.3s ease 0s; */
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 17px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #e81d1f !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #e81d1f !important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #000000;
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #e81d1f !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 60px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #e81d1f;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #e03c40 !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #e03c40 !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  max-height: 100%;
  height: 90vh;
  overflow: hidden;
  /* margin-bottom: -7px; */
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    /* background-color: rgba(31, 39, 43, 0.65); */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 27px;
  /* text-transform: uppercase; */
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 13px;
  /* letter-spacing: 1px; */
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 16px;
  max-width: 570px;
  margin-bottom: 0.7em;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .main-banner { height: 40vh; }
  .main-banner .caption h6 {
    font-weight: 500;
    font-size: 17px;
  }
  .main-banner .caption p {
    font-size: 13px;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}


/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  margin-top: -135px;
  position: absolute;
  width: 100%;
}

.services .item {
  background-image: url(../images/service-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 40px;
}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.services .item p {
  color: #fff;
  font-size: 13px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}
    
.services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
  /* background-image: url(../images/meetings-bg.jpg); */
  /* background-position: center center; */
  /* background-attachment: fixed; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #f8faf9, #f1f5f4);
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-item .down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}



/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
  background-image: url(../images/apply-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

section.apply-now .item {
  background-color: rgba(250,250,250,0.15);
  padding: 40px;
  margin-bottom: 30px;
}

section.apply-now .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: #fff;
  margin-bottom: 20px;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;  
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #f5a425;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}


/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
  background-image: url(../images/pharma-bg.webp);
  background-position: center center;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.our-courses .item img {
    border-radius: 10px 10px 0 0;
}

.our-courses .item .down-content {
  /* background-color: #b9dae9; */
  background: linear-gradient(180deg, #ffffff, #b1d5fc);
  border-radius: 0 0 10px 10px;
  border-top: 1px solid #78b8ff;
  border: 1px solid #93c6fe;
}

.our-courses .item .down-content h4 {
  padding: 25px 8px;
  font-size: 17px;
  font-weight: 500;
  color: #1f272b;
  text-align: center;
  /* border-bottom: 1px solid #eee; */
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #90b8dc;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #c2d4e4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #c2d4e4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
  background-image: url(../images/counter-bg.webp);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 50px 0px;
}

section.our-facts h2 {
  font-size: 2rem;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.count-area-content {
  text-align: center;
  background-color: rgb(255 255 255 / 30%);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.plus .count-digit:after {
  content: '+';
  margin-left: 3px;
  color: #ff6a83;
}

.count-digit {
    margin: 5px 0px;
    color: #ffffff;
    font-weight: 600;
    font-size: 37px;
}
.count-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
}

.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-image: url(../images/video-item-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}


/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.footer {
  background-image: url(../images/bg-footer.webp);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 0px 0px;
}

section.contact-us {
  padding: 50px 0px;
}

section.footer #contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f8fbff;
  outline: none;
  border: 1px solid #dbe5f1;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f8fbff;
  outline: none;
  border: 1px solid #dbe5f1;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #0d52a1;
  border-radius: 20px;
  padding: 35px;
}

section.contact-us .right-info ul li {
  /* display: inline-block; */
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #ffb9be;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.footer-bottom {
   text-align: center; 
  margin-top: 10px;
  border-top: 1px solid rgba(250,250,250,0.15);
  padding: 20px 0px;
}
.footer-bottom p {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
}

.footer-bottom p a {
  color: #f5a425;
}


/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../images/bg-breadcrumb.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Optional Gradient Overlay */
.heading-page::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(13 71 161 / 75%), rgb(0 0 0 / 70%));
    z-index: -1;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  background-image: url(../images/meetings-page-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}

/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .caption {
    top: 62%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-meetings {
    padding-top: 0;
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {

  .sub-header .right-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }
  .sub-header .middle-content {
    display: none;  
  }
  .banner-image img { height: 40vh; }
}

/*--------------------*/
/* ABOUT US */
/*--------------------*/
#mu-about {
	/* background-color: #fff; */
	/* display: inline; */
	/* float: left; */
	/* width: 100%; */
}

.mu-about-area {
	/* display: inline; */
	/* float: left; */
	padding: 50px 0;
	/* width: 100%; */
}

.mu-about-left img {
	border-radius: 8px;
}

.mu-about-right2 {
    /* display: inline; */
    /* float: right; */
    margin-top: 35px;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    margin-right: -160px;
    box-shadow: 3px 1px 18px -9px #000;
}

.mu-about-right {
	/* display: inline; */
	/* float: left; */
	margin-top: 35px;
	/*width: 130%;*/
	background-color: #fff;
	border-radius: 8px;
	padding: 40px;
	margin-left: -175px;
	box-shadow: 3px 1px 18px -9px #000;
}
.mu-about-right h2, .mu-about-right2 h2 {
   margin-bottom: 1rem;
   font-weight: 600;
   text-transform: capitalize;
}

.mu-about-right p, .mu-about-right2 p {
	font-size: 15px;
	margin-bottom: 1rem;
	text-align: justify;
}

@media (max-width: 767px) {
    .mu-about-left img {
        max-width: 100%;
        width: auto;
    }
    .mu-about-right, .mu-about-right2 {
        /* margin-top: 30px; */
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        box-shadow: none;
    }
    .medical-logo {display: none;}
    .sub-header .left-content .contact-info i { padding: 10px 0; }
    #bg-video { min-height: 50vh; }
    .main-button-red a { padding: 12px 15px; }
}


/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us {
  padding: 80px 0;
  background-color: var(--background-color);
  position: relative;
}

.why-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 96%), transparent);
  pointer-events: none;
}

.why-us .sidebar-content {
  position: sticky;
  top: 100px;
}

.badge-wrapper {
  margin-bottom: 15px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-badge i {
  font-size: 14px;
}

.why-us .sidebar-content h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 24px;
  text-transform: uppercase;
  /* letter-spacing: 0.5px; */
}

@media (max-width: 768px) {
  .why-us .sidebar-content h2 {
    font-size: 28px;
  }
}

.why-us .sidebar-content .description {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 32px;
}

.why-us .sidebar-content .stat-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.why-us .sidebar-content .stat-cards .stat-card {
  background: var(--surface-color);
  padding: 20px 24px;
  border-radius: 16px;
  border-left: 4px solid var(--accent-color);
  box-shadow: 0 4px 20px color-mix(in srgb, var(--default-color), transparent 92%);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}

.why-us .sidebar-content .stat-cards .stat-card:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 30px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.why-us .sidebar-content .stat-cards .stat-card .stat-value {
  font-size: 32px;
  font-weight: 800;
  color: var(--accent-color);
  line-height: 1;
  min-width: 90px;
}

.why-us .sidebar-content .stat-cards .stat-card .stat-text {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-weight: 500;
}

.why-us .sidebar-content .action-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-us .sidebar-content .action-buttons .btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.why-us .sidebar-content .action-buttons .btn-main:hover {
  background: color-mix(in srgb, var(--accent-color), #000 15%);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--accent-color), transparent 55%);
}

.why-us .sidebar-content .action-buttons .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: transparent;
  color: var(--accent-color);
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 50%);
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.why-us .sidebar-content .action-buttons .btn-outline:hover {
  border-color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
}

@media (min-width: 576px) {
  .why-us .sidebar-content .action-buttons {
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .why-us .sidebar-content {
    position: static;
    /* margin-bottom: 48px; */
  }
}

.feature-card{
      position:relative;
      background:#fff;
      border: 2px solid #e5e7eb;
      border-radius: 16px;
      padding: 25px;
      height:100%;
      overflow:hidden;
      transition:all 0.4s ease;
    }

    .feature-card:hover{
      /* border-color: #0e53a2; */
      transform:translateY(-6px);
      box-shadow:0 15px 40px rgba(0,0,0,0.06);
      border-top: 2px solid #0e53a2;
    }

    /* Number */
    .feature-number{
      font-size: 35px;
      font-weight:300;
      line-height:1;
      color:#cbd5e1;
      margin-bottom:28px;
      transition:0.4s;
    }

    .feature-card:hover .feature-number{
      color: #0e53a2;
    }

    /* Icon */
    .feature-icon{
      position:absolute;
      top: 25px;
      right:34px;
      width: 45px;
      height: 45px;
      border-radius:50%;
      background:#f3f4f6;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:20px;
      color:#111827;
      transition:0.4s ease;
    }

    .feature-card:hover .feature-icon{
      background: #0e53a2;
      color:#fff;
      transform:rotate(360deg);
    }

    /* Title */
    .feature-title{
      font-size: 18px;
      font-weight: 500;
      color:#0f172a;
      margin-bottom: 10px;
    }

    /* List */
    .feature-list{
      font-size: 15px;
      color:#64748b;
      margin-bottom:0;
    }
    .feature-list li {
      list-style: disc;
      margin-left: 1.5em;
    }

    @media(max-width:768px){

      .feature-card{
        padding:30px;
      }

      .feature-number{
        font-size:46px;
      }

      .feature-title{
        font-size:20px;
      }

      .feature-list{
        font-size:16px;
      }
    }
    
    .expo-box{
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 20px;
    text-align: center;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: all 0.4s ease;
    z-index: 1;
}

/* Hover Background */
.expo-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #09569e;
    transition: 0.5s ease;
    z-index: -1;
    border-radius: 10px;
}

.expo-box:hover::before{
    width: 100%;
}

.expo-box:hover{
    transform: translateY(-8px);
    border-color: #09569e;
}

/* Icon */
.expo-icon{
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #e02025;
    transition: all 0.4s ease;
}

.expo-box:hover .expo-icon{
    background: #eb1831;
    color: #ffffff;
    transform: rotate(360deg);
}

/* Heading */
.expo-box h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #111827;
    transition: 0.4s ease;
}

/* Text */
.expo-box p{
    font-size: 15px;
    /* line-height: 1.8; */
    color: #64748b;
    margin-bottom: 0;
    transition: 0.4s ease;
}

/* Hover Text */
.expo-box:hover h3,
.expo-box:hover p{
    color: #ffffff;
}

/* Responsive */
@media(max-width:991px){

    .expo-box{
        padding: 35px 25px;
    }

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

    .expo-box p{
        font-size: 16px;
    }
}

.exhibitor-profile .nav-pills .nav-link {
    font-weight: 600;
    color: #000;
    background-color: #c9efff;
    margin-left: 1em;
    border: 1px solid #b5e8ff;
}
.exhibitor-profile .nav-pills .nav-link.active {
    color: #fff;
    background-color: #e02025;
}

/*START FOOTER CONTACT*/
.footer_contact ul li {
    color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}
.footer_contact ul li span {
color: #fff;
display: block;
font-family: montserrat,sans-serif;
padding-top: 8px;
font-size: 15px;
}
.footer_contact ul li  i {color: #fff;float: left;position: relative;top: -10px;font-size: 14px;line-height: 60px;margin-right: 15px;text-align: center;}
/*END FOOTER CONTACT*/
.single_footer h4{
    color: #fff;
    margin-bottom: 0.7em;
    font-size: 20px;
}
.single_footer ul li{}
.single_footer ul li a {
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.single_footer ul li a:hover{color: #ff585c;}

/* footer Top Banner */
.city-banner{
    position:relative;
    background: url('../images/bottom-breadcrumb.webp') center center/cover no-repeat;
    min-height: 350px;
    overflow:hidden;
    display:flex;
    align-items:center;
    padding: 40px 0;
}

/* Dark overlay */
.city-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.20);
}

/* Left Green Box */
.registration-box{
    position:relative;
    z-index:2;
    background: rgb(230 29 31 / 75%);
    backdrop-filter: blur(5px);
    border-radius:40px;
    padding: 30px;
    max-width: 500px;
    color:#fff;
}

/* Heading */
.registration-box h1{
    font-size:60px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:35px;
}

/* Info Row */
.info-wrap{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
    margin-bottom:35px;
}

.info-item{
    display:flex;
    align-items:center;
    gap:15px;
}

.info-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#0d6b3f;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;
}

.info-item h5{
    font-size:16px;
    margin:0;
    /* opacity:0.8; */
}

.info-item p{
    margin:0;
    font-size:18px;
    font-weight:700;
    line-height:1.5;
}

/* Counter */
.countdown-wrapper{
    margin: 20px 0 25px;
}

.countdown-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}

.countdown{
    display:flex;
    gap: 12px;
    flex-wrap:wrap;
}

.time-box{
    width: 95px;
    height: 80px;
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.25);
    border-radius:20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    backdrop-filter: blur(5px);
}

.time-box h2{
    font-size: 30px;
    font-weight:700;
    margin:0;
}

.time-box span{
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* Buttons */
.banner-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.banner-btn{
    padding: 10px 25px;
    border-radius: 50px;
    border:1px solid rgba(255,255,255,0.5);
    color:#fff;
    text-decoration:none;
    font-size: 15px;
    transition:0.4s ease;
    display:inline-block;
}

.banner-btn:hover{
    background: #0f539e;
    color: #ffffff;
}

/* Responsive */
@media(max-width:991px){

    .city-banner{
        min-height:auto;
        padding: 40px 0;
    }

    .registration-box{
        padding: 20px;
    }

    .registration-box h1{
        font-size:42px;
    }

    .info-wrap{
        gap:20px;
    }
}

@media(max-width:576px){

    .registration-box h1{
        font-size:34px;
    }

    .time-box{
        width: 65px;
        height: 65px;
    }

    .time-box h2{
        font-size: 18px;
    }

    .banner-btn{
        width: 46%;
        text-align:center;
        font-size: 11px;
        padding: 5px;
    }
}

/* Top banner timer */
.side-timer{
    position: absolute;
    /* left: 40px; */
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 25px 20px;
    z-index: 9;
}

.timer-box{
    text-align: center;
    margin-bottom: 20px;
}

.timer-box:last-child{
    margin-bottom: 0;
}

.timer-box h2{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    /* margin-bottom: 5px; */
    line-height: 1;
}

.timer-box span{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: block;
}

/* Responsive */

@media(max-width:991px){

    .side-timer{
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        /* margin: 0 auto 40px; */
        width: 100%;
        max-width: 500px;
        display: flex;
        justify-content: space-between;
        gap: 15px;
        padding: 20px;
        /* margin-top: 1rem; */
    }

    .timer-box{
        margin-bottom: 0;
        width: 25%;
    }

    .timer-box h2{
        font-size: 25px;
    }

    .timer-box span{
        font-size: 14px;
    }
}

/* visitor Owl Dots Style */
.visitor-carousel .owl-dots{
    text-align: center;
    margin-top: 20px;
}

.visitor-carousel .owl-dot{
    width: 12px;
    height: 12px;
    background: #d1d5db !important;
    border-radius: 50%;
    margin: 0 6px;
    transition: all 0.3s ease;
    display: inline-block;
}

.visitor-carousel .owl-dot.active{
    width: 30px;
    height: 11px;
    border-radius: 30px;
    background: #0c5298 !important;
}

.visitor-carousel .owl-dot:hover{
    background: #0a8f4b !important;
}
/* Mobile Responsive - 2 Boxes Per Slide */
@media(max-width:767px){

    .visitor-carousel .item .row{
        display:flex;
        flex-wrap:wrap;
    }

    .visitor-carousel .item .col-md-6{
        width:50%;
    }

    .feature-card{
        padding:25px 18px;
    }

    .feature-title{
        font-size:18px;
    }

    .feature-list li{
        font-size:14px;
        line-height:1.7;
    }

    .feature-number{
        font-size:38px;
    }

    .feature-icon{
        width:45px;
        height:45px;
        font-size:18px;
    }
}

/* market overview section CSS */
.market-overview {
    padding: 50px 0;
}
.market-overview p {
    font-size: 15px;
    margin-bottom: 1rem;
    text-align: justify;
}
.market-overview .overview-box {
    background: linear-gradient(360deg, #ffffff, #b1d5fc);
    border-radius: 15px;
    border: 1px solid #86bfff;
    padding: 2rem 0;
}

/*====================================
 Related Exhibitions Section
====================================*/
.related-exhibitions{
  background: linear-gradient(to bottom,#f4f8ff,#ffffff);
  position: relative;
  overflow: hidden;
}

.section-subtitle{
  display: inline-block;
  background: rgba(239,52,52,0.1);
  color: #ef3434;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 50px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.section-title{
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  /* color: #0d2b63; */
  margin-bottom: 15px;
}

.section-desc{
  max-width: 760px;
  margin: auto;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.8;
}

/* Card */

.expo-card{
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border: 1px solid #0d47a1;
}

.expo-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.expo-card.featured{
  /* border: 2px solid #0d47a1; */
}

/* Image */

.expo-image{
  height: 240px;
  overflow: hidden;
}

.expo-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.expo-card:hover .expo-image img{
  transform: scale(1.08);
}

.expo-image::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
  rgba(7,20,53,0.65),
  rgba(7,20,53,0.2));
  z-index: 1;
}

.expo-badge{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  background: #ef3434;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

/* Content */

.expo-content{
  padding: 30px;
}

.expo-logo{
  max-width: 210px;
  margin-bottom: 20px;
}

.expo-content h3{
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #0d2b63;
  margin-bottom: 20px;
}

.expo-info li{
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  color: #5f6b7a;
  margin-bottom: 12px;
  line-height: 1.7;
}

.expo-info li i{
  color: #ef3434;
  margin-right: 12px;
  margin-top: 5px;
  min-width: 18px;
}

/* Button */

.expo-btn{
  display: inline-block;
  background: linear-gradient(135deg,#0d47a1,#082b68);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease;
}

.expo-btn:hover{
  background: linear-gradient(135deg,#ef3434,#d81b1b);
  color: #fff;
}

/* Responsive */

@media(max-width:991px){

  .section-title{
    font-size: 38px;
  }

  .expo-content h3{
    font-size: 22px;
  }

}

@media(max-width:767px){

  .related-exhibitions{
    padding: 70px 0;
  }

  .section-title{
    font-size: 30px;
  }

  .section-desc{
    font-size: 15px;
  }

  .expo-image{
    height: 220px;
  }

  .expo-content{
    padding: 25px;
  }

  .expo-content h3{
    font-size: 20px;
  }

}

/*=====================================
 Market Overview Section
=====================================*/

.market-overview-section{
  background: #f5f9ff;
  position: relative;
}

.market-wrapper{
  background: linear-gradient(135deg,#0d47a1,#082b68);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

/* Left Side */

.market-left{
  padding: 70px 50px;
  color: #fff;
  position: relative;
  height: 100%;
}

.market-left::before{
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}

.market-tag{
  display: inline-block;
  background: rgba(255,255,255,0.12);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.market-left h2{
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 25px;
}

.market-left p{
  color: rgba(255,255,255,0.85);
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 35px;
}

.market-btn{
  display: inline-block;
  background: #ef3434;
  color: #fff;
  padding: 12px 30px;
  border-radius: 22px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.market-btn:hover{
  background: #fff;
  color: #0d47a1;
}

/* Right Side */

.market-right{
  padding: 30px 30px;
  background: #ffffff;
  border-radius: 30px 0 0 30px;
}

.market-box{
  background: #f7faff;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #edf2f7;
}

.market-box:hover{
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  background: #fff;
}

.market-icon{
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg,#ef3434,#d91c1c);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.market-box h4{
  /* font-size: 22px; */
  /* font-weight: 700; */
  /* color: #0d2b63; */
  /* margin-bottom: 15px; */
}

.market-box p{
  color: #64748b;
  /* line-height: 1.8; */
  font-size: 15px;
  margin: 0;
  /* text-align: justify; */
}

/* Responsive */

@media(max-width:991px){

  .market-left{
    padding: 50px 35px;
  }

  .market-right{
    padding: 40px 35px;
    border-radius: 0;
  }

  .market-left h2{
    font-size: 40px;
  }

}

@media(max-width:767px){

  .market-left{
    padding: 45px 25px;
  }

  .market-right{
    padding: 35px 25px;
  }

  .market-left h2{
    font-size: 32px;
  }

  .market-box{
    padding: 25px;
  }

  .market-box h4{
    font-size: 20px;
  }

}

/*=====================================
 Organiser Section
=====================================*/

/* Main Wrapper */

.organiser-wrapper{
  background: #f8fbff;
  border-radius: 30px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9eef7;
}

.organiser-wrapper::before{
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 260px;
  height: 260px;
  background: rgba(13,71,161,0.04);
  border-radius: 50%;
}

/* Left Side */

.organiser-logo-box{
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.organiser-logo-box:hover{
  transform: translateY(-6px);
}

.logo-circle{
  width: 190px;
  height: 190px;
  background: #fff;
  border-radius: 50%;
  margin: auto auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #f1f5fb;
  overflow: hidden;
}

.logo-circle img{
  max-width: 140px;
}

.organiser-logo-box h5{
  color: #ef3434;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.organiser-logo-box span{
  color: #0d2b63;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  display: block;
}

/* Right Side */

.organiser-content{
  padding-left: 20px;
}

.organiser-content h2{
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.organiser-content h4{
  color: #0d47a1;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}

.organiser-content p{
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.95;
  margin-bottom: 15px;
  text-align: justify;
}

/* Responsive */

@media(max-width:991px){

  .organiser-wrapper{
    padding: 40px;
  }

  .organiser-content{
    padding-left: 0;
  }

  .organiser-content h2{
    font-size: 38px;
  }

  .organiser-content h4{
    font-size: 22px;
  }

}

@media(max-width:767px){

  .organiser-section{
    padding: 70px 0;
  }

  .organiser-wrapper{
    padding: 30px 20px;
    border-radius: 20px;
  }

  .logo-circle{
    width: 150px;
    height: 150px;
  }

  .logo-circle img{
    max-width: 95px;
  }

  .organiser-content h2{
    font-size: 30px;
  }

  .organiser-content h4{
    font-size: 20px;
  }

  .organiser-content p{
    font-size: 15px;
    line-height: 1.85;
  }

}

/*=====================================
 Venue Section
=====================================*/
.venue-heading h2{
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

/* Wrapper */

.venue-wrapper{
  background: #f8fbff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #e8eef7;
}

/* Left Content */

.venue-content{
  padding: 50px 45px;
  position: relative;
  height: 100%;
}

.venue-icon{
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg,#0d47a1,#082b68);
  border-radius: 20px;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.venue-content h3{
  font-size: 34px;
  font-weight: 700;
  color: #0d2b63;
  line-height: 1.4;
  margin-bottom: 12px;
}

.venue-content h5{
  color: #ef3434;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.venue-content p{
  color: #5f6b7a;
  font-size: 15px;
  text-align: justify;
  line-height: 1.95;
  margin-bottom: 30px;
}

/* Features */

.venue-features{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature-item{
  display: flex;
  align-items: center;
  gap: 14px;
  color: #0d2b63;
  font-size: 15px;
  font-weight: 600;
}

.feature-item i{
  width: 42px;
  height: 42px;
  background: rgba(13,71,161,0.08);
  color: #0d47a1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Map */

.venue-map{
  position: relative;
  height: 100%;
  min-height: 100%;
}

.venue-map iframe{
  width: 100%;
  height: 100%;
  min-height: 600px;
  border: 0;
}

/* Floating Card */

.map-info-card{
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  padding: 25px;
  border-radius: 18px;
  max-width: 320px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.map-info-card h4{
  color: #0d2b63;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.map-info-card p{
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* Responsive */

@media(max-width:991px){

  .venue-content{
    padding: 45px 35px;
  }

  .venue-content h3{
    font-size: 28px;
  }

  .venue-map iframe{
    min-height: 450px;
  }

}

@media(max-width:767px){

  .venue-section{
    padding: 70px 0;
  }

  .venue-heading h2{
    font-size: 32px;
  }

  .venue-wrapper{
    border-radius: 20px;
  }

  .venue-content{
    padding: 35px 25px;
  }

  .venue-icon{
    width: 60px;
    height: 60px;
    font-size: 22px;
  }

  .venue-content h3{
    font-size: 24px;
  }

  .venue-content h5{
    font-size: 16px;
  }

  .venue-content p{
    font-size: 15px;
    line-height: 1.85;
  }

  .venue-map iframe{
    min-height: 350px;
  }

  .map-info-card{
    position: relative;
    left: auto;
    bottom: auto;
    margin: 20px;
    max-width: calc(100% - 40px);
  }

}

/*=====================================
 Why Exhibit Section
=====================================*/
.section-heading h2{
  font-size: 2rem;
  font-weight: 600;
  /* color: #0d2b63; */
  margin: 0;
}

/* Card */

.why-card{
  background: #f8fbff;
  border: 1px solid #e8eef7;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  height: 100%;
  transition: all 0.3s ease;
}

.why-card:hover{
  background: #ffffff;
  border-color: #0d47a1;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* Icon */

.why-icon{
  width: 55px;
  height: 55px;
  min-width: 55px;
  border-radius: 14px;
  background: linear-gradient(135deg,#0d47a1,#082b68);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.why-card:hover .why-icon{
  background: linear-gradient(135deg,#ef3434,#d91c1c);
}

/* Text */

.why-card p{
  color: #0d2b63;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
}

/* Responsive */

@media(max-width:991px){

  .section-heading h2{
    font-size: 38px;
  }

}

@media(max-width:767px){

  .why-exhibit-section{
    padding: 70px 0;
  }

  .section-heading{
    margin-bottom: 40px !important;
  }

  .section-heading h2{
    font-size: 30px;
  }

  .why-card{
    padding: 22px;
  }

  .why-icon{
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 17px;
  }

  .why-card p{
    font-size: 15px;
    line-height: 1.7;
  }

}

/*=====================================
 Why Visit Modern Section
=====================================*/
.visit-heading h2{
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

/* Box */

.visit-box{
  background: #fff;
  border: 1px solid #e8eef7;
  border-radius: 22px;
  padding: 30px;
  height: 100%;
  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
}

.visit-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg,#0d47a1,#ef3434);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.35s ease;
}

.visit-box:hover::before{
  transform: scaleX(1);
}

.visit-box:hover{
  transform: translateY(-6px);
  border-color: #0d47a1;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* Top */

.visit-top{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

/* Icon */

.visit-icon{
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg,#0d47a1,#082b68);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.35s ease;
}

.visit-box:hover .visit-icon{
  background: linear-gradient(135deg,#ef3434,#d91c1c);
  transform: rotate(-5deg);
}

/* Title */

.visit-top h4{
  font-size: 24px;
  font-weight: 700;
  color: #0d2b63;
  margin: 0;
}

/* Text */

.visit-box p{
  color: #5f6b7a;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

/* Responsive */

@media(max-width:991px){

  .visit-heading h2{
    font-size: 38px;
  }

}

@media(max-width:767px){

  .why-visit-modern{
    padding: 70px 0;
  }

  .visit-heading{
    margin-bottom: 40px !important;
  }

  .visit-heading h2{
    font-size: 30px;
  }

  .visit-box{
    padding: 24px;
    border-radius: 18px;
  }

  .visit-top{
    gap: 14px;
  }

  .visit-icon{
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 18px;
    border-radius: 14px;
  }

  .visit-top h4{
    font-size: 20px;
  }

  .visit-box p{
    font-size: 15px;
    line-height: 1.8;
  }

}

/*=====================================
 Become An Exhibitor Section
=====================================*/

.exhibitor-wrapper{
  background: #f8fbff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #e8eef7;
}

/* Left Info */

.exhibitor-info{
  background: linear-gradient(135deg,#0d47a1,#082b68);
  padding: 60px 45px;
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.exhibitor-info::before{
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
}
/* Title */

.exhibitor-info h2{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.exhibitor-info > p{
  color: rgba(255,255,255,0.85);
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 40px;
}

/* Contact Items */

.info-list{
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-item{
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.info-icon{
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 16px;
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.info-text h5{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.info-text p{
  color: rgba(255,255,255,0.85);
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
}

/* Form Area */

.exhibitor-form-box{
  padding: 40px 50px;
  background: #fff;
}

.form-heading{
  margin-bottom: 35px;
}

.form-heading h3{
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.form-heading p{
  color: #5f6b7a;
  margin: 0;
  line-height: 1.8;
}

/* Form */

.form-group{
  margin-bottom: 22px;
}

.form-control{
  height: 40px;
  border: 1px solid #dbe5f1;
  border-radius: 14px;
  padding: 0 20px;
  font-size: 15px;
  /* color: #0d2b63; */
  background-color: #f8fbff;
  box-shadow: none !important;
}

textarea.form-control{
  height: auto;
  resize: none;
  padding-top: 18px;
}

.form-control:focus{
  border-color: #0d47a1;
}

/* Button */

.submit-btn{
  background: linear-gradient(135deg,#0d47a1,#082b68);
  color: #fff;
  border: 0;
  padding: 16px 34px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
}

.submit-btn:hover{
  background: linear-gradient(135deg,#ef3434,#d91c1c);
}

/* Responsive */

@media(max-width:991px){

  .exhibitor-info{
    padding: 45px 35px;
  }

  .exhibitor-form-box{
    padding: 45px 35px;
  }

  .exhibitor-info h2{
    font-size: 36px;
  }

  .form-heading h3{
    font-size: 28px;
  }

}

@media(max-width:767px){

  .become-exhibitor-section{
    padding: 70px 0;
  }

  .exhibitor-wrapper{
    border-radius: 20px;
  }

  .exhibitor-info,
  .exhibitor-form-box{
    padding: 35px 25px;
  }

  .exhibitor-info h2{
    font-size: 30px;
  }

  .form-heading h3{
    font-size: 24px;
  }

  .info-icon{
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 18px;
  }

  .info-text h5{
    font-size: 18px;
  }

  .submit-btn{
    width: 100%;
  }

}

/*=====================================
 Checkbox Field Style
=====================================*/

.checkbox-title{
  font-size: 15px;
  font-weight: 400;
  color: #0d2b63;
  margin-bottom: 10px;
}

.interest-checkboxes{
  background: #f8fbff;
  border: 1px solid #dbe5f1;
  border-radius: 18px;
  padding: 25px 25px 10px;
}

.custom-check{
  margin-bottom: 18px;
}

.custom-check .form-check-input{
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid #b7c7dc;
  cursor: pointer;
  box-shadow: none !important;
}

.custom-check .form-check-input:checked{
  background-color: #0d47a1;
  border-color: #0d47a1;
}

.custom-check .form-check-label{
  padding-left: 10px;
  color: #5f6b7a;
  font-size: 15px;
  cursor: pointer;
}

/* Responsive */

@media(max-width:767px){

  .interest-checkboxes{
    padding: 20px 20px 5px;
  }

  .checkbox-title{
    font-size: 16px;
  }

  .custom-check .form-check-label{
    font-size: 15px;
  }

}

/*=====================================
 Contact Section
=====================================*/

.contact-section{
  background: #ffffff;
}

/* Wrapper */

.contact-wrapper{
  background: #f8fbff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #e8eef7;
}

/* Left Side */

.contactpg-info{
  background: linear-gradient(135deg,#0d47a1,#082b68);
  padding: 60px 45px;
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.contactpg-info::before{
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 250px;
  height: 250px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}

/* Tag */

.section-tag{
  display: inline-block;
  background: rgba(255,255,255,0.12);
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

/* Title */

.contactpg-info h2{
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.contactpg-info > p{
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 40px;
}

/* Contact Items */

.contact-list{
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-item{
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.contact-icon{
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 16px;
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.contact-text h5{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-text p{
  color: rgba(255,255,255,0.85);
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
}

/* Right Form */

.contact-form-box{
  background: #fff;
  padding: 60px 50px;
}



/* Button */

.contact-btn{
  background: linear-gradient(135deg,#0d47a1,#082b68);
  color: #fff;
  border: 0;
  padding: 16px 34px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
}

.contact-btn:hover{
  background: linear-gradient(135deg,#ef3434,#d91c1c);
}

/* Responsive */

@media(max-width:991px){

  .contactpg-info{
    padding: 45px 35px;
  }

  .contact-form-box{
    padding: 45px 35px;
  }

  .contactpg-info h2{
    font-size: 36px;
  }

  .form-heading h3{
    font-size: 28px;
  }

}

@media(max-width:767px){

  .contact-section{
    padding: 70px 0;
  }

  .contact-wrapper{
    border-radius: 20px;
  }

  .contact-info,
  .contact-form-box{
    padding: 15px 5px;
    text-align: center;
  }

  .contactpg-info h2{
    font-size: 30px;
  }

  .form-heading h3{
    font-size: 24px;
  }

  .contact-icon{
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 18px;
  }

  .contact-text h5{
    font-size: 18px;
  }

  .contact-btn{
    width: 100%;
  }

}

/* Contact-form */
.error-msg{
    color:#ff0000;
    font-size:13px;
    display:block;
    margin-top:5px;
}

.success-msg{
    color:green;
    font-size:15px;
}

.fail-msg{
    color:red;
    font-size:15px;
}

/*---- Home pg logo section ---*/
/*==============================
 Media Partners
==============================*/

.media-partners{
    padding:80px 0;
    background:#f8fafc;
}

.partner-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    transition:.35s;
    /* height:100%; */
    border:1px solid #ececec;
}

.partner-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.18);
}

/* Top Header */

.partner-name{
    display:flex;
    align-items:center;
    justify-content:center;
    background: #0e53a0;        /* Dark Navy */
    color:#fff;
    min-height: 60px;
    padding: 10px;
    font-size: 16px;
    /* font-weight:700; */
    text-transform:uppercase;
    /* letter-spacing:.5px; */
    margin:0;
}

/* Logo Area */

.partner-logo{
    /* height: 130px; */
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 10px 20px;
    background:#fff;
}

.partner-logo img{
    max-width:100%;
    max-height:130px;
    width:auto;
    height:auto;
    object-fit:contain;
    transition:.4s;
}

.partner-card:hover .partner-logo img{
    transform:scale(1.05);
}

/* Remove old label */

.partner-label{
    display:none;
}

/* Tablet */

@media(max-width:991px){

.partner-logo{
    height:180px;
}

.partner-name{
    min-height:58px;
    font-size:18px;
}

}

/* Mobile */

@media(max-width:767px){

.partner-logo{
    height:150px;
    padding:20px;
}

.partner-logo img{
    /* max-height:90px; */
}

.partner-name{
    min-height:54px;
    font-size:15px;
    padding: 10px;
}

}