/*!
Theme Name: aerc-events
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aerc-events
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you have learned.

ncba-ig is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
@import "./responsiveness.css";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: zillabold;
  src: url("../fonts/fonts/ZillaSlab-Bold.otf");
}
@font-face {
  font-family: zillamedium;
  src: url("../fonts/fonts/ZillaSlab-Medium.otf");
}
@font-face {
  font-family: zillaregular;
  src: url("../fonts/fonts/ZillaSlab-Regular.otf");
}
@font-face {
  font-family: zillaresemibold;
  src: url("../fonts/fonts/ZillaSlab-SemiBold.otf");
}
@font-face {
  font-family: interregular;
  src: url("../fonts/inter/Inter-Regular.otf");
}
@font-face {
  font-family: interthin;
  src: url("assets/fonts/inter/Inter-Thin.otf");
}
@font-face {
  font-family: interextralight;
  src: url("../fonts/fonts/inter/Inter-ExtraLight.otf");
}
@font-face {
  font-family: intersemibold;
  src: url("../fonts/fonts/inter/Inter-SemiBold.otf");
}
@font-face {
  font-family: interbold;
  src: url("../fonts/fonts/inter/Inter-Bold.otf");
}
html,
body {
  overflow-x: hidden;
}

body {
  font-size: 13px;
  font-family: "interregular";
  line-height: 1.6;
}

body::-webkit-scrollbar {
  width: 0.6em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #f28b30;
}

body::-webkit-scrollbar-thumb {
  background-color: #042d45;
}

h1,
h2,
h3,
h4 {
  font-family: "zillaresemibold";
}

h1 {
  font-family: "zillaresemibold";
}
h1.title {
  font-size: 60px;
}

.sub-title {
  font-family: "zillaresemibold";
  color: #042d45;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0px;
}

h2 {
  position: relative;
}
h2.title {
  font-size: 50px;
  margin: 30px 0px;
}

.width-80 {
  width: 80%;
  margin: auto;
}

.page-width {
  width: 80%;
  margin: auto;
}

.close {
  cursor: pointer;
}

@keyframes slideleft {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes firstshow {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideleft {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideright {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideup {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slidedown {
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes shakeit {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-5px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes cheersitop {
  10%, 90% {
    transform: translate3d(1px, 0, 0);
    transform: rotate(-6deg);
  }
  20%, 80% {
    transform: translate3d(-2px, 0, 0);
    transform: rotate(-20deg);
  }
  30%, 50%, 70% {
    transform: translate3d(5px, 0, 0);
    transform: rotate(-2deg);
  }
  40%, 60% {
    transform: translate3d(-5px, 0, 0);
    transform: rotate(0deg);
  }
}
@keyframes cheersit {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
    transform: rotate(4deg);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
    transform: rotate(60deg);
  }
  30%, 50%, 70% {
    transform: translate3d(-5px, 0, 0);
    transform: rotate(2deg);
  }
  40%, 60% {
    transform: translate3d(5px, 0, 0);
    transform: rotate(0deg);
  }
}
.fadein {
  animation: fadein 3s;
}

.slidein {
  animation: firstshow 2s;
}

.slideleft {
  animation: slideleft 1.2s;
}

.slideright {
  animation: slideright 1.2s;
}

.slideup {
  animation: slideup 2s;
}

.slidedown {
  animation: slidedown 2s;
}

.titleslide {
  animation: titleslide 2s;
}

.shakeit {
  animation: shakeit 8s linear infinite;
  perspective: 10px;
}

.cheersit {
  animation: cheersit 12s linear infinite;
  perspective: 10px;
}

.cheersitop {
  animation: cheersitop 12s linear infinite;
  perspective: 10px;
}

::-moz-selection {
  background: #f28b30 !important;
  color: white;
}

::selection {
  background: #f28b30 !important;
  color: white;
}

p {
  font-size: 16px;
  margin-bottom: 20px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}
h2.title {
  font-size: 40px;
  margin-bottom: 30px;
  color: #f28b30;
  position: relative;
  font-weight: 800;
}
h2.title span {
  font-size: 40px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

.back-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 20;
  width: 50px;
  height: 50px;
  background: #f28b30;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.5;
  transition-duration: 300ms;
  color: #fff !important;
  cursor: pointer;
}
.back-top:hover {
  opacity: 1;
  color: #042d45;
}
.back-top.show {
  opacity: 1;
}

.btn {
  background: #f28b30;
  transition-duration: 300ms;
  color: #fff;
  border-radius: 10px;
  padding: 8px 35px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.2);
}
.btn i {
  padding-left: 15px;
  transition-duration: 300ms;
}
.btn:hover {
  background: #042d45;
  color: #fff;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 400px;
  box-shadow: 5px 5px 17px 10px rgba(0, 0, 0, 0.3);
}
.btn:hover i {
  color: #fff;
  transform: translateX(8px);
}
.btn.small {
  border-radius: 7px;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 14px;
}
.btn.small i {
  padding-left: 8px;
}
.btn.small:hover i {
  transform: translateX(4px);
}

.scroll-down {
  cursor: pointer;
}
.scroll-down span {
  position: absolute;
  bottom: 3%;
  left: 49.8%;
  width: 46px;
  height: 75px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  z-index: 50;
}
.scroll-down span:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  content: "\f103";
  top: 3px;
  left: 16px;
  margin-left: -3px;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.8);
  animation: sdb10 1s infinite;
  box-sizing: border-box;
}
.scroll-down.colored span {
  background: #d4f9dd;
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.spin {
  animation: spin 30s linear infinite;
}

.bg-cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.main-menu {
/*   position: fixed; */
  background: #379fc1;
  top: 0;
  width: 100%;
  height: auto;
  left: 0;
  z-index: 999;
  padding: 10px 0px;
}
.main-menu .navbar .navbar-brand {
  width: 120px;
  height: auto;
  position: relative;
  transition-duration: 300ms;
}
.main-menu .navbar .navbar-brand img {
  width: 100%;
  height: auto;
}
.main-menu .navbar .navbar-nav .nav-item {
  padding: 10px;
  position: relative;
  transition-duration: 300ms;
}
.main-menu .navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.main-menu .navbar .navbar-nav .nav-item:after {
  width: 0%;
  transition-duration: 300ms;
}
.main-menu .navbar .navbar-nav .nav-item.active .nav-link {
  color: #f28b30;
}
.main-menu .navbar .navbar-nav .nav-item.active:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 5px;
  left: 5%;
  bottom: 10px;
  background: #f28b30;
  border-radius: 10px;
}
.main-menu .navbar .ctas a:nth-child(2) .btn {
  background: #379fc1;
}
.main-menu .navbar .ctas a:nth-child(2) .btn:hover {
  background: #000;
}
.main-menu .navbar .ctas .btn {
  margin: 5px;
}
.main-menu.scrolled {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.7);
  padding: 0px;
}
.main-menu.scrolled .navbar-brand {
  width: 50px;
  height: auto;
  position: relative;
}
.main-menu.scrolled .navbar-brand img {
  width: 100%;
  height: auto;
}

