/**
* Template Name: Serenity - v4.10.1
* Template URL: https://bootstrapmade.com/serenity-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #6f2c91;
  text-decoration: none;
}

a:hover {
  color: #bd45f9;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

#main {
  margin-top: 70px;
  z-index: 3;
  position: relative;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #6f2c91;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #bd45f9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# button
--------------------------------------------------------------*/
.btn,
.btn:focus {
  background: #6f2c91;
  padding: 8px 28px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  border: 2px solid #6f2c91;
}

.btn:hover,
.btn:focus:hover {
  color: #6f2c91;
  background: #fff;
  border: 2px solid #6f2c91;
}

.btn-small {
  -moz-text-align-last: right;
  text-align-last: right;
}

.btn-small {
  display: inline-block;
  background: #6f2c91;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  border: 2px solid #6f2c91;
}

.btn-small:hover {
  background: #fff;
  color: #6f2c91;
}

.inverse-btn,
.inverse-btn:focus {
  background: #fff;
  padding: 8px 25px;
  border-radius: 50px;
  color: #6f2c91;
  border: 2px solid #fff;
}

.inverse-btn:hover,
.inverse-btn:focus:hover {
  color: #fff;
  background: #6f2c91;
  border: 2px solid #fff;
}


.inverse-btn1 {
  background: #6f2c91;
  padding: 50px 0;
}

.inverse-btn1 {
  background: #6f2c91;
  padding: 50px 0;
}

.inverse-btn1 h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.inverse-btn1 p {
  color: #fff;
  padding-left: 250px;
  padding-right: 250px;
}

.inverse-btn1 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.inverse-btn1:hover {
  background: #bd45f9;
  border-color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  z-index: 997;
  transition: all 0.5s ease-in-out;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 600;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #3c4133;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 22px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1c1f18;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #6f2c91;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #6f2c91;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #bd45f9;
}

.navbar .email a {
  display: inline-block;
  background: #6f2c91;
  color: #fff;
  line-height: 1;
  margin-left: 20px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}

.navbar .email a i {
  line-height: 0;
  font-size: 16px;
  margin-right: 33px;
  margin-left: 12px;
}

.navbar .email a:hover {
  background: #fff;
  color: #6f2c91;
  text-decoration: none;
  border: 2px solid #6f2c91;
}
	
.navbar .social-links a {
  display: inline-block;
  background: #6f2c91;
  color: #fff;
  line-height: 1;
  margin-left: 5px;	
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}

.navbar .social-links a i {
  line-height: 0;
  font-size: 16px;
  margin-right: 33px;
  margin-left: 12px;
}

.navbar .social-links a:hover {
  background: #fff;
  color: #6f2c91;
  text-decoration: none;
  border: 2px solid #6f2c91;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #6f2c91;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #3c4133;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(34, 36, 29, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #3c4133;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #94c045;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #94c045;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section arken(#545454, 15) border: 2px solid #6f2c91;
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 500px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

#hero .carousel-item {
  width: 100%;
  height: 500px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero .carousel-item::before {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  opacity: 0.5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 40px 50px 40px;
}

#hero .carousel-content {
  text-align: left bottom;
  padding: 370px 10px 20px 10px;
  height: 100%;
  width: 100%;
}

#hero h2 {
  color: #eee;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

#hero h2 span {
  color: #6f2c91;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 0 10px 0;
  color: #eee;
  font-size: 16px;
  font-weight: 500;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: 10% 30%;
  border-radius: 5px;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #fff;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #6f2c91;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 15px;
  opacity: 0.2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #6f2c91;
  background: #6f2c91;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #6f2c91;
  text-decoration: none;
}

#hero h2:hover,
#hero p:hover {
  color: #fff;
}

@media (max-height: 768px),
(max-width: 1200px) {
  #hero {
    margin-bottom: 0;
  }

  #hero .carousel-container {
    padding-bottom: 40px;
  }

  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 50vh;
  }

  #hero .carousel-item {
    height: 50vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Heroes Section
