@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Nunito&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap");
/* Fonts */
@font-face {
  font-family: 'Segoe UI';
  src: url("/fonts/Segoe UI.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/*Common */
:root {
  --primary-col: #667eea;
  --primary-col-dark: #6d70ea;
  --header-font: "Nunito", sans-serif
; }

.font-segoe {
  font-family: "Segoe UI", "Roboto","Helvetica Neue", sans-serif; }

/* Font Nunito */
.font-nun {
  font-family: "Nunito", sans-serif;
  font-weight: bold; }

/* section title with underline just at middle */
.section-title {
  text-align: center;
  padding-bottom: 30px; }

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative; }

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: .25rem;
  background: var(--primary-col);
  bottom: 0;
  border-radius: .25rem;
  left: calc(50% - 25px); }

.section-title p {
  margin-bottom: 0; }

/* title with complete underline */
/* Capture all h1-h6 if possible*/
.title_underline h1,
.title_underline h2,
.title_underline h3,
.title_underline h4,
.title_underline h5,
.title_underline h6 {
  font-weight: 300;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 1.25rem;
  font-family: "Nunito", sans-serif; }

.title_underline h1:before,
.title_underline h2:before,
.title_underline h3:before,
.title_underline h4:before,
.title_underline h5:before,
.title_underline h6:before {
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: .25rem;
  border-radius: .25rem;
  bottom: -0.25rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0.25rem solid var(--primary-col); }

.outline-left h1, .outline-left h2, .outline-left h3, .outline-left h4, .outline-left h5, .outline-left h6 {
  margin: 0;
  line-height: 1;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 0 0 0 10px !important;
  border-left: 5px solid #20c997;
  margin-bottom: 10px; }

.outline-left h1 {
  border-left: 8px solid #20c997; }

.outline-left h2 {
  border-left: 6px solid #20c997; }

/* Hover button */
.btn-hover span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s; }

.btn-hover span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  font-size: 16px;
  transition: 0.5s; }

.btn-hover:hover span {
  padding-right: 25px; }

.btn-hover:hover span:after {
  opacity: 1;
  right: 0; }

/*Back to top*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999; }

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: var(--primary-col);
  color: #fff;
  transition: all 0.4s; }

.back-to-top i:hover {
  background: #6e6cea;
  color: #fff; }

.back-to-top a:hover {
  text-decoration: none; }

/* Image hover */
.image-hover {
  overflow: hidden; }

.image-hover img {
  transition: all 1.5s ease; }

.image-hover:hover img {
  transform: scale(1.2); }

/* Indent text to a bit right */
.text-indent {
  text-indent: 5rem;
  text-align: justify;
  text-justify: inter-word; }

.number-bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 5px;
  background-color: #960000;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px; }

/* disable aos animation delay on mobile-devices */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important; } }

.btn-primary.btn-marun {
  background-color: #960000;
  border-color: maroon; }

/* --------------------------------------------------------------
# Common
-------------------------------------------------------------- */
:root {
  --top-bar-height: 40px; }

/* --------------------------------------------------------------
# Common
-------------------------------------------------------------- */
* {
  margin: 0; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden; }

/* --------------------------------------------------------------
# Projects
-------------------------------------------------------------- */
#projects {
  padding: 3rem 1rem;
  height: 500px;
  color: #fff;
  background-color: #673ab7; }

.equal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-text {
  flex: 1 1 auto; }

.inner {
  overflow: hidden; }

.inner img {
  transition: all 1.5s ease; }

.inner:hover img {
  transform: scale(1.2); }

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px; }

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%; }

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #3fbbc0;
  float: left; }

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555555;
  margin-left: 50px; }

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s; }

