@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Sen&display=swap");
/* wildcard styling */
* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Site wide Element Defaults */
body {
  font-family: "Montserrat", Arial, sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 125%;
  background: #ffffff;
}

a {
  border: none;
  color: #FAA517;
  text-decoration: none;
}
a:hover {
  color: #3852A6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Times, sans-serif;
  color: #FAA517;
  font-weight: bold;
}

ul,
ol {
  margin-left: 30px;
}

button a {
  color: #ffffff;
}

iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
}

.image {
  overflow: hidden;
}
.image img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.no-radius {
  border-radius: 0 !important;
}

.line {
  background: linear-gradient(to right, #ffffff, #000000, #ffffff);
  height: 5px;
}

.line-height-normal {
  line-height: normal;
}

.quote {
  color: #999999;
  background: url(../../pics/quote.png) no-repeat bottom right;
  background-size: contain;
}

.quote-bg-bottom {
  background: url(../../pics/quote.png) no-repeat bottom right;
  background-size: 15%;
}

.author {
  font-style: italic;
  font-family: "Roboto", Times, sans-serif;
  font-size: x-small;
}

.maintext {
  line-height: 110%;
  font-size: 30px;
}

.custom-shadow {
  box-shadow: 1px 3px 10px #18181821;
}

.btn-cpp {
  font-weight: 400;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.bg-corporate-primary {
  background: #FAA517;
}

.bg-cp-hovered:hover {
  background: #3852A6;
}

.text-corporate-primary {
  color: #FAA517 !important;
}

.text-corporate-primary-font {
  font-family: "Montserrat", Arial, sans-serif !important;
}

.bg-corporate-secondary {
  background: #3852A6;
}

.bg-cs-hovered:hover {
  background: #FAA517;
}

.text-corporate-secondary {
  color: #3852A6 !important;
}

.text-corporate-title-font {
  font-family: "Roboto", Times, sans-serif !important;
}

.bg-corporate-gradient {
  background: linear-gradient(to bottom right, #FAA517, #3852A6);
}

.bg-corporate-gradient-reverse {
  background: linear-gradient(to bottom right, #3852A6, #FAA517);
}

.bg-black {
  background: #34495E;
}

.bg-facebook {
  background: #0000ff !important;
}

.text-facebook {
  color: #0000ff !important;
}
.text-facebook:hover {
  color: #ffffff !important;
  background: #0000ff !important;
}

.bg-twitter {
  background: #0099ff !important;
}

.text-twitter {
  color: #0099ff !important;
}
.text-twitter:hover {
  color: #ffffff !important;
  background: #0099ff !important;
}

.bg-youtube {
  background: #ff0000 !important;
}

.text-youtube {
  color: #ff0000 !important;
}
.text-youtube:hover {
  color: #ffffff !important;
  background: #ff0000 !important;
}

.bg-linkedin {
  background: #0e76a8 !important;
}

.text-linkedin {
  color: #0e76a8 !important;
}
.text-linkedin:hover {
  color: #ffffff !important;
  background: #0e76a8 !important;
}

.scroll {
  overflow: auto;
}

.corporate-button {
  background: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 1.5px #FAA517;
  padding-left: 25px;
  padding-right: 25px;
  color: #000000;
}

.text-circle {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 50% 0;
  border-radius: 50%;
}
.text-circle > span {
  position: absolute;
  width: 100%;
  top: 30%;
  left: 0;
  padding: 5%;
  text-align: center;
}

.rounded-custom {
  border-radius: 30px;
}

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev {
  left: 3% !important;
}

.slick-next {
  right: 3% !important;
}

.slick-prev:before,
.slick-next:before {
  color: #3852A6;
  z-index: 10000;
}

.slick-dots li button:before {
  color: #3852A6;
}

.slick-dots li.slick-active button:before {
  color: #FAA517 !important;
}

.covid19-updates {
  font-size: 10px;
  height: 15px;
}

@media sreen and (min-width: 768px) {
  .slick-prev {
    left: 0% !important;
  }

  .slick-next {
    right: 0% !important;
  }
}
.text-dark {
  color: #34495E;
}

.text-dark-gray {
  color: #34495E;
}

.bg-dark-gray {
  background: #3852A6;
}

.customBtn {
  border-radius: 15px;
  background: --red;
}

/* Navigation styling */
header > div p a:hover {
  color: #FFFFFF;
}

.navbar {
  text-align: right;
  padding: 0 !important;
}
.navbar .logo img {
  height: 85px;
}
.navbar .nav-item .nav-link {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  color: #3852A6;
}
.navbar .nav-item .nav-link:not(.active):hover {
  color: #FAA517;
}
.navbar .nav-item:hover .nav-link, .navbar .nav-item.active .nav-link {
  color: #FAA517;
}
.navbar .nav-item:hover .nav-link:hover, .navbar .nav-item.active .nav-link:hover {
  color: #FAA517;
}
.navbar .navbar-nav > .nav-item:last-child {
  background-color: #FAA517;
  display: inline-block;
  width: 120px;
  margin-left: auto;
}
.navbar .navbar-nav > .nav-item:last-child .nav-link {
  text-align: center;
  color: #FFFFFF !important;
}
.navbar .dropdown-menu {
  background: #FFFFFF;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}

/* Desktop View */
@media screen and (min-width: 992px) {
  .navbar .nav-item:hover .nav-link:hover, .navbar .nav-item.active .nav-link:hover {
    transform: scale(0.95);
  }
  .navbar .nav-item.active .nav-link {
    padding-left: 2em;
    padding-right: 2em;
  }
  .navbar .dropdown-menu {
    min-width: 13rem;
    text-align: left;
  }
  .navbar .dropdown-menu:hover .nav-item, .navbar .dropdown-menu.active .nav-item {
    border-radius: 0;
  }
  .navbar .dropdown-menu:hover .nav-item .nav-link, .navbar .dropdown-menu.active .nav-item .nav-link {
    color: #3852A6;
  }
  .navbar .dropdown-menu:hover .nav-item .nav-link:hover, .navbar .dropdown-menu.active .nav-item .nav-link:hover {
    color: #FAA517;
  }
}
.carousel .carousel-inner {
  width: 100%;
  height: 50vh;
}
.carousel .carousel-item img {
  height: 50vh;
  width: 100vw;
  object-fit: cover;
}
.carousel .carousel-item .carousel-caption {
  font-size: 18px;
  color: #ffffff;
  line-height: 100%;
  background-color: rgba(52, 73, 94, 0.64) !important;
  padding: 1rem;
  position: absolute;
  bottom: 0%;
  left: 15%;
  font-family: "Roboto", Times, sans-serif;
  line-height: 125%;
  width: 75%;
}

.values {
  background: #ffffff;
  border-radius: 30px;
  margin-top: -40px;
}

/* Breakpoint Tablet */
@media screen and (min-width: 768px) {
  .carousel .carousel-item .carousel-caption {
    width: 50%;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    bottom: 30%;
    left: 10%;
  }
  .carousel .carousel-item .carousel-caption small {
    font-size: 20px;
  }
}
/* Breakpoint Desktop */
@media screen and (min-width: 992px) {
  .carousel {
    height: 60vh;
  }
  .carousel .carousel-inner {
    width: 100%;
    height: 60vh;
  }
  .carousel .carousel-item img {
    height: 78vh;
  }
  .carousel .carousel-item .carousel-caption {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    bottom: 35%;
    left: 10%;
  }
  .carousel .carousel-item .carousel-caption small {
    font-size: 20px;
  }

  .carousel-indicators {
    bottom: 70%;
    transform: translateY(60%);
    height: 100%;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: 5% !important;
    width: max-content !important;
  }
  .carousel-indicators li {
    --size: .8rem;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
  }
}
.call-to-action {
  text-shadow: none;
}

/* serives: What we do? */
.services .row > div {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.services .row > div .card {
  height: 200px;
  border: 3px solid #34495E;
  margin-right: 0.5rem;
  margin-left: 0.3rem;
}
.services .row > div .card a .card-body .service_icon {
  padding-bottom: 1rem;
  font-size: 4rem;
}

@media screen and (min-width: 768px) {
  .services .row > div .card {
    height: 200px;
  }
  .services .row > div .card a .card-body .service_icon {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .services .row > div .card {
    height: 200px;
  }
  .services .row > div .card a .card-body .service_icon {
    font-size: 4rem;
  }
}
.updates .image {
  width: 100%;
  height: 100px;
}

/* Blog Display on Homepage */
.updates-alt {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  padding: 0;
}
.updates-alt:hover {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.updates-alt .image {
  height: 200px;
}
.updates-alt h4 {
  color: #000000;
  font-size: 18px !important;
  letter-spacing: normal !important;
}
.updates-alt h4 small {
  color: #999999;
}

/* Blogs with full Image and text on top */
.featured {
  height: 300px;
  position: relative;
  margin-bottom: 10px;
}
.featured .frame {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
}
.featured .frame:hover {
  background: rgba(0, 0, 0, 0.8);
}
.featured .image {
  height: 100%;
}
.featured > h4 {
  position: absolute;
  bottom: 20px;
  color: #ffffff;
}
.featured p {
  visibility: hidden;
  position: absolute;
}

.testimonials {
  border-radius: 15px;
}
.testimonials .image {
  border-radius: 15px;
}

.testimonial-slider .slick-list,
.courses-slider .slick-list {
  padding: 0 !important;
}

.testimonial-quote-icon {
  float: right;
  width: 45px;
  opacity: 0.5;
}

/* Side post styling */
.active-post .image {
  height: 200px;
}

.blog .image {
  width: 100%;
  height: 130px;
}

.blog-section .card {
  box-shadow: 1px 3px 10px #18181821;
  color: #34495E;
}
.blog-section .card .image img {
  height: 160px;
}
.blog-section .card .card-body p {
  font-size: 18px !important;
  font-weight: bold;
}
.blog-section .card:hover {
  color: #FAA517;
}

.our_mission div {
  height: 300px;
}
.our_mission div img {
  min-height: 300px;
  padding-bottom: 0 !important;
}
.our_mission div:nth-child(1) {
  border-left: 20px solid #34495E !important;
}

.events .card, .events-page .card {
  border: none;
  border-radius: 15px;
  box-shadow: 1px 3px 10px #18181821;
}
.events .card .date-section .display-4, .events-page .card .date-section .display-4 {
  font-size: 30px;
  font-weight: bolder;
}
.events .card .date-section p, .events-page .card .date-section p {
  padding: 1rem;
}
.events .card .date-section p .text-corporate-secondary, .events-page .card .date-section p .text-corporate-secondary {
  font-size: 14px !important;
}
.events .card .event-banner, .events-page .card .event-banner {
  position: relative;
}
.events .card .event-banner img, .events-page .card .event-banner img {
  width: 100% !important;
  display: inline-block;
  border-radius: 15px;
  position: absolute;
  top: -60px;
  left: 0;
  height: 190px;
  overflow: hidden;
}
.events .card .title-section p, .events-page .card .title-section p {
  font-size: 14px;
}

.event_section .volunteers .card {
  background: rgba(52, 73, 94, 0.64) !important;
  line-height: 150%;
  overflow: hidden;
  width: 100%;
}
.event_section .volunteers .volunteer {
  font-size: 15px !important;
}
.event_section .volunteers .volunteer .image {
  height: 120px;
  width: 120px;
}
.event_section .volunteers .volunteer .image img {
  object-fit: cover;
}

.slick-dotted.slick-slide {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 420px) {
  .events .card {
    width: 90%;
  }
  .events .card .title-section {
    padding-left: 2em;
  }
  .events .card .title-section p {
    font-size: 14px;
  }
  .events .card .event-banner {
    padding-top: 0;
    padding-right: 0;
    padding-left: 2em;
  }
  .events .card .event-banner img {
    position: relative;
    top: 100%;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-top: 0;
  }

  .events-page .card .title-section {
    padding-left: 2em;
  }
  .events-page .card .title-section p {
    font-size: 14px;
  }
  .events-page .card .event-banner {
    padding-top: 0;
    padding-right: 0;
    padding-left: 2em;
  }
  .events-page .card .event-banner img {
    position: relative;
    top: 100%;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .event_section .volunteers {
    background: rgba(52, 73, 94, 0.64) !important;
    line-height: 150%;
    overflow: hidden;
    width: 100%;
  }
}
.news_section .news_articles .card, .news_section .new-article-unslick .card {
  box-shadow: 1px 3px 10px #18181821;
}
.news_section .news_articles .card .card-body a, .news_section .new-article-unslick .card .card-body a {
  display: inline-block;
  margin-top: 2rem;
}
.news_section .news_articles .card .card-body .image, .news_section .new-article-unslick .card .card-body .image {
  flex: 1;
}
.news_section .news_articles .card .card-body .image img, .news_section .new-article-unslick .card .card-body .image img {
  height: 150px;
}

.tweets {
  height: 550px;
  width: 95%;
  margin: 0 auto;
  overflow-y: scroll;
}
.tweets .card {
  border: 1px solid #34495E;
  border-radius: 0;
  height: 100%;
}

/*
    publications_section: VAHA PUBLICATION
*/
.publications_section div .card {
  color: #3852A6;
  border: 1px solid #3852A6;
}
.publications_section div .card:hover {
  color: #FAA517;
  border: 1px solid #FAA517;
  cursor: pointer;
}

/* 
    Teams
*/
.team_section div .card, .team-members div .card {
  height: 13.5rem;
  width: 13.5rem;
}
.team_section div .card img, .team-members div .card img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 13rem;
  width: 13rem;
  display: block;
  margin: auto;
}
.team_section div .card .hover-image, .team-members div .card .hover-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #1818189b;
  opacity: 0;
}
.team_section div .card .hover-image a, .team-members div .card .hover-image a {
  text-decoration: none;
  color: #fff !important;
}
.team_section div .card:hover .hover-image, .team-members div .card:hover .hover-image {
  transition: all 0.4s ease-in;
  background-color: rgba(250, 165, 23, 0.6) !important;
  opacity: 1;
  height: 100%;
}

/* Volunteer Styles */
.customized-form-field {
  padding: 2em;
}
.customized-form-field div form .form-group label {
  color: #3852A6;
  font-weight: bold;
}
.customized-form-field div form .form-group .form-control {
  border: 1px solid rgba(52, 73, 94, 0.64);
}

.partners_section div div.card {
  height: 150px;
  width: 150px;
}

/* Default Page View */
.page-block .page-banner {
  height: 40vh;
  position: relative;
  background: #FAA517;
}
.page-block .page-banner .image {
  height: 40vh;
}
.page-block .page-banner .caption {
  position: absolute;
  background: rgba(52, 73, 94, 0.64);
  height: 100px;
  top: calc(100% - 100px);
  padding: 8px 10px;
  width: 100%;
  z-index: 100;
}
.page-block .page-banner .caption p {
  font-size: 18px;
}

footer .contactus_section, footer .getinvolved_section {
  border-radius: 0;
  padding: 1rem;
  background-color: #505B71;
  height: 250px;
}
footer .contactus_section p a, footer .getinvolved_section p a {
  color: #ffffff;
}
footer .contactus_section p a:hover, footer .getinvolved_section p a:hover {
  color: #FAA517;
}
footer .contactus_section ul li, footer .getinvolved_section ul li {
  line-height: normal;
  list-style: none;
  color: #ffffff;
}
footer .contactus_section ul li a, footer .getinvolved_section ul li a {
  color: #ffffff;
}
footer .contactus_section ul li a:hover, footer .getinvolved_section ul li a:hover {
  color: #FAA517;
}
footer ul, footer ol {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
footer ul li, footer ol li {
  padding-top: 0.5em;
}

/*# sourceMappingURL=main.css.map */