--------------------------------------------------------------*/
#heroes {
  width: 100%;
  height: calc(100vh - 70px);
  background: url("../img/malcs_students.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#heroes:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#heroes .container {
  z-index: 2;
}

#heroes h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#heroes h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#heroes .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#heroes .btn-get-started:hover {
  border-color: #6f2c91;
  background: #6f2c91;
}

@media (min-width: 1024px) {
  #heroes {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #heroes {
    margin-top: 60px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 768px) {
  #heroes h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #heroes h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.img-bg {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: 10% 30%;
}

@media (max-width: 768px) {
  .img-bg {
    height: 400px;
  }
}

.img-bg:before {
  position: absolute;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
}

.img-bg .img-bg-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  position: relative;
  padding-left: 50px;
  padding-right: 100px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .img-bg .img-bg-inner {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}

.img-bg .img-bg-inner h2,
.img-bg .img-bg-inner p {
  color: var(--color-white);
}

@media (max-width: 500px) {
  .img-bg .img-bg-inner p {
    display: none;
  }
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 768px) {

  .custom-swiper-button-next,
  .custom-swiper-button-prev {
    display: none;
  }
}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
  font-size: 20px;
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s all ease;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
  color: rgba(var(--color-white-rgb), 1);
}

.custom-swiper-button-next {
  right: 40px;
}

.custom-swiper-button-prev {
  left: 40px;
}

/*--------------------------------------------------------------
# Sections General #646c55
--------------------------------------------------------------*/
section {
  padding-bottom: 60px;
  overflow: hidden;
}

.section-bg {
  background-color: #fff;
}

.section-bg-color {
  background-color: #bd45f9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #545454;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #6f2c91;
  bottom: 0;
  left: calc(50% - 25px);
}	

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 0;
}

.breadcrumbs .breadcrumb-hero {
  text-align: center;
  background: #6f2c91;
  padding: 10px 0 10px 0;
  color: #fff;
}

.breadcrumbs .breadcrumb-hero h2 {
  font-size: 32px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-hero p {
  font-size: 14px;
  margin-bottom: 0;
}

.breadcrumbs .breadcrumb-hero a {
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #565e49;
  content: "/";
}

.breadcrumbs_s {
  padding: 0;
}

.breadcrumbs_s .breadcrumb-hero_s {
  text-align: center;
  background: #6f2c91;
  padding: 10px 0 10px 0;
  color: #fff;
}

.breadcrumbs_s .breadcrumb-hero_s h2 {
  font-size: 32px;
  font-weight: 500;
}

.breadcrumbs_s .breadcrumb-hero_s p {
  font-size: 14px;
  margin-bottom: 0;
}

.breadcrumbs_s .breadcrumb-hero_s a {
  color: #fff;
}

.breadcrumbs_s ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.breadcrumbs_s ol li+li {
  padding-left: 10px;
}

.breadcrumbs_s ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #eee;
  content: "/";
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  z-index: 2;
}

.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.featured .icon-box i {
  color: #6f2c91;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
  line-height: 0;
}

.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.featured .icon-box a {
  font-weight: 600;
  color: #6f2c91;
  transition: 0.3s;
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured .icon-box:hover {
  background: #6f2c91;
}

.featured .icon-box:hover i,
.featured .icon-box:hover a,
.featured .icon-box:hover h3 a,
.featured .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  background: #fff;
}

.about .count-box {
  width: 100%;
}

.about .count-box i {
  display: block;
  font-size: 48px;
  color: #94c045;
  float: left;
  line-height: 0;
}

.about .count-box span {
  font-size: 28px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #646c55;
  margin-left: 60px;
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #646c55;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #646c55;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #8b9578;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #222222;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  font-size: 16px;
  position: relative;
}