.counts .count-box a:hover {
  color: #3fbbc0; }

/* Thought for day */
.thoughtForDay__iconBar {
  position: fixed;
  right: 0;
  top: 20vh;
  z-index: 99999;
  background-color: #FAD58C;
  padding: 6px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; 
  display: inline-flex;
  align-items: center;
  overflow:hidden;
  width: auto;
  max-width: 50px; /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

.thoughtForDay__link span {
  visibility: hidden;
}

.thoughtForDay__iconBar:hover {
  max-width: 130px;
}
.thoughtForDay__iconBar:hover span{
  visibility: visible;
}

.thoughtForDay__iconBar_text {
    white-space: nowrap;
    padding-right: 15px;
}

.thoughtForDay__link {
  color: #004071 !important; }

#thoughtForDay {
  padding-top: 7rem;
  padding-bottom: 10rem; }

  #share {
    position: absolute;
    bottom: 1em;
    right: 1em;
    background-color: #24D366;
    color: white;
    border-radius: 5px;
    z-index: 10; 
    padding: 4px 12px;
    font-size: 1.25rem;
  }


.thoughtForDay__image {
  width: 20rem;
  height: 20rem; }

.thoughtForDay__title {
  text-align: center;
  margin-bottom: 1rem; }

.thoughtForDay__quote {
  font-size: 1.2rem !important;
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  position: relative; }

.thoughtForDay__quote::after {
  content: "\f10e"; }

.thoughtForDay__quote::before {
  content: "\f10d"; }

.thoughtForDay__quote::after,
.thoughtForDay__quote::before {
  font-family: FontAwesome;
  font-size: 1.2rem;
  color: #e8e8e8;
  position: absolute; }

/* --------------------------------------------------------------
# Contact Us
-------------------------------------------------------------- */
#contactUs {
  padding-bottom: 2vh;
  background-color: #2e2e2e; }

.title-text {
  font-size: 1.5rem; }

.footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05; }

.social-icons .icon {
  font-size: 1.5rem;
  padding: 10px;
  color: white; }

.social-icons .icon:hover {
  text-decoration: none;
  color: #a8a8e6; }

#footer {
  margin-top: -2rem !important;
  /*Override gap*/ }

/*Loading css*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 12px solid #667eea;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite; }

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#eventModal {
  z-index: 100000 !important; }

.modal img {
  width: 100%; }

#thoughtForDay {
  width: 100%;
  background: url("/assets/images/altar.webp");
  position: relative;
  z-index: 0;
  min-height: 600px; }

#thoughtForDay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: .8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f9ea8f), color-stop(100%, #aff1da));
  background: -webkit-linear-gradient(315deg, #f5f186 0%, #fb7ba2 74%);
  background: -o-linear-gradient(315deg, #f5f186 0%, #fb7ba2 74%);
  background: -ms-linear-gradient(315deg, #f5f186 0%, #fb7ba2 74%);
  background: linear-gradient(315deg, #f5f186 0%, #fb7ba2 74%);
  background-color: #f5f186; }

#thoughtForDay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: .8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f9ea8f), color-stop(100%, #aff1da));
  background: -webkit-linear-gradient(315deg, #f5f186 0%, #fb7ba2 74%);
  background: -o-linear-gradient(315deg, #f5f186 0%, #fb7ba2 74%);
  background: -ms-linear-gradient(315deg, #f5f186 0%, #fb7ba2 74%);
  background: linear-gradient(315deg, #f5f186 0%, #fb7ba2 74%);
  background-color: #f5f186; }

#thoughtForDay .title_underline h2:before {
  content: "";
  border-bottom: .25rem solid #e9507e !important; }

.tfd::before {
  font-family: FontAwesome;
  content: "\f10d\00a0\00a0";
  color: #3a539b;
  opacity: 0.5;
  line-height: 1;
  font-size: 1rem; }

.tfd::after {
  font-family: FontAwesome;
  content: "\00a0\f10e";
  color: #3a539b;
  opacity: 0.5;
  line-height: 1;
  font-size: 1rem; }

.valign-wrapper {
  display: flex;
  align-items: center; }

.hp77Line.right {
  margin-right: 30px; }

.hp77Line {
  width: calc(50% - 135px);
  height: 1px;
  border-bottom: 1px solid #ecedef; }

.hp77Line.left {
  margin-left: 30px; }

.heading {
  font-size: 36px;
  line-height: 25px;
  letter-spacing: .2px;
  font-weight: 500;
  position: relative; }

.heading::before {
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: 2px;
  border-radius: .25rem;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0.25rem solid var(--primary-col); }

:root {
  --nav-bg-color: white;
  --nav-color: black;
  --primary-col: #667eea;
  --primary-col-dark: #6d70ea;
  --header-font: "Nunito", sans-serif
; }

.navbar .nav-item .nav-link:hover {
  color: var(--primary-col) !important; }

.sitenm {
  text-transform: uppercase; }

.sitenm span {
  display: block; }

#header .logo {
  margin-right: auto; }

.nav-menu a {
  color: black;
  text-transform: unset !important; }

#header .sitenm {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  color: #555555 !important;
  font-family: var(--header-font);
  text-transform: capitalize; }

/* END of Nav Title / Brand */
/* NavIcon */
#myNavbar .navIcon {
  width: 60px;
  height: 60px;
  margin-right: .25rem; }