.full-height {
  height: 100vh;
}

.landing {
  height: calc(100vh - 0px);
  position: relative;
  overflow: hidden;
}
.landing .slider-item {
  height: calc(100vh - 0px);
}
.landing .owl-dots {
  display: none;
}
.landing .slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.landing .landing-banner-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing .landing-banner-content .slider-card {
  width: 80%;
  max-width: 1100px;
  text-align: center;
  color: #fff;
  z-index: 50;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  padding: 50px;
  border-radius: 20px;
  transform: translateY(-2%);
}
.landing .landing-banner-content .slider-card .details {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  padding: 7px 0px;
  font-weight: 600;
}
.landing .landing-banner-content .slider-card .details li {
  margin: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: zillabold;
}
.landing .landing-banner-content .slider-card .details li:first-child {
  margin-left: 0px;
}
.landing .landing-banner-content .slider-card .details li i {
  padding-right: 12px;
  font-size: 20px;
}
.landing .landing-banner-content .slider-card p {
  font-size: 18px;
}
.landing .landing-banner-content h2 {
  animation: slideup 4s !important;
  font-size: 40px;
  padding-bottom: 0px;
  color: #fff;
  font-weight: 800;
  position: relative;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.473), 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.landing .landing-banner-content .buttons {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  margin: auto;
}
.landing .landing-banner-content .buttons .btn {
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  min-width: 250px;
  font-weight: 300;
  width: 30%;
  margin-bottom: 30px;
}
.landing .landing-banner-content .buttons .btn:nth-child(2) {
  background: #379fc1;
}
.landing .landing-banner-content .buttons .btn:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.landing .landing-banner-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.about {
  padding: 0px 0px 100px 0px;
}
.about h3.title {
  font-weight: 800;
  color: #f28b30;
  margin-bottom: 30px;
}