.about .content ul i {
  font-size: 20px;
  color: #6f2c91;
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content p {
  margin-bottom: 16px;
  font-size: 16px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#94c045 50%, rgba(148, 192, 69, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(148, 192, 69, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #94c045;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Spotlight Cta
--------------------------------------------------------------*/
.spotlight {
  background: #6f2c91;
  padding: 50px 0;
}

.spotlight h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.spotlight p {
  color: #fff;
  padding-left: 250px;
  padding-right: 250px;
}

.spotlight .spotlight-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.spotlight .spotlight-btn:hover {
  background: #bd45f9;
  border-color: #fff;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses .icon-box {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 5px 30px 5px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
}

.courses .icon-box:hover {
  background-color: #6f2c91;
}

.courses .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}

.courses .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.courses .title {
  margin-left: 10px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.courses .title a {
  color: #6f2c91;
}

.courses .icon-box:hover .title a,
.courses .icon-box:hover .description {
  color: #fff;
}
	
.courses .description {
  font-size: 14px;
  margin-left: 10px;
  line-height: 24px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Programme (Work Process)
--------------------------------------------------------------*/
.our-programme .content+.content {
  margin-top: 100px;
}

.our-programme .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.our-programme .content ul {
  list-style: none;
  padding: 0;
}

.our-programme .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
}

.our-programme .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #6f2c91;
  position: absolute;
  left: 13px;
}

.our-programme .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills {
  padding-top: 60px;
}

.skills .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0 0 0 25px;
}

.skills .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  font-size: 16px;
  position: relative;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #6f2c91;
  position: absolute;
  left: 0;
  top: -2px;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #3c4133;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e1e4dc;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #94c045;
}

/*--------------------------------------------------------------
# Scholarship
--------------------------------------------------------------*/
.scholarship {
  position: relative;
  z-index: 2;
}

.scholarship .icon-box {
  padding: 20px 30px 15px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.scholarship .icon-box i {
  color: #6f2c91;
  font-size: 42px;
  margin-bottom: 12px;
  display: inline-block;
  line-height: 0;
}

.scholarship .icon-box h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}

.scholarship .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.scholarship .icon-box a {
  font-weight: 600;
  color: #6f2c91;
  transition: 0.3s;
}

.scholarship .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}

.scholarship .icon-box span a{
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  border: 2px solid;
  border-radius: 6px;
  border-color: #6f2c91;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.scholarship .icon-box:hover {
  background: #6f2c91;
}

.scholarship .icon-box:hover i,
.scholarship .icon-box:hover a,
.scholarship .icon-box:hover h3 a,
.scholarship .icon-box:hover p{
  color: #fff;
}

.scholarship .icon-box:hover span a{
  border-color: #fff;
}

/*--------------------------------------------------------------
# Scholarship Details
--------------------------------------------------------------*/
.scholarship-details {
  padding-top: 40px;
}

.scholarship-details .scholarship-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(60, 65, 51, 0.08);
}

.scholarship-details .scholarship-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.scholarship-info ul {
  list-style: none;
  padding: 0 0 0 25px;
}

.scholarship-info ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  font-size: 16px;
  position: relative;
}

.scholarship-info ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #6f2c91;
  position: absolute;
  left: 0;
  top: -2px;
}

.scholarship-details .scholarship-info ul li+li {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Capalum
--------------------------------------------------------------*/
.capalum .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  background: #fff;
}

.capalum .count-box {
  width: 100%;
}

.capalum .count-box i {
  display: block;
  font-size: 48px;
  color: #94c045;
  float: left;
  line-height: 0;
}

.capalum .count-box span {
  font-size: 28px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #646c55;
  margin-left: 60px;
}

.capalum .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #646c55;
}

.capalum .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #646c55;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.capalum .count-box a:hover {
  color: #8b9578;
}

.capalum .content {
  font-size: 15px;
}

.capalum .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #222222;
}

.capalum .content ul {
  list-style: none;
  padding: 0;
}

.capalum .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  font-size: 16px;
  position: relative;
}

.capalum .content ul i {
  font-size: 20px;
  color: #6f2c91;
  position: absolute;
  left: 0;
  top: -2px;
}

.capalum .content p:last-child {
  margin-bottom: 0;
}

.capalum .content p {
  margin-bottom: 16px;
  font-size: 16px;
}

.capalum .icon-box {
  padding: 20px 30px 15px 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.capalum .icon-box i {
  color: #6f2c91;
  font-size: 42px;
  margin-bottom: 12px;
  display: inline-block;
  line-height: 0;
}

.capalum .icon-box h3 {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 46px;
}

.capalum .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.capalum .icon-box a {
  font-weight: 800;
  color: #6f2c91;
  transition: 0.3s;
}

.capalum .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}

