/*========================
    Common css

=========================*/
html,
body {
  height: auto;
}

html {
  /*     min-height: 100%; */
  position: relative;
  font-size: 15px;
  height: auto;

}

body {
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Regular-webfont';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;


}

/** Generated by FG **/
@font-face {
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Regular-webfont';
  src: url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot');
  src: local('☺'), url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.woff') format('woff'), url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf') format('truetype'), url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}




.nofilter {
  filter: blur(0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

h1 {
  font-size: 1.75rem;
  font-weight: 700;
}

body {
  height: auto;

}
.mega_info_box .mega-info-title {
	font-size: 1.75rem;
	color: #444444!important;
	
}
.mega-info-desc p {
    color: #777776;
}
/*========================
    Contact form css
=========================*/

.form-control {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  border-radius: 0;
  box-shadow: none;
}

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

textarea.form-control {
  min-height: 125px;
  resize: none;
}

.btn {
  border: none;
  border-radius: 0;
}

.btn-primary {
  background: #eb3737;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #b20808;

}

button:focus {
  outline: none;
}


.
/*========================
    Header css
=========================*/


header {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  z-index: 9999;
  position: relative;
}

.top-social-media {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.top-social-media ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: right;
}

.top-social-media ul li {
  width: auto;
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
}

.top-social-media ul li a {
  width: 32px;
  height: 32px;
  line-height: 34px;
  font-size: 16px;
  background: #fff;
  border-radius: 100%;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #00a29b;
}


section {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.middle-top-part {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
}

.middle-top-sec {
  width: 100%;
  float: left;
  padding: 110px 0 75px 0;
  margin: 0;
}

.rectangle-7 {
  width: 171px;
  height: 10px;
  float: left;
  padding: 0;
  margin: 25px 0 0 0;
  background-color: #5c346c;
}



/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar .dropdown-menu {
  border: none;
  background-color: #0060c8 !important;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #00a29b;
}

.header-main-part .bg-primary {
  background: transparent !important;
  border-radius: 0;
}

.navbar-dark .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #343534;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #00a29b;
}

/* breakpoint and up - mega dropdown styles */
.vc_cta3-content * {
  color: #fff;
}

h2.give-form-title {
  display: none;
}

@media screen and (min-width: 992px) {
  .manu-part {
    width: 100%;
    float: left;
    padding: 22px 0;
    margin: 0;
  }

  .menu-right {
    float: right;
  }
  ul#menu-header-menu-left {
    flex: 2;
}
  ul#menu-header-menu-right {
    flex: 2;
    justify-content: flex-end;
}
  .navbar-brand {
  margin-left: auto!important;
  margin-right: auto!important; 
  }
  .middle-sec-bottom .col-lg-4 {
    min-height: 462px;
  }

  div#tribe-events-content-wrapper {
    margin-top: 8em !important;
  }

  .menu-right .nav-item {
    float: right;
    margin-right: 0 !important;
    margin-left: 16px !important;
  }

  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0;
    float: left;
    width: 100%;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: .5rem 0;
    margin: 0 16px 0 0;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }

  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: 45px;
  }

  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }

  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
  }

}

.vc_cta3-content * {
  color: #fff;
}


.OG_logo_900px {
  width: auto;
  height: auto;
  object-fit: contain;
}

.header-main-part {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  z-index: 9999;
  position: relative;
}

.header-top-part {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  background: #fff;
}

.rectangle {
  width: 100%;
  float: left;
  padding: 12px 0;
  margin: 0;
  object-fit: contain;
  background-color: #00a29b;
}

.rectangle-top-btn {
  width: 122px;
  height: 32px;
  float: left;
  text-decoration: none;
  object-fit: contain;
  border-radius: 4px;
  background-color: #ffffff;
  object-fit: contain;
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Regular-webfont';
  text-align: center;
  line-height: 32px;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.6px;
  color: #343534;
}

.rectangle-top-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #5c346c;
}

