:root {
  --spartan: "Montserrat", sans-serif;
  --blue: #0e40f2;
  --darkBlue: #082eb8;
  --yellow: #ffd14c;
  --black: #000;
  --dark-grey: #4a4a4a;
  --grey: #838383;
  --light-grey: #f7f8ff;
  --white: #fff;
}
div,
p {
  font-size: 16px;
  font-family: inherit;
}
p {
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.1px;
}
html {
  font-size: 62.5%;
}
body {
  font-family: var(--spartan);
}
html {
  scroll-behavior: smooth;
}
a,
a:hover {
  text-decoration: none;
  display: inline-block;
}
img {
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1220px;
  }
}
.btn {
  background: #29abe2;
  font-weight: 900;
  border: 0;
  padding: 10px 30px;
}
.mainBanner {
  background: url(../images/slide-2.jpg) no-repeat center top/cover;
  height: 100vh;
}
.mainBanner h1 {
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
}
.mainBanner p {
  color: #fff;
}
.mainBanner .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.6rem;
  font-weight: 600;
}
.sideBar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  overflow: hidden;
  -webkit-box-shadow: 1px 0px 7px #0000001c;
  box-shadow: 1px 0px 7px #0000001c;
}
.sideBar .sideBarContent {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 80px;
}
transition:unset .sideBar .sideBarContent .sideMenu li a:hover {
  -webkit-transition: unset;
  transition: unset;
}
.sideBar .sideBarContent .sideMenu li .btn,
.sideBar .sideBarContent .sideMenu li button,
.sideBar .sideBarContent .sideMenu li a {
  visibility: hidden;
  opacity: 0;
}
.sideBar .sideBarContent .sideBarDown {
  visibility: hidden;
  opacity: 0;
  margin-top: 2rem;
}
.sideBar:hover .brand-logo img {
  height: 120px !important;
}
.sideBar:hover .sideBarContent {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: auto;
}
.sideBar:hover .sideBarContent .sideMenu li .btn,
.sideBar:hover .sideBarContent .sideMenu li button,
.sideBar:hover .sideBarContent .sideMenu li a {
  visibility: visible;
  opacity: 1;
}
.sideBar:hover .sideBarContent .sideBarDown {
  visibility: visible;
  opacity: 1;
}
.sideBar .brand-logo {
  padding: 2rem 5px;
}
.sideBar .brand-logo img {
  height: 80px;
}
.ourEvent {
  padding: 5rem 0;
  background: url(../images/eventBg.png) no-repeat bottom center/cover #f1f1f1bb;
}
.aboutUs a.position-relative img,
.aboutUs a.position-relative {
  width: 100%;
}
img.img-youtube {
  width: auto !important;
}
@media only screen and (max-width: 1400px) {
  .ourEvent {
    padding-left: 15rem;
  }
  .leftSpace {
    margin-left: 80px;
  }
}
.sideBar .btn-primary {
  font-size: 1.6rem;
  font-weight: 600;
}
.sideBar .sideMenu li {
  border-bottom: 1px solid #ececec;
}
.sideBar .sideMenu li a {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px 30px;
  width: 100%;
  color: #000;
}
.sideBar .sideMenu li a:hover {
  color: #378364;
}
.sideBar .sideMenu li button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.sideBar .sideMenu li button:not(.collapsed) {
  background-color: #fff;
}
.sideBar .sideMenu li button::after {
  background-image: url(../images/caret-down.svg);
  width: 15px;
  height: 25px;
  background-size: 15px;
}
.sideBar .InnerSideMenu {
  padding: 0;
}
.sideBar .InnerSideMenu li {
  border: 0;
}
.sideBar .InnerSideMenu li a {
  font-size: 15px;
  padding: 5px 30px;
  color: #888;
  font-weight: 600;
  text-transform: capitalize;
}
.sideBarSocial {
  margin-top: 20px;
}
.sideBarSocial li a {
  color: #555;
  font-size: 18px;
  padding: 15px;
}
.sideBarSocial li a:hover {
  color: #29abe2;
}
.aboutUs {
  padding: 5rem 0;
}
.aboutUs h2 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #ce7c42;
}
.aboutUs h2 p {
  font-size: 24px;
  margin-bottom: 2rem;
}
.aboutUs .aboutPoints img {
  height: 80px;
}
.aboutUs .aboutPoints h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2rem;
}
.aboutUs .aboutPoints h4 a {
  color: #378364;
}
.aboutUs .img-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.heading {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 5rem;
  color: #ce7c42;
}
.ourEvent .heading {
  margin-bottom: 5rem;
}
.ourEvent .col-md-6 {
  margin-bottom: 2rem;
}
.ourEvent img {
  height: 195px;
}
.ourEvent .eventImg {
  position: relative;
}
.ourEvent .eventImg span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #0b3f76;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
}
.ourEvent .eventImg span strong {
  display: block;
}
.ourEvent .eventImg img {
  -o-object-fit: cover;
  object-fit: cover;
}
.ourEvent .eventCard {
  background-color: #fbfbfb;
  padding: 15px;
  color: #0b3f76;
}
.ourEvent .eventCard p a {
  color: #111;
}
.ourEvent .eventCard h4 a {
  color: #0b3f76;
  font-size: 2rem;
  font-weight: 700;
}
.books {
  padding: 5rem 0;
  background: url(../images/9d7de7e6-7f80-4353-a813-4d11c78bf749.jpg) no-repeat
    center center/cover fixed;
}
.books .coverBook {
  margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .books .coverBook img {
    height: 620px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}
.media {
  padding: 5rem 0;
}
.media .heading {
  color: #c4631e;
}
.media figure {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.media figure a {
  width: 100%;
}
.media figure img {
  height: 185px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.media figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.media figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 15px;
  background: #eeaeca;
  background: radial-gradient(
    circle,
    #eeaeca 0%,
    rgba(148, 187, 233, 0.823967) 100%
  );
  color: #fff;
}
.media figure figcaption h5 {
  font-size: 2rem;
  font-weight: 600;
}
.media figure figcaption h5 a {
  color: #fff;
}
.media figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
}
.media figure figcaption.g2 {
  background: #833ab4;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#833ab4),
    color-stop(50%, rgba(253, 29, 29, 0.63069)),
    to(#fcb045)
  );
  background: linear-gradient(
    90deg,
    #833ab4 0%,
    rgba(253, 29, 29, 0.63069) 50%,
    #fcb045 100%
  );
}
.media figure figcaption.g3 {
  background: #3f5efb;
  background: radial-gradient(
    circle,
    #3f5efb 0%,
    rgba(252, 70, 107, 0.669905) 100%
  );
}
.media figure figcaption.g4 {
  background: #22c1c3;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#22c1c3),
    to(rgba(253, 187, 45, 0.765144))
  );
  background: linear-gradient(
    0deg,
    #22c1c3 0%,
    rgba(253, 187, 45, 0.765144) 100%
  );
}
.footer {
  padding: 5rem 0 0;
  background: url(../images/footer_bg_.png) repeat-x bottom;
}
.footer .footerLogo {
  height: 120px;
}
.footer .sideBarSocial li {
  margin-right: 10px;
}
.footer .sideBarSocial li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.footer .sideBarSocial li a:hover {
  background-color: #111 !important;
}
.footer .sideBarSocial li:nth-child(1) a {
  background-color: #13467a;
}
.footer .sideBarSocial li:nth-child(2) a {
  background-color: #29abe2;
}
.footer .sideBarSocial li:nth-child(3) a {
  background-color: #c4302b;
}
.footer .sideBarSocial li:nth-child(4) a {
  background-color: #E1306C;
}
.footer .copyright {
  padding: 3rem 0;
  margin: 0;
}
.footer h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 3rem 0 2rem;
}
.footer .footerMenu li {
  margin: 1rem 0;
}
.footer .footerMenu li a {
  color: #111;
}
.footer .footerMenu li a:hover {
  color: #29abe2;
}
.footer form .form-control {
  font-size: 16px;
  height: 45px;
}
.footer form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer form .btn {
  font-size: 16px;
}
.footer form label {
  font-size: 14px;
}
.footer form label a {
  color: #29abe2;
}
.joinUs {
  padding: 5rem 0;
  background-color: #0b3f76;
  color: #fff;
}
.joinUs .form-check {
  margin-left: 10px;
}
.joinUs h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 900;
}
.joinUs p {
  max-width: 900px;
  margin: auto;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}