.capalum .icon-box span a{
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  border: 2px solid;
  border-radius: 6px;
  border-color: #6f2c91;
  margin-left: 0px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.capalum .icon-box:hover {
  background: #6f2c91;
}

.capalum .icon-box:hover i,
.capalum .icon-box:hover a,
.capalum .icon-box:hover h3 a,
.capalum .icon-box:hover p{
  color: #fff;
}

.capalum .icon-box:hover span a{
  border-color: #fff;
}

.capalum .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#94c045 50%, rgba(148, 192, 69, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.capalum .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.capalum .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(148, 192, 69, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.capalum .play-btn:hover::after {
  border-left: 15px solid #94c045;
  transform: scale(20);
}

.capalum .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Our Clients #94c045 #c0da91
--------------------------------------------------------------*/
.testimonials {
  padding-top: 60px;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 10px;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #444444;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #6f2c91;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(1, 1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #6f2c91;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6f2c91;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Alumni-Slider (Testimonials Section)
--------------------------------------------------------------*/
.alumni-slider .section-header {
  margin-bottom: 40px;
}

.alumni-slider .testimonials-carousel,
.alumni-slider .testimonials-slider {
  overflow: hidden;
}

.alumni-slider .testimonial-item .testimonial-content {
  border-left: 3px solid #6f2c91;
  padding-left: 30px;
}

.alumni-slider .testimonial-item .testimonial-img {
  border-radius: 10px;
  border: 4px solid #fff;
  margin: 0 auto;
}

.alumni-slider .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 2px 0;
  color: var(--color-default);
  font-family: "Raleway", sans-serif;
}

.alumni-slider .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 10px 0;
  font-family: "Raleway", sans-serif;
}

.alumni-slider .testimonial-item .stars h6 {
  color: #444444;
  margin: 12px 0 0 0;
  font-family: "Open Sans", sans-serif;
}

.alumni-slider .testimonial-item .stars i {
  color: #ffc107;
  margin: 5px 1px 0 0;
}

.alumni-slider .testimonial-item .quote-icon-left,
.alumni-slider .testimonial-item .quote-icon-right {
  color: #6f2c91;
  font-size: 26px;
  line-height: 0;
}

.alumni-slider .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.alumni-slider .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.alumni-slider .testimonial-item p {
  font-style: italic;
}

.alumni-slider .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.alumni-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d7;
  opacity: 1;
}

.alumni-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6f2c91;
}

/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
.events .container-fluid {
  padding: 0;
}

.events .event-item {
  background-size: cover;
  background-position: center;
  min-height: 600px;
  padding: 30px;
}

.events .event-item .event-box{
  padding-bottom: 30px;
}

@media (max-width: 575px) {
  .events .event-item {
    min-height: 500px;
  }
}

.events .event-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  inset: 0;
}

.events .event-item h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.events .event-item .price {
  color: #fff;
  border-bottom: 2px solid var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.events .event-item .description {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media (min-width: 1200px) {
  .events .swiper-slide-active+.swiper-slide {
    border-left: 1px solid rgba(255, 255, 255, 1);
    border-right: 1px solid rgba(255, 255, 255, 1);
    z-index: 1;
  }
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d1d1d7;
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.features .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.features .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.features .card-title a {
  color: #3c4133;
}

.features .card-text {
  color: #5e5e5e;
}

.features .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.features .read-more a:hover {
  text-decoration: underline;
}

.features .card:hover .card-body {
  background: #6f2c91;
}

.features .card:hover .read-more a,
.features .card:hover .card-title,
.features .card:hover .card-title a,
.features .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Portfolioalum
--------------------------------------------------------------*/
.portfolioalum .portfolio-item {
  margin-bottom: 30px;
}

.portfolioalum #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolioalum #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolioalum #portfolio-flters li:hover,
.portfolioalum #portfolio-flters li.filter-active {
  color: #fff;
  background: #6f2c91;
}

.portfolioalum #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolioalum .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(60, 65, 51, 0.6);
}

.portfolioalum .portfolio-wrap::before {
  content: "";
  background: rgba(60, 65, 51, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolioalum .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolioalum .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolioalum .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolioalum .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolioalum .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolioalum .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolioalum .portfolio-wrap .portfolio-links a:hover {
  color: #c0da91;
}

.portfolioalum .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolioalum .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolioalum .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 20px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #6f2c91;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6f2c91;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(60, 65, 51, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Portfoliocap
--------------------------------------------------------------*/
.portfoliocap .portfolio-item {
  margin-bottom: 30px;
}

.portfoliocap #portfoliocap-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfoliocap #portfoliocap-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfoliocap #portfoliocap-flters li:hover,
.portfoliocap #portfoliocap-flters li.filter-active {
  color: #fff;
  background: #6f2c91;
}

.portfoliocap #portfoliocap-flters li:last-child {
  margin-right: 0;
}

.portfoliocap .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(60, 65, 51, 0.6);
}