.about .img-fluid {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.schedule-item.mb-3.p-3.border.rounded {
  border-bottom: 1px solid rgba(0, 0, 0, 0.168627451) !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.nav-tabs {
  border-bottom: none !important;
}

.flipped span {
  color: #f28b30 !important;
}

.focus-areas {
  padding: 50px 0px 100px 0px;
  background: #8CDFC8;
}
.focus-areas .title {
  text-align: center;
}
.focus-areas .nav-link .tab-btn-bx .active {
  background: #000 !important;
  color: #fff !important;
}
.focus-areas .tab-btn-bx {
  background: #f28b30;
  color: black;
  font-weight: bolder;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid #fff;
  margin: 4px;
}
.focus-areas .card {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  padding: 40px 20px;
  cursor: pointer;
  box-shadow: 5px 5px 17px 7px rgba(0, 0, 0, 0.05);
  transition-duration: 300ms;
  position: relative;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.focus-areas .card .img-wrapper {
  position: relative;
  padding-bottom: 10px;
}
.focus-areas .card .img-wrapper img {
  max-width: 80px;
  transition-duration: 300ms;
}
.focus-areas .card h3 {
  color: #f28b30;
  padding-top: 20px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
}
.focus-areas .card .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.focus-areas .card:hover {
  background: #00FFFF;
  transform: rotate(0deg) scale(1.1);
}
.focus-areas .card:hover img {
  transform: rotate(0deg) scale(1.1);
}
.focus-areas .col-md-3 {
  padding: 10px;
}

.countdown {
  position: relative;
  background: #042d45;
  background: linear-gradient(to right, #025a84 0%, #042d45 50%);
  padding: 5px 0px;
  border-radius: 93px;
  transform: translateY(-120%);
  z-index: 20;
  width: 80%;
  margin: auto;
}
.countdown h2 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}
.countdown h3 {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  color: #f28b30;
}

.flipped {
  color: #fff;
  font-size: 40px;
  left: 0;
  color: white;
}
.flipped div {
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.flipped div span {
  color: #B1CDF1;
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.faded-bg {
  position: absolute;
  opacity: 0.5;
  z-index: 1;
}
.faded-bg.left-bg {
  left: 10%;
  top: 10%;
}
.faded-bg.right-bg {
  right: 10%;
  bottom: -20px;
}

.register {
  width: 100%;
  padding: 80px 0px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 20;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.register .intro {
  font-size: 20px;
  max-width: 990px;
  margin: 20px auto;
  padding: 10px 0px;
}
.register .title {
  color: #fff;
}
.register #timer2 {
  font-size: 3em;
  padding: 40px 20px 20px 20px;
  display: flex;
  justify-content: center;
}
.register #timer2 div {
  position: relative;
  display: block;
  min-width: 180px;
  padding: 15px;
  background: #f28b30;
  margin: 15px;
  border-radius: 5px;
}
.register #timer2 div span {
  font-size: 16px;
  display: block;
  padding: 0px 0px 10px 0px;
  color: #f28b30 !important;
}
.register #timer2 div:nth-child(2) {
  background: #5b5e71;
}
.register #timer2 div:nth-child(3) {
  background: #042d45;
}
.register #timer2 div:nth-child(4) {
  background: #379fc1;
}
.register .right-img {
  right: 0px;
  top: auto;
  z-index: 0;
}
.register .ctas a:nth-child(2) {
  background: #379fc1;
}
.register .ctas a:nth-child(2):hover {
  background: #000;
}
.register .ctas .btn {
  margin: 5px;
}
.register:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.register .wrapper {
  position: relative;
  z-index: 20;
}

