/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300&display=swap');

@font-face {
  font-family: 'dearJoe 4 Smooth Smallface';
  src: url('../fonts/DearJoe4/dearJoe_4_Smooth_Smallface-Regular.eot');
  src: local('dearJoe 4 Smooth Smallface'), local('dearJoe_4_Smooth_Smallface-Regular'),
    url('../fonts/DearJoe4/dearJoe_4_Smooth_Smallface-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DearJoe4/dearJoe_4_Smooth_Smallface-Regular.woff2') format('woff2'),
    url('../fonts/DearJoe4/dearJoe_4_Smooth_Smallface-Regular.woff') format('woff'),
    url('../fonts/DearJoe4/dearJoe_4_Smooth_Smallface-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dearJoe 4 Smooth Plaincaps';
  src: url('../fonts/dearJoe_4_Smooth_Plaincaps.eot');
  src: local('dearJoe 4 Smooth Plaincaps'), local('dearJoe_4_Smooth_Plaincaps'),
    url('../fonts/DearJoe4/dearJoe_4_Smooth_Plaincaps.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DearJoe4/dearJoe_4_Smooth_Plaincaps.woff2') format('woff2'),
    url('../fonts/DearJoe4/dearJoe_4_Smooth_Plaincaps.woff') format('woff'),
    url('../fonts/DearJoe4/dearJoe_4_Smooth_Plaincaps.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dearJoe 4 Smooth Pro';
  src: url('../fonts/DearJoe4/dearJoesmooth-Regular.eot');
  src: local('dearJoe 4 Smooth Pro'), local('dearJoesmooth-Regular'),
    url('../fonts/DearJoe4/dearJoesmooth-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DearJoe4/dearJoesmooth-Regular.woff2') format('woff2'),
    url('../fonts/DearJoe4/dearJoesmooth-Regular.woff') format('woff'),
    url('../fonts/DearJoe4/dearJoesmooth-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  color: #444444;
}

a {
  color: #2172b3;
  text-decoration: none;
}

a:hover {
  color: #86db9f;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2172b3;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #7ed899;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: url('../img/ml-logo.gif') no-repeat center center;
  background-color: rgb(27, 46, 48);
  background-size: 50% auto;
}

.nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
      font-weight: bold;
      color: #2172b3;
    }

.nav-tabs .nav-link{
	color: #7e7a7a;
}

.poweredimage {
  width: 30px;
  vertical-align: middle;
  margin-right: 5px;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

.vmiddle {
  vertical-align: middle;
}

.bglight {
  background: #f9faf9;
}

.right65 {
  text-align: left;
}

.left25 {
  float: left;
  width: 18%;
  margin-right: 25px !important;
}

.pb-0 {
  padding-bottom: 0;
}

.darkText {
  color: #000 !important;
  font-weight: bold !important;
}

.font-weight-bold {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #2172b3;
}

#header .logo img {
  max-height: 60px;
}

/**
* Get Startet Button 
*/
.get-started-btn {
  margin-left: 22px;
  background: #2172b3;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background: #165b92;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# 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: 8px 8px 8px 8px;
  /* font-family: 'Work Sans', sans-serif; */
  /* font-family: 'Playfair Display', serif; */
  /* font-family: 'Josefin Sans', sans-serif; */
  font-size: 14px;
  font-weight: 600;
  color: #37423b;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.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: #2172b3;
  background-color: --bs-blue;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  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;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}

.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: #2172b3;
}

.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%;
  }
}

.mavericks-header .mavericks-navbar ul>li {
  margin-left: 10px;
}