.portfoliocap .portfolio-wrap::before {
  content: "";
  background: rgba(60, 65, 51, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfoliocap .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfoliocap .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfoliocap .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfoliocap .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfoliocap .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfoliocap .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfoliocap .portfolio-wrap .portfolio-links a:hover {
  color: #c0da91;
}

.portfoliocap .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfoliocap .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfoliocap .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 20px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #6f2c91;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6f2c91;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(60, 65, 51, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Admissions #777777
--------------------------------------------------------------*/
.admissions .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  background: #fff;
}
	
.admissions .nav-tabs {
  border: 0;
}

.admissions .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}

.admissions .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.admissions .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.admissions .nav-link:hover h4 {
  color: #3fbbc0;
}

.admissions .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}

.admissions .nav-link.active h4 {
  color: #3fbbc0;
}

.admissions .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

.admissions .tab-pane {
  margin-right: 10px;
}

.admissions .tab-pane img {
  float: left;
  max-width: 400px;
  padding: 0 30px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.admissions .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}

.admissions .tab-pane h5 {
  color: #222222;
}
	
.admissions .tab-pane p {
  font-size: 16px;
  color: #444444;
}

.admissions .tab-pane p:last-child {
  margin-bottom: 0;
}

.admissions .tab-pane table {
  width: 60%;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid;
}

.admissions .tab-pane tr td {
  border: 1px solid;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.admissions .tab-pane ul {
  list-style: none;
  padding: 0 0 0 25px;
}

.admissions .tab-pane ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  font-size: 16px;
  position: relative;
}

.admissions .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #6f2c91;
  position: absolute;
  left: 0;
  top: -2px;
}

.admissions .tab-pane span {
  display: block;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 500;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10%;
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Coursework #777777
--------------------------------------------------------------*/
.coursework .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  background: #fff;
}
	
.coursework .nav-tabs {
  border: 0;
}

.coursework .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}

.coursework .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.coursework .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.coursework .nav-link:hover h4 {
  color: #3fbbc0;
}

.coursework .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}

.coursework .nav-link.active h4 {
  color: #3fbbc0;
}

.coursework .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

.coursework .tab-pane {
  margin-right: 10px;
}

.coursework .tab-pane img {
  float: left;
  max-width: 400px;
  padding: 0 30px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.coursework .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}

.coursework .tab-pane h5 {
  color: #222222;
}
	
.coursework .tab-pane p {
  font-size: 16px;
  color: #444444;
}

.coursework .tab-pane p:last-child {
  margin-bottom: 0;
}

.coursework .tab-pane table {
  width: 60%;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid;
}

.coursework .tab-pane tr td {
  border: 1px solid;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.coursework .tab-pane ul {
  list-style: none;
  padding: 0 0 0 25px;
}

.coursework .tab-pane ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  font-size: 16px;
  position: relative;
}

.coursework .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #6f2c91;
  position: absolute;
  left: 0;
  top: -2px;
}