.speakers {
  padding: 50px 0px;
}
.speakers .card {
  position: relative;
  border: none;
  width: 100%;
  height: 400px;
  margin: 12px 0px;
}
.speakers .card .img-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}
.speakers .card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.speakers .card .card-body {
  position: relative;
  z-index: 20;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition-duration: 400ms;
  cursor: pointer;
}

.speakers .card .card-title{
  position: relative;
  top: 270px;
}
.speakers .card .card-body .card-title p {
  color: #fff;
  font-size: 13px;
}
.speakers .card .card-body .card-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.speakers .card .card-body .card-text {
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 400ms;
}
.speakers .card .card-body .card-text p {
  font-size: 16px;
}
.speakers .card .card-body .card-text p span {
  font-weight: 700;
}
.speakers .card .card-body:hover {
  background: rgba(4, 45, 69, 0.6);
}
.speakers .card .card-body:hover .card-text {
  opacity: 1;
  transform: translateY(0px);
}

.partners {
  padding: 50px 0px 100px 0px;
}
.partners .title {
  text-align: center;
}
.partners .col {
  padding: 10px;
  flex: 0 0 20%;
  max-width: 20%;
}
.partners .col .card {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  padding: 30px 20px;
  cursor: pointer;
  transition-duration: 300ms;
}
.partners .col .card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.partners .col .card .img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.partners .col .card .img-wrapper img {
  transition-duration: 300ms;
}
.partners .col .card h3 {
  color: #f28b30;
  padding-top: 20px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
}
.partners .col .card:hover {
  transform: rotate(0deg) scale(1.05);
}
.partners .col .card:hover img {
  transform: rotate(0deg) scale(1.01);
  filter: grayscale(100%);
}

.programme {
  padding: 80px 0px 80px 0px;
  background: rgba(0, 255, 255, 0.3);
  position: relative;
}
.programme .container {
  position: relative;
  z-index: 10;
}
.programme .container .title {
  color: #042d45;
  font-weight: 600;
  margin-bottom: 40px;
}
.programme .nav {
  position: relative;
  margin-bottom: 25px;
  background: #fff;
}
.programme .nav .nav-link {
  padding: 25px 30px;
  position: relative;
  z-index: 20;
  background: transparent;
  font-size: 25px;
  color: #000;
  border-radius: 0px;
  font-weight: 700;
}
.programme .nav .nav-link span {
  position: relative;
  z-index: 20;
}
.programme .nav .nav-link:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  bottom: -15px;
  transform: rotate(45deg);
  background: #f28b30;
  opacity: 0;
}
.programme .nav .nav-link:hover {
  border: none;
  background: rgba(84, 255, 189, 0.3);
}
.programme .nav .nav-link.active {
  background: #f28b30;
  color: #fff;
}
.programme .nav .nav-link.active:after {
  opacity: 1;
}
.programme .card {
  background: #fff;
  padding: 20px 30px;
}
.programme .card .card-header {
  background: #fff;
  border-bottom: 0px;
  padding: 0px;
  cursor: pointer;
  color: #f28b30;
}
.programme .card .card-header p {
  color: #042d45;
  margin-bottom: 0px;
  font-weight: 800;
  padding-bottom: 10px;
}
.programme .card .card-header h3 {
  font-size: 22px;
}
.programme .card .card-header span {
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: transparent;
  color: #042d45;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 300ms;
}
.programme .card .card-header span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  font-size: 20px;
  transition-duration: 300ms;
}
.programme .card .card-header.collapsed {
  color: #000;
}
.programme .card .card-header.collapsed span {
  color: #f28b30;
}
.programme .card .card-header.collapsed span:before {
  transform: rotate(360deg);
  content: "\f067";
}
.programme .card .card-body {
  padding: 5px 50px 5px 0px;
  font-size: 20px;
  width: 95%;
}
.programme .cta {
  width: 100%;
  padding: 100px 0px 0px 0px;
  text-align: center;
}
.programme.faqs {
  background: rgba(84, 255, 189, 0.3);
}
.programme.faqs .card .card-header h3 {
  font-size: 18px;
  font-family: "interregular";
}

