body {
  font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}

a {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #00b0ad;
}
a:hover {
  color: #722283;
}

.owl-item {
  transition: opacity 0.5s ease;
}

.view-btn {
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #722283;
}
.view-btn:hover {
  background-color: #00b0ad;
  color: #fff;
}

.latest-col img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 10px;
}

.latest-col h4 {
  font-size: 14px !important;
}

.report-btn-new {
  display: block;
  background-color: #722283;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
}

.report-btn-new:hover {
  background-color: #00b0ad;
  color: #333;
}

.toggle-nav {
  display: none;
  padding: 7px 5px;
  width: 40px;
  margin: auto;
  height: 35px;
  background-color: #00b0ad;
  border: none;
  outline: none;
  border-radius: 5px;
}
.toggle-nav .fas {
  font-size: 20px;
}

#more {
  display: none;
  font-weight: 400 !important;
}

.read-more-paragraph {
  padding-bottom: 30px !important;
}

.btn2 {
  background-color: #722283;
  color: #ececec;
  padding: 8px 20px;
  border: none;
  outline: none;
  border-radius: 30px;
  font-size: 14px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: #ffffff;
  background: linear-gradient(90deg, rgb(208, 242, 113) 0%, rgba(255, 255, 255, 0.976) 0%);
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  box-shadow: 0px 0px 5px gainsboro;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f3", endColorstr="#404040", GradientType=1);
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.top-nav a {
  color: #333;
  text-decoration: none;
}
.top-nav .logo img {
  height: 50px;
}
.top-nav .social-media {
  display: flex;
  align-items: center;
}
.top-nav .social-media a {
  display: block;
  height: 30px;
  width: 30px;
  background-color: #722283;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.top-nav .social-media a .fa-brands {
  color: #fff;
  font-size: 12px;
}
.top-nav .social-media a:hover {
  background-color: #00b0ad;
}

.main-nav {
  background-color: #00b0ad;
  padding: 0;
  width: 70%;
  margin: 0 0 0 auto;
  z-index: 99999999999999 !important;
}
.main-nav nav {
  padding: 10px;
}
.main-nav nav ul {
  padding: 0;
  margin: 0;
}
.main-nav nav ul li {
  padding: 0 20px;
  display: inline;
  position: relative;
}
.main-nav nav ul li .fa-solid {
  font-size: 12px;
  margin-top: -5px;
}
.main-nav nav ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.main-nav nav ul li a.active {
  color: #333;
}

.submenu {
  z-index: 99999999999 !important;
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  width: 250px;
  background-color: #00b0ad;
  margin: 0 !important;
}
.submenu li {
  display: block !important;
  padding: 8px 10px !important;
  border-bottom: 0.1px solid #bdbdbd;
}
.submenu li a {
  color: #fff !important;
  font-size: 14px !important;
}
.submenu li .fa-solid {
  font-size: 10px;
  margin-top: -5px;
}

.submenu-tab:hover.submenu {
  display: block !important;
}

.mega-submenu {
  background-color: #006967;
}
.mega-submenu li {
  padding-left: 10px;
  border-bottom: 0.1px solid rgba(189, 189, 189, 0.631372549);
}

.carousel {
  z-index: 1 !important;
}
.carousel .carousel1 {
  width: 100%;
  height: 75vh;
  background: url("../images/newbanner.png") center no-repeat;
  background-size: cover;
}
.carousel .carousel2 {
  width: 100%;
  height: 75vh;
  background: url("../images/newbanner2.jpg") center no-repeat;
  background-size: cover;
}
.carousel .carousel3 {
  width: 100%;
  height: 75vh;
  background: url("../images/newbanner3.jpg") center no-repeat;
  background-size: cover;
}
.carousel .carousel4 {
  width: 100%;
  height: 75vh;
  background: url("../images/newbanner4.jpg") center no-repeat;
  background-size: cover;
}

.btn1 {
  background-color: #fff;
  color: #3b3693;
  padding: 10px 20px;
  border-radius: 40px;
  border: 1px solid #fff;
  font-weight: 500;
}

.btn1:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  border: 1px solid #fff;
  font-weight: 500;
}