.navIcon {
  transition: all 0.5s ease-out; }

@media screen and (max-width: 400px) {
  #myNavbar .navbar-brand {
    font-size: 1.2rem; } }

@media screen and (max-width: 768px) {
  .topnav a {
    float: none;
    width: 100%; } }

@media screen and (max-width: 349px) {
  .sitenm {
    font-size: 14px; } }

/* till small width mobile mobile*/
@media (min-width: 350px) and (max-width: 400px) {
  #myNavbar img.navIcon {
    width: 45px !important;
    height: 45px !important; }
  .sitenm {
    font-size: 16px;
    font-weight: 500; }
  .navbar-brand {
    margin-right: 0px !important; }
  .navbar-toggler {
    font-size: 14px; } }

/* till large width mobile mobile*/
@media (min-width: 401px) and (max-width: 575px) {
  #myNavbar img.navIcon {
    width: 50px !important;
    height: 50px !important; }
  .navbar-brand {
    margin-right: 0px !important; }
  .sitenm {
    font-size: 15px;
    font-weight: 500; } }

/*mobile till medium */
@media (min-width: 576px) and (max-width: 767.98px) {
  .sitenm {
    margin: auto 0;
    font-size: 16px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .sitenm {
    font-size: 18px; } }

@media (min-width: 992px) {
  .sitenm {
    font-size: 18px; } }

@media (max-width: 370px) {
  #header .sitenm {
    width: 320px; } }

/* HEADER */
body {
  font-family: "Open Sans", sans-serif;
  color: #444444; }

a {
  color: var(--primary-col); }

a:hover {
  color: var(--primary-col-dark);
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif; }

/* ---- TopBar --- */
#top-bar {
  background: var(--primary-col);
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s; }

#top-bar.topbar-scrolled {
  top: -40px; }

#top-bar i {
  padding-right: 6px; }

/* --- HEADER --- */
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 0.7rem 0;
  /* top: 40px; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); }

.logo-title {
  margin-left: 10px;
  display: flex;
  align-items: center; }

@media (max-width: 576px) {
  .logo {
    /* min-width: 150px; */
    max-width: 70%; } }

@media (max-width: 992px) {
  #header {
    padding: 15px 0; } }

#header.header-scrolled {
  top: 0; }

#header .logo {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  color: #555555 !important;
  font-family: var(--header-font);
  text-transform: capitalize; }

#header .logo a {
  color: #000000;
  font-size: 1rem;
  font-weight: 500; }

#header .logo img {
  max-height: 40px; }

@media (max-width: 992px) {
  #header {
    top: 0; }
  #header .logo {
    font-size: 14px; } }

/* --- NAV MENU FOR DESKTOP --- */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menu > ul {
  display: flex; }

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px; }

.nav-menu a {
  display: block;
  position: relative;
  /*color: #555555;*/
  color: black;
  transition: 0.3s;
  font-size: 13px;
  font-family: "Segoe UI", "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none !important; }

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: var(--primary-col); }

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s; }

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative; }

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #194b4d; }

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: var(--primary-col); }

.nav-menu .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px; }

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px); }

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%; }

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px; }

.nav-menu .drop-down .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 15px; }

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%; }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%; }
  .nav-menu .drop-down .drop-down > a:after {
    /*todo*/
    content: "\f104"; }
  #header {
    font-size: 16px; } }

/* ---- Mobile Screen NAV BAR ---- */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; }

.mobile-nav-toggle i {
  color: #555555; }

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0; }

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none; }

.mobile-nav a {
  display: block;
  position: relative;
  color: #555555;
  padding: 10px 20px;
  font-weight: 500;
  outline: none; }

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: var(--primary-col);
  text-decoration: none; }

.mobile-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px; }