.joinUs form {
  max-width: 700px;
  margin: 3rem auto 0;
}
.joinUs form .form-control {
  font-size: 16px;
  height: 45px;
}
.joinUs form .btn {
  color: #000;
  font-size: 16px;
  background-color: #f2f2f2;
  margin-top: 2rem;
}
.joinUs form .btn:hover {
  background: #29abe2;
  color: #fff;
}
.support .btn-primary {
  background-color: #378364 !important;
  color: #fff !important;
}
.support .btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.support .btn-primary:hover {
  background-color: #055db4 !important;
}
.button {
  background: #6bb8ab;
  margin: 10px;
  margin: 0.625rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  width: 100%;
}
.heading-title h3 {
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: normal;
}
.p-top-30 {
  padding-top: 30px;
}
.half-txt {
  width: 60%;
  margin: 0 auto;
  display: inline-block;
  line-height: 25px;
  color: #7e7e7e;
}
.text-uppercase {
  text-transform: uppercase;
}
.team-member,
.team-member .team-img {
  position: relative;
}
.team-member img,
.team-member .team-img img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.team-member {
  overflow: hidden;
}
.team-member,
.team-member .team-img {
  position: relative;
}
.team-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 20px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team-hover p {
  font-size: 14px;
  font-weight: 500;
}
.team-member:hover .team-hover .desk {
  top: 45%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .desk {
  position: absolute;
  top: 0%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 0 20px;
}
.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member:hover .team-hover .s-link {
  bottom: 10%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .s-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  font-size: 35px;
}
.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member .s-link a {
  margin: 0 10px;
  color: #333;
  font-size: 16px;
}
.team-title {
  position: static;
  padding: 20px 0;
  display: inline-block;
  letter-spacing: 2px;
  width: 100%;
}
.team-title h3 {
  font-weight: 700;
}
.team-title h3 a {
  color: #111;
}
.team-title h3 a:hover {
  color: #055db4;
}
.team-title p {
  font-size: 15px;
}
.team-title .s-link a {
  color: #000;
  font-size: 22px;
}
.team-title .s-link a:hover {
  color: #378364;
}
.team-title h5 {
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.team-title span {
  font-size: 12px;
  text-transform: uppercase;
  color: #a5a5a5;
  letter-spacing: 1px;
}
.navbar-toggler {
  display: none;
}
.sideBarContent.collapse:not(.show) {
  display: block;
}
.publicationBg {
  background: url("../images/bg-public.png") no-repeat bottom center/cover;
}
.publicationBg img {
  height: auto;
}
.publicationBg a {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-bottom: 2rem;
}
.publicationBg a:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.178);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.178);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.time {
  margin: 1rem 0 2rem;
  font-weight: 600;
  font-size: 12px;
  color: #888;
}
.eventBg {
  background: url(../images/eventBg.png) no-repeat bottom center/cover #f1f1f1bb;
}
.eventBg .team-member .team-img img {
  height: 280px;
}
.blog_details .blog_box h3 {
  position: relative;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog_details .blog_box h3::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #222;
}
.blog_details .blog_box {
  margin-bottom: 40px;
  padding: 25px 15px;
  border-radius: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}
