::-moz-selection {
  color: #fff;
  background: #c30606;
}

::selection {
  color: #fff;
  background: #c30606;
}

body {
  overflow-x: hidden !important;
}

a {
  outline: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c30606;
  z-index: 999999;
  text-align: center;
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 46%;
  -webkit-transform: translateY(-46%);
  transform: translateY(-46%);
}

.preloader .spinner .double-bounce1, .preloader .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.preloader .spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sidenav {
  min-height: 700px;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #FFF;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 0px 0px 0px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.menu-list {
  padding-top: 30px;
}

.sidenav a:hover, .offcanvas a:focus {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 40px;
  margin-left: 50px;
  padding: 0px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.header-topbar {
  background-color: #c30606;
  color: #777;
  padding: 10px 0;
  font-family: 'Montserrat', sans-serif;
}

.header-topbar .top-icon li {
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  padding: 3px 12px;
}

.header-topbar li {
  display: inline-block;
  font-size: 18px;
}

.header-topbar li a {
  color: #c30606;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.header-topbar li a:hover {
  background: #fff;
  border-radius: 50%;
}

.header-topbar .list-inline {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.main_menu {
  position: relative;
  top: 0;
  top: 0px;
  width: 100%;
  z-index: 999;
  background: #fff;
}

@media (max-width: 991px) {
  .main_menu {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: #fff;
  }
}

ul.dropdown-menu.multi-level {
  border: 0;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

ul.dropdown-menu.multi-level ul.dropdown-menu {
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  border: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  min-width: 280px;
}

ul.dropdown-menu.multi-level ul.dropdown-menu li {
  background: #fff;
  padding: 7px 20px;
  min-width: 250px;
  border: 0 !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-weight: 500;
  font-size: 14px;
}

li.dropdown-submenu {
  background: #fff;
  padding: 15px 20px 10px 20px;
  min-width: 260px;
  border: 0 !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-weight: 500;
  font-size: 14px;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.main_menu .navbar-brand {
  padding: 0rem !important;
  background-position: center;
  background-size: cover;
  width: 230px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
  font-size: 30px;
}

.main_menu .navbar-brand img {
  max-width: 200px;
  height: 100%;
}

.main_menu .navbar-brand:hover {
  color: #fff;
}

.main_menu .navbar-nav .nav-link {
  padding: 10px 17px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #3a3a3a;
}

.main_menu a {
  color: #1d1d1d;
}

.main_menu a:hover {
  color: #c30606;
  text-decoration: none;
}

.navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #c30606 !important;
}

.main_menu .navbar-toggler {
  position: relative;
  z-index: 1;
}

.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
  padding-bottom: 10px;
}

.main_menu .navbar {
  padding: 0px;
}

.navbar-light .navbar-toggler {
  border: 0;
  outline: 0;
}

.owl-carousel.home-slider {
  position: relative;
  height: 600px;
  z-index: 0;
  font-family: 'Montserrat', sans-serif;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 800px;
  position: relative;
  z-index: 0;
}

.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0d1128;
  opacity: .1;
}

.owl-carousel.home-slider .slider-text {
  height: 800px;
}

.owl-carousel.home-slider .slider-text h1 {
  font-size: 36px;
  color: #fff;
  line-height: 1.2;
  font-weight: 900;
}

.owl-carousel.home-slider .slider-text p {
  color: rgba(255, 255, 255, 0.9);
}

.owl-carousel.home-slider a.readmore {
  color: #fff;
  background: #c30606;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 15px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.owl-carousel.home-slider a.readmore:hover {
  background: #ee2f36 !important;
  border: 0 !important;
}

.owl-carousel.home-slider .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-carousel.home-slider .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #c30606;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.owl-carousel.home-slider .owl-dot.active {
  background: #fff;
}

.services-area {
  font-family: 'Montserrat', sans-serif;
}

.services-area .media-body h3 {
  font-weight: 700;
  font-size: 22px;
  color: #292929;
  margin-bottom: 10px;
}

.services-area .services {
  background: white;
  -webkit-box-shadow: rgba(41, 61, 88, 0.1) 0px 0px 10px 0px;
          box-shadow: rgba(41, 61, 88, 0.1) 0px 0px 10px 0px;
}

.services-area .media-body {
  color: #292929;
}

.services-area p {
  font-size: 14px;
}