.mavericks-header .mavericks-navbar ul>li:nth-of-type(6n + 1)>a.active {
  /*  background-color: #8dc63f;*/
  background-image: linear-gradient(to right, #96deda, #50c9c3);
  -webkit-box-shadow: 0px 10px 30px 0px rgb(150 222 218 / 36%);
  box-shadow: 0px 10px 30px 0px rgb(150 222 218 / 36%);
  color: #ffffff !important;
  border-radius: 5px;
}

.mavericks-header .mavericks-navbar ul>li:nth-of-type(6n + 2)>a.active {
  background-image: linear-gradient(to right, #5c72ff, #8c3fff);
  -webkit-box-shadow: 0px 10px 30px 0px rgb(0 64 229 / 36%);
  box-shadow: 0px 10px 30px 0px rgb(0 64 229 / 36%);
  color: #ffffff !important;
  border-radius: 5px;
}

.mavericks-header .mavericks-navbar ul>li:nth-of-type(6n + 3)>a.active {
  background-image: linear-gradient(to right, #89f7fe, #66a6ff);
  -webkit-box-shadow: 0px 10px 30px 0px rgb(0 64 229 / 36%);
  box-shadow: 0px 10px 30px 0px rgb(0 64 229 / 36%);
  color: #ffffff !important;
  border-radius: 5px;
}

.mavericks-header .mavericks-navbar ul>li:nth-of-type(6n + 4)>a.active {
  background-image: linear-gradient(to right, #13547a, #80d0c7);
  -webkit-box-shadow: 0px 10px 30px 0px rgb(0 64 229 / 36%);
  box-shadow: 0px 10px 30px 0px rgb(0 64 229 / 36%);
  color: #ffffff !important;
  border-radius: 5px;
}

.mavericks-header .mavericks-navbar ul>li:nth-of-type(6n + 5)>a.active {
  background-image: linear-gradient(to right, #a1c4fd, #c2e9fb);
  -webkit-box-shadow: 0px 10px 30px 0px rgb(0 64 229 / 36%);
  box-shadow: 0px 10px 30px 0px rgb(0 64 229 / 36%);
  color: #ffffff !important;
  border-radius: 5px;
}

.mavericks-header .mavericks-navbar ul>li:nth-of-type(6n + 6)>a.active {
  background-image: linear-gradient(to right, #ff758c, #ff7eb3);
  -webkit-box-shadow: 0px 10px 30px 0px rgb(0 64 229 / 36%);
  box-shadow: 0px 10px 30px 0px rgb(0 64 229 / 36%);
  color: #ffffff !important;
  border-radius: 5px;
}

.mavericks-header .mavericks-navbar ul>li>a:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  /* background: #000000; */
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

.mavericks-header .mavericks-navbar ul>li>a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.mavericks-header .mavericks-navbar ul>li:nth-of-type(6n + 1)>a:hover::after {
  background-image: linear-gradient(to right, #96deda, #50c9c3);
}

.mavericks-header .mavericks-navbar ul>li:nth-of-type(6n + 2)>a:hover::after {
  background-image: linear-gradient(to right, #5c72ff, #8c3fff);

}

.mavericks-header .mavericks-navbar ul>li:nth-of-type(6n + 3)>a:hover::after {
  background-image: linear-gradient(to right, #89f7fe, #66a6ff);
}

.mavericks-header .mavericks-navbar ul>li:nth-of-type(6n + 4)>a:hover::after {
  background-image: linear-gradient(to right, #13547a, #80d0c7);
}

.mavericks-header .mavericks-navbar ul>li:nth-of-type(6n + 5)>a:hover::after {
  background-image: linear-gradient(to right, #a1c4fd, #c2e9fb);
}

.mavericks-header .mavericks-navbar ul>li:nth-of-type(6n + 6)>a:hover::after {
  background-image: linear-gradient(to right, #ff758c, #ff7eb3);
}

.mavericks-header .mavericks-navbar ul>li>a.active::after {
  visibility: hidden;
}

.mavericks-header .mavericks-navbar li>a i {
  margin-right: 3px;
  margin-left: 0;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #37423b;
  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(32, 38, 34, 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;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37423b;
  display: inherit;
  text-align: center;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2172b3;
}

.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: #2172b3;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.callIcon {
  transition: all 0.3s ease-in-out;
}

.member:hover .callIcon {
  transform: scale(1.2);
}

.member-content img {
  border-radius: 5px;
}

@media (max-width: 768px) {
  .section-title {
    padding-left: 1rem;
  }
}

/*************************
            Slider
*************************/
.testimonials {
  background-color: rgba(225, 225, 225, 0.45);
  position: relative;
  padding-top: 130px;
}

.testimonials::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: rgba(225, 225, 225, 0.45);
}

#customers-testimonials .item-details {
  background: #E39B02;
  /* background-image: linear-gradient(to right, #13547a, #80d0c7); */
  color: #fff;
  padding: 20px 10px;
  text-align: left;
  min-height: 135px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 5px 5px 7px #888888;
}

.gradient1 {
  background-image: linear-gradient(to right, #96deda, #50c9c3);
}

.gradient2 {
  background-image: linear-gradient(to right, #5c72ff, #8c3fff);
}

.gradient3 {
  background-image: linear-gradient(to right, #89f7fe, #66a6ff);
}

.gradient4 {
  background-image: linear-gradient(to right, #13547a, #80d0c7);
}

.gradient5 {
  background-image: linear-gradient(to right, #a1c4fd, #c2e9fb);
}

#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 26px;
  line-height: 30px;
  font-family: 'dearJoe 4 Smooth Smallface';
  color: #ffffff;
}

#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}

#customers-testimonials .item-details p {
  font-size: 14px;
}

#customers-testimonials .item {
  text-align: center;
  margin-bottom: 15px;
  /* box-shadow: 5px 5px 7px #888888; */
}

.owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
  background-color: #d6d6d6;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 41px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: -70px;
}

.owl-carousel .owl-next {
  right: -70px;
}

.owl-carousel .owl-item img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 225px;
}

.owl-theme .owl-nav [class*="owl-"] {
  background-color: #869791;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #5F5A5E;
}

.modal .modal-content {
  -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.3);
  border: none;
}

.modal .modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0 !important;
  padding-left: 30px;
  padding-right: 30px;
}

.modal .modal-content .modal-header .modal-title h5 {
  padding-bottom: 0;
}

.modal .modal-content .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}

.modal-content h5 {
  font-family: 'dearJoe 4 Smooth Smallface';
  text-align: center;
  font-size: 35px;
  padding-bottom: 15px;
  color: #E39B02;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0px 30px 0px;
  overflow: hidden;
}

.whatsappImage {
  float: right;
  margin-right: 35px;
  /* margin-top: -69px; */
  position: fixed;
  bottom: 7px;
  right: 0;
}

.section-bg {
  background-color: #f6f7f6;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;

}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #9ae1af;
  margin: 4px 10px;
}

.section-title h1 {
  margin: 0;
  margin: 0;
  font-size: 45px;
  font-weight: 300;
  /* text-transform: uppercase; */
  font-family: 'dearJoe 4 Smooth Pro';
  color: #37423b;
}

.section-title h1 span {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.breadcrumbs {
  margin-top: 73px;
  text-align: center;
  background: #2172b3;
  padding: 30px 0;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
  font-size: 38px;
  font-weight: 500;
  padding-top: 20px;
  line-height: 55px;
  font-family: 'dearJoe 4 Smooth Pro';
}

.breadcrumbs p {
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #2172b3;
}

.about .content .learn-more-btn {
  background: #2172b3;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.about .content .learn-more-btn:hover {
  background: #165b92;
  color: #fff;
}

@media (max-width: 768px) {
  .about .content .learn-more-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Pedagogy
--------------------------------------------------------------*/
.pedagogy .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.pedagogy .content ul {
  list-style: none;
  padding: 0;
}

.pedagogy p {
  text-align: justify;
}

.pedagogy .content ul li {
  padding-bottom: 10px;
}

.pedagogy .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #2172b3;
}

.pedagogy .content .learn-more-btn {
  background: #2172b3;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.pedagogy .content .learn-more-btn:hover {
  background: #165b92;
  color: #fff;
}

@media (max-width: 768px) {
  .pedagogy .content .learn-more-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

.mavericks-tab .maverick-tabs>li:nth-child(1) {
  border-bottom: 4px solid rgba(0, 0, 0, 0.15);
  border-color: #2da9e9;
}

.mavericks-tab .maverick-tabs>li:nth-child(1) .nav-link:hover {
  border-color: #2da9e9;
}

.mavericks-tab .maverick-tabs>li:nth-child(2) {
  border-bottom: 4px solid rgba(0, 0, 0, 0.15);
  border-color: #0ec8a2;
}

.mavericks-tab .maverick-tabs>li:nth-child(2) .nav-link:hover {
  border-color: #0ec8a2;
}

.mavericks-tab .maverick-tabs>li:nth-child(3) {
  border-bottom: 4px solid rgba(0, 0, 0, 0.15);
  border-color: #ff9e2a;
}

.mavericks-tab .maverick-tabs>li:nth-child(3) .nav-link:hover {
  border-color: #ff9e2a;
}

.mavericks-tab .maverick-tabs>li:nth-child(4) {
  border-bottom: 4px solid rgba(0, 0, 0, 0.15);
  border-color: #ff7eb2;
}

.mavericks-tab .maverick-tabs>li:nth-child(4) .nav-link:hover {
  border-color: #ff7eb2;
}

.mavericks-tab .maverick-tabs>li:nth-child(1) .active {
  color: #fff;
  background-color: #2172b3;
  border-color: #2172b3;
  border-top-left-radius: #2da9e9;
  border-top-right-radius: #2da9e9;
}

.mavericks-tab .maverick-tabs>li:nth-child(2) .active {
  color: #fff;
  background-color: #0e9b7e;
  border-color: #0e9b7e;
  border-top-left-radius: #0ec8a2;
  border-top-right-radius: #0ec8a2;
}

.mavericks-tab .maverick-tabs>li:nth-child(3) .active {
  color: #fff;
  background-color: #ff9e2a;
  border-color: #ff9e2a;
  border-top-left-radius: #ff9e2a;
  border-top-right-radius: #ff9e2a;
}

.mavericks-tab .maverick-tabs>li:nth-child(4) .active {
  color: #fff;
  background-color: #ff758d;
  border-color: #ff758d;
  border-top-left-radius: #ff758d;
  border-top-right-radius: #ff758d;
}

/*--------------------------------------------------------------
# Research
--------------------------------------------------------------*/
.well {
      min-height: 20px;
      padding: 19px;
      margin-bottom: 20px;
      background-color: #f5f5f5;
      border: 1px solid #e3e3e3;
      border-radius: 4px;
      
    }

    .media,
    .media-body {
      overflow: hidden;
      zoom: 1;
    }

    .media>.pull-left {
      margin-right: 25px;
    }

    .pull-left {
      float: left !important;
    }

    .media-heading {
      margin: 0 0 15px;
      font-weight: bold;
      color: #000;
    }

    .media-object {
      width: 250px;
    }

    .readMore {
      margin-left: 0;
    }

    .ml-40 {
      margin-left: 40px;
    }

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #2172b3;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 30px;
}

.why-us .content h3 span {
  font-family: 'dearJoe 4 Smooth Plaincaps';
  font-size: 35px;
  color: #e29c01;
}

.why-us .content p {
  margin-bottom: 30px;
  text-align: justify;
}

.why-us p {
  text-align: justify;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #2172b3;
  background: #fff;
}

.more-btn:hover {
  color: #2172b3;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  border: 1px solid #eef0ef;
}

.why-us .icon-boxes .icon-box i {
  font-size: 32px;
  padding: 18px;
  color: #2172b3;
  margin-bottom: 30px;
  background: #ecf9f0;
  border-radius: 50px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
  min-height: 65px;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.events .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.events .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.events .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  margin-top: -48px;
  transition: 0.3s;
  padding-bottom: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.events .card-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  font-family: 'dearJoe 4 Smooth Plaincaps';
}

.events .card-title span {
  font-family: 'dearJoe 4 Smooth Smallface';
}

.events .card-title a {
  color: #37423b;
  transition: 0.3s;
}

.events .card-text {
  color: #5e5e5e;
}

.events .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.events .read-more a:hover {
  color: #2172b3;
}

.events .card:hover img {
  transform: scale(1.1);
}

.events .card:hover .card-body {
  border-color: #2172b3;
}

.events .card:hover .card-body .card-title a {
  color: #2172b3;
}

.events .card-body {
  border-color: #2172b3;
}

.events .card-body .headsContent {
  text-align: justify;
}

.events p {
  text-align: justify;
}

.research .content {
  display: table-cell;
  vertical-align: middle;
}

.research h3 {
  line-height: 50px;
  font-size: 30px;
  font-family: 'dearJoe 4 Smooth Pro';
}

.events .content {
  display: table-cell;
  vertical-align: middle;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #37423b;
  font-size: 14px;
  background: #eef0ef;
}

#footer .footer-top {
  padding: 30px 0 0px 0;
  background: #f9faf9;
}

.colorAstrick {
  color: #2172b3;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-3 {
  margin-top: 25px !important;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;

  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  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: #2172b3;
  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: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #2172b3;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e0e5e2;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #2172b3;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #165b92;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .credits a {
  color: #165b92;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #2172b3;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2172b3;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #165b92;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .mcenter {
    float: none;
    text-align: center;
  }

  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
    text-align: center;
  }

  .member {
    margin-bottom: 15px;
  }

  .mobileBog {
    width: 107% !important
  }
}

/****** BackGround BG ******/
.section-wrap {

  /*    padding: 100px 0;*/
  position: relative;
  background-size: cover;
  background-position: center;
}

/*********************************************
      Time Line View
*********************************************/
.main-timeline {
  position: relative
}

.main-timeline:before {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 20px;
  margin: 0 auto;
  background: #242922;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.main-timeline .timeline {
  display: inline-block;
  margin-bottom: 50px;
  position: relative
}

.main-timeline .timeline:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #ec496e;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #ec496e;
  padding: 13px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
  display: block;
  border-radius: 50%;
  background: #ec496e;
  font-size: 64px;
  color: #fff;
  line-height: 100px;
  z-index: 1;
  position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
  content: "";
  width: 100px;
  height: 4px;
  background: #ec496e;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
  width: 70px;
  height: 50px;
  background: #fff;
  top: 89px;
  right: -30px
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 0 50px;
  margin: 75px 0 0;
  float: right;
  position: relative
}

.main-timeline .timeline-content:before {
  content: "";
  width: 70%;
  height: 100%;
  border: 3px solid #ec496e;
  border-top: none;
  border-right: none;
  position: absolute;
  bottom: -24px;
  left: 35px
}

.main-timeline .timeline-content:after {
  content: "";
  width: 37px;
  height: 3px;
  background: #ec496e;
  position: absolute;
  top: 24px;
  left: 0
}

.main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  color: #ec496e;
  font-family: 'dearJoe 4 Smooth Smallface';
  font-size: 33px;
  margin: 0 0 5px
}

.main-timeline .description {
  display: inline-block;
  font-size: 16px;
  color: #404040;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 32%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
  right: auto;
  left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
  right: auto;
  left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: 35px;
  transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  left: auto;
  right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
  background: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
  border-color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .title {
  color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
  border-left-color: #f9850f;
  border-bottom-color: #f9850f
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
  background: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
  border-color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .title {
  color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
  border-left-color: #8fb800;
  border-bottom-color: #8fb800
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
  background: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
  border-color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .title {
  color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
  border-left-color: #2fcea5;
  border-bottom-color: #2fcea5
}

.main-timeline .timeline:nth-child(5n) .timeline-content:after,
.main-timeline .timeline:nth-child(5n) .timeline-icon i,
.main-timeline .timeline:nth-child(5n) .timeline-icon:before,
.main-timeline .timeline:nth-child(5n):before {
  background: #e29b00;
}

.main-timeline .timeline:nth-child(5n) .timeline-icon {
  border-color: #e29b00;
}

.main-timeline .timeline:nth-child(5n) .title {
  color: #e29b00;
}

.main-timeline .timeline:nth-child(5n) .timeline-content:before {
  border-left-color: #e29b00;
  border-bottom-color: #e29b00;
}

@media only screen and (max-width:1200px) {
  .main-timeline .timeline-icon:before {
    width: 50px;
    right: -50px
  }

  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -50px
  }

  .main-timeline .timeline-content {
    margin-top: 75px
  }
}

@media only screen and (max-width:990px) {
  .main-timeline .timeline {
    margin: 0 0 10px
  }

  .main-timeline .timeline-icon {
    left: 25%
  }

  .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 25%
  }

  .main-timeline .timeline-content {
    margin-top: 190px
  }

  .main-timeline .timeline-content::before {
    bottom: -13px;
  }

  .main-timeline .timeline-content::after {
    top: 13px;
  }
}

@media only screen and (max-width:767px) {

  .media,
  .media-body {
    overflow: initial !important;
  }

  .main-timeline {
    padding-top: 50px
  }

  .main-timeline:before {
    left: 80px;
    right: 0;
    margin: 0
  }

  .main-timeline .timeline {
    margin-bottom: 70px
  }

  .main-timeline .timeline:before {
    top: 0;
    left: 83px;
    right: 0;
    margin: 0
  }

  .main-timeline .timeline-icon {
    width: 60px;
    height: 60px;
    line-height: 40px;
    padding: 5px;
    top: 0;
    left: 0
  }

  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
    right: auto
  }

  .main-timeline .timeline-icon:before,
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    width: 25px;
    left: auto;
    right: -25px
  }

  .main-timeline .timeline-icon:after,
  .main-timeline .timeline:nth-child(even) .timeline-icon:after {
    width: 25px;
    height: 30px;
    top: 44px;
    left: auto;
    right: -5px
  }

  .main-timeline .timeline-icon i {
    font-size: 30px;
    line-height: 45px
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    width: 100%;
    margin-top: -15px;
    padding-left: 130px;
    padding-right: 5px
  }

  .main-timeline .timeline:nth-child(even) .timeline-content {
    float: right
  }

  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    width: 50%;
    left: 120px
  }

  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    transform: rotateY(0)
  }

  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: 85px
  }

  .main-timeline .timeline-content::before {
    bottom: -13px;
  }

  .main-timeline .timeline-content::after {
    top: 13px;
  }
}