.impact {
  position: relative;
  margin: 100px 0px;
}
.impact:after {
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  background: #54FFBD;
  top: 0%;
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: -1;
  transform: skewY(5deg);
}

.footer {
  background: #379fc1;
  padding: 100px 0px 20px 0px;
  position: relative;
  z-index: 20;
  color: #404040;
}
.footer .logo-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  width: 100px;
}
.footer .logo-wrapper img {
  width: 100%;
  height: auto;
}
.footer h4,
.footer p {
  color: rgba(255, 255, 255, 0.9333333333);
}
.footer h3 {
  font-weight: 600;
  font-size: 25px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9333333333);
}
.footer h3:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.9333333333);
  left: 0;
  bottom: 0;
}
.footer ul {
  padding-left: 0px;
  list-style: none;
}
.footer ul li {
  padding: 5px 0px;
  transition-duration: 300ms;
}
.footer ul li a {
  color: #fff;
  font-size: 18px;
  transition-duration: 300ms;
}
.footer ul li:hover {
  transform: translateX(5px);
}
.footer ul li:hover a {
  color: #54FFBD;
}
.footer .social {
  display: flex;
}
.footer .social li {
  margin: 20px 20px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .social li:first-child {
  margin-left: 0px;
}
.footer .social li a {
  font-size: 20px;
  line-height: 20px;
  padding: 20px;
}
.footer .social li:hover {
  background: #e7e5e2;
  border: 2px solid #f28b30;
  transform: translateY(0px);
}
.footer .social li:hover a {
  color: #f28b30;
}
.footer .copyright {
  margin-top: 50px;
  border-top: 1px solid rgba(231, 229, 226, 0.5);
  color: #fff;
  text-align: center;
  padding: 20px 0px 0px 0px;
}
.footer .copyright ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.footer .copyright ul li {
  padding: 10px 30px;
}
.footer .copyright ul li:hover {
  transform: translateY(0px);
}
.footer .copyright ul li:hover a {
  color: #54FFBD;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal-lg {
  max-width: 1000px;
}
.modal .modal-body {
  padding: 0px;
}
.modal .modal-body .img-wrapper {
  width: 100%;
  height: 100%;
}
.modal .modal-body .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .modal-body .card {
  border: none;
  padding: 10%;
  font-size: 12px;
  height: 550px;
  overflow: auto;
}
.modal .modal-body .card::-webkit-scrollbar {
  width: 0.6em;
}
.modal .modal-body .card::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #ced4da;
}
.modal .modal-body .card::-webkit-scrollbar-thumb {
  background-color: #379fc1;
}
.modal .modal-body .card p {
  font-size: 12px;
}
.modal .modal-body .card .designation {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}
.modal .modal-body .card .designation:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  border-radius: 50%;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0px;
}
.modal .close {
  position: absolute;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 22;
  right: -20px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.05);
  transition-duration: 300ms;
}
.modal .close:hover {
  box-shadow: 5px 5px 7px 7px rgba(0, 0, 0, 0.5);
  opacity: 0.95;
}/*# sourceMappingURL=style.css.map */