.services-area i {
  font-size: 40px;
  color: #c30606;
}

.about-area {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.about-area p {
  font-size: 14px;
}

.about-area .about-heading-right h3 {
  color: #272727;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 35px;
}

.about-area .about-heading-right {
  margin-top: 5px;
}

.about-area .about-heading-right p {
  text-transform: capitalize;
  color: #8d9297;
  font-weight: 700;
}

.about-area .about-action a {
  text-transform: capitalize;
  color: #111;
  font-weight: 700;
  padding: 10px 20px 10px 20px;
  border: 1px solid #eee;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
}

.about-area .about-info {
  margin-bottom: 30px;
}

.about-area .about-action a i {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.about-area .about-action a:hover {
  color: #c30606;
  border-left: 1px solid #c30606;
}

.about-area .about-action a:hover i {
  padding-left: 5px;
}

.about-area .single-info {
  margin-top: 30px;
  text-align: center;
  padding: 30px 20px;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  overflow: hidden;
  position: relative;
}

.about-area .single-info:after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #c30606;
  left: 0;
  border-radius: 4px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.about-area .single-info:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.about-area .info-icon {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  text-align: center;
}

.about-area .info-icon img {
  width: 100%;
  height: 100%;
}

.about-area .info-text {
  margin-top: 15px;
}

.about-area .info-text h4 {
  color: #212121;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 22px;
  font-weight: 700;
}

.about-area .info-text h4 span {
  display: block;
  color: #c30606;
}

.about-area .about-right {
  position: relative;
}

.about-area .about-right .about-img {
  width: 100%;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.about-area .about-right .about-img:nth-child(1) {
  position: absolute;
  bottom: -206px;
  left: -75px;
  z-index: 1;
  width: 90%;
}

@media (max-width: 991px) {
  .about-area .about-right .about-img:nth-child(1) {
    position: absolute;
    bottom: -100px;
    left: -75px;
    z-index: 1;
    width: 90%;
  }
}

.about-area .about-right .about-img:nth-child(3) {
  position: absolute;
  bottom: -270px;
  right: 15px;
  width: 65%;
  z-index: 2;
}

.about-area .info-icon i {
  font-size: 24px;
  color: #c30606;
}

.courses-area {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  background-attachment: fixed;
  background-size: cover;
}

@media (max-width: 991px) {
  .courses-area {
    margin-top: 80px;
  }
}

.courses-area h1 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #fff;
}

.courses-area h1::before {
  background: #c30606 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 40px;
  z-index: 1;
  margin-top: 50px;
}

.courses-area h1::after {
  background: #c30606 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  width: 40px;
  margin-top: 50px;
}

.courses-area .courses-list {
  margin-bottom: 40px;
}

.courses-area .item {
  background-size: cover;
  border-radius: 5px;
}

.courses-area .item a {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 30px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  background: #ffffff;
  min-height: 202px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.courses-area h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.courses-area .item a:hover:after {
  background: #002147 none repeat scroll 0 0;
  opacity: 0.6;
}

.courses-area .item a:hover {
  background: transparent none repeat scroll 0 0;
}

.courses-area .item a:hover h4,
.courses-area .item a:hover i,
.courses-area .item a:hover span {
  color: #ffffff;
}

.courses-area .item a::after {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.news-events {
  font-family: 'Montserrat', sans-serif;
}

.news-events h1 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}

.news-events h1::before {
  background: #c30606 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 40px;
  z-index: 1;
  margin-top: 50px;
}

.news-events h1::after {
  background: #c30606 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  width: 40px;
  margin-top: 50px;
}

.news-events .events_box {
  margin-bottom: 50px;
  margin-top: 30px;
}

.news-events .events_single {
  position: relative;
  min-height: 280px;
  -webkit-box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
          box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .news-events .events_single {
    display: inherit;
  }
}

.news-events .event_banner {
  width: 44%;
}

@media (max-width: 767px) {
  .news-events .event_banner {
    width: 100%;
  }
}

.news-events .event_banner img {
  width: 100%;
}

.news-events .event_info {
  width: 60%;
  padding: 45px 30px 45px 50px;
}

@media (max-width: 767px) {
  .news-events .event_info {
    width: 100%;
    padding: 30px 15px;
  }
}

.news-events .event_info h3 {
  line-height: 36px;
}

.news-events .event_info h3 a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  color: #333146;
  font-size: 25px;
  text-decoration: none;
}

.news-events .event_info .events_time {
  padding: 25px 0 30px;
}

.news-events .event_info .events_time .time {
  text-transform: uppercase;
}

.news-events .event_info .events_time span i {
  padding-right: 10px;
  color: #c30606;
  font-size: 16px;
}

.news-events .event_info .events_time span i:before {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.news-events .event_info .events_time span {
  color: #333146;
  font-size: 15px;
  margin-right: 25px;
}

.news-events .event_info p {
  margin: 0;
  font-size: 15px;
  color: #6a7a83;
}

.news-events .event_date {
  position: absolute;
  top: 0;
  right: 0;
  background: #c30606;
  height: 60px;
  width: 60px;
  padding: 10px 0;
  text-align: center;
}

.news-events .event_date .date {
  font-size: 20px;
  font-weight: 600;
}

.news-events .event_date span {
  display: inherit;
  color: #ffffff;
  line-height: 20px;
  font-size: 15px;
}

.registration-area {
  font-family: 'Montserrat', sans-serif;
  padding-top: 80px;
}

.registration-area .reg-area .reg-items .reg-form, .registration-area .reg-area .reg-items {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.registration-area h1 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  font-size: 30px;
  text-transform: uppercase;
}

.registration-area .thumb {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.registration-area h1::before {
  background: #c30606 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 40px;
  z-index: 1;
}

.registration-area h1::after {
  background: #c30606 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  width: 40px;
}

.registration-area h1::after {
  left: 45px;
  margin: 0;
  width: 20px;
}

.registration-area h1::before {
  left: 0;
  margin: 0;
}

.registration-area .reg-form input, .registration-area .reg-form select {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #666666;
  font-size: 14px;
  min-height: 50px;
}

.registration-area .reg-form button {
  background: #c30606 none repeat scroll 0 0;
  border: medium none;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
  padding: 12px 30px;
  font-size: 14px;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.registration-area .reg-form button:hover {
  background: #ee2f36;
}

.registration-area img {
  border: none;
  outline: none;
  max-width: 100%;
}

.factor-area {
  font-family: 'Montserrat', sans-serif;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.factor-area .item {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

.factor-area .fun-fact {
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 30px 20px;
}

.factor-area .icon i {
  color: #c30606;
  display: inline-block;
  font-size: 50px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.factor-area .fun-fact .info .timer {
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 5px;
  line-height: 1.2;
}

.factor-area .fun-fact .info .medium {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}

.factor-area .fun-fact .info span {
  display: block;
}

.factor-area .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: #0d1128;
  opacity: .6;
}

.testimonial {
  font-family: 'Montserrat', sans-serif;
}

.testimonial h1 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}

.testimonial h1::before {
  background: #c30606 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 40px;
  z-index: 1;
  margin-top: 50px;
}

.testimonial h1::after {
  background: #c30606 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  width: 40px;
  margin-top: 50px;
}

.testimonial .testimonial-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.testimonial .testimonial-item img {
  max-width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.testimonial .testimonial-item h4 {
  font-weight: 400;
}

.testimonial .testimonial-item h4 span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.testimonial b {
  font-size: 24px;
  font-weight: bolder;
}

.testimonial .testimonial-carousel.owl-carousel .owl-stage {
  padding: 20px 0;
}

.testimonial .testimonial-carousel .owl-item.center {
  -webkit-box-shadow: 0 0 15px 5px rgba(34, 34, 34, 0.09);
          box-shadow: 0 0 15px 5px rgba(34, 34, 34, 0.09);
}

.testimonial .testimonial-carousel .owl-dots {
  display: block;
  text-align: center;
}

.testimonial .testimonial-carousel .owl-dots .owl-dot {
  background-color: #ddd;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.testimonial ul {
  padding: 0;
}

.testimonial .testimonial-carousel .owl-dots .owl-dot.active {
  background-color: #c30606;
  color: #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.site-footer {
  font-family: 'Montserrat', sans-serif;
  background: #1e2120;
  padding-top: 60px;
}

.site-footer .content img {
  margin-bottom: 15px;
}

.site-footer .content p {
  color: #ddd;
}

.site-footer ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.site-footer .social-icon li a {
  display: inline-block;
  background-color: transparent;
  color: #ddd;
  border: 2px solid #a8a8a8;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
}

.site-footer .content h3 {
  color: #ddd;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.site-footer .link li {
  display: block;
  list-style: inside;
}

.site-footer .link li a {
  color: #ddd;
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
  outline: 0;
  text-decoration: none;
}

.site-footer .subscribe-form .form-input {
  width: 100%;
  height: 45px;
  padding: 15px;
  outline: 0;
}

.site-footer button.submit {
  background-color: #c30606;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  height: 45px;
  border: 0;
  outline: 0;
}

.footer-bottom {
  font-family: 'Montserrat', sans-serif;
  display: block;
  background-color: #1e2120;
  border-top: 1px solid #444;
  padding: 15px 0;
}

.footer-bottom .copyright {
  font-size: 12px;
  color: #ddd;
  text-transform: uppercase;
}

.footer-bottom .footer-social {
  display: block;
  text-align: right;
}

.footer-bottom .footer-social li {
  display: inline-block;
}

.footer-bottom .footer-social li a {
  color: #ddd;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 20px;
}

.branches {
  font-family: 'Montserrat', sans-serif;
}

.branches h1 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}

.branches h1::before {
  background: #c30606 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 40px;
  z-index: 1;
  margin-top: 50px;
}

.branches h1::after {
  background: #c30606 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  width: 40px;
  margin-top: 50px;
}

.branches .desc h3 {
  font-size: 20px;
  font-weight: 600;
  color: #c30606;
}

.branches .desc p {
  font-size: 14px;
}

.branches #branches-carousel {
  border: 1px solid #eaeaea;
}

.branches .testimonial-item {
  padding: 18px 0px 12px;
  border-radius: 5px;
}

.branches h4 {
  font-size: 20px;
  font-weight: 700;
}

.branches .testimonial-carousel.owl-carousel .owl-stage {
  padding: 20px 0;
}

.branches .testimonial-carousel .owl-item.center {
  -webkit-box-shadow: 0 0 15px 5px rgba(34, 34, 34, 0.09);
          box-shadow: 0 0 15px 5px rgba(34, 34, 34, 0.09);
  background: #c30606;
}

.branches .testimonial-carousel .owl-item.center a {
  color: #fff;
}

.branches .testimonial-carousel .owl-dots {
  display: block;
  text-align: center;
}

.branches .testimonial-carousel .owl-dots .owl-dot {
  background-color: #ddd;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.branches ul {
  padding: 0;
}

.branches .testimonial-carousel .owl-dots .owl-dot.active {
  background-color: #c30606;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #fff !important;
}

.stories {
  background: url(../images/last-image-home.jpg) no-repeat scroll 0 0/cover;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  z-index: 1;
  background-attachment: fixed;
  background-size: cover;
}

.stories :before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 39%;
  height: 100%;
  background: #c30606 none repeat scroll 0 0;
  z-index: -1;
}

.stories .inner-hire-left h3 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 12px;
}

.stories .inner-hire-left p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 35px;
}

.stories a.read-btn {
  background: white;
  padding: 12px 25px;
  color: #c30606;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.stories a.read-btn:hover {
  background: transparent;
  color: #fff;
}

.stories .inner-hire-left {
  width: 48%;
}

.stories h6 {
  text-align: center;
  font-weight: 600;
}

.stories .left-box {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  background: #c30606 none repeat scroll 0 0;
  width: 30%;
  left: 23%;
}

.inner-page-banner {
  font-family: 'Montserrat', sans-serif;
  background: url(../images/about_bg.png) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.inner-page-banner .opacity {
  background: rgba(0, 0, 0, 0.47);
  height: 100%;
  text-align: center;
  padding: 110px 0 75px 0;
}

.inner-page-banner .opacity h3 {
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-weight: 700;
}

.inner-page-banner .opacity span {
  display: block;
  width: 81px;
  background: #fff;
  height: 1px;
  margin: 0 auto;
  position: relative;
}

.inner-page-banner .opacity span:before {
  content: '';
  width: 2px;
  height: 21px;
  background: #c30606;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -10px -1px 0 0;
}

.page-breadcrum {
  background: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  font-family: 'Montserrat', sans-serif;
}

.page-breadcrum ul {
  list-style-type: none;
  padding: 0;
}

.page-breadcrum ul li {
  display: inline-block;
  color: #333333;
  line-height: 55px;
  margin-right: 8px;
}

.page-breadcrum ul li a {
  color: #333333;
}

.page-breadcrum ul li.active {
  color: #c30606;
}

.content-inner {
  font-family: 'Montserrat', sans-serif;
}

.content-inner h1 {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.content-inner h1::before {
  background: #c30606 none repeat scroll 0 0;
  top: 75px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 40px;
  z-index: 1;
}

.content-inner h1::after {
  background: #c30606 none repeat scroll 0 0;
  top: 75px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  width: 40px;
}

.content-inner .content {
  padding: 20px;
  margin: 0 auto;
}

.content-inner .content p {
  text-align: left;
  color: #797979;
  font-size: 14px;
}

.content-inner .content-items {
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 40px;
  min-height: 185px;
}

.content-inner i {
  color: #c30606;
  font-size: 20px;
}

.content-inner h2 {
  padding-left: 10px;
  padding-top: 10px;
}

.content-inner a {
  text-decoration: none;
}

.content-inner h4 {
  font-weight: 700;
}

.content-inner h3 {
  font-size: 20px;
}

.content-inner .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.pages-inner {
  font-family: 'Montserrat', sans-serif;
}

.pages-inner h1 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.pages-inner h1::before {
  background: #c30606 none repeat scroll 0 0;
  top: 75px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 40px;
  z-index: 1;
}

.pages-inner h1::after {
  background: #c30606 none repeat scroll 0 0;
  top: 75px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  width: 40px;
}

.pages-inner .content {
  padding: 20px;
  margin: 0 auto;
}

.pages-inner p {
  text-align: left;
  color: #797979;
  font-size: 14px;
}

.pages-inner a {
  text-decoration: none;
}

.courses-inner {
  font-family: 'Montserrat', sans-serif;
}

.courses-inner h1 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.courses-inner h1::before {
  background: #c30606 none repeat scroll 0 0;
  top: 75px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 40px;
  z-index: 1;
}

.courses-inner h1::after {
  background: #c30606 none repeat scroll 0 0;
  top: 75px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  width: 40px;
}

.courses-inner .content {
  padding: 20px;
  margin: 0 auto;
}

.courses-inner .content p {
  text-align: left;
  color: #797979;
  font-size: 14px;
}

.courses-inner .content-items {
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 40px;
  min-height: 185px;
}

.courses-inner i {
  color: #c30606;
  font-size: 20px;
}

.courses-inner h2 {
  padding-left: 10px;
  padding-top: 10px;
}

.courses-inner a {
  text-decoration: none;
}

.courses-inner h4 {
  font-weight: 700;
}

.courses-inner h3 {
  font-size: 20px;
}

.courses-inner .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.courses-inner .course-items {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
}

.courses-inner .course-items .item-img img {
  border-radius: 4px 4px 0 0;
}

.courses-inner .course-items
.course-items .item-content {
  text-align: center;
  padding: 0 25px 40px;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
}

.courses-inner .course-items .item-icon {
  height: 60px;
  width: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  margin-bottom: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.courses-inner .course-items .item-content .item-icon i:before {
  font-size: 38px;
  color: #888888;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.courses-inner .course-items .item-content .item-title {
  font-weight: 700;
  margin-bottom: 12px;
}

.courses-inner .course-items .item-title a {
  color: #151515;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.courses-inner .course-items .item-title a:hover {
  color: #ff5e14;
}

.courses-inner .course-items .item-content p {
  margin-bottom: 0;
}

.courses-inner .course-items .item-content .item-btn {
  background-color: #06112d;
  color: #ffffff;
  display: inline-block;
  padding: 14px 33px 11px;
  border-radius: 4px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.courses-inner .course-items:hover .item-icon {
  background-color: #c30606;
}

.courses-inner .course-items:hover .item-icon i:before {
  color: #ffffff;
}

.courses-inner .course-items:hover .item-content .item-btn {
  background-color: #c30606;
  color: #ffffff;
}

.courses-inner .course-items .item-content {
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 25px;
}

.courses-inner .site-button.text-uppercase {
  text-transform: uppercase;
}

.courses-inner .site-button {
  background-color: #c30606;
}

.courses-inner .site-button {
  background-color: #c30606;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  margin-top: 25px;
}

.courses-inner .site-button, .courses-inner .site-button-secondry {
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  margin-left: -1px;
  text-decoration: none !important;
  font-weight: 600;
}

.courses-inner .site-button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.courses-inner .site-button:active, .courses-inner .site-button:focus, .courses-inner .site-button:hover {
  background-color: #091632;
}

.courses-inner .site-button:hover:after {
  right: 0%;
}

.post-inner {
  font-family: 'Montserrat', sans-serif;
}

.post-inner .post-img {
  background-position: left top;
  position: relative;
  overflow: hidden;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.post-inner .post-img:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 35%;
  height: 200%;
  left: -100%;
  top: -50%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.post-inner .post-img:hover:after {
  left: 150%;
}

.post-inner .post-img .content img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-inner p {
  text-align: left;
  color: #797979;
  font-size: 14px;
}

.post-inner h1 {
  font-size: 26px;
  font-weight: 700;
  padding-top: 15px;
  color: #3c3c3c;
}

.contact-inner {
  font-family: 'Montserrat', sans-serif;
}

.contact-inner .contact-box {
  border: 2px dashed #eaeaea;
  padding: 30px 10px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  margin-bottom: 20px;
}

.contact-inner .contact-box:hover, .contact-inner .contact-box:hover i {
  border-color: #c30606;
}

.contact-inner .contact-box i {
  font-size: 24px;
  height: 70px;
  width: 70px;
  color: #c30606;
  border-radius: 50%;
  line-height: 70px;
  border: 2px dashed #eaedff;
  margin-bottom: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact-inner .contact-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #151515;
}

.contact-inner .contact-box p {
  margin: 0;
  padding: 0 30px;
}

.contact-inner .contact-form input[type="text"], .contact-inner .contact-form input[type="email"] {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  width: 100%;
  font-size: 14px;
}

.contact-inner .contact-form textarea#message {
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  height: 150px;
  padding: 20px;
  width: 100%;
  font-size: 14px;
}

.contact-inner .contact-btn {
  background: #c30606;
  border: 1px solid #c30606;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  padding: 10px 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 3px;
  width: auto;
  text-transform: capitalize;
  font-weight: 600;
  outline: 0;
}

.contact-inner .contact-btn:hover {
  background: #ef3038  none repeat scroll 0 0;
  border: 1px solid #ef3038;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.faculty-inner {
  font-family: 'Montserrat', sans-serif;
}

.faculty-inner .single-team-box {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.faculty-inner .single-team-box .image {
  position: relative;
  overflow: hidden;
}

.faculty-inner .single-team-box .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.faculty-inner .single-team-box .image .social {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-decoration: none;
  opacity: 0;
  margin-top: -100px;
  padding: 8px 15px;
  background: #ffffff;
  border-radius: 35px;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faculty-inner .single-team-box .image .social a {
  display: inline-block;
  color: #c30606;
  font-size: 17px;
  margin: 0 7px;
}

.faculty-inner .single-team-box .image .social a:hover {
  color: #c30606;
}

.faculty-inner .single-team-box .content {
  padding: 25px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faculty-inner .single-team-box .content h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: #232323;
}

.faculty-inner .single-team-box .content span {
  display: block;
  margin-top: 8px;
  color: #c30606;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Dosis", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.faculty-inner .single-team-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.faculty-inner .single-team-box:hover .image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.faculty-inner .single-team-box:hover .image .social {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.faculty-inner .single-team-box:hover .content {
  background-color: #c30606;
}

.faculty-inner .single-team-box:hover .content h3 {
  color: #ffffff;
}

.faculty-inner .single-team-box:hover .content span {
  color: #ffffff;
}

.news-events-inner {
  font-family: 'Montserrat', sans-serif;
}

.news-events-inner .list-meta li {
  color: rgba(81, 94, 111, 0.7);
  margin-right: 14px;
  font-size: 14px;
}

.news-events-inner .content {
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}

.news-events-inner .post-content {
  padding: 0px 25px 50px;
}

.news-events-inner p.text {
  font-size: 14px;
}

.news-events-inner .list li {
  display: inline-block;
}

.news-events-inner ul, .news-events-inner ol {
  padding: 0;
}

.news-events-inner .list-meta {
  margin-bottom: 17px;
}

.news-events-inner .post-content .title {
  margin-bottom: 18px;
}

.news-events-inner h3, .news-events-inner h3 a {
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 700;
}

.news-events-inner .post-img {
  margin-bottom: 29px;
}

.news-events-inner .post-img img {
  width: 600px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.news-events-inner a.btn-read-more {
  background: #c30606;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  border-radius: 3px;
  font-size: 14px;
}

.news-events-inner a.btn-read-more:hover {
  background: #ef393f;
  color: #fff;
}

.news-events-inner .time {
  background: #c30606;
  position: absolute;
  top: 0;
  width: 70px;
  height: 70px;
  margin-right: 25px;
  padding: 15px;
}

.news-events-inner .time span {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.inner-gallery {
  font-family: 'Montserrat', sans-serif;
}

.inner-gallery .project-block {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.inner-gallery .project-block .inner-box {
  position: relative;
}

.inner-gallery .project-block .inner-box .image {
  position: relative;
}

.inner-gallery .project-block .inner-box .image img {
  position: relative;
  width: 400px;
  display: block;
  height: 200px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-gallery .project-block .inner-box .image .overlay-box {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  top: 30px;
  z-index: 2;
  opacity: 0;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.inner-gallery .project-block .inner-box .image .overlay-box:before {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  display: block;
  opacity: 0;
  text-align: center;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #c30606;
}

.inner-gallery .project-block .inner-box:hover .image .overlay-box:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.inner-gallery .project-block .inner-box .image .overlay-box:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  text-align: center;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #c30606d1;
}

.inner-gallery .project-block .inner-box:hover .image .overlay-box:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.inner-gallery .project-block .inner-box:hover .image .overlay-box {
  opacity: 1;
}

.inner-gallery i {
  color: #fff;
}

.inner-gallery .project-block .inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 1;
  padding: 10px 10px;
  vertical-align: middle;
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.inner-gallery .project-block .inner-box:hover .image .overlay-box .overlay-inner {
  opacity: 1;
  top: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.inner-gallery .project-block .inner-box .image .overlay-box .overlay-inner .overlay-content {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.inner-gallery .project-block .inner-box .image h3 {
  position: relative;
  font-size: 22px;
  color: #fff;
  z-index: 1;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.inner-gallery .category {
  color: #fff;
}

.inner-gallery .project-block .inner-box .image h3 a {
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.course-details {
  font-family: 'Montserrat', sans-serif;
}

.course-details .description h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
  color: #c30606;
}

.course-details .card {
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
  border: 0;
}

.course-details .description {
  padding: 15px 25px;
}

.course-details h5 {
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.course-details .description h3 {
  font-size: 28px;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.course-details .description p {
  font-size: 14px;
  color: #636363;
}

.course-details ul.list-detail {
  padding: 0px;
  margin: 0px;
}

.course-details ul.list-detail li {
  margin-bottom: 15px;
  display: table;
}

.course-details ul.list-detail li i {
  display: table-cell;
  width: 20px;
  color: #c30606;
  font-weight: bold;
  font-size: 10px;
}

.course-details ul.list-detail li a {
  display: table-cell;
  color: #6f8190;
  font-size: 15px;
}

.course-details ul.list-detail li a:hover {
  color: #c30606;
}

.course-details .item-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-details a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

.course-details .course-widget {
  padding: 23px 35px 30px 35px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.course-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.course-details .coursedetails-list li {
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  margin-top: 8px;
}

.course-details b {
  font-size: 18px;
}

.course-details .apply-button {
  padding: 10px 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #ffffff;
  background-color: #c30606;
}

.news-details {
  font-family: 'Montserrat', sans-serif;
}

.news-details h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
  color: #c30606;
}

.news-details h3 {
  font-size: 24px;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.news-details p {
  font-size: 14px;
  color: #636363;
}

.news-details .item {
  text-transform: capitalize;
  display: inline-block;
}

.news-details .item a {
  color: #c30606;
}

.news-details .info {
  margin-bottom: 10px;
}

.news-details .item:after {
  content: '|';
  margin: 0 5px;
  color: #bfc9ce;
}

.news-details .recent-news {
  padding: 23px 35px 30px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.news-details h5 {
  background: #c30606;
  padding: 10px 20px;
  color: #fff;
  font-size: 22px;
}

.news-details .media .media-left {
  padding-right: 0;
  width: 100px;
  height: auto;
}

.news-details .media .media-left img {
  width: 100px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-details .media .media-right {
  padding-left: 15px;
}

.news-details .media {
  margin-bottom: 15px;
}

.news-details .media .item:after {
  display: none;
}
/*# sourceMappingURL=style.css.map */