.mobile-nav .active.drop-down > a:after {
  content: "\f107"; }

.mobile-nav .drop-down > a {
  padding-right: 35px; }

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden; }

.mobile-nav .drop-down li {
  padding-left: 20px; }

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(60, 60, 60, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s; }

.mobile-nav-active {
  overflow: hidden; }

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible; }

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff; }

.language-select {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 9998; }

.carousel-inner {
  max-height: 35rem !important; }

.carousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px; }

.carousel .carousel-indicators .active {
  margin: 11px 10px; }

.carousel .carousel-indicators li {
  margin: 11px 10px; }

.carousel .carousel-indicators .active {
  margin-top: 10px;
  transform: scale(1.5);
  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.2); }

.carousel-indicators {
  margin-bottom: 50px; }

.carousel-control-prev,
.carousel-control-next {
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  top: calc(50% - 1rem);
  border: 2px solid white;
  padding: 1rem; }

.carousel-control-prev {
  left: 1rem; }

.carousel-control-next {
  right: 1rem; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 40px;
  width: 40px; }

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.carousel .bg-dark {
  background-color: rgba(0, 0, 0, 0.7) !important;
  border-radius: 1.5rem;
  padding: 1rem; }

.carousel .bg-white {
  background-color: rgba(255, 255, 255, 0.65) !important;
  border-radius: 1.5rem;
  padding: 1rem; }

.carousel-caption h3 {
  font-size: 2.5rem;
  font-weight: 300; }

.carousel-caption p.lead {
  font-size: 1.4rem; }

/* Hide indicators in mobile screen */
@media screen and (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    bottom: auto;
    margin-top: 1.5rem; }
  .carousel-indicators {
    display: none !important; } }

@media screen and (max-width: 576px) {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    height: 20px;
    width: 20px; }
  .carousel-control-prev,
  .carousel-control-next {
    height: 30px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    border: 1px solid white;
    padding: .5rem; } }

/**/
.carousel-item.resp-img {
  height: 80vh;
  min-height: 300px;
  background: no-repeat scroll center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover; }

.banner-video {
  height: 80vh;
  min-height: 300px; }

@media screen and (max-width: 576px) {
  .carousel-item.resp-img {
    height: 60vh; }
  .banner-video {
    height: 60vh; } }

.carousel-item-1 {
  background-image: url("/assets/images/carousel-sai-1.webp");
  background-position: top !important; }

.carousel-item-3 {
  background-position: top !important;
  background-image: url("/assets/images/sai-sadan-1.webp"); }

.carousel-item-5 {
  background-image: url("/assets/images/altar.webp"); }

@media screen and (max-width: 576px) {
  .carousel-item-1 {
    background-position: top 0px left 50% !important; } }

:root {
  --hover-color: #667EEA;
  /*3fbbc0*/ }

#wings {
  padding: 5rem 1rem 10rem 1rem;
  background-color: #2d2d2d;
  /*slategray*/
  /* background-color: #f6f6f7;  */ }

.wings__title {
  padding: 1rem 0;
  color: #fff;
  font-weight: 700;
  font-style: italic; }

.wings__title h2 {
  font-family: 'Courgette', serif !important;
  font-style: italic; }

.wings__title.title_underline h2:before {
  content: "";
  border-bottom: 0.25rem solid rgba(52, 230, 93, 0.9) !important; }

.wings__card {
  background: #fff;
  color: #000;
  border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
  position: relative;
  top: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.wings__card:hover {
  position: relative;
  top: -10px; }

.wings__card-title {
  margin: 1rem 0 !important; }

.wings__card-text {
  text-align: justify;
  text-indent: 10px; }

/* till mobile*/
@media (max-width: 575px) {
  #wings .card {
    max-width: 400px;
    margin: 0 auto; } }

:root {
  --lh: 1.4rem;
  line-height: var(--lh);
  --event-card-lines-to-display: 5
; }

.about-container {
  width: 80%;
  padding: 30px 0;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  position: relative;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto 20px auto; }

/* place it overlapping with image carousel*/
#events {
  margin-top: -40px;
  margin-bottom: 4rem; }

.main-content {
  position: relative;
  z-index: 2; }

.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0; }

.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  width: 3rem;
  height: 3rem;
  border-radius: 50%; }

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
  font-size: 1.5rem;
  color: #004071; }