.coursework .tab-pane span {
  display: block;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 500;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10%;
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions #d9f1f2 #32969a #3fbbc0
--------------------------------------------------------------*/
.faq {
  margin: 5px 0;
}

.faq .faq-list {
  padding-left: 100px;
  padding-right: 100px;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #6f2c91;
  margin-bottom: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}


.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #bd45f9;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #6f2c91;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 50px;
}

.faq .faq-list h6 {
  font-size: 18px;
  margin-bottom: 0;
  padding: 10px 0 10px 25px;
}

.faq .faq-list table {
  width: 60%;
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: 80px;
  border: 1px solid;
}

.faq .faq-list tr td {
  border: 1px solid;
  padding-left: -50px;
  padding-right: -50px;
  padding-top: -50px;
  padding-bottom: 5px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #6f2c91;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

.faq .faq-list span {
  display: block;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 500;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10%;
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #94c045;
  float: left;
  width: 44px;
  height: 44px;
  background: #f0f6e5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #3c4133;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #717a60;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #94c045;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #94c045;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #aacd6b;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Awardees
--------------------------------------------------------------*/
.awardees {
  background: #fff;
}

.awardees .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.awardees .member .member-img {
  position: relative;
  overflow: hidden;
}

.awardees .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0px;
  font-size: 18px;
}

.awardees .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #6f2c91;
}

.awardees .member .member-info:hover span {
  color: #6f2c91;
}

.awardees .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.awardees .member:hover,
.awardees .member .member-info:hover {
   background: #eee;
}

/*--------------------------------------------------------------
# People
--------------------------------------------------------------*/
.people {
  background: #fff;
}

.people .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.people .member .member-img {
  position: relative;
  overflow: hidden;
}

.people .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  background: rgba(233, 107, 86, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.people .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.people .member .social a:hover {
  color: #6f2c91;
}

.people .member .social i {
  font-size: 18px;
  line-height: 0;
}

.people .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.people .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #6f2c91;
}

.people .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.people .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Alumni Section
--------------------------------------------------------------*/
.alumni .alumni-box {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #6f2c91;
  background: #fff;
  padding: 40% 15px 20px 15px;
  height: 100%;
  width: 100%;
}

.alumni .alumni-box h4{
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 36px;
  color: #6f2c91;
}

.portfolioalum .alumni-member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
  transition: 0.3s;
}

.portfolioalum .alumni-member .member-img {
  position: relative;
  overflow: hidden;
}

.portfolioalum .alumni-member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.portfolioalum .alumni-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.portfolioalum .alumni-member .social a {
  transition: color 0.3s;
  color: rgba(55, 55, 63, 0.4);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.portfolioalum .alumni-member .social a:hover {
  color: rgba(55, 55, 63, 0.9);
}

.portfolioalum .alumni-member .social i {
  font-size: 18px;
}

.portfolioalum .alumni-member .member-info {
  padding: 10px 15px 20px 15px;
}

.portfolioalum .alumni-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-secondary);
}

.portfolioalum .alumni-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.4);
}

.portfolioalum .alumni-member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: rgba(33, 37, 41, 0.7);
}

.portfolioalum .alumni-member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
}

.portfolioalum .alumni-member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Alumni Section
--------------------------------------------------------------*/
.capstone .capstone-box {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #6f2c91;
  background: #fff;
  padding: 40% 15px 20px 15px;
  height: 100%;
  width: 100%;
}

.capstone .capstone-box h4{
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 36px;
  color: #6f2c91;
}

.portfoliocap .capstone-member {
  overflow: hidden;
  text-align: left;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
  transition: 0.3s;
  margin: 5px;
}

.portfoliocap .capstone-member .member-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.portfoliocap .capstone-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.portfoliocap .capstone-member .social a {
  transition: color 0.3s;
  color: rgba(55, 55, 63, 0.4);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.portfoliocap .capstone-member .social a:hover {
  color: rgba(55, 55, 63, 0.9);
}

.portfoliocap .capstone-member .social i {
  font-size: 18px;
}

.portfoliocap .capstone-member .member-info {
  padding: 0px 15px 20px 15px;
}

.portfoliocap .capstone-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-secondary);
}

.portfoliocap .capstone-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.4);
}

