@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

.highlightsSwiper {
  font-family: "Courgette", cursive;
}

.highlightsSwiper .profilePic {
color:gold !important;
}

.highlightsSwiper .text:nth-child(1n+1) {
  color:#fbe4b4 !important;
}

.committee .swiper .text span {
  width: 100%;
  display:block;
}

#orgTeam .wow .shadow
{
  padding: 15px !important;
  border-radius: 20px !important;
  box-shadow: 0px 0px 6px #696868 !important;
  background-color: #fff;
}

.bgBottomAcco {
  background-image: url('images/Mandala.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50% 50%;
}

#orgTeam .wow .shadow img {
  border-radius: 10px;
}

#orgTeam .wow .shadow a.bg-primary {
  background-color: #eb5219 !important;
  text-decoration: none;
  text-transform: capitalize !important;
}

#orgTeam .wow  .fa-star, #orgTeam .wow .fa-map-marker {
  color: #eb5219 !important;
}

.accommodationMain {
   background-image: url('images/Mandala.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50% 50%;
}

.bannerSlider {
    background-image: url('images/2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.aroiLogo img {
    width: 100%;
}
.ascoLogo {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
}

.ascoLogo img {
    width: 35%;
}

.otherLogos .img1, .otherLogos .img2 {
width: 23%;
}

.otherLogos .img3 {
    width: 48%;
}

.headerContacts li {
    display: inline-block;
    padding: 10px;
}

.themeFontColor {
  color:#0374c6;
}

.themeBgColor {
  background-color:#0374c6;
}

.headerContacts li a {
    text-decoration: none;
    color:#0374c6;
}

.navData .nav-item {
    padding: 3px;
    margin-right: 9px;
    font-size: 14px;
    color:#fff !important;
}

.headerContactBtn {
    background-color: #fff;
    border: 1px solid #0374c6;
}

.navMenu {
    padding: 2px;
    background-color: #0374c6;
    border: 1px solid #fff;
    border-radius: 50px;
}

.infoImg img {
    width: 96%;
}

@font-face {
    font-family: 'logoFont';
    src: url('Mandala Bold.otf') format('truetype');
  }

  .logoFont {
    font-family: "logoFont";
    color: var(--thDarkOrange);
  }

  .h1.logoFont {
    font-size: 5vw;
    font-weight: bold;
  }

  .timerData {
    border-radius: 12px;
    padding: 5px;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
  }

  .timerData .timer .time {
    background-color: #0374c6;
    color: #e6f2fb;
    margin: 22px;
    padding: 12px;
    border-radius: 10px;
    margin-top: 8px;
  }

  .rightbg {
    background-image: url(images/Mandala.jpg);
    background-repeat: no-repeat;
    background-position: 85% 32%;
    background-size: 30% 30%;
  }

  .gap300 {
    height: 400px;
    margin-bottom: 90px;
  }

  .leftbg {
    background-image: url(images/Mandala.jpg);
    background-repeat: no-repeat;
    background-position: -10% 50%;
    background-size: 50% 50%;
  }

  .countSummary {
    background-color: rgba(3,116,198,0.5);
    border-radius: 30px;
    padding: 20px;
  }

  .countSummary .counts {
    margin-left: 30px;
  }

  .messageTitle {
    background-color: var(--thDarkOrange);
    color: var(--white);
    border-radius: 15px;
  }

  .highlightBox {
    background-image: url('images/Conference highlights.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .conferenceCommittee {
    background-image: url('images/Committee.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }


  .quickLinks .oddRow .link .fa {
font-size:24px;background:#0374c6;padding:22px;border-radius:10px;color:#fff;
  }

  .quickLinks .evenRow .link .fa {
font-size:24px;background:#70dff8;padding:22px;border-radius:10px;color:#000;
  }

  .quickLinks .link a {
    text-decoration: none;
    font-size: 13px;
    color:#000;
    font-weight: bold;
  }

  .transparent_bg {
    background-color: transparent !important;
  }

.profilePic img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto;
}

.joinus .backLayer {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background-color: #f6aa52;
  padding: 20px;
}

/*#joinusImgBox .img {
  position: absolute;
  border-radius: 12px;
  margin-right: -50%;
  width: 50%;
  z-index: 999;
}*/

#joinusImgBox .img img {
  width: 100%;
}

.sectionTitle {
  font-size: 3rem;
  font-weight: bold;
}

.footer {
  height: 100%;
  background-image: url(images/footer.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.icsData {
  background-color: rgba(34,125,190,0.8);
  border-radius: 20px;
  color: #fff;
}

  :root {
    --darkBlue:#0d6185;
    --semiLightBlue:#6999ad;
    --lightBlue:#bfd2d4;
    --orange:#ea7c47;
    --lightOrange:#fbe4b4;
    --white:#fff;
    --black:#000;
    --darkGrey:#666666;

    --thOrange:#fd8b51;
	--thLightOrange:#f8cf86;
	--thDarkOrange:#eb5219;
	--thOrangeGold:#ffb300;
}