.main-content .owl-theme .custom-nav .owl-prev {
  left: -2rem; }

.main-content .owl-theme .custom-nav .owl-next {
  right: -1rem; }

/* Buttons for owl carousel navigation*/
.flicky-button {
  padding: 0;
  background: #fff;
  border: 1px solid #dee2e6;
  width: 3rem;
  height: 3rem;
  transition: opacity .2s linear,box-shadow .2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }

/*hide border*/
button {
  outline: none !important; 
}

/*item css*/
.half-block-padding {
  padding: 18px 18px 18px 18px; }

.owl-carousel .owl-stage {
  display: flex; }

.article-item {
  display: flex;
  flex: 1 0 auto;
  height: 100%; }

.card-title-text {
  font-family: 'Segoe UI', sans-serif;
  /*font-family: 'Courgette', 'Segoe UI', sans-serif;*/
  font-weight: 900;
  text-transform: capitalize;
  font-size: 16px; }

.events-card {
  position: relative;
  background-color: #ffe5b4;
  border-radius: 5px;
  box-shadow: 0 12px 6px -6px #ddd !important;
  margin-bottom: 10px;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.events-card-body {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: var(--event-card-lines-to-display);
  -webkit-box-orient: vertical;
  flex-grow: 1;
  /*white-space: nowrap;*/ }

/* .events-card-body::before {
  position: absolute;
  content: "...";
  inset-block-end: 0; /* "bottom" 
  inset-inline-end: 0; /* "right" 
} */
.event-card-body {
  padding: 5px 10px; }

.seperator {
  border-top: 2px solid #696969;
  margin: 8px 1px 8px 1px; }

a:hover {
  text-decoration: none !important; }

/* Button */
.btn-primary.btn-marun {
  background-color: #960000;
  border-color: maroon; }

/* Responsive */
@media screen and (max-width: 576px) {
  .card-title-text {
    font-size: 13px; }
  .number-bubble {
    width: 1.25rem !important;
    height: 1.25rem !important;
    padding: .25rem !important; }
  .events-card {
    padding: 3px !important; }
  .card-text {
    font-size: 12px; }
  .btn {
    font-size: 12px; } }

@media (min-width: 577px) and (max-width: 768px) {
  .card-title-text {
    font-size: 15px; }
  .events-card {
    padding: 4px !important; }
  .card-text {
    font-size: 14px; }
  .btn {
    font-size: 14px; } }

@media (min-width: 769px) {
  .card-title-text {
    font-size: 16px; }
  .events-card {
    padding: 5px !important; }
  .card-text {
    font-size: 16px; }
  .btn {
    font-size: 16px; } }

/**/
@media screen and (max-width: 576px) {
  .main-content .owl-theme .custom-nav .owl-prev {
    left: -25px; }
  .main-content .owl-theme .custom-nav .owl-next {
    right: -25px; }
  .flicky-button {
    width: 30px;
    height: 30px; } }

/* --------------------------------------------------------------
# About Us
-------------------------------------------------------------- */
#aboutUs {
  padding: 3rem 0;
  margin: 7rem 0 1rem 0; }

.aboutUs__quote {
  font-size: 1.2rem !important;
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  position: relative; }

.aboutUs__quote::after {
  content: "\f10e";
  right: 0; }

.aboutUs__quote::before {
  content: "\f10d";
  left: 0; }

.aboutUs__quote::after,
.aboutUs__quote::before {
  font-family: FontAwesome;
  font-size: 1.2rem;
  color: #e8e8e8;
  position: absolute; }

.aboutUs__underline {
  height: 0.25rem;
  width: 5rem;
  border-radius: 0.25rem;
  --bg-opacity: 1;
  background-color: #667eea;
  margin-bottom: 0.25rem; }

.aboutUs__button {
  margin: 20px 0;
  background: #66BB6A;
  border-radius: 50px;
  border: 0;
  color: #fff;
  text-decoration: none;
  padding: 7px 25px;
  display: inline-block;
  font-size: 16px;
  position: relative;
  overflow: hidden; }

.aboutUs__button:hover {
  opacity: 1;
  background-color: #fff;
  transform: scale(1, 1);
  color: #66BB6A;
  border: 1px solid #57a85b;
  font-weight: 500; }