.portfoliocap .capstone-member .member-info h6 {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 0px;
  font-weight: 700;
  color: rgba(33, 37, 41, 1);
}

.portfoliocap .capstone-member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
}

.portfoliocap .capstone-member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Capstone Section
--------------------------------------------------------------*/
.capstone1 .capstone-member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
  transition: 0.3s;
}

.capstone1 .capstone-member .member-img {
  position: relative;
  overflow: hidden;
}

.capstone1 .capstone-member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.capstone1 .capstone-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.capstone1 .capstone-member .social a {
  transition: color 0.3s;
  color: rgba(55, 55, 63, 0.4);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.capstone1 .capstone-member .social a:hover {
  color: rgba(55, 55, 63, 0.9);
}

.capstone1 .capstone-member .social i {
  font-size: 18px;
}

.capstone1 .capstone-member .member-info {
  padding: 10px 15px 20px 15px;
}

.capstone1 .capstone-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-secondary);
}

.capstone1 .capstone-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.4);
}

.capstone1 .capstone-member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: rgba(33, 37, 41, 0.7);
}

.capstone1 .capstone-member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
}

.capstone1 .capstone-member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Blog #bd45f9
--------------------------------------------------------------*/
.blog {
  padding: 0 0 40px 0;
}

.blog .center {
  margin: auto;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 2px 0;
}

.blog .entry .entry-title a {
  color: #222222;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #6f2c91;
}

.blog .entry .entry-work {
  font-size: 18px;
}

.blog .entry .entry-graduate {
  font-size: 16px;
  margin-bottom: 20px;
}

.blog .entry .caption {
  color: #777777;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #a3ab95;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #6f2c91;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
  border: 2px solid #6f2c91;
}

.blog .entry .entry-content .read-more a:hover {
  background: #fff;
  color: #6f2c91;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #6f2c91;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-content .interview blockquote {
  overflow: hidden;
  background-color: #eee;
  padding: 20px 20px 20px 30px;
  position: relative;
  text-align: left;
  margin: 20px 0;
}

.blog .entry .entry-content .interview blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
}

.blog .entry .entry-content .interview blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #6f2c91;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #8b9578;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #777777;
  transition: 0.3s;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 200px;
  margin-right: 20px;
  border-radius: 10px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #444444;
}

.blog .blog-author h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 0;
  color: #444444;
}

.blog .blog-author h6 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 0;
  color: #b7b7b7;
}

.blog .blog-author p {
  font-style: italic;
  color: #777777;
  margin-top: 15px;
}

.blog .blog-author i {
  font-style: italic;
  font-size: 18px;
  color: #6f2c91;
}

.blog .blog-author span {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.blog .blog-author span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b7b7b7;
  bottom: 0;
  left: 0;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(60, 65, 51, 0.5);
  margin-right: 5px;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #94c045;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #3c4133;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #565e49;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #c0da91;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #c0da91;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #3c4133;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #494f3e;
}

.blog .blog-pagination {
  color: #717a60;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #3c4133;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #94c045;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #3c4133;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #94c045;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #9dc554;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #3c4133;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #6f2c91;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #3c4133;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #6f2c91;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #7e886b;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #edefea;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #94c045;
  background: #94c045;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #d5d8ce;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #141611;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #1c1f18;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 3px;
  color: #6f2c91;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .footer-info p a {
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .footer-info p a:hover {
  color: #6f2c91;
}

#footer .footer-top .footer-info .csgc {
   margin-top: 10px;
}

#footer .footer-top .footer-info .csgc img {
   border-radius: 5px;
}

#footer .footer-top .footer-info .csgc a {
   color: #fff;
   transition: 0.3s;
}

#footer .footer-top .footer-info .csgc a:hover {
  color: #6f2c91;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #6f2c91;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #545454;
}

#footer .footer-top h4::after {
  background: #6f2c91;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 5px 0 0 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 0 0 15px 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .footer-links ul a:hover {
  color: #6f2c91;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border-radius: 4px 0 0 4px;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: #6f2c91;
  border: 0;
  border-radius: 0 4px 4px 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #789d35;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