.knowmoreBtn {
  cursor: pointer;
  background-color: #00b0ad;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px;
  border: 1px solid #00b0ad;
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.knowmoreBtn:hover {
  background-color: #722283;
  color: #fff;
  border: 1px solid #722283;
}

.latest-news {
  display: block;
  padding: 10px 20px;
  border: 1px dotted #333;
  border-radius: 10px;
}
.latest-news .heading {
  position: relative;
}
.latest-news .latest-heading {
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 40px;
  background-color: #f2e500;
  color: #333;
  font-weight: 600;
  border-radius: 5px;
  font-size: 20px;
}
.latest-news .latest-heading2 {
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 15px 40px;
  background-color: #00b0ad;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}

.latest-col {
  width: 100%;
  position: relative;
  height: auto;
}
.latest-col h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.latest-col p {
  font-size: 13px;
}
.latest-col .report-btn {
  position: absolute;
  bottom: -15px;
  right: 10px;
  color: #747171;
  font-size: 14px;
  font-weight: 500;
}

.c-row2 {
  display: flex;
  gap: 20px;
  align-items: start;
  justify-content: start;
}

.aboutus-sec {
  width: 100%;
  background: url("../images/new2.png") center no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
}

.aboutus-main-sec p {
  line-height: 30px;
}

.read-more-div {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  text-align: center;
}
.read-more-div a {
  background-color: #00b0ad;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.aboutus-content {
  padding: 10px 30px;
}
.aboutus-content h3 {
  color: #f2e500;
  font-size: 24px;
}
.aboutus-content p {
  color: #ececec;
  font-size: 14px;
  text-align: justify;
}

.heading1 h2 {
  color: #722283;
  font-size: 26px !important;
}

.blog-section {
  width: 100%;
  background: url("../images/blog-banner.jpg") center no-repeat;
  background-size: cover;
  height: auto;
  position: static;
  z-index: -1;
}

.blog-box {
  width: 32%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.blog-box img {
  border-radius: 8px;
}
.blog-box .blog-content {
  padding: 15px 12px;
}
.blog-box .blog-content span {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.blog-box .blog-content h5 {
  font-size: 17px;
  color: #722283;
  margin-bottom: 5px;
}
.blog-box .blog-content p {
  font-size: 14px;
}
.blog-box .blog-content .blog-btn {
  text-align: right;
}
.blog-box .blog-content .blog-btn a {
  font-size: 13px;
  color: #722283;
  text-transform: uppercase;
  font-weight: 600;
}

footer {
  background-color: #f7f7f7;
  color: #747171 !important;
}
footer p {
  font-size: 14px;
}
footer .contact-links ul {
  padding: 0;
  margin: 0;
}
footer .contact-links ul li {
  list-style: none;
  padding: 5px 0;
}
footer .contact-links ul li a {
  color: #bdbdbd;
}
footer .contact-links ul li a .fa-regular {
  font-size: 14px !important;
}

.c-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-fotter {
  background-color: #00b0ad;
}
.bottom-fotter a {
  color: #333;
}

.mutual-banner-wrapper {
  width: 100%;
  height: 35vh;
  background-color: #722283;
}
.mutual-banner-wrapper .inside-banner {
  width: 50%;
  height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.mutual-banner-wrapper .inside-banner h1 {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  line-height: 55px;
}

.contact-form {
  background-color: #f7f7f7;
  padding: 30px;
}
.contact-form label {
  color: #747171;
  margin-bottom: 5px;
}
.contact-form input {
  background-color: rgba(255, 255, 255, 0.2156862745);
}
.contact-form textarea {
  background-color: rgba(255, 255, 255, 0.2156862745);
}
.contact-form .submit-btn {
  background-color: #00b0ad;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
}

.contact-details {
  background-color: #00b0ad;
  padding: 40px;
}
.contact-details ul li {
  list-style: none;
}

h2 {
  color: #722283;
  font-size: 26px !important;
  font-weight: 600;
}

h3 {
  color: #722283;
  font-size: 22px;
  font-weight: 600;
}

.footer-logo img {
  height: 45px;
}
.footer-logo p {
  font-size: 15px !important;
  text-align: left !important;
}

.footer-links {
  padding-top: 10px;
}
.footer-links h3 {
  color: #333;
  font-size: 18px;
}
.footer-links p {
  text-align: left !important;
}
.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links ul li {
  list-style: none;
  padding: 4px 0;
}
.footer-links ul li a {
  color: #747171;
  font-size: 15px;
}
.footer-links ul li a:hover {
  color: #00b0ad;
}

.footer-links2 {
  padding-top: 10px;
}
.footer-links2 h3 {
  color: #333;
  font-size: 20px;
}
.footer-links2 ul {
  padding: 0;
  margin: 0;
}
.footer-links2 ul li {
  list-style: none;
  padding: 0px 0;
}
.footer-links2 ul li a {
  color: #747171;
  font-size: 15px;
}
.footer-links2 ul li a:hover {
  color: #00b0ad;
}
.footer-links2 h6 {
  color: #333;
}

.subscribe-btn {
  background-color: #00b0ad;
  padding: 10px 10px;
  color: #fff;
  font-size: 13px !important;
  border: none;
}

.footer-mail input {
  border-radius: 0;
  font-size: 14px;
}

.team-col {
  padding: 0;
  background-color: #fff;
  border: 1px solid #ececec;
  height: 500px;
  text-align: center;
}
.team-col h4 {
  margin: 15px 10px;
  color: #722283;
  font-size: 16px;
  font-weight: 600;
}
.team-col p {
  margin: 10px 10px;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
}
.team-col a {
  color: #722283;
  margin: 0 5px;
}
.team-col a:hover {
  color: #00b0ad;
}
.team-col:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.list-style {
  padding: 0;
  margin: 0;
}
.list-style li {
  list-style: none;
  line-height: 30px;
  display: flex;
  gap: 10px;
  padding: 3px 0;
}
.list-style li .fa-regular {
  color: #722283;
  font-size: 14px;
  margin-top: 8px;
}

ol li {
  padding: 3px 0;
}

.events-banner {
  width: 100%;
  height: 35vh;
  background: url(../images/events-banner.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events-banner .inside-banner h1 {
  color: #fff;
  font-weight: bold !important;
  font-size: 38px;
}

.program-tabs {
  border: 1px solid rgba(51, 51, 51, 0.3176470588);
  border-top: none !important;
  border-radius: 5px;
}
.program-tabs #program-tabs-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.program-tabs #program-tabs-nav li {
  width: 24.5%;
  list-style: none;
}
.program-tabs #program-tabs-nav li a {
  display: block;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #ae81b7;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.program-tabs #program-tabs-nav li a.active {
  background-color: #722283;
}
.program-tabs .program-box {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(51, 51, 51, 0.3176470588);
  border-radius: 15px;
  position: relative;
}
.program-tabs .program-box .program-img {
  width: 40%;
  position: relative;
}
.program-tabs .program-box .program-img img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 18px;
}
.program-tabs .program-box .program-img .program-img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.program-tabs .program-box .program-col {
  width: 60%;
}
.program-tabs .program-box .program-col .btn-div {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.program-tabs .program-box .program-col .btn-div a {
  background-color: #722283;
  color: #fff;
}
.program-tabs .program-box .program-col span {
  color: #333;
  font-weight: bold;
}
.program-tabs .program-box2 {
  display: flex;
  gap: 20px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(51, 51, 51, 0.3176470588);
  border-radius: 15px;
  position: relative;
}
.program-tabs .program-box2 .program-img {
  width: 40%;
  position: relative;
}
.program-tabs .program-box2 .program-img img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 18px;
}
.program-tabs .program-box2 .program-img .program-img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.program-tabs .program-box2 .program-col {
  width: 60%;
}
.program-tabs .program-box2 .program-col .btn-div {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.program-tabs .program-box2 .program-col .btn-div a {
  background-color: #722283;
  color: #fff;
}
.program-tabs .program-box2 .program-col span {
  color: #333;
  font-weight: bold;
}

.tabs-content {
  padding: 20px !important;
}

.program-tabs ul li.active a {
  color: #fff !important;
  background-color: #722283 !important;
}

.events-nav-col {
  position: relative;
}

.events-side-nav {
  background-color: #f7f7f7;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1568627451);
}
.events-side-nav ul {
  margin: 0;
  padding-left: 25px;
}
.events-side-nav ul li {
  list-style: none;
  position: relative;
  padding: 3px 0;
}

.events-side-nav li:before {
  float: left;
  font-family: "fontawesome";
  font-size: 15px;
  color: #722283;
  content: "\f192";
  left: -25px;
  position: absolute;
  top: 5px;
}

.events-content-col ul {
  padding-left: 25px;
  margin: 0;
}
.events-content-col ul li {
  position: relative;
  list-style: none;
  padding: 8px 0;
}

.events-content-col ul li:before {
  float: left;
  font-family: "fontawesome";
  font-size: 15px;
  color: #722283;
  content: "\f192";
  left: -25px;
  position: absolute;
  top: 10px;
}

.collaboration-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25%;
}
.collaboration-row .collaborators-col {
  width: 19%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.collaboration-row .collaborators-col img {
  text-align: center;
}

.collaboration-sec2 {
  background-color: #f7f7f7;
}

.contact-sec {
  text-align: center !important;
}
.contact-sec p {
  text-align: center !important;
}

.digital-img-col {
  width: 55%;
  margin: 20px auto;
}

.digital-img {
  width: 100%;
}

.blog-img1 {
  border-radius: 18px;
}

@media only screen and (min-width: 1400px) {
  .team-col {
    height: 550px;
  }
}
@media only screen and (max-width: 1100px) {
  .c-row2 {
    flex-wrap: wrap;
  }
  .latest-col {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .toggle-nav {
    display: block;
  }
  .carousel {
    z-index: 1 !important;
  }
  .carousel .carousel1 {
    width: 100%;
    height: 50vh;
  }
  .carousel .carousel2 {
    width: 100%;
    height: 50vh;
  }
  .carousel .carousel3 {
    width: 100%;
    height: 50vh;
  }
  .carousel .carousel4 {
    width: 100%;
    height: 50vh;
  }
  p {
    text-align: left;
  }
  .c-row2 {
    flex-wrap: wrap;
  }
  .latest-col {
    width: 100%;
  }
  .latest-news .latest-heading {
    width: 80%;
  }
  .latest-news .latest-heading2 {
    width: 80%;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
  .top-nav .logo img {
    height: 30px;
  }
  .main-nav {
    width: auto;
  }
  nav {
    display: none;
  }
  .main-nav nav {
    padding: 10px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 70px;
    background: #00b0ad;
    height: 100vh;
  }
  .main-nav nav ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 0.1px solid #bdbdbd;
  }
  .submenu {
    position: static;
  }
  .submenu ul li {
    padding: 10px 10px !important;
  }
  .submenu ul li:last-child {
    border-bottom: none !important;
  }
  .main-nav nav ul li ul li:last-child {
    border-bottom: none !important;
  }
  .mutual-banner-wrapper .inside-banner {
    width: 70%;
  }
  .mutual-banner-wrapper .inside-banner h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .collaboration-row .collaborators-col {
    width: 32.5%;
  }
}
@media only screen and (max-width: 520px) {
  .bottom-fotter p {
    font-size: 14px;
  }
  .bottom-fotter a {
    font-size: 14px;
  }
  .bottom-fotter .c-row {
    display: grid;
  }
  .mutual-banner-wrapper .inside-banner {
    width: 80%;
  }
  .mutual-banner-wrapper .inside-banner h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .team-col {
    height: auto;
    margin-bottom: 20px;
  }
  .program-box {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    padding: 10px !important;
    border: 1px solid rgba(51, 51, 51, 0.3176470588);
    border-radius: 15px;
    position: relative;
  }
  .program-box .program-img {
    width: 100% !important;
    position: relative;
  }
  .program-box .program-col {
    width: 100% !important;
  }
  .program-box .program-col h5 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .program-box .program-col p {
    font-size: 14px;
  }
  .program-box .program-col .btn-div {
    margin: 10px 0;
    position: static !important;
  }
  .program-box2 {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    padding: 10px !important;
    border: 1px solid rgba(51, 51, 51, 0.3176470588);
    border-radius: 15px;
    position: relative;
  }
  .program-box2 .program-img {
    width: 100% !important;
    position: relative;
  }
  .program-box2 .program-col {
    width: 100% !important;
  }
  .program-box2 .program-col h5 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .program-box2 .program-col p {
    font-size: 14px;
  }
  .program-box2 .program-col .btn-div {
    margin: 10px 0;
    position: static !important;
  }
  .program-tabs #program-tabs-nav li a {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
  }
  .tabs-content {
    padding: 10px !important;
  }
  .program-tabs #program-tabs-nav li {
    width: 24% !important;
    list-style: none;
  }
  .program-tabs #program-tabs-nav {
    gap: 5px;
  }
  .contact-sec a {
    font-size: 14px;
  }
  .collaboration-row .collaborators-col {
    width: 49.25%;
  }
}/*# sourceMappingURL=style.css.map */