@media screen and (max-width: 639px) {
  #aboutUs {
    padding: 1rem 0; } }

#footer {
  color: #eee;
  font-size: 14px; }

#footer h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0; }

#footer .footer-top {
  background-color: #2e2e2e;
  padding: 60px 0 30px 0; }

#footer .footer-top .footer-info {
  margin-bottom: 30px; }

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700; }

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif; }

.social-links {
  display: flex;
  margin-top: 1rem; }

#footer a:hover {
  text-decoration: none; }

#footer .footer-top .social-links a {
  font-size: 18px;
  display: flex;
  border-radius: 50%;
  line-height: 1;
  padding: 8px 0;
  width: 36px;
  height: 36px;
  background-color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: transform 0.2s;
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.5); }

.social-links .fa {
  color: #000000;
  font-size: 15px;
  transition: .2s; }

.social-links a:hover > .fa {
  color: white !important; }

.social-links a:hover {
  transform: rotate(0deg) skew(0deg) translate(0, -5px); }

.social-links a.facebook:hover {
  background-color: #3b5999 !important; }

.social-links a.twitter:hover {
  background-color: #55acee !important; }

.social-links a.instagram:hover {
  background-color: #e4405f !important; }

.social-links a.youtube:hover {
  background: #ED3833 !important; }

.social-links a.linkedin:hover {
  background-color: #0077B5 !important; }

#footer .footer-top .social-links a:hover {
  /*background: #65c9cd;*/
  text-decoration: none; }

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px; }

#footer .footer-top .footer-links {
  margin-bottom: 30px; }

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--primary-col);
  font-size: 18px;
  line-height: 1; }

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center; }

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0; }

#footer .footer-top .footer-links ul a {
  color: #eee;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  transition: transform 0.3s ease; }

#footer .footer-top .footer-links ul a:hover {
  color: #20c997;
  font-weight: 500; }

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px; }

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px); }

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--primary-col);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0; }

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: var(--primary-col-dark); }

#footer .footer-lower {
  color: #ddd;
  background: #343434;
  padding-top: 2rem;
  padding-bottom: 2rem; }

#footer .copyright {
  text-align: center; }

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px; }

.footer-links a:before {
  content: "\f054";
  font-family: FontAwesome;
  padding-right: 8px;
  color: #18d26e;
  /* 20c997*/ }

#footer .footer-top h4::before {
  right: 0;
  background: #555;
  width: 95%;
  box-sizing: border-box; }

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px; }

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  border-left: 4px solid #18d26e; }

#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px; }

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px; }

@media screen and (max-width: 576px) {
  .space-sm {
    padding-left: 30px; } }

@media screen and (max-width: 992px) {
  #footer .footer-top {
    padding: 10px 0 30px 0; } }

main {
  padding-top: 80px; }

@media (max-width: 992px) {
  main {
    padding-top: 80px; } }

#video-gallery {
  padding: 70px 0;
  background-color: #2d2d2d;
  /*slategray*/ }

.video-gallery-title {
  padding: 1rem 0;
  color: #fff;
  font-weight: 700;
  font-style: italic; }

.video-gallery-title h2 {
  font-family: 'Courgette', serif !important;
  font-style: italic; }

.video-gallery-title.title_underline h2:before {
  content: "";
  border-bottom: 0.25rem solid rgba(52, 230, 93, 0.9) !important; }

.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px; }

.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-carousel .owl-dots {
  text-align: center;
  margin-top: 20px; }

  .video-carousel .owl-dot {
  display: inline-block; }

  .video-carousel .owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px; }

  .video-carousel .owl-dot.active span {
  background: #2caae1;
}
  .video-carousel  .owl-theme .owl-dots .owl-dot:hover span {
      background: #2caae1;
  }

  .owl-theme .video-carousel-nav  {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
  }

   .owl-theme .video-carousel-nav .owl-prev,
   .owl-theme .video-carousel-nav .owl-next {
    position: absolute;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
  }

  .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .video-carousel-nav .owl-next i {
    font-size: 1.5rem;
    color: #004071;
  }
  
  .owl-theme .video-carousel-nav .owl-prev {
    left: 0;
  }
  .owl-theme .video-carousel-nav .owl-next {
    right: 0;
  }
  