.recentPost img {
  max-width: 70px !important;
  height: 75px;
  border-radius: 10px;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}
.recentPost h4 {
  margin-left: 15px;
  margin-top: 5px;
}
.blog_details h4 {
  font-size: 34px;
  font-weight: 800;
  color: #4a4a4a;
}
.recentPost h4 span {
  font-size: 13px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 15px;
}
.recentPost h4 a {
  color: #222;
  font-size: 16px;
  font-weight: 700;
}
.blog_details .s-link a {
  color: #111;
  font-size: 2rem;
}
.blog_details .s-link a:hover {
  color: #055db4;
}
.pressLinks .time {
  font-size: 12px;
  font-weight: 600;
  color: #4a4a4a;
  margin: 3px 0;
}
.pressLinks .time time {
  font-size: 12px;
}
.pressLinks h5 {
  font-size: 14px;
}
.pressLinks h3 {
  margin-bottom: 2rem;
}
.pressLinks ul {
  margin-bottom: 3rem;
}
.pressLinks ul li {
  margin-bottom: 2rem;
}
.pressLinks ul li p a {
  font-size: 13px;
  color: #222;
}
.pressLinks ul li p a:hover {
  color: #29abe2;
}
.rethink {
  background: #fff;
  padding: 5rem 0 10px;
}
.rethink .heading {
  margin-bottom: 2rem;
}
.rethink p {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.rethink .rethinkBox {
  position: relative;
  margin: 3rem 0;
}
.rethink .rethinkBox .thinkHoverImg {
  position: absolute;
  top: 0;
  left: -0%;
  z-index: -1;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.rethink .rethinkBox:hover .thinkHoverImg {
  z-index: 1;
  cursor: pointer;
}
.trystSec {
  background: #ebf7f2 !important;
  overflow: hidden;
}
.trystSec h3 {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 2rem 0 15px;
}
.trystSec h4 {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  color: #1e4e81;
}
.trystSec p {
  font-size: 18px;
  color: #777;
  line-height: 1.5;
}
.trystSec .col-md-3 > a {
  color: #29abe2;
}
h1 {
  color: var(--dark-grey);
}
.navbar-toggler {
  background-color: transparent;
}
.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
  transform: rotate(-45deg) translate(7px, -8px);
}
.navbar-toggler .navbar-toggler-icon {
  position: relative;
  width: 30px;
  height: 2px;
  background-color: #378364;
}
.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
  background-color: #055db4;
  content: "";
  position: absolute;
  top: -9px;
  height: 2px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.navbar-toggler .navbar-toggler-icon::after {
  top: unset;
  bottom: -9px;
}
.btn-view {
  font-size: 1.6rem;
  font-weight: 600;
}
/*# sourceMappingURL=main.min.css.map */

section#ourEve {
  padding-bottom: 18rem;
}
.contriBution{
 padding-left: 80px;   
}
.trystSec h3{
    margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
    .footer .footerLogo {
      display: none;
    }
    section.aboutUs.leftSpace.eventBg.blog_details.pressLinks h3 strong {
      font-size: 2.6rem;
      color: #ce7c42;
  }
    .trystSec h3{
      margin-top: 2rem !important;
  }
    .footer {
      padding: 0rem 0 0;
    }
    .heading-title {
      margin-top: 80px;
    }
    .footer .footerMenu li a {
      font-size: 14px;
    }
    .pressLinks ul li p a {
      word-break: break-word;
    }
    .sideBarContent.collapse:not(.show) {
      display: none;
    }
    button.navbar-toggler {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      margin-left: auto;
    }
    .navbar-toggler {
      display: inline-block;
    }
    .sideBar {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      overflow: visible;
    }
    .sideBar:hover .brand-logo img {
      height: 60px !important;
    }
    div#navbarSupportedContent {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 99999999;
      background: #fff;
    }
    .ourEvent img {
          height: 200px;
          width:100%;
              object-fit: cover;
    }
    .half-txt {
      width: 100%;
    }
    html {
      font-size: 45.5%;
    }
    .sideBar .brand-logo img {
      height: 60px;
    }
    .sideBar .sideBarContent {
      width: 50px;
    }
    .mainBanner h1 {
      padding-left: 0;
      text-align: center;
      margin-top: 50px !important;
    }
    .mediaHeading {
      margin-top: 90px;
  }
    .mainBanner {
      height: 50vh;
    }
    .leftSpace {
      margin-left: 0;
    }
    .ourEvent {
      padding-left: 0;
    }
    .footer form .btn {
      font-size: 12px;
    }
    .aboutUs h2 {
      margin-top: 2rem;
    }
    .joinUs {
      padding: 5rem 15px;
    }
    .rethinkBox img {
      height: auto !important;
  }
  .rethink .rethinkBox{
      position: relative;
      margin: 3rem auto;
      max-width: 250px;
  }
  section.media.leftSpace.trystSec img.w-75 {
    width: 36% !important;
}
.trystSec p {
    font-size: 16px;
}
.trystSec h3 {
    font-size: 3.4rem;
}
.contriBution{
    padding-left: 15px;
    margin-top: 30px;
}
.team-title h3 a {
    font-size: 18px;
}

.blog_details br {
    display: none;
}
.blog_details .s-link a {
    font-size: 3rem;
}
.blog_details p {
    line-height: 1.8;
}
.sideBar {
    position: absolute;
}
.team-title h5 {
    font-size: 2rem;
}
.eventCard p a {
    color: #222 !important;
}
section.ourEvent .text-center.mt-5 {
    margin-top: 0 !important;
}
.ourEvent .eventCard h4 a {
    font-size: 2.4rem;
}
.ourEvent .eventCard p {
    font-size: 15px;
}
p {
    font-size: 15px;
}
section.media.leftSpace.trystSec{
  text-align:center
}
  }