@media only screen and (max-width:479px) {

  .media,
  .media-body {
    overflow: initial !important;
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding-left: 110px
  }

  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: 99px
  }

  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    left: 65px
  }
}

.video-section {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}

.fullscreen-video {
  position: fixed;
  overflow: hidden;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: -10;
}

.bg-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: -9;
}

.blockquote {
  color: #E49E02;
}

.more-btn {
  display: inline-block;
  background: rgba(2, 34, 60, 0.70);
  padding: 6px 30px 8px 30px;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.more-btn.program-btn {
  display: inline-block;
  background: rgba(40, 40, 40, 0.1);
  padding: 6px 15px 8px 15px;
  color: #131313;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.more-btn.program-btn:hover {
  color: #f1f1f1;
  background: rgb(54, 54, 54);
}

.more-btn.program-btn i {
  font-size: 20px !important;
  padding: 0 !important;
  color: #2172b3;
  margin-bottom: 0 !important;
  background: #ecf9f0;
  border-radius: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

  .navbar a,
  .navbar a:focus {
    font-size: 12px;
    padding: 7px 5px 7px 5px;
  }

  .mavericks-header .mavericks-navbar ul>li {
    margin-left: 5px;
  }

  .mavericks-header .mavericks-navbar li>a i {
    margin-right: 2px;
  }

  .why-us .icon-boxes .icon-box p {
    min-height: 120px;
  }
}

/*********************************************
      Video button
*********************************************/
.video-gallery {
  position: relative;
  margin: 0 auto;
  /* max-width: 1000px; */
  text-align: center;
}

.video-gallery .gallery-item {
  position: relative;
  /* float: left; */
  overflow: hidden;
  /* margin: 10px 1%;
  min-width: 320px;
  max-width: 580px;
  max-height: 360px;
  width: 48%; */
  /* background: #000; */
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid rgb(204 204 204 / 50%);
}

.video-gallery .gallery-item img {
  position: relative;
  display: block;
  /* opacity: .45; */
  border-radius: 5px;
  
}

.video-gallery .gallery-item .gallery-item-caption {
  padding: 2em 1em;
  color: rgb(255 255 255);
  text-transform: uppercase;
  font-size: 0.25em;
  text-align: center;
  background-color: #c79631;
}

.video-gallery .gallery-item h2 {
  font-weight: 400;
  /* overflow: hidden; */
  padding: 0.5em 0;
  font-size: 15px;
}

.video-gallery .gallery-item p {
  letter-spacing: 1px;
  font-size: 68%;

  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
  opacity: .3;
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background: #fff;
  transition: transform 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
  transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 50em) {
  .video-gallery .gallery-item {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}

#video-button {
  /* Text */
  font-size: 36px;

  /* Dimensions */
  width: 65px;
  height: 65px;

  /* Positioning */
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 83px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  /* The code above makes sure the video is
  both vertically and horizontally centered
  to the screen */

  /* Styling */
  background-color: rgba(0, 0, 0, 0.95);
  border: 0;
  /* remove annoying grey border */
  border-radius: 50%;
  /* make it a circle */
  outline: none;
  /* Ditch the annoyning blue outline on click */
  cursor: pointer;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);

  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);

  /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

#video-button:hover {
  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);

  /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

#video-button>i {
  /* Text */
  color: grey;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);

  /* Make play sign 3d-ish */

  /* Positioning */
  position: relative;
  margin-top: 4px;
  margin-left: 6px;

  /* ----- Transitions ----- */
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

#video-button:hover>i {
  /* Text */
  color: white;

  /* ----- Transitions ----- */
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;

  /* When we hover on the button make the play sign white. */
}

.modal.video-model {
  background-color: rgba(192, 192, 192, 0.85);
}

.video-model .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.video-model .modal-dialog .modal-content {
  background: none !important;
  box-shadow: none;
}

.video-model .modal-body {
  position: relative;
  padding: 0px;
}

.video-model .btn-close {
  position: absolute;
  right: -30px;
  top: 0;
}

.video-mla {
  /* object-fit: initial; */
  box-shadow: 2px 5px 19px 2px #676a6a;
  border: 10px solid #ccc;
  border-radius: 5px;
  width: 100%;
  height: 420px;
}

.iframe-border {
  object-fit: initial;
}

@media screen and (max-width: 575.98px) {
  .video-mla {
    height: 319px;
  }

}

.video-border video {
  box-shadow: 10px 10px 10px 10px #0ec8a2;
}