.slider-main-part {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.Bitmap {
  width: 100%;
  object-fit: contain;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.middle-right-sec {
  width: 100%;
  float: left;
  padding: 0 0 0 70px;
  margin: 0;
}

.middle-right-sec h2 {
  width: 85%;
  float: left;
  padding: 0;
  margin: 0 0 33px 0;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #343534;
}

.middle-right-sec p {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #343534;
}

.middle-right-sec ul {
  padding: 0 0 0 22px;
  margin: 0 0 15px 0;
  width: 100%;
  float: left;
  list-style-type: none;
}

.middle-right-sec ul li {
  width: 100%;
  float: left;
  padding: 0 0 0 60px;
  margin: 0 0 25px 0;
  font-size: 20px;
  position: relative;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: normal;
  color: #343534;
}

.middle-right-sec ul li strong {
  width: auto;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 42px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5c346c;
}

.mask-sec {
  width: 100%;
  margin: 0;
  float: left;
  padding: 16px 15px;
  border-radius: 4px;
  background-color: #00a29b;
  position: relative;
}

.mask-sec span {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.mask-sec span strong {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.rectangle-btn {
  width: 186px;
  height: 46px;
  top: 18px;
  background-color: #5c346c;
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  line-height: 46px;
  text-align: center;

}

.rectangle-btn:hover {
  background: #fff;
  color: #000;
}

.middle-sec-img {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
}

.middle-sec-img .thumbnail-caption {
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.middle-sec-img .thumbnail-caption-inner {
  display: table;
  height: 100%;
  padding: 0;
  width: 100%;
}

.middle-sec-img .thumbnail-info {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.middle-sec-img h2 {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.middle-sec-img p {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0 0 17px 0;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}


.middle-sec-img .rectangle-top-btn {
  width: 122px;
  height: 32px;
  float: left;
  text-decoration: none;
  object-fit: contain;
  border-radius: 4px;
  background-color: #00a29b;
  object-fit: contain;
  font-family: 'Conv_Mark Simonson - Proxima Nova Alt Regular-webfont';
  text-align: center;
  line-height: 32px;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.6px;
  color: #fff;
  clear: both;
}

.middle-sec-img .rectangle-top-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #5c346c;
}


.Event---Block {
  width: 100%;
  object-fit: contain;
}


.middle-sec-second {
  width: 100%;
  float: left;
  padding: 64px 0;
  margin: 0;
}

.who-sec-box {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.who-sec-img {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 10px 0;
}

.who-sec-img img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.who-sec-text {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.who-sec-text h2 {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #343534;
}

.who-sec-text p {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #777776;
}

.who-sec-text p:last-child {
  margin-bottom: 0;
}

.who-sec-text p a {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: 0.6px;
  color: #00a29b;
  text-decoration: underline;
}

.Bitmap {
  width: 100%;
  object-fit: contain;
}

.oesophago-gastric {
  width: 100%;
  float: left;
  padding: 80px 0;
  margin: 0;
}

.oesophago-img {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0;
  text-align: center;
}

.oesophago-text-part {
  width: 100%;
  float: left;
  padding: 52px 0 0 0;
  margin: 0;
}

.oesophago-text-part h2 {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #343534;
}

.oesophago-text-part p {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 17px 0;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #343534;
}

.middle-sec-bottom {
  width: 100%;
  float: left;
  padding: 40px 0;
  margin: 0;
}

.middle-letest-sec {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 24px 0;
}

.middle-letest-sec h2 {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 14px 0;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  color: #343534;
}

.middle-letest-sec p {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #343534;
}

.letest-box {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.letest-img {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.letest-img img {
  width: 100%;
  height: auto;
}

.letest-text {
  width: 100%;
  float: left;
  padding: 12px;
  padding: 12px 0;
  margin: 0;
}

.letest-text span {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #00a29b;
}

.letest-text h2 {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.6px;
  color: #343534;
}

.letest-text p {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.91;
  letter-spacing: 0.5px;
  color: #342c2b;
}

.rectangle-13-btn {
  width: 155px;
  height: 33px;
  float: left;
  padding: 0;
  margin: 0;
  border: solid 1px #5c346c;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 0.5px;
  color: #5c346c;
  text-align: center;
}

.rectangle-13-btn:hover {
  border: solid 1px #5c346c;
  background: #5c346c;
  color: #fff;
  text-decoration: none;
}

.row {
  display: inherit;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  float: left;
}



footer {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  background: #5c346c;
  position: relative;
}

.footer-main {
  width: 100%;
  float: left;
  padding: 22px 0 32px 0;
  margin: 0;
  background: url(/wp-content/uploads/2021/11/footer-bg.png) bottom left no-repeat;
}

.footer-sec-top {
  width: 100%;
  max-width: 405px;
  margin: 0 auto;
}

.footer-sign-box {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 40px 0;
  position: relative;
}

.form-control {
  height: 35px;
  border: none;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #5c346c !important;
}

.form-control:focus {
  box-shadow: inherit;
}

.input-group-text {
  border-radius: 0;
  height: 35px;
  background: #00a29b;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: .375rem .99rem;
  cursor: pointer;
}

.footer-main-part {
  width: 100%;
  float: left;
  padding: 34px 0 16px 0;
  margin: 0 0 22px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.footer-menu {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 25px 0;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-menu ul li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 8px 0;
}

.footer-menu ul li a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
}

.footer-menu ul li a:hover {
  text-decoration: underline;
}

.footer-mid-part {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.footer-mid-part h2 {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 8px 0;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.footer-mid-part p {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #ffffff;
}

.social-media {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.social-media ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.social-media ul li {
  width: auto;
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
}

.social-media ul li a {
  width: 32px;
  height: 32px;
  line-height: 34px;
  font-size: 16px;
  background: #fff;
  border-radius: 100%;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #5c346c;
}

.footer-bottom-part {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.footer-bottom-part ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-bottom-part ul li {
  width: auto;
  float: left;
  padding: 0;
  margin: 0 24px 0 0;
}

.footer-bottom-part ul li a {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.footer-bottom-part p {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.footer-right-sec {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.footer-right-sec ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: right;
}

.footer-right-sec ul li {
  width: auto;
  float: left;
  padding: 0;
  margin: 0 0 0 35px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.footer-right-sec ul li a {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}


.manu-part {
  width: 100%;
  float: left;
  padding: 22px 0;
  margin: 0;
}

.main-logo {
  width: auto;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 2.8rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.mobile-logo {
  display: none;
}

.middle-sec-img img {
  width: 100%;
  height: auto;
}

.over-le-sec {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(92, 52, 108, 0.4);
}