
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Jost:ital,wght@0,100..900;1,100..900&family=Merienda:wght@300..900&family=Oleo+Script:wght@400;700&family=Protest+Revolution&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libertinus+Sans:ital,wght@0,400;0,700;1,400&family=Poetsen+One&display=swap');
article, footer {
    font-family: "Jost", sans-serif;
}
.bannerSlider {
    background-image: url('images/heroimage.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.headerContacts {
  margin-bottom: 0px !important;
}

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

.themeFontColor {
  color:#852309 !important;
}

.themeBgColor {
  background-color:#9f5944 !important;
}

.themeFontColor2 {
  color:#fbeccb;
}

.themeBgColor2 {
  background-color:#fbeccb;
}

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

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

.headerContactBtn {
    background-color: #fff;
    border: 1px solid #852309;
    font-size: 22px;
    font-weight: bold;
}

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

.navMenu li {
  padding: 10px;
  margin-left: 12px;
}

.navMenu li a {
  font-size: 1.1rem;
}

.infoImg img {
    width: 96%;
}

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

  .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: #9f5944;
    color: #e6f2fb;
    margin: 22px;
    padding: 12px;
    border-radius: 10px;
    margin-top: 8px;
  }

  .videoMessage, .whyattend, .timerSocial {
    background-image: url('images/bg_1.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: 18px;
    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;
}

.nodecoration {
  text-decoration: none;
}

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

.footer a {
  text-decoration: none;
  color: #852309;
}

.footer ul li {
  list-style-type: none;
  padding: 10px;
}

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

.pageTitle {
  margin-top: -50px;
  box-shadow: 0px 0px 8px rgb(53, 53, 53);
}

.innner_page_bg {
  background-image: url('images/innner_page_bg_op.png');
  background-size: cover;
  background-attachment: fixed;
}

.pageTitle {
  font-family: "Poetsen One", sans-serif;
  color: #0374c6;
  /*font-family: "Libertinus Sans", sans-serif;*/
}

.team .img img{
  border: 1px solid #0374c6;
  border-radius:30px;
  /*padding: 12px;*/
}

#team .label {
  padding: 20px;
  background-color: #0374c6;
  color: #fceccb;
  width: 60%;
  margin: 20px auto;
  border-radius: 50px 5px 50px 5px;
  border: 2px solid salmon;
}

#team .Designation {
  color:gold !important;
}

  :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;
}

@media screen and (max-width:650px) {
  body, html {
    width: 100% !important;
    overflow-x: hidden;
  }
  .bannerSlider, .videoMessage, .whyattend, .footer {
    background-size: cover !important;
  }

  #team .label {
    width:85% !important;
  }
  .logoMenu .p-2 {
    padding: 9px !important;
  }

  .headerContacts li {
    padding: 5px !important;
  }

  .navbar-toggler {
    color: #fff !important;
  }

  #logos .p-5
  {
    padding: 12px !important;
  }

  #logoMenu.pb-5 {
    padding-bottom: 20px !important;
  }

  header .pb-5 {
    padding-bottom: 8px !important;
  }

  .links .p-2 {
    margin: 0px !important;
    width: 100% !important;
    display: block !important;
  }

  .sectionTitle {
    font-size: 2rem !important;
  }

  .sectionTitle.pb-5 {
    padding-bottom: 15px !important;
  }

  .videoBlock  img {
    width: 96% !important;
  }

  .committeeBox .pb-5 {
    padding-bottom: 8px !important;
  }

  .highlightPoint img {
    width: 65px !important;
  }

  .highlightPoint {
    font-size: 1.1rem !important;
  }

  .highlightPoint.p-3 {
    padding: 0.41rem !important;
  }

  .buttons {
    text-align: center !important;
  }

  .buttons.pt-5 {
    padding-top: 10px !important;
  }
}