
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #212121;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
p {
  line-height: 1.5;
  margin: 0 0 20px 0;
}

a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
.form-group {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1164px;
  }
}
#wrapper {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.video-margin-top {
  margin-top: 12px;
}
.margin-bottom-none {
  margin-bottom: 0!important;
}
.margin-bottom-sidebar {
  margin-bottom: 30px;
}
.bg-common-style {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-divider {
  height: 1px;
  width: 100%;
  background: #BDBDBD;
}
.solid-underline {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 35px;
}
.solid-underline:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #e3e3e3;
  left: 0;
  bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-40 {
  margin-bottom: 40px;
}
.btn-view {
  color: #1C88C1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-view:hover {
  color: #002147;
}
.section-space {
  padding: 100px 0;
}
.mb-none {
  margin-bottom: 0!important;
}
.accent-bg {
  background-color: #f5f5f5;
}
.bg-primary {
  background: #002147 !important;
  color: #FFFFFF;
}
.bg-textPrimary {
  background: #FFFFFF;
  color: #002147;
}
.bg-primary-deep {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-primary-deep:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.9);
}
.bg-primary-deep-fixed {
  background-attachment: fixed;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-primary-deep-fixed:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.9);
}
.overlay-primaryColor {
  position: relative;
}
.overlay-primaryColor:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.7);
}
.overlay-video {
  position: relative;
}
.overlay-video:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.88);
  height: 100%;
  width: 100%;
}
.title-bar-counter {
  position: relative;
}
.title-bar-counter:before {
  content: "";
  height: 2px;
  width: 70px;
  background: #1C88C1;
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.title-bar-medium-left {
  position: relative;
}
.title-bar-medium-left:before {
  content: "";
  height: 3px;
  width: 40px;
  background: #1C88C1;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.title-bar-high {
  position: relative;
}

.title-bar-big-high {
  position: relative;
}
.title-bar-big-high:before {
  content: "";
  height: 3px;
  width: 40px;
  background: #1C88C1;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.title-bar-sm-high {
  position: relative;
}
.title-bar-sm-high:before {
  content: "";
  height: 3px;
  width: 40px;
  background: #1C88C1;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.title-bar-big-left-close {
  position: relative;
}
.title-bar-big-left-close:before {
  content: "";
  height: 4px;
  width: 45px;
  background: #1C88C1;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
}
.title-bar-footer {
  position: relative;
}
.title-bar-footer:before {
  content: "";
  height: 3px;
  width: 45px;
  background: #002147;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
}
.title-bar-small-center {
  position: relative;
}
.title-bar-small-center:before {
  content: "";
  height: 2px;
  width: 40px;
  background: #002147;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: 0 auto;
  z-index: 1;
}
.title-bar-small-left {
  position: relative;
}
.title-bar-small-left:before {
  content: "";
  height: 3px;
  width: 45px;
  background: #002147;
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: 1;
}
.title-bar-sidebar {
  position: relative;
}
.title-bar-sidebar:before {
  content: "";
  height: 4px;
  width: 45px;
  background: #002147;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
}
.title-bar-full-width {
  position: relative;
}
.title-bar-full-width:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #002147;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 1;
}
.title-default-center {
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  margin-bottom: 45px;
  color: #002147;
}
@media only screen and (max-width: 767px) {
  .title-default-center {
    font-size: 28px;
  }
  .programs-section .program img {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .title-default-center {
    font-size: 26px;
  }
}
.title-default-left {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
  color: #002147;
}
@media only screen and (max-width: 767px) {
  .title-default-left {
    margin-bottom: 36px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .title-default-left {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.title-default-left a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-default-left a:hover {
  color: #1C88C1;
}
.title-default-left-bold {
  font-size: 30px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 45px;
  color: #002147;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-default-left-bold {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-default-left-bold {
    font-size: 26px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-default-left-bold {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .title-default-left-bold {
    font-size: 22px;
  }
}
.title-default-left-bold a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-default-left-bold a:hover {
  color: #1C88C1;
}
.title-default-left-bold-lowhight {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
  color: #002147;
}
@media only screen and (max-width: 991px) {
  .title-default-left-bold-lowhight {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .title-default-left-bold-lowhight {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .title-default-left-bold-lowhight {
    font-size: 22px;
  }
}
.title-default-left-bold-lowhight a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-default-left-bold-lowhight a:hover {
  color: #1C88C1;
}
.title-news-left-bold {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 15px;
  color: #002147;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .title-news-left-bold {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .title-news-left-bold {
    font-size: 18px;
  }
}
.title-news-left-bold a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-news-left-bold a:hover {
  color: #1C88C1;
}
.title-default-textPrimary-left {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 45px;
  color: #FFFFFF;
}
.about-title {
  font-size: 48px;
  color: #002147;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .about-title {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-title {
    font-size: 36px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-title {
    font-size: 32px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .about-title {
    font-size: 26px;
  }
}
.title-center {
  font-weight: 500;
  font-size: 36px;
  color: #002147;
  text-align: center;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .title-center {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-center {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-center {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-center {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .title-center {
    font-size: 26px;
  }
}
.about-sub-title {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about-sub-title {
    width: 100%;
  }
}
.sub-title-full-width {
  margin-bottom: 80px;
  text-align: center;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .sub-title-full-width {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-title-full-width {
    margin-bottom: 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sub-title-full-width {
    margin-bottom: 50px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .sub-title-full-width {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .sub-title-full-width {
    margin-bottom: 30px;
  }
}
h3.sidebar-title {
  font-size: 22px;
  color: #002147;
  text-transform: capitalize;
  margin-bottom: 35px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 480px) and (max-width: 1199px) {
  h3.sidebar-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 479px) {
  h3.sidebar-title {
    font-size: 18px;
  }
}
h3.sidebar-title a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h3.sidebar-title a:hover {
  color: #1C88C1;
}
h3.sidebar-title:before {
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
  background: #1C88C1;
}
h2.sidebar-title {
  font-size: 30px;
  color: #002147;
  text-transform: capitalize;
  margin-bottom: 35px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 480px) and (max-width: 1199px) {
  h2.sidebar-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 479px) {
  h2.sidebar-title {
    font-size: 18px;
  }
}
h2.sidebar-title a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h2.sidebar-title a:hover {
  color: #1C88C1;
}
h2.sidebar-title:before {
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
  background: #1C88C1;
}
.apply-now-btn {
  text-align: center;
  color: #fff;
  padding: 8px 0;
  width: 104px;
  background: #1C88C1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.apply-now-btn:hover {
  background: transparent;
  color: #FFFFFF !important;
}
.apply-now-btn2 {
  text-align: center;
  color: #002147;
  padding: 10px 0;
  width: 104px;
  background: #1C88C1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.apply-now-btn2:hover {
  background: #002147;
  color: #FFFFFF !important;
}
.pricetable-btn {
  padding: 10px 0;
  text-align: center;
  color: #263238;
  height: 50px;
  width: 160px;
  background: #1C88C1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 480px) and (max-width: 767px) {
  .pricetable-btn {
    height: 45px;
    width: 140px;
    font-size: 15px;
    padding: 9px 0;
  }
}
@media only screen and (max-width: 479px) {
  .pricetable-btn {
    height: 40px;
    width: 130px;
    font-size: 14px;
    padding: 8px 0;
  }
}
.pricetable-btn:hover {
  background: transparent;
  color: #FFFFFF;
}
.default-big-btn {
  color: #FFFFFF;
  padding: 15px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 162px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.default-big-btn:hover {
  background: #1C88C1;
  color: #212121;
}
.default-full-width-btn {
  color: #FFFFFF;
  padding: 12px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  border: 2px solid #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.default-full-width-btn:hover {
  background: transparent;
  color: #002147;
}
.ghost-full-width-btn {
  color: #FFFFFF;
  padding: 14px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-full-width-btn:hover {
  background: #1C88C1;
  color: #002147;
}
.join-now-btn {
  color: #002147;
  padding: 13px 40px;
  background: #1C88C1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: none;
  border: 2px solid #1C88C1;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 480px) and (max-width: 767px) {
  .join-now-btn {
    padding: 10px 36px;
  }
}
@media only screen and (max-width: 479px) {
  .join-now-btn {
    padding: 8px 26px;
  }
}
.join-now-btn:hover {
  background: transparent;
  color: #FFFFFF;
}
.join-now-primary-btn {
  color: #FFFFFF;
  padding: 13px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: none;
  width: 148px;
  border: 2px solid #002147;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.join-now-primary-btn:hover {
  background: transparent;
  color: #002147;
}
.sidebar-search-btn {
  color: #FFFFFF;
  padding: 14px 40px;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: none;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-search-btn:hover {
  background: #1C88C1;
  color: #002147;
}
.sidebar-search-btn-full {
  color: #FFFFFF;
  padding: 13px 0;
  width: 100%;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border: none;
  border: 2px solid #002147;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-search-btn-full:hover {
  background: transparent;
  color: #002147;
}
.view-all-accent-btn {
  text-align: center;
  color: #FFFFFF;
  padding: 12px 34px;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.view-all-accent-btn:focus {
  color: #FFFFFF;
}
.view-all-accent-btn:hover {
  background: #1C88C1;
  color: #212121;
}
.details-accent-btn {
  text-align: center;
  color: #002147;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  font-weight: 500;
  border: 2px solid #1C88C1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.details-accent-btn:hover {
  background: #1C88C1;
  color: #FFFFFF;
}
.view-all-primary-btn {
  text-align: center;
  color: #FFFFFF;
  padding: 12px 0;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  width: 130px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.view-all-primary-btn:hover {
  background: #1C88C1;
  color: #030507;
}
.ghost-btn {
  border: 2px solid #1C88C1;
  color: #FFFFFF;
  padding: 10px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn:hover {
  background: #1C88C1;
  color: #002147;
}
.ghost-btn-big {
  border: 2px solid ;
  color: #FFFFFF;
  padding: 12px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-big:hover {
  background: #1C88C1;
  color: #002147;
}
.ghost-btn-big-primary {
  border: 2px solid #002147;
  color: #002147;
  padding: 12px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-btn-big-primary:hover {
  background: #002147;
  color: #FFFFFF;
}
.sidebar-ghost-btn {
  text-align: center;
  color: #ffffff;
  padding: 8px 0;
  width: 160px;
  font-style: italic;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-ghost-btn:hover {
  background: #1C88C1;
  color: #002147;
}
.enroll-btn {
  color: #002147;
  padding: 18px 0;
  background: #1C88C1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  border: 2px solid #1C88C1;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.enroll-btn:hover {
  background: transparent;
  color: #1C88C1;
}
.download-btn {
  position: relative;
  color: #002147;
  padding: 18px 0;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  border: 1px solid #002147;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.download-btn:hover {
  border: 1px solid #1C88C1;
  background: #1C88C1;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.download-btn:hover:before {
  color: #FFFFFF;
}
.default-white-btn {
  border: none;
  color: #002147;
  padding: 13px 30px;
  background: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.default-white-btn:hover {
  color: #FFFFFF;
  background: #002147;
}
.isotop-btn {
  text-align: center;
  margin-bottom: 45px;
}
.isotop-btn:after {
  display: none;
}
.isotop-btn a {
  background: transparent;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #002147;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .isotop-btn a {
    padding: 10px 26px;
  }
}
.isotop-btn a:hover {
  border: 1px solid #002147;
  background: #002147;
  color: #FFFFFF;
}
.isotop-btn .current {
  border: 1px solid #002147;
  background: #002147;
  color: #FFFFFF;
}
.play-btn {
  z-index: 2;
  border: 3px solid #FFFFFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 480px) {
  .play-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.play-btn i {
  color: #1C88C1;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.play-btn:hover {
  border: 3px solid #1C88C1;
}
.play-btn:hover i {
  color: #FFFFFF;
}
.isotop-btn-accent {
  text-align: center;
  margin-bottom: 45px;
}
.isotop-btn-accent:after {
  display: none;
}
.isotop-btn-accent a {
  background: transparent;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #002147;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isotop-btn-accent a:hover {
  border: 1px solid #1C88C1;
  background: #1C88C1;
  color: #FFFFFF;
}
.isotop-btn-accent .current {
  border: 1px solid #1C88C1;
  background: #1C88C1;
  color: #FFFFFF;
}
.default-btn {
  color: #FFFFFF;
  padding: 13px 30px;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.default-btn:hover {
  background: #00082E;
  color: #FFFFFF;
}
.quote-white-btn {
  border: none;
  color: #002147;
  padding: 10px 20px;
  background: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quote-white-btn:hover {
  color: #212121;
}
.default-white-small-btn {
  color: #212121;
  padding: 8px 20px;
  background: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.default-white-small-btn:hover {
  color: #002147;
}
.submit-btn {
  color: #FFFFFF;
  padding: 12px 44px;
  background: #002147;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.submit-btn:hover {
  background: #00082E;
  color: #FFFFFF;
}
.ghost-semi-color-btn {
  border: 2px solid #002147;
  color: #444444;
  padding: 10px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-semi-color-btn:hover {
  background: #002147;
  color: #FFFFFF;
}
.ghost-color-btn {
  border: 2px solid #002147;
  color: #002147;
  padding: 10px 44px;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-color-btn i {
  margin-left: 10px;
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-color-btn:hover {
  background: #002147;
  color: #FFFFFF;
}
.ghost-color-btn:hover i {
  color: #FFFFFF;
}
.ghost-text-color-btn {
  border: 2px solid #BDBDBD;
  color: #002147;
  padding: 10px 44px;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-text-color-btn:hover {
  border: 2px solid #002147;
  background: #002147;
  color: #FFFFFF;
}
.ghost-on-hover-btn {
  border: 2px solid #002147;
  color: #FFFFFF;
  padding: 12px 40px;
  background: #002147;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ghost-on-hover-btn:hover {
  background: transparent;
  color: #002147;
}
.owl-controls .owl-nav {
  position: absolute;
  top: -88px;
  right: -2px;
}
@media only screen and (max-width: 991px) {
  .owl-controls .owl-nav {
    top: -77px;
  }
}
@media only screen and (max-width: 480px) {
  .owl-controls .owl-nav {
    position: inherit;
  }
}
.owl-controls i {
  margin-left: 0;
  color: #FFFFFF;
  display: block;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.owl-controls .owl-prev {
  border: 1px solid #1C88C1;
  background: #1C88C1 !important;
  opacity: 1!important;
  font-size: 18px!important;
  margin: 0 1px!important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 0!important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 480px) {
  .owl-controls .owl-prev {
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
  }
}
.owl-controls .owl-prev:hover {
  background: #002147 !important;
  border: 1px solid #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.owl-controls .owl-prev:hover i {
  color: #FFFFFF;
}
.owl-controls .owl-next {
  border: 1px solid #1C88C1;
  right: -45px;
  background: #1C88C1 !important;
  opacity: 1!important;
  font-size: 18px!important;
  margin: 0 4px!important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 0!important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 480px) {
  .owl-controls .owl-next {
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
  }
}
.owl-controls .owl-next:hover {
  background: #002147 !important;
  border: 1px solid #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.owl-controls .owl-next:hover i {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#scrollUp {
  background-color: #1C88C1;
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 45px;
  z-index: 99999;
  border-radius: 50%;
}
#scrollUp i {
  color: #FFFFFF;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #002147;
}
#preloader {
  background: #002147 url('img/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.inner-page-banner-area {
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 100px 0 115px;
}
.inner-page-banner-area:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.inner-page-banner-area .pagination-area {
  position: relative;
  z-index: 1;
}
.inner-page-banner-area .pagination-area h1 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 48px;
  color: #FFFFFF;
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-page-banner-area .pagination-area h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 479px) {
  .inner-page-banner-area .pagination-area h1 {
    font-size: 32px;
  }
}
.inner-page-banner-area .pagination-area ul li {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
}
.inner-page-banner-area .pagination-area ul li a {
  color: #1C88C1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-page-banner-area .pagination-area ul li a:hover {
  color: #FFFFFF;
}
.pagination-center {
  text-align: center;
  margin-top: 43px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pagination-center {
    margin-top: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pagination-center {
    margin-top: 23px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .pagination-center {
    margin-top: 13px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .pagination-center {
    margin-top: 03px;
  }
}
@media only screen and (max-width: 320px) {
  .pagination-center {
    margin-top: 0px;
  }
}
.pagination-center li {
  display: inline-block;
}
.pagination-center li a {
  width: 42px;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  background: #002147;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-center li a:hover {
  background: #1C88C1;
}
.pagination-center .active a {
  background: #1C88C1;
}
.pagination-left {
  text-align: left;
  margin-top: 20px;
}
.pagination-left li {
  display: inline-block;
}
.pagination-left li a {
  width: 42px;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  background: #002147;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-left li a:hover {
  background: #1C88C1;
}
.pagination-left .active a {
  background: #1C88C1;
}
.overlay-default {
  position: relative;
}
.overlay-default:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mt-30 {
  margin-top: 30px;
}
/*=======================================================================
[03] Header Area
=========================================================================*/
.main-menu-area {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 10;
      border-bottom: 2px solid #0021472e;
}
.main-menu-area .logo-area {
  margin: 10px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu-area .logo-area {
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area .logo-area {
    margin: 10px 0;
  }
}
.main-menu-area .apply-btn-area {
  margin: 22px 0;
  text-align: right;
}
.login-form {
  position: absolute;
  z-index: 999;
  top: 38px;
  right: -20px;
  width: 540px;
  height: 444px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .login-form {
    margin-bottom: 15px;
  }
}
.login-form label {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #002147;
}
.login-form input {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #BDBDBD;
  margin-bottom: 15px;
  color: #002147;
  font-weight: 500;
  font-size: 15px;
}
.login-form span {
  margin-right: 15px;
  color: #002147;
}
@media (min-width: 768px) and (max-width: 991px) {
  .login-form span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .login-form span {
    display: inline-block;
    margin-left: 0;
    margin-top: 15px;
  }
}
.login-form span input {
  width: inherit;
  height: inherit;
  margin-right: 10px;
  padding: 30px;
}
nav#desktop-nav ul {
  text-align: right;
}
nav#desktop-nav ul .active > a {
  color: #1C88C1;
}
nav#desktop-nav ul li {
  display: inline-block;
  position: relative;
}
nav#desktop-nav ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
nav#desktop-nav ul li:hover ul:before {
  width: 100%;
}
nav#desktop-nav ul li a {
  padding: 30px 20px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#desktop-nav ul li a {
    padding: 30px 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#desktop-nav ul li a {
    padding: 30px 6px;
  }
}
nav#desktop-nav ul li a:hover {
  color: #1C88C1;
}
nav#desktop-nav ul li .active {
  background-color: #1A3B61;
}
nav#desktop-nav ul li .active a {
  color: #1C88C1;
}
nav#desktop-nav ul li > ul {
  position: relative;
  /* border-top: 1px solid @accentColor; */
  margin-top: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 180px;
  z-index: 99999;
  background: #002147;
  padding: 0;
  left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#desktop-nav ul li > ul {
    left: -3px;
  }
}
@media only screen and (max-width: 991px) {
  nav#desktop-nav ul li > ul {
    left: -9px;
  }
}
nav#desktop-nav ul li > ul:before {
  position: absolute;
  content: "";
  background-color: #1C88C1;
  margin: 0 auto;
  z-index: 12;
  height: 1px;
  top: 0;
  left: 0;
  width: 0%;
  right: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
nav#desktop-nav ul li > ul > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid #1A3B61;
}
nav#desktop-nav ul li > ul > li > a {
  padding: 10px 10px 10px 15px;
  display: block;
  color: #FFFFFF;
}
nav#desktop-nav ul li > ul > li:last-child {
  border-bottom: none;
}
nav#desktop-nav ul li > ul > li:hover,
nav#desktop-nav ul li > ul > li .active {
  background: #1A3B61;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav#desktop-nav ul li > ul > li:hover a,
nav#desktop-nav ul li > ul > li .active a {
  color: #1C88C1;
}
nav#desktop-nav ul li > ul > li:hover a:before,
nav#desktop-nav ul li > ul > li .active a:before {
  opacity: 0;
}
nav#desktop-nav ul li .mega-menu-area {
  padding: 18px 15px;
  width: 716px;
  left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#desktop-nav ul li .mega-menu-area {
    left: -258px;
  }
}
@media only screen and (max-width: 991px) {
  nav#desktop-nav ul li .mega-menu-area {
    left: -272px;
  }
}
nav#desktop-nav ul li .mega-menu-area > li {
  width: 158px;
  border-bottom: none;
  display: inline-block;
  margin-right: 14px;
}
nav#desktop-nav ul li .mega-menu-area > li:hover {
  background: transparent!important;
}
nav#desktop-nav ul li .mega-menu-area > li:hover > a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav#desktop-nav ul li .mega-menu-area > li:hover > a:hover {
  color: #1C88C1;
  background: #1A3B61;
  padding-left: 10px;
}
nav#desktop-nav ul li .mega-menu-area > li a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #1A3B61;
}
nav#desktop-nav ul li .mega-menu-area > li a:last-child {
  border-bottom: none;
}
nav#desktop-nav ul li .mega-menu-area > li:last-child {
  margin-right: 0;
}
nav#desktop-nav ul li .mega-menu-area > li .active {
  padding-left: 10px;
  background-color: #1A3B61;
  color: #1C88C1;
}
nav#desktop-nav li.has-child-menu {
  position: relative;
}
nav#desktop-nav li.has-child-menu > a {
  color: #FFFFFF;
}
nav#desktop-nav li.has-child-menu > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}
nav#desktop-nav li.has-child-menu > ul.thired-level {
  position: absolute;
  left: 180px;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
}
nav#desktop-nav li.has-child-menu > ul.thired-level li a {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav#desktop-nav li.has-child-menu > ul.thired-level li:hover a {
  color: #1C88C1;
}
nav#desktop-nav li.has-child-menu > ul.thired-level .active {
  background-color: #1A3B61;
}
nav#desktop-nav li.has-child-menu > ul.thired-level .active a {
  color: #1C88C1;
}
nav#desktop-nav li.has-child-menu:hover ul.thired-level {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu-area {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.main-menu-area .header-search {
  margin: 30px 0;
  text-align: right;
}
.main-menu-area .header-search .search-form {
  display: none;
  position: absolute;
  bottom: -51px;
  right: 15px;
  z-index: 10;
  color: #FFFFFF;
  height: 50px;
  width: 500px;
  font-size: 18px;
  background: rgba(253, 200, 0, 0.7);
  border: 2px solid #1C88C1;
  padding: 5px 18px 5px 10px;
  -webkit-box-shadow: inset 0px 0px 10px 5px rgba(253, 200, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 10px 5px rgba(253, 200, 0, 0.3);
  box-shadow: inset 0px 0px 10px 5px rgba(253, 200, 0, 0.3);
}
.main-menu-area .header-search a i {
  color: #1C88C1;
  border-left: 1px solid #d3d3d3;
  padding-left: 30px;
}
.main-menu-area .header-search input:focus {
  outline: none;
}
.main-menu-area .header-search input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.main-menu-area .header-search input::-moz-placeholder {
  color: #FFFFFF;
}
.main-menu-area .header-search input:-moz-placeholder {
  color: #FFFFFF;
}
.main-menu-area .header-search input:-ms-input-placeholder {
  color: #FFFFFF;
}
.stick {
  background: rgba(0, 33, 71, 0.9);
  border-bottom: 2px solid #002147;
  position: fixed;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#header1 {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
.slider1-area.index1 {
  margin-top: 82px;
}
@media only screen and (max-width: 767px) {
  .slider1-area.index1 {
    margin-top: 0;
  }
}
.header2-area .header-top-area {
  background: #002147;
}
.header2-area .header-top-area .header-top-left {
  margin: 7px 0;
}
.header2-area .header-top-area .header-top-left ul li {
  display: inline-block;
  text-transform: lowercase;
  font-size: 14px;
  margin-right: 15px;
  padding-right: 15px;
}
.header2-area .header-top-area .header-top-left ul li i {
  padding-right: 10px;
  color: #1C88C1;
  font-size: 14px;
}
.header2-area .header-top-area .header-top-left ul li a {
  color: #d0d6dd;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-left ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.header2-area .header-top-area .header-top-left ul li:hover a {
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-right {
  text-align: right;
}
.header2-area .header-top-area .header-top-right ul li {
  font-size: 13px;
  padding-right: 0;
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.header2-area .header-top-area .header-top-right ul li .login-btn-area {
  padding: 9px 15px;
  display: block;
  color: #bcc8d6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-right ul li .login-btn-area i {
  padding-right: 10px;
  font-size: 14px;
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-right ul li .login-btn-area:hover {
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-top-area .header-top-right ul li .apply-btn-area {
  text-align: right;
}
.header2-area .header-search a i {
  color: #444444;
  border-left: 1px solid #d3d3d3;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area .header-search a:hover i {
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header2-area nav#desktop-nav > ul > li > a {
  padding: 20px 25px;
  color: #002147;
}
.header2-area nav#desktop-nav > ul > li > a:hover {
  color: #1C88C1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header2-area nav#desktop-nav > ul > li > a {
    padding: 20px 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header2-area nav#desktop-nav > ul > li > a {
    padding: 20px 6px;
  }
}
.header2-area nav#desktop-nav > ul > li ul {
  left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header2-area nav#desktop-nav > ul > li ul {
    left: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header2-area nav#desktop-nav > ul > li ul {
    left: -9px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header2-area nav#desktop-nav > ul > li .mega-menu-area {
    left: -267px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header2-area nav#desktop-nav > ul > li .mega-menu-area {
    left: -272px;
  }
}
.header2-area nav#desktop-nav > ul .active > a {
  color: #1C88C1;
}
.header2-area .stick {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header3-area {
  position: fixed;
  z-index: 15;
  left: 0;
  right: 0;
}
.header3-area .header-top-area {
  background: transparent;
}
.header3-area .header-top-area .top-bar-border {
  position: relative;
}
.header3-area .header-top-area .top-bar-border:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #656565;
}
.header3-area .header-top-area .top-bar-border:after {
  clear: both;
  content: "";
  display: block;
}
.header3-area .header-top-area .header-top-left {
  padding-top: 8px;
}
.header3-area .header-top-area .header-top-left ul li {
  display: inline-block;
  text-transform: lowercase;
  font-size: 13px;
  border-right: 1px solid #BDBDBD;
  margin-right: 15px;
  padding-right: 15px;
}
.header3-area .header-top-area .header-top-left ul li i {
  padding-right: 10px;
  color: #1C88C1;
  font-size: 14px;
}
.header3-area .header-top-area .header-top-left ul li a {
  color: #d0d6dd;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header3-area .header-top-area .header-top-left ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.header3-area .header-top-area .header-top-left ul li:hover a {
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header3-area .header-top-area .header-top-right {
  text-align: right;
}
.header3-area .header-top-area .header-top-right ul li {
  position: relative;
  font-size: 13px;
  padding-right: 0;
  display: inline-block;
  margin-left: 15px;
}
.header3-area .header-top-area .header-top-right ul li a {
  color: #bcc8d6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header3-area .header-top-area .header-top-right ul li a i {
  padding-right: 10px;
  font-size: 14px;
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header3-area .header-top-area .header-top-right ul li a:hover {
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header3-area .header-top-area .header-top-right ul li .apply-btn-area {
  text-align: right;
}
.header3-area .header-divider {
  border-bottom: 1px solid #656565;
}
.header3-area nav#desktop-nav > ul > li > a {
  padding: 30px 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header3-area nav#desktop-nav > ul > li > a {
    padding: 30px 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header3-area nav#desktop-nav > ul > li > a {
    padding: 30px 6px;
  }
}
.header3-area nav#desktop-nav > ul > li ul {
  left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header3-area nav#desktop-nav > ul > li ul {
    left: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header3-area nav#desktop-nav > ul > li ul {
    left: -9px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header3-area nav#desktop-nav > ul > li .mega-menu-area {
    left: -267px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header3-area nav#desktop-nav > ul > li .mega-menu-area {
    left: -272px;
  }
}
.header4-area .header-top-area {
  padding: 10px 0 8px;
  background: #FFFFFF;
}
.header4-area .header-top-area .header-top-right {
  text-align: right;
}
.header4-area .header-top-area .header-top-right ul li {
  position: relative;
  font-size: 16px;
  padding-right: 0;
  display: inline-block;
  margin-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #212121;
}
.header4-area .header-top-area .header-top-right ul li:nth-child(3n) {
  border-right: none;
}
.header4-area .header-top-area .header-top-right ul li:nth-child(4n) {
  border-right: none;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area .header-top-area .header-top-right ul li:nth-child(4n) {
    display: none;
  }
}
.header4-area .header-top-area .header-top-right ul li i {
  padding-right: 10px;
  font-size: 18px;
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header4-area .header-top-area .header-top-right ul li a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header4-area .header-top-area .header-top-right ul li a:hover {
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header4-area .header-top-area .header-top-right ul li .apply-btn-area {
  text-align: right;
}
.header4-area .header-top-area .header-top-right .login-form {
  position: absolute;
  z-index: 999;
  top: 46px;
  right: -20px;
  width: 540px;
  height: 444px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #BDBDBD;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .header4-area .header-top-area .header-top-right .login-form {
    margin-bottom: 15px;
  }
  .programs-section .program img {
    height: auto !important;
 }
}
.header4-area .header-top-area .header-top-right .login-form label {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #002147;
}
.header4-area .header-top-area .header-top-right .login-form input {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #BDBDBD;
  margin-bottom: 15px;
  color: #002147;
  font-weight: 500;
  font-size: 15px;
}
.header4-area .header-top-area .header-top-right .login-form span {
  font-size: 13px;
  margin-right: 15px;
  color: #002147;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area .header-top-area .header-top-right .login-form span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .header4-area .header-top-area .header-top-right .login-form span {
    display: inline-block;
    margin-left: 0;
    margin-top: 15px;
  }
}
.header4-area .header-top-area .header-top-right .login-form span input {
  width: inherit;
  height: inherit;
  margin-right: 10px;
  padding: 30px;
}
.header4-area nav#desktop-nav > ul {
  text-align: left;
}
.header4-area nav#desktop-nav > ul > li > a {
  padding: 20px 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header4-area nav#desktop-nav > ul > li > a {
    padding: 20px 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area nav#desktop-nav > ul > li > a {
    padding: 20px 11px;
  }
}
.header4-area nav#desktop-nav > ul > li ul {
  left: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header4-area nav#desktop-nav > ul > li ul {
    left: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area nav#desktop-nav > ul > li ul {
    left: -3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header4-area nav#desktop-nav > ul > li .mega-menu-area {
    left: -68px;
  }
}
.header4-area .header-search {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  header {
    display: none;
  }
}
.mobile-menu-area {
  display: none;
}
.mean-container .mean-bar {
  float: none;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 6px 16px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 10px;
  }
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-nav ul li a {
  color: #212121;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav ul li a:hover {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
.mean-container a.meanmenu-reveal {
  position: absolute;
}
.mean-bar + div#wrapper {
  padding-top: 53px;
}
.mean-container .mean-nav ul li li a {
  color: #212121;
  opacity: 1;
}
/*=======================================================================
[04] Slider Area
=========================================================================*/
.slider1-area .nivo-controlNav {
  display: none;
}
.slider1-area .nivo-directionNav a.nivo-prevNav {
  left: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 18px;
  z-index: 9;
  height: 10px;
  width: 10px;
  left: 19px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: rgba(0, 33, 71, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-prevNav:hover:before {
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #1C88C1;
}
.slider1-area .nivo-directionNav a.nivo-nextNav {
  right: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 18px;
  z-index: 9;
  height: 10px;
  width: 10px;
  right: 19px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: rgba(0, 33, 71, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider1-area .nivo-directionNav a.nivo-nextNav:hover:before {
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #1C88C1;
}
.slider1-area .nivo-caption {
  opacity: 1;
  top: -40px;
}
@media only screen and (max-width: 991px) {
  .slider1-area .nivo-caption {
    top: 0;
  }
}
.slider1-area .slide-1 .title1,
.slider1-area .slide-2 .title1,
.slider1-area .slide-3 .title1 {
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 56px;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider1-area .slide-1 .title1,
  .slider1-area .slide-2 .title1,
  .slider1-area .slide-3 .title1 {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider1-area .slide-1 .title1,
  .slider1-area .slide-2 .title1,
  .slider1-area .slide-3 .title1 {
    font-size: 38px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider1-area .slide-1 .title1,
  .slider1-area .slide-2 .title1,
  .slider1-area .slide-3 .title1 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .slider1-area .slide-1 .title1,
  .slider1-area .slide-2 .title1,
  .slider1-area .slide-3 .title1 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 319px) {
  .slider1-area .slide-1 .title1,
  .slider1-area .slide-2 .title1,
  .slider1-area .slide-3 .title1 {
    font-size: 24px;
  }
}
.slider1-area .slide-1 p,
.slider1-area .slide-2 p,
.slider1-area .slide-3 p {
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .slider1-area .slide-1 p,
  .slider1-area .slide-2 p,
  .slider1-area .slide-3 p {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider1-area .slide-1 p,
  .slider1-area .slide-2 p,
  .slider1-area .slide-3 p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider1-area .slide-1 p,
  .slider1-area .slide-2 p,
  .slider1-area .slide-3 p {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .slider1-area .slide-1 .slider-btn-area,
  .slider1-area .slide-2 .slider-btn-area,
  .slider1-area .slide-3 .slider-btn-area {
    display: none;
  }
}
.slider3-area .nivo-caption {
  opacity: 1;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .slider3-area .nivo-caption {
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .slider3-area .nivo-caption .slide-1 p,
  .slider3-area .nivo-caption .slide-2 p,
  .slider3-area .nivo-caption .slide-3 p {
    display: none;
  }
}
/*=======================================================================
[05] About Area
=========================================================================*/
.about1-area {
  padding: 81px 0 0;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about1-area {
    padding: 74px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about1-area {
    padding: 67px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about1-area {
    padding: 53px 0 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about1-area {
    padding: 44px 0 0;
  }
}
@media only screen and (max-width: 320px) {
  .about1-area {
    padding: 35px 0 0;
  }
}
.about-img-holder {
  text-align: center;
}
.about-img-holder img {
  margin: 0 auto;
}
.about2-area {
  padding: 81px 0 94px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about2-area {
    padding: 74px 0 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about2-area {
    padding: 66px 0 74px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about2-area {
    padding: 57px 0 34px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about2-area {
    padding: 49px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .about2-area {
    padding: 39px 0 14px;
  }
}
.about-img-holder {
  text-align: center;
}
.about-img-holder img {
  margin: 0 auto;
}
.about-page1-area {
  padding: 88px 0 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-page1-area {
    padding: 78px 0 53px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page1-area {
    padding: 68px 0 43px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-page1-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about-page1-area {
    padding: 48px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .about-page1-area {
    padding: 38px 0 50px;
  }
}
.about-page1-inner .about-page-content-holder .content-box {
  margin-bottom: 30px;
}
.about-page1-inner .about-page-content-holder .content-box h2 {
  font-size: 30px;
  color: #002147;
  margin-bottom: 15px;
  font-weight: 700;
}
.about-page1-inner .about-page-content-holder .content-box p {
  color: #444444;
}
.about-page1-inner .about-page-img-holder {
  margin-top: 12px;
}
.about-page2-area {
  padding: 88px 0 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-page2-area {
    padding: 78px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page2-area {
    padding: 68px 0 72px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-page2-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about-page2-area {
    padding: 48px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .about-page2-area {
    padding: 38px 0 50px;
  }
}
.about-page2-inner h2 {
  margin-bottom: 20px;
}
.about-page2-inner p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .about-page2-inner ul {
    margin-bottom: 30px;
  }
}
.about-page2-inner ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.about-page2-inner ul li a {
  color: #002147;
}
.about-page2-inner ul li:last-child {
  margin-bottom: 0;
}
.about-page2-inner ul li:before {
  content: "\f14a";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #1C88C1;
  font-family: FontAwesome;
}
.about-page2-inner .video-area {
  margin-top: 10px;
}
.about-page3-area {
  padding: 88px 0 73px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-page3-area {
    padding: 78px 0 63px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page3-area {
    padding: 68px 0 54px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-page3-area {
    padding: 58px 0 43px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about-page3-area {
    padding: 48px 0 34px;
  }
}
@media only screen and (max-width: 320px) {
  .about-page3-area {
    padding: 38px 0 24px;
  }
}
.about-page3-inner .about-box h2 {
  font-size: 30px;
  margin-bottom: 35px;
}
.about-page3-inner .about-box h2 a {
  color: #002147;
}
.about-slider-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-slider-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-slider-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-slider-area {
    padding: 70px 0 55px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about-slider-area {
    padding: 60px 0 45px;
  }
}
@media only screen and (max-width: 320px) {
  .about-slider-area {
    padding: 50px 0 35px;
  }
}
.about-slider-area .slider1-area {
  margin-bottom: 45px;
}
.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav {
  background-color: rgba(253, 200, 0, 0.9);
  width: 40px;
  height: 60px;
  border-radius: 0;
  line-height: 40px;
  right: 0!important;
}
.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav:before {
  color: #FFFFFF;
  right: 16px;
  top: 22px;
}
.about-slider-area .slider1-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: rgba(0, 33, 71, 0.8);
}
.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav {
  background-color: rgba(253, 200, 0, 0.9);
  width: 40px;
  height: 60px;
  border-radius: 0;
  line-height: 40px;
  left: 0!important;
}
.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav:before {
  color: #FFFFFF;
  left: 16px;
  top: 22px;
}
.about-slider-area .slider1-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: rgba(0, 33, 71, 0.8);
}
/*=======================================================================
[06] Service Area
=========================================================================*/
.service-box1 {
  border-right: 1px solid #aaaaaa;
  padding: 30px 30px 15px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: rgba(0, 33, 71, 0.8);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-box1 {
    padding: 30px 25px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .service-box1 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .service-box1 {
    background-color: #002147;
    padding: 20px 20px 15px;
  }
}
.service-box1:last-child {
  border-right: none;
}
.service-box1 .service-box-content {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.service-box1 .service-box-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-box1 .service-box-content h3 {
    font-size: 20px;
  }
}
.service-box1 .service-box-content h3 a {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box1 .service-box-content p {
  color: #FFFFFF;
  font-weight: 400;
}
.service-box1 .service-box-icon {
  text-align: center;
  padding-top: 10px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.service-box1 .service-box-icon i {
  color: #1C88C1;
  font-size: 36px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box1:hover .service-box-content h3 a {
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box1:hover .service-box-content p {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box1:hover .service-box-icon i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-box2 {
    margin-bottom: 30px;
  }
}
.service-box2 .service-box-icon {
  margin-bottom: 18px;
}
.service-box2 .service-box-icon a {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  display: block;
  background: #eeeeee;
  line-height: 100px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box2 .service-box-icon a i {
  color: #002147;
  font-size: 36px;
}
.service-box2 h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}
.service-box2 h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box2 h3 a:hover {
  color: #1C88C1;
}
.service-box2 p {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .service-box2 p {
    width: 100%;
  }
}
.service-box2:hover .service-box-icon a {
  background: #1C88C1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box3 {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .service-box3 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .service-box3 {
    margin-bottom: 30px;
  }
}
.service-box3 .service-box-icon {
  margin-bottom: 18px;
}
.service-box3 .service-box-icon a i {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 40px;
}
.service-box3 h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.service-box3 h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box3 h3 a:hover {
  color: #1C88C1;
}
.service-box3:hover .service-box-icon a i {
  color: #1C88C1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box4 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-box4 {
    margin-bottom: 30px;
  }
}
.service-box4 .service-box-icon {
  margin-bottom: 18px;
}
.service-box4 .service-box-icon a {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  display: block;
  background: #FFFFFF;
  line-height: 100px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box4 .service-box-icon a i {
  color: #002147;
  font-size: 36px;
}
.service-box4 h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}
.service-box4 h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box4 h3 a:hover {
  color: #1C88C1;
}
.service-box4 p {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .service-box4 p {
    width: 100%;
  }
}
.service-box4:hover .service-box-icon a {
  background: #1C88C1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service1-area {
  position: relative;
}
.service1-area .service1-inner-area {
  position: absolute;
  top: -153px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .service1-area .service1-inner-area {
    top: -150px;
  }
}
@media only screen and (max-width: 991px) {
  .service1-area .service1-inner-area {
    position: inherit;
    top: 0;
  }
}
.service1-area .service1-wrapper {
  margin-right: 0;
  margin-left: 0;
}
.service2-area {
  padding: 157px 0 74px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service2-area {
    padding: 147px 0 63px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service2-area {
    padding: 137px 0 27px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .service2-area {
    padding: 0 0 19px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .service2-area {
    padding: 0 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .service2-area {
    padding: 0 0 13px;
  }
}
.search-area {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .search-area {
    position: relative;
    top: 15px;
    margin-bottom: 80px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .search-area {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 320px) {
  .search-area {
    margin-bottom: 60px;
  }
}
.search-area .search-inner {
  margin-left: 0;
  margin-right: 0;
  padding: 35px 20px;
  background: #002147;
  -webkit-box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.89);
  -moz-box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.89);
  box-shadow: 0px 5px 11px -5px rgba(0, 0, 0, 0.89);
}
.search-area .search-inner .search-title {
  margin-top: 10px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .search-area .search-inner .search-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.search-area .search-inner .search-title span {
  color: #FFFFFF;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-area .search-inner .search-title span {
    font-size: 16px;
  }
}
.search-area .search-inner .search-title span i {
  margin-right: 10px;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .search-area .search-inner .search-input {
    margin-bottom: 10px;
  }
}
.search-area .search-inner .search-input input {
  height: 52px;
  width: 100%;
  padding: 15px;
}
.search-area .search-inner .search-submit {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .search-area .search-inner .search-submit {
    text-align: center;
  }
}
/*=======================================================================
[07] Students Say Area
=========================================================================*/
.students-say-area {
  padding: 88px 0 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-say-area {
    padding: 78px 0 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-say-area {
    padding: 68px 0 70px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-say-area {
    padding: 58px 0 60px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .students-say-area {
    padding: 48px 0 50px;
  }
}
@media only screen and (max-width: 320px) {
  .students-say-area {
    padding: 38px 0 40px;
  }
}
.students-say-area .single-item-wrapper {
  position: relative;
}
.students-say-area .profile-img-wrapper {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 50px;
}
.students-say-area .profile-img-wrapper a img {
  border: 10px solid #ffffff;
  width: auto;
  margin: 0 auto;
}
.students-say-area .tlp-tm-content-wrapper .item-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}
.students-say-area .tlp-tm-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.students-say-area .tlp-tm-content-wrapper .item-title a:hover {
  color: #1C88C1;
}
.students-say-area .tlp-tm-content-wrapper .item-designation {
  margin-bottom: 5px;
  display: block;
  color: #646464;
}
.students-say-area .item-content {
  position: relative;
  padding: 30px 130px 30px 30px;
  background: #f8f8f8;
  color: #646464;
}
.students-say-area .item-content:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  top: -30px;
  border: 15px solid;
  border-color: transparent transparent #f8f8f8 #f8f8f8;
}
.students-say-area .rating-wrapper {
  margin-bottom: 40px;
}
.students-say-area .rating-wrapper li {
  display: inline;
  color: #ffca28;
}
.students-say-area .owl-controls .owl-nav {
  margin-top: 0;
}
.students-say-area .owl-controls .owl-dots {
  margin-top: 40px;
}
.students-say-area .owl-controls .owl-dots .owl-dot span {
  margin: 3px;
  width: 20px;
  height: 8px;
  border-radius: 5px;
  background: #dedede;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.students-say-area .owl-controls .owl-dots .owl-dot:hover span {
  background: #002147;
}
.students-say-area .owl-controls .owl-dots .active span {
  background: #002147;
}
/*=======================================================================
[08] Students Join Area
=========================================================================*/
.students-join1-area {
  background: #1C88C1;
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-join1-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-join1-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-join1-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .students-join1-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .students-join1-area {
    padding: 50px 0;
  }
}
.students-join1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
}
@media only screen and (max-width: 991px) {
  .students-join1-wrapper {
    display: block;
  }
}
.students-join1-wrapper .students-join1-left {
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
  border: 1px solid #FFFFFF;
}
.students-join1-wrapper .students-join1-left ul li {
  border: 2px solid #FFFFFF;
}
.students-join1-wrapper .students-join1-left .ri-grid {
  margin: 0;
}
.students-join1-wrapper .students-join1-right {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-align: center;
  background: #002147;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.students-join1-wrapper .students-join1-right > div {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .students-join1-wrapper .students-join1-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.students-join1-wrapper .students-join1-right h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .students-join1-wrapper .students-join1-right h2 {
    font-size: 24px;
  }
}
.students-join1-wrapper .students-join1-right h2 span {
  font-weight: 700;
}
.students-join2-area {
  background: #f5f5f5;
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-join2-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-join2-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-join2-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .students-join2-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .students-join2-area {
    padding: 50px 0;
  }
}
.students-join2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
}
@media only screen and (max-width: 991px) {
  .students-join2-wrapper {
    display: block;
  }
}
.students-join2-wrapper .students-join2-left {
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
  border: 1px solid #FFFFFF;
}
.students-join2-wrapper .students-join2-left ul li {
  border: 2px solid #FFFFFF;
}
.students-join2-wrapper .students-join2-left .ri-grid {
  margin: 0;
}
.students-join2-wrapper .students-join2-right {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-align: center;
  background: #1C88C1;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.students-join2-wrapper .students-join2-right > div {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .students-join2-wrapper .students-join2-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.students-join2-wrapper .students-join2-right h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-join2-wrapper .students-join2-right h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-join2-wrapper .students-join2-right h2 {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-join2-wrapper .students-join2-right h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .students-join2-wrapper .students-join2-right h2 {
    font-size: 24px;
  }
}
.students-join2-wrapper .students-join2-right h2 span {
  font-weight: 700;
  color: #002147;
}
.students-join3-area {
  background: #f5f5f5;
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-join3-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-join3-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-join3-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .students-join3-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .students-join3-area {
    padding: 50px 0;
  }
}
.students-join3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.53);
}
@media only screen and (max-width: 991px) {
  .students-join3-wrapper {
    display: block;
  }
}
.students-join3-wrapper .students-join3-left {
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
  border: 1px solid #FFFFFF;
}
.students-join3-wrapper .students-join3-left ul li {
  border: 2px solid #FFFFFF;
}
.students-join3-wrapper .students-join3-left .ri-grid {
  margin: 0;
}
.students-join3-wrapper .students-join3-right {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-align: center;
  background: #002147;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.students-join3-wrapper .students-join3-right > div {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .students-join3-wrapper .students-join3-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.students-join3-wrapper .students-join3-right h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .students-join3-wrapper .students-join3-right h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .students-join3-wrapper .students-join3-right h2 {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .students-join3-wrapper .students-join3-right h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .students-join3-wrapper .students-join3-right h2 {
    font-size: 24px;
  }
}
.students-join3-wrapper .students-join3-right h2 span {
  font-weight: 700;
  color: #1C88C1;
}
/*=======================================================================
[09] Featured Area
=========================================================================*/
.featured-box {
  overflow: hidden;
  background: #FFFFFF;
  margin-bottom: 30px;
}
.featured-box .featured-img-holder {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.featured-box .featured-img-holder img {
  width: 100%;
}
.featured-box .featured-img-holder:before {
  background-color: rgba(253, 200, 0, 0.8);
  z-index: 1;
}
.featured-box .featured-img-holder a {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 54px;
  background-color: rgba(0, 33, 71, 0.9);
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  opacity: 0;
  -moz-transform: scale(1) translateX(-400px);
  -webkit-transform: scale(1) translateX(-400px);
  -o-transform: scale(1) translateX(-400px);
  -ms-transform: scale(1) translateX(-400px);
  transform: scale(1) translateX(-400px);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.featured-box .featured-img-holder a i {
  color: #1C88C1;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box .featured-img-holder a:hover i {
  color: #FFFFFF;
}
.featured-box .featured-img-holder:hover a {
  opacity: 1;
  -moz-transform: scale(1) translateX(0px);
  -webkit-transform: scale(1) translateX(0px);
  -o-transform: scale(1) translateX(0px);
  -ms-transform: scale(1) translateX(0px);
  transform: scale(1) translateX(0px);
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.featured-box .featured-content-holder {
  padding: 10px 10px 5px 15px;
}
.featured-box .featured-content-holder h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.featured-box .featured-content-holder h3 a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box .featured-content-holder h3 a:hover {
  color: #1C88C1;
}
.featured-box .featured-content-holder p {
  margin-bottom: 10px;
}
.featured-box2 {
  width: 100%;
  background: #f5f5f5;
  padding: 25px 30px 25px 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .featured-box2 {
    text-align: center;
    padding: 25px 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-box2 {
    height: 198px;
  }
}
@media only screen and (max-width: 479px) {
  .featured-box2 {
    text-align: center;
    padding: 15px 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-box2 {
    margin-bottom: 15px;
  }
}
.featured-box2 i {
  float: left;
  margin-right: 20px;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 58px;
  border-radius: 50%;
  background: #1C88C1;
  font-size: 24px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .featured-box2 i {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .featured-box2 i {
    float: none;
    margin-right: 0;
  }
}
.featured-box2 h3 {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 500;
}
.featured-box2 h3 a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box2 h3 a:hover {
  color: #FFFFFF !important;
}
.featured-box2:before {
  background: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box2:hover i {
  background: #FFFFFF;
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-box2:hover h3 a {
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-area {
  padding: 88px 0 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featured-area {
    padding: 78px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-area {
    padding: 68px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .featured-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .featured-area {
    padding: 48px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .featured-area {
    padding: 38px 0 50px;
  }
}
.featured-wrapper > div:first-child .featured-img-holder a {
  top: 50%;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.featured-wrapper > div:first-child .featured-img-holder:hover {
  -webkit-transition: all 1.2s ease-out;
  -moz-transition: all 1.2s ease-out;
  -ms-transition: all 1.2s ease-out;
  -o-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}
.featured-wrapper > div:first-child .featured-content-holder {
  padding: 30px 30px 18px 40px;
}
.featured-wrapper > div:first-child .featured-content-holder h3 {
  margin-bottom: 10px;
}
.view-all-btn-area {
  text-align: center;
  margin-top: 30px;
}


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(../../../../s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../../../../s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(../../../../s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(../../../../s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}


/*=======================================================================
[10] Counter Area
=========================================================================*/
.counter-area {
  padding: 130px 0 135px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-area {
    padding: 120px 0 125px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-area {
    padding: 110px 0 115px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .counter-area {
    padding: 100px 0 105px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .counter-area {
    padding: 90px 0 95px;
  }
}
@media only screen and (max-width: 320px) {
  .counter-area {
    padding: 80px 0 85px;
  }
}
.counter-area .counter1-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.counter-area .counter1-box h2 {
  color: #FFFFFF;
  font-size: 72px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 480px) and (max-width: 767px) {
  .counter-area .counter1-box h2 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 479px) {
  .counter-area .counter1-box h2 {
    font-size: 42px;
  }
}
.counter-area .counter1-box p {
  color: #FFFFFF;
  font-size: 18px;
  padding-top: 25px;
  padding-left: 15px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-transform: uppercase;
  text-align: left;
  z-index: 1;
}
/*=======================================================================
[11] Countdown Area
=========================================================================*/
.countdown-area {
  padding: 135px 0 145px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .countdown-area {
    padding: 125px 0 135px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .countdown-area {
    padding: 115px 0 125px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .countdown-area {
    padding: 105px 0 115px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .countdown-area {
    padding: 95px 0 105px;
  }
}
@media only screen and (max-width: 320px) {
  .countdown-area {
    padding: 85px 0 95px;
  }
}
.countdown-area .countdown-content {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .countdown-area .countdown-content {
    text-align: center;
    margin-bottom: 20px;
  }
}
.countdown-area .countdown-content h1 {
  color: #FFFFFF;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .countdown-area .countdown-content h1 {
    font-size: 54px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .countdown-area .countdown-content h1 {
    font-size: 48px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .countdown-area .countdown-content h1 {
    font-size: 42px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .countdown-area .countdown-content h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 320px) {
  .countdown-area .countdown-content h1 {
    font-size: 32px;
  }
}
.countdown-area .countdown-content .countdown-date {
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 40px;
}
.countdown-area #countdown {
  margin-top: 40px;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .countdown-area #countdown {
    text-align: center;
  }
}
.countdown-area #countdown .countdown-section {
  position: relative;
  padding-top: 7px;
  display: inline-block;
  text-align: center;
  margin-right: 80px;
}
@media only screen and (max-width: 479px) {
  .countdown-area #countdown .countdown-section {
    margin-right: 15px;
  }
}
.countdown-area #countdown .countdown-section:before {
  content: url("img/countdown.png");
  position: absolute;
  top: 15px;
  right: -45px;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .countdown-area #countdown .countdown-section:before {
    display: none;
  }
}
.countdown-area #countdown .countdown-section:last-child {
  margin-right: 0;
}
.countdown-area #countdown .countdown-section:last-child:before {
  display: none;
}
.countdown-area #countdown .countdown-section h3 {
  font-size: 72px;
  color: #1C88C1;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .countdown-area #countdown .countdown-section h3 {
    font-size: 42px;
  }
}
.countdown-area #countdown .countdown-section h3 span {
  color: #FFFFFF;
  font-size: 80px;
  margin-left: 10px;
}
@media only screen and (max-width: 479px) {
  .countdown-area #countdown .countdown-section h3 span {
    font-size: 20px;
  }
}
.countdown-area #countdown .countdown-section p {
  color: #e6e6e6;
  text-transform: uppercase;
}
/*=======================================================================
[12] Video Area
=========================================================================*/
.video-area {
  padding: 108px 0 120px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-area {
    padding: 88px 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-area {
    padding: 78px 0 90px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .video-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .video-area {
    padding: 48px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .video-area {
    padding: 38px 0 50px;
  }
}
.video-area2 {
  padding: 178px 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-area2 {
    padding: 158px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-area2 {
    padding: 148px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .video-area2 {
    padding: 128px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .video-area2 {
    padding: 118px 0;
  }
}
@media only screen and (max-width: 320px) {
  .video-area2 {
    padding: 108px 0;
  }
}
.video-content {
  position: relative;
  text-align: center;
}
.video-content .video-title {
  letter-spacing: 1px;
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .video-content .video-title {
    font-size: 30px;
  }
}
.video-content .video-sub-title {
  color: #a3bed5;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 35px;
}
/*=======================================================================
[13] Lecturers Area
=========================================================================*/
.lecturers-area {
  padding: 88px 0 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lecturers-area {
    padding: 78px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lecturers-area {
    padding: 68px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .lecturers-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .lecturers-area {
    padding: 48px 0 50px;
  }
}
@media only screen and (max-width: 320px) {
  .lecturers-area {
    padding: 38px 0 40px;
  }
}
.lecturers1-item-wrapper {
  text-align: center;
}
.lecturers-img-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
.lecturers-img-wrapper img {
  width: 100%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.lecturers-img-wrapper:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.lecturers-content-wrapper {
  text-align: center;
}
.lecturers-content-wrapper .item-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.lecturers-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-content-wrapper .item-title a:hover {
  color: #1C88C1;
}
.lecturers-content-wrapper .item-designation {
  margin-bottom: 20px;
  display: block;
}
.lecturers-content-wrapper .lecturers-social li {
  display: inline-block;
}
.lecturers-content-wrapper .lecturers-social li a {
  height: 30px;
  width: 35px;
  background: #1C88C1;
  display: block;
  line-height: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-content-wrapper .lecturers-social li a i {
  color: #FFFFFF;
  font-size: 14px;
}
.lecturers-content-wrapper .lecturers-social li a:hover {
  background: #002147;
}
.lecturers-item-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.lecturers-item-wrapper:before {
  background: linear-gradient(to top, #002147, transparent, transparent);
  background-repeat: repeat-x;
  background-position: bottom;
  width: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper:after {
  opacity: 0;
  width: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  height: 100%;
  background-color: rgba(0, 33, 71, 0.8);
  transform: translateY(300px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper a img {
  width: 100%;
}
.lecturers-item-wrapper .lecturers-content-wrapper {
  padding: 0 30px;
  position: absolute;
  top: 258px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lecturers-item-wrapper .lecturers-content-wrapper {
    padding: 0 15px;
    top: 225px;
  }
}
@media only screen and (max-width: 479px) {
  .lecturers-item-wrapper .lecturers-content-wrapper {
    top: 330px;
  }
}
@media only screen and (max-width: 425px) {
  .lecturers-item-wrapper .lecturers-content-wrapper {
    top: 276px;
  }
}
@media only screen and (max-width: 375px) {
  .lecturers-item-wrapper .lecturers-content-wrapper {
    top: 227px;
  }
}
@media only screen and (max-width: 320px) {
  .lecturers-item-wrapper .lecturers-content-wrapper {
    top: 190px;
  }
}
.lecturers-item-wrapper .lecturers-content-wrapper h3 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 22px;
}
.lecturers-item-wrapper .lecturers-content-wrapper h3 a {
  color: #1C88C1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper .lecturers-content-wrapper h3 a:hover {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper .lecturers-content-wrapper span {
  color: #FFFFFF;
  margin-bottom: 42px;
  display: block;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper .lecturers-content-wrapper p {
  margin-bottom: 40px;
  color: #FFFFFF;
}
.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li {
  display: inline-block;
  margin: 0 2px;
}
.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a {
  height: 40px;
  width: 45px;
  background: transparent;
  display: block;
  line-height: 40px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a i {
  color: #1C88C1;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a:hover {
  border: 1px solid #1C88C1;
  background: #1C88C1;
}
.lecturers-item-wrapper .lecturers-content-wrapper .lecturers-social li a:hover i {
  color: #FFFFFF;
}
.lecturers-item-wrapper:hover:after {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper:hover:before {
  opacity: 0;
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.lecturers-item-wrapper:hover .lecturers-content-wrapper {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-item-wrapper:hover .lecturers-content-wrapper span {
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-page-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lecturers-page-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lecturers-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .lecturers-page-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .lecturers-page-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .lecturers-page-area {
    padding: 50px 0;
  }
}
.lecturers-contact-info {
  text-align: center;
}
.lecturers-contact-info img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .lecturers-contact-info img {
    margin: 0 auto 30px;
  }
}
.lecturers-contact-info h2 {
  font-size: 30px;
  color: #002147;
  margin-bottom: 5px;
  font-weight: 500;
}
.lecturers-contact-info h3 {
  color: #909090;
  font-size: 16px;
  margin-bottom: 25px;
}
.lecturers-contact-info .lecturers-social2 li {
  display: inline-block;
  margin: 0 2px;
}
.lecturers-contact-info .lecturers-social2 li a {
  height: 40px;
  width: 45px;
  background: #1C88C1;
  display: block;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.lecturers-contact-info .lecturers-social2 li a i {
  color: #FFFFFF;
  font-size: 14px;
}
.lecturers-contact-info .lecturers-social2 li a:hover {
  background: #002147;
}
.lecturers-contact-info .lecturers-contact {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .lecturers-contact-info .lecturers-contact {
    margin-bottom: 30px;
  }
}
.lecturers-contact-info .lecturers-contact li {
  padding: 25px 0 30px;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  color: #002147;
  margin-bottom: 20px;
}
.lecturers-contact-info .lecturers-contact li i {
  color: #1C88C1;
  position: relative;
  top: 5px;
  font-size: 30px;
  margin-right: 15px;
}
.lecturers-contact-info .lecturers-contact li:last-child {
  margin-bottom: 0;
}
ul.course-feature2 {
  margin-bottom: 30px;
}
ul.course-feature2:after {
  clear: both;
  content: "";
  display: block;
}
ul.course-feature2 li {
  width: 49%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
  margin-right: 5px;
  color: #444444;
}
@media only screen and (max-width: 991px) {
  ul.course-feature2 li {
    width: 100%;
  }
}
ul.course-feature2 li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: #1C88C1;
}
.lecturers-page1-area {
  padding: 100px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lecturers-page1-area {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lecturers-page1-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .lecturers-page1-area {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .lecturers-page1-area {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .lecturers-page1-area {
    padding: 50px 0;
  }
}
.lecturers-page1-area .single-item {
  margin-bottom: 30px;
}
.lecturers-page2-area {
  padding: 100px 0 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lecturers-page2-area {
    padding: 90px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lecturers-page2-area {
    padding: 80px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .lecturers-page2-area {
    padding: 70px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .lecturers-page2-area {
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .lecturers-page2-area {
    padding: 50px 0 20px;
  }
}
/*=======================================================================
[14] Publications Area
=========================================================================*/
.publications-area {
  padding: 88px 0 72px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .publications-area {
    padding: 78px 0 62px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .publications-area {
    padding: 68px 0 52px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .publications-area {
    padding: 58px 0 42px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .publications-area {
    padding: 50px 0 23px;
  }
}
@media only screen and (max-width: 320px) {
  .publications-area {
    padding: 38px 0 12px;
  }
}
.publications-area .single-item-wrapper {
  margin-bottom: 20px;
}
.publications-area .single-item-wrapper:hover .publications-img-wrapper:before {
  opacity: 1;
  -webkit-transition: all 0.55s ease-out;
  -moz-transition: all 0.55s ease-out;
  -ms-transition: all 0.55s ease-out;
  -o-transition: all 0.55s ease-out;
  transition: all 0.55s ease-out;
}
.publications-area .single-item-wrapper:hover .buy-now-btn-area {
  -webkit-transform: skewX(0);
  -moz-transform: skewX(0);
  -ms-transform: skewX(0);
  -o-transform: skewX(0);
  transform: skewX(0);
  opacity: 1;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.publications-img-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.publications-img-wrapper:before {
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 33, 71, 0.8);
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.publications-img-wrapper img {
  width: 100%;
}
.publications-content-wrapper {
  text-align: center;
}
.publications-content-wrapper .item-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.publications-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.publications-content-wrapper .item-title a:hover {
  color: #1C88C1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.publications-content-wrapper .item-price {
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
  font-weight: 500;
  color: #1C88C1;
}
.buy-now-btn-area {
  position: absolute;
  top: 30%;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*=======================================================================
[15] Courses Area
=========================================================================*/
.courses-page-top-area {
  border: 1px solid #e0e0e0;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.courses-page-top-area .courses-page-top-left {
  padding: 15px 0 0 30px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
@media only screen and (max-width: 380px) {
  .courses-page-top-area .courses-page-top-left {
    padding: 18px 0 0 10px;
  }
}
.courses-page-top-area .courses-page-top-left p {
  font-size: 16px;
  color: #002147;
}
@media only screen and (max-width: 380px) {
  .courses-page-top-area .courses-page-top-left p {
    font-size: 14px;
  }
}
.courses-page-top-area .courses-page-top-right {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
}
.courses-page-top-area .courses-page-top-right ul {
  justify-content: flex-end;
  margin-top: 10px;
  margin-right: 10px;
}
.courses-page-top-area .courses-page-top-right ul > li {
  display: inline-block;
  padding: 8px;
}
.courses-page-top-area .courses-page-top-right ul > li:hover a i {
  color: #1C88C1;
}
.courses-page-top-area .courses-page-top-right ul > li > a > i {
  color: #b9b9b9;
  transition: all 0.3s ease-in-out;
}
.courses-page-top-area .courses-page-top-right ul > li > a.active i {
  color: #1C88C1;
}
.tab-content {
  margin-top: 30px;
}
.courses-box1 .single-item-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper {
  position: relative;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper img {
  width: 100%;
}

.courses-box1 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper a {
  display: none !important;
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
  background: #002147;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper {
  padding: 20px 15px;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
  color: #1C88C1;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 7px;
  margin-right: 2px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.courses-box2 .single-item-wrapper {
  margin-bottom: 30px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .courses-box2 .single-item-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .courses-box2 .single-item-wrapper {
    display: block;
  }
}
.courses-box2 .single-item-wrapper .courses-img-wrapper {
  -webkit-box-flex: 9;
  -moz-flex: 9;
  -webkit-flex: 9;
  flex: 9;
  position: relative;
  width: 100%;
}
.courses-box2 .single-item-wrapper .courses-img-wrapper img {
  width: 100%;
}
.courses-box2 .single-item-wrapper .courses-img-wrapper:before {
  background-color: rgba(253, 200, 0, 0.8);
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box2 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box2 .single-item-wrapper .courses-img-wrapper a {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
  background: #002147;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box2 .single-item-wrapper .courses-content-wrapper {
  -webkit-box-flex: 10;
  -moz-flex: 10;
  -webkit-flex: 10;
  flex: 10;
  padding: 17px 15px 15px 28px;
}
.courses-box2 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.courses-box2 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
}
.courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 10px;
  margin-right: 8px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li {
    margin-right: 5px;
    padding-right: 7px;
  }
}
.courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.courses-box2 .single-item-wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -moz-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.courses-box3 .single-item-wrapper {
  margin-bottom: 30px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .courses-box3 .single-item-wrapper {
    display: block;
  }
}
.courses-box3 .single-item-wrapper .courses-img-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.courses-box3 .single-item-wrapper .courses-img-wrapper:before {
  background-color: rgba(253, 200, 0, 0.8);
  z-index: 1;
}
.courses-box3 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box3 .single-item-wrapper .courses-img-wrapper a {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
  background: #002147;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper {
  position: relative;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  padding: 18px 15px 10px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-box3 .single-item-wrapper .courses-content-wrapper {
    padding: 12px 15px 10px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .courses-box3 .single-item-wrapper .courses-content-wrapper {
    padding: 12px 15px 10px;
  }
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
  color: #1C88C1;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-content {
  margin-bottom: 12px;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 10px;
  margin-right: 8px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 75px;
  height: 35px;
  padding: 3px;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  background: #1C88C1;
  color: #002147;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
    top: 15px;
    bottom: inherit;
    font-size: 18px;
    height: 30px;
  }
}
.courses-box3 .single-item-wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -moz-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.courses1-area {
  padding: 88px 0 70px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses1-area {
    padding: 78px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses1-area {
    padding: 68px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses1-area {
    padding: 58px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses1-area {
    padding: 48px 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .courses1-area {
    padding: 38px 0 10px;
  }
}
.courses2-area {
  padding: 88px 0 100px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses2-area {
    padding: 78px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses2-area {
    padding: 68px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses2-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses2-area {
    padding: 48px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .courses2-area {
    padding: 38px 0 50px;
  }
}
.courses-page-area1 {
  padding: 100px 0;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area1 {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area1 {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area1 {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area1 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area1 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .courses-page-area1 .courses-img-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .courses-page-area1 .courses-img-wrapper img {
    width: 100%;
  }
}
.courses-page-area2 {
  padding: 100px 0 70px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area2 {
    padding: 90px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area2 {
    padding: 80px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area2 {
    padding: 70px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area2 {
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area2 {
    padding: 50px 0 20px;
  }
}
.courses-page-area3 {
  padding: 100px 0;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area3 {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area3 {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area3 {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area3 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area3 {
    padding: 50px 0;
  }
}
.course-details-inner {
  padding: 30px 60px;
  background: #FFFFFF;
}
.course-details-inner ul.course-feature:after {
  clear: both;
  content: "";
  display: block;
}
.course-details-inner ul.course-feature li {
  width: 32%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #444444;
}
@media only screen and (max-width: 991px) {
  .course-details-inner ul.course-feature li {
    width: 100%;
  }
}
.course-details-inner ul.course-feature li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: #1C88C1;
}
.course-details-comments {
  margin-bottom: 50px;
}
.course-details-comments .media {
  display: flex;
  padding-bottom: 8px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 479px) {
  .course-details-comments .media {
    margin-bottom: 0;
    display: block;
  }
}
.course-details-comments .media:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .course-details-comments .media a {
    float: none!important;
    display: block;
    margin-bottom: 10px;
  }
}
.course-details-comments .media a img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course-details-comments .media a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course-details-comments .media .media-body {
  flex: 1;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 479px) {
  .course-details-comments .media .media-body {
    padding-left: 0;
    padding-right: 5px;
  }
}
.course-details-comments .media .media-body h3 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}
.course-details-comments .media .media-body h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course-details-comments .media .media-body h3 a:hover {
  color: #1C88C1;
}
.course-details-comments .media .media-body h4 {
  color: #FFFFFF;
  background: #002147;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}
.course-details-comments .media .media-body p {
  color: #757575;
  text-align: justify;
}
.course-details-comments .media .media-body .replay-area {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 3;
}
@media only screen and (max-width: 479px) {
  .course-details-comments .media .media-body .replay-area {
    right: 10px;
  }
}
.course-details-comments .media .media-body .replay-area ul li {
  display: inline-block;
}
.course-details-comments .media .media-body .replay-area ul li i {
  color: #1C88C1;
}
.leave-comments .form-group {
  margin-bottom: 20px;
}
.leave-comments .form-group .form-control {
  border-radius: 0;
  background: #f9f9f9;
  box-shadow: none;
  border: none;
}
.leave-comments .form-group input {
  height: 45px;
  color: #212121;
  font-weight: 500;
  border-right: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.leave-comments .form-group textarea {
  border-right: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.leave-comments .rate-wrapper {
  display: inline-block;
  margin: 5px 0;
}
.leave-comments .rate {
  float: left;
  color: #f5f5f5;
  cursor: pointer;
}
.leave-comments .rate:hover,
.leave-comments .rate.selected {
  color: #1C88C1;
}
.leave-comments .rate-label {
  float: left;
  color: #002147;
  margin-right: 10px;
  margin-left: 0;
}
.leave-comments .rate-item {
  float: left;
  cursor: pointer;
  margin: 0px 5px 0px 5px;
}
.leave-comments .rate-item:hover ~ .rate-item,
.leave-comments .rate-item.active ~ .rate-item {
  color: #f5f5f5;
}
.courses-page-area4 {
  padding: 100px 0;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area4 {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area4 {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area4 {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area4 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area4 {
    padding: 50px 0;
  }
}
.course-details-inner {
  padding: 20px 30px 30px;
  background: #FFFFFF;
}
@media only screen and (max-width: 479px) {
  .course-details-inner {
    padding: 20px 15px 30px;
  }
}
.course-details-inner .course-details-tab-area {
  margin: 30px 0 0;
  overflow: hidden;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn {
  background: #f5f5f5;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li {
  display: inline-block;
  margin: -1px;
  border-right: 1px solid #cdcdcd;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li {
    display: block!important;
    padding: 0;
  }
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a {
  background: transparent;
  display: block;
  color: #002147;
  padding: 20px 30px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a {
    padding: 20px 17px;
  }
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a {
    display: block!important;
  }
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a:hover {
  background: #002147;
  color: #FFFFFF;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a.active {
  background: #002147;
  color: #FFFFFF;
  text-decoration: none;
}
.course-details-inner .course-details-tab-area .tab-content {
  padding: 35px 0 15px 0;
  margin-top: 0;
}
.course-details-inner .course-details-tab-area ul.course-feature:after {
  clear: both;
  content: "";
  display: block;
}
.course-details-inner .course-details-tab-area ul.course-feature li {
  width: 49%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #444444;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area ul.course-feature li {
    width: 100%;
  }
}
.course-details-inner .course-details-tab-area ul.course-feature li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: #1C88C1;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
    display: block;
    text-align: center;
    clear: both;
    margin-bottom: 30px;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li:last-child {
  margin-bottom: 0;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img img {
    margin: 0 auto 15px;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content {
  -webkit-box-flex: 6;
  -moz-flex: 6;
  -webkit-flex: 6;
  flex: 6;
  margin-right: 10px;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 {
  margin-bottom: 0;
  font-size: 18px;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a:hover {
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
  -webkit-box-flex: 7;
  -moz-flex: 7;
  -webkit-flex: 7;
  flex: 7;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
    float: inherit;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
  width: 100px;
  display: inline-block;
  border-right: 1px solid #cdcdcd;
  margin-right: 15px;
  height: 58px;
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
    margin-right: 10px;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li:last-child {
  border-right: none;
  margin-right: 0;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li h4 {
  font-size: 16px;
  color: #002147;
  margin-bottom: 5px;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-details {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.related-courses-title-area {
  margin: 30px 0 0 0;
  background: #FFFFFF;
}
.related-courses-title-area h3 {
  padding: 12px 20px;
  color: #002147;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.related-courses-carousel .owl-controls .owl-nav {
  top: -74px;
  right: 25px;
}
.courses-page-area5 {
  padding: 100px 0 70px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area5 {
    padding: 90px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area5 {
    padding: 80px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area5 {
    padding: 70px 0 69px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area5 {
    padding: 60px 0 59px;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area5 {
    padding: 50px 0 49px;
  }
}
.learning-outcomes li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #444444;
}
.learning-outcomes li:last-child {
  margin-bottom: 0;
}
.learning-outcomes li:before {
  content: "\f105";
  background: #002147;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 14px;
  text-align: center;
  z-index: 1;
  font-family: FontAwesome;
}
.curriculum-wrapper .panel-default {
  margin-top: 0!important;
  border-radius: 0!important;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default:last-child {
  border-bottom: 0;
}
.curriculum-wrapper .panel-default .panel-heading {
  padding: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button {
  padding: 13px 15px 15px;
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button:not(.collapsed) {
  box-shadow: none;
  background-color: #f5f5f5;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button:focus {
  box-shadow: none;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button:after {
  display: none;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button:before {
  font-family: FontAwesome;
  content: "\f106";
  right: 15px;
  position: absolute;
  top: 15px;
  color: #828282;
  font-size: 18px;
  z-index: 1;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button.collapsed:before {
  content: "\f107";
  font-family: FontAwesome;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul {
  text-align: left;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li {
  border-top: none;
  display: inline-block;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(1n) i {
  margin-right: 10px;
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(2n) {
  margin-right: 30px;
  color: #888888;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(3n) {
  font-size: 16px;
  color: #002147;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(4n) {
  position: absolute;
  right: 50px;
}
@media only screen and (max-width: 991px) {
  .curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(4n) {
    display: none;
  }
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(4n) i {
  margin-right: 10px;
  color: #888888;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title button ul li:nth-child(4n) span {
  color: #002147;
  font-weight: 500;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .accordion-collapse {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.curriculum-wrapper .panel-default .accordion-collapse.show {
  background: #f5f5f5;
}
.curriculum-wrapper .panel-default .panel-collapse {
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-body {
  text-align: justify;
  padding: 0 75px 20px 45px;
  border-top: 0!important;
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .curriculum-wrapper .panel-default .panel-body {
    padding: 0 15px 15px;
  }
}
.curriculum-wrapper .panel-default .active {
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(1n) i {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(2n) {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(4n) i {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*=======================================================================
[24] Faq Page area
=========================================================================*/
.faq-page-area {
  padding: 60px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-page-area {
    padding: 40px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-page-area {
    padding: 40px 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .faq-page-area {
    padding: 40px 0px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .faq-page-area {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 320px) {
  .faq-page-area {
    padding: 30px 0;
  }
}
.faq-items .faq-item {
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.faq-items .faq-item .faq-title button {
  background-color: transparent;
  margin-bottom: 0;
  font-size: 18px;
  position: relative;
  padding: 15px 10px 15px 60px;
  color: #002147;
}
.faq-items .faq-item .faq-title button:after {
  height: 1rem;
  width: 1rem;
  background-size: 1rem;
}
.faq-items .faq-item .faq-title button:not(.collapsed) .faq-count {
  background-color: #FFFFFF;
}
.faq-items .faq-item .faq-title button:focus {
  box-shadow: none;
}
.faq-items .faq-item .faq-title button .faq-count {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  background: #1C88C1;
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-items .faq-item .faq-body {
  background: #002147;
  color: #FFFFFF;
  padding: 20px 35px;
  border-radius: 0 0 4px 4px;
}
.faq-box-wrapper {
  margin-bottom: 20px;
}
.faq-box-wrapper .faq-box-item .panel-heading {
  border-radius: 0;
  padding: 0;
  color: #002147;
}
.faq-box-wrapper .faq-box-item .faq-box-title h3 {
  margin-bottom: 0;
  position: relative;
  font-size: 18px;
}
.faq-box-wrapper .faq-box-item .faq-box-title h3 a {
  display: block;
  position: relative;
  padding: 15px 10px 15px 60px;
  color: #002147;
}
.faq-box-wrapper .faq-box-item .faq-box-title h3 a span {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  background: #1C88C1;
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-box-wrapper .faq-box-item .faq-box-title h3 a:before {
  content: "\f0fe";
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
  color: #1C88C1;
  font-family: FontAwesome;
}
.faq-box-wrapper .faq-box-item .faq-box-body {
  background: #002147;
  color: #FFFFFF;
  padding: 20px 35px 5px;
}
.faq-box-wrapper .faq-box-item .active {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.faq-box-wrapper .faq-box-item .active .faq-box-title h3 a:before {
  content: "\f146";
  color: #002147;
}
.faq-box-wrapper .faq-box-item .active .faq-box-title h3 a span {
  background: #FFFFFF;
}


/*=======================================================================
[27] Footer Area
=========================================================================*/
.footer-area-top {
  padding: 92px 0 50px;
  background: #002147;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top {
    padding: 82px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area-top {
    padding: 72px 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area-top {
    padding: 62px 0 35px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .footer-area-top {
    padding: 52px 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .footer-area-top {
    padding: 42px 0 10px;
  }
}
.footer-area-top .footer-box {
  margin-bottom: 30px;
}
.footer-area-top p {
  color: #f5f5f5;
}
.footer-area-top h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.footer-area-top .footer-about {
  margin: 20px 0 35px;
}
.footer-area-top .footer-about p {
  font-size: 16px;
}
.footer-area-top .featured-links {
  margin-bottom: 50px;
}
.footer-area-top .featured-links > li {
  display: inline-block;
}
.footer-area-top .featured-links > li:first-child {
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top .featured-links > li:first-child {
    margin-right: 10px;
  }
}
.footer-area-top .featured-links > li ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
}
.footer-area-top .featured-links > li ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #1C88C1;
  top: 0;
}
.footer-area-top .featured-links > li ul li a {
  color: #f5f5f5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .featured-links > li ul li a:hover {
  color: #1C88C1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .corporate-address {
  margin-bottom: 20px;
}
.footer-area-top .corporate-address li {
  margin-bottom: 10px;
  color: #f5f5f5;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.footer-area-top .corporate-address li i {
  color: #1C88C1;
  padding-right: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
  font-size: 14px;
}
.footer-area-top .corporate-address li a {
  color: #f5f5f5;
}
.footer-area-top .corporate-address li:last-child {
  margin-bottom: 0;
}
.footer-area-top .newsletter-area .stylish-input-group {
  border: none;
  padding: 0;
}
.footer-area-top .newsletter-area .stylish-input-group .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  text-transform: lowercase;
  color: #717a7f;
  height: 42px;
  font-size: 13px;
  background-color: rgba(0, 8, 46, 0.3);
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button {
  border: 0;
  padding: 10px 17px;
  background-color: rgba(0, 8, 46, 0.3);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button i {
  color: #1C88C1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover {
  background: #1C88C1;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover i {
  color: #002147;
}
.footer-area-top .footer-social li {
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top .footer-social li {
    margin-right: 2px;
  }
}
.footer-area-top .footer-social li a {
  width: 30px;
  height: 30px;
  border: 1px solid #2b5788;
  display: block;
  text-align: center;
  line-height: 27px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-social li a i {
  color: #b3b3b3;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-social li a:hover {
  border: 1px solid #1C88C1;
  background: #1C88C1;
}
.footer-area-top .footer-social li a:hover i {
  color: #002147;
}
.footer-area-top .footer-social li:last-child {
  margin-right: 0;
}
.footer-area-top .flickr-photos li {
  display: inline-block;
  width: 32%;
  margin-bottom: 4px;
}
.footer-area-top .flickr-photos li img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-bottom {
  background: #001a39;
  padding: 20px 0 0;
  text-transform: capitalize;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom {
    text-align: center;
    padding: 17px 0;
  }
}
.footer-area-bottom p {
  color: #999999;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom p {
    margin-bottom: 10px;
  }
}
.footer-area-bottom p a {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-bottom p a:hover {
  color: #1C88C1;
}
.footer-area-bottom .payment-method {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom .payment-method {
    text-align: center;
  }
}
.footer-area-bottom .payment-method li {
  display: inline-block;
}
/*=======================================================================
[28] Registration Page Area
=========================================================================*/
.registration-page-area {
  padding: 88px 0 100px;
}
.registration-page-area .registration-details-area label {
  letter-spacing: 1px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 10px;
}
.registration-page-area .registration-details-area input {
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
  background: #f9f9f9;
}
.registration-page-area .registration-details-area textarea {
  border: 1px solid #dcdcdc;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
  background: #f9f9f9;
}
.registration-page-area .registration-details-area span {
  color: #333333;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.registration-page-area .registration-details-area span input {
  height: inherit;
  margin-right: 10px;
}
.registration-page-area .registration-details-area .custom-select select {
  width: 100%;
  height: 40px;
}
.registration-page-area .pLace-order {
  text-align: left;
}
.registration-page-area .select2-container .select2-selection--single {
  height: 40px;
}
.registration-page-area .select2-container--classic .select2-selection--single {
  background-color: #f9f9f9;
  background-image: none;
  border-radius: 0;
  border: 1px solid #dcdcdc;
}
.registration-page-area .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-style: normal;
  padding: 0 0 0 10px;
}
.registration-page-area .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
  margin: 1px 5px 0 0;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #002147;
  color: #ffffff;
}
.select2-container--classic .select2-dropdown {
  border: 1px solid #002147 !important;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #002147;
  z-index: 8;
}



/*=======================================================================
New added css
=========================================================================*/
        .nivoSlider img {
            max-height: 514px;
        }
        .lecturers-img-wrapper img {
            min-height: 272px;
            background: #d1d1d1;
        }
        .featured-box .featured-img-holder:before {
            background-color: rgb(9 54 85 / 80%) !important;
        }
        .lecturers-content-wrapper .lecturers-social li a {
            background: #0b3250 !important;
        }
        .lecturers-content-wrapper .lecturers-social li a:hover {
            background: rgba(253, 200, 0, 0.8) !important;
        }
        .news-inner-area .news-wrapper li .news-content-holder {
            margin-left: 5px;
        }
        .publications-content-wrapper .item-price {
            font-weight: 600 !important;
            color: #002147 !important;
        }
        .publications-content-wrapper .item-title {
            margin-bottom: 0 !important;
        }
        .newsletter-area h3 {
            margin-bottom: 15px;
        }

        .video-area-one .modal-content {
            background: rgba(0, 33, 71, 0.88);
            border: none;
        }
        .video-area-one .modal-body {
            padding: 0;
        }
        .video-area-one .modal-dialog {
            max-width: 800px;
        }
        .video-area-one .modal-body iframe {
            width: 100%;
            height: 450px;
        }

        @media (max-width: 767px) {
            div#videoModal {
                margin-top: 50px;
            }
        }
        .featured-content-holder-exam {
            display: flex;
            justify-content: space-between;
        }
        a.more-abt {
            color: #002147;
            font-weight: 600;
        }

        @media (max-width: 767px) {
            .logo-mobile-menu img {
                max-width: 200px;
            }
        }





    .main_slider {
      width: 100%;
      max-width: 1920px;
      margin: auto;
    }
    .main_slider .swiper-slide img {
      width: 100%;
      height: auto;
      display: block;
    }
    /* Navigation buttons */
    .main_slider .swiper-button-prev,
    .main_slider .swiper-button-next {
      color: #000; 
      background: rgba(255, 255, 255, 0.7);
      border-radius: 50%;
      width: 45px;
      height: 45px;
    }
    .main_slider .swiper-button-prev::after,
    .main_slider .swiper-button-next::after {
      font-size: 20px;
      font-weight: bold;
    }
    /* Dots */
    .main_slider .swiper-pagination-bullet {
      background: #000;
      opacity: 0.6;
    }
    .main_slider .swiper-pagination-bullet-active {
      background: #007bff;
    }
        .breadcrumb-section {
            background-color: #f5f5f5;
            padding: 0;
        }
        .breadcrumb-section .breadcrumb {
            background-color: transparent;
            padding: 15px 5px;
            margin: 0;
        }
        .breadcrumb-section .breadcrumb-item a {
            text-decoration: none;
            color: #002147;
        }
        .breadcrumb-section .breadcrumb-item a:hover {
            text-decoration: underline;
        }
        .breadcrumb-section .breadcrumb-item.active {
            color: #6c757d;
        }

        .courses-page-area55 {
            padding: 30px 0 !important;
            background: #f5f5f5;
        }

        .main_slider .swiper-button-prev:hover, .main_slider .swiper-button-next:hover {
            background: rgb(175 174 174 / 70%);
            color: #1C88C1;
        }
        
        @media (max-width: 767px) {
                .main_slider {
            margin-top: 20px;
        }
        .main_slider .swiper-button-prev, .main_slider .swiper-button-next {
            width: 30px;
            height: 30px;
        }
        .logo-mobile-menu img {
            max-width: 200px;
        }

        }


        a.check-more {
    font-weight: 600;
    color: #04245a;
}
a.check-more:hover {
  color: #1C88C1;
}

.check-details.text-center {
    border-top: 2px solid #e5e5e5;
    padding-top: 10px;
}

.view-all-btn-area {
    text-align: center;
    margin-top: 0 !important;
}

a.ghost-btn-big.one {
    border-color: #002147;
    color: #002147;
}

a.ghost-btn-big.one:hover {
    color: #fff;
        border: 2px solid #1C88C1;
}

    .advantage-section {
      padding: 30px 0px;
      text-align: center;
      background: #fff;
    }

    .advantage-section .adv-card {
      background: #f0f7ff;
      border-radius: 0px;
      padding: 30px 20px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      height: 100%;
    }
    .adv-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.12);
          border: 2px solid #1976d2;
    background: #fff;
    }
    .adv-card i {
      font-size: 2rem;
      color: #1976d2;
      margin-bottom: 15px;
    }
    .adv-card h5 {
      font-weight: 600;
      margin-bottom: 12px;
      color: #0d47a1;
    }

    .adv-card ul li {
      margin-bottom: 6px;
      font-size: 0.95rem;
      color: #333;
    }



    .expert-section {
      position: relative;
      width: 100%;
      padding: 40px 0px;
      background: #b4b8b940;
      overflow: hidden;
    }

    .expert-section::before,
    .expert-section::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      background: rgba(37,117,252,0.08);
      z-index: 1;
    }
    .expert-section::before {
      width: 220px;
      height: 220px;
      top: -60px;
      left: -60px;
    }
    .expert-section::after {
      width: 300px;
      height: 300px;
      bottom: -80px;
      right: -80px;
    }

    /* Card */
    .expert-card {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: auto;
      background: #fff;
      border-radius: 0;
      box-shadow: 0 10px 28px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.3s;
    }
    .expert-card:hover {
      transform: translateY(-6px);
    }

    /* Header */
    .expert-header {
      padding: 20px 0 0 0;
      text-align: center;
      color: #090730;
      position: relative;
    }
    .expert-header h2 {
      font-size: 28px;
      color: #002147;
      margin: 0;
    }

    /* Form area */
    .expert-section .form-body {
      padding: 30px;
    }
    .expert-section .form-control, .expert-section .form-select {
      border-radius: 10px;
      padding: 14px;
      font-size: 15px;
      margin-bottom: 15px;
      border: 1px solid #ddd;
      transition: 0.3s;
    }
    .expert-section .form-control:focus, .expert-section .form-select:focus {
      border-color: #2575fc;
      box-shadow: 0 0 0 0.15rem rgba(37,117,252,0.25);
    }

    /* Buttons */
    .expert-section .call-btn {
      color: #171616;
      width: 100%;
      border: none;
      padding: 14px;
      border-radius: 10px;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 20px;
      transition: 0.3s;
    }
    .expert-section .col-md-4.d-grid {
    max-height: 50px;
}
    .expert-section .call-btn:hover {
      opacity: 0.9;
    }
    .expert-section .otp-btn {
      background: #1C88C1;
      color: #fff;
      border: none;
      border-radius: 0px;
      padding: 10px 16px;
      font-size: 14px;
      transition: 0.3s;
    }
    .expert-section .otp-btn:hover {
      background: rgb(18, 65, 153);
    }
    .expert-section .submit-btn {
      background: #ffffff;
      color: #1C88C1;
      border: none;
      width: 100%;
      padding: 14px;
      font-size: 18px;
      font-weight: 600;
      border-radius: 0px;
      border: 2px solid #1C88C1;
      margin-top: 15px;
      transition: 0.3s;
    }
    .expert-section .submit-btn:hover {
      background: #126d9e;
      color: #fff;
    }

    /* Divider */
    .expert-section .divider {
      text-align: center;
      margin: 20px 0;
      font-weight: 600;
      color: #666;
      position: relative;
    }
    .expert-section .divider::before, .divider::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 38%;
      height: 1px;
      background: #ddd;
    }
    .expert-section .divider::before { left: 0; }
    .expert-section .divider::after { right: 0; }

    /* Checkbox text */
    .expert-section .form-check-label {
      font-size: 14px;
      color: #555;
    }


     .wrap{
      padding:40px 0;
      background:#ebedec;
    }

    .wrap .head{
      text-align:center;
      margin-bottom:28px;
    }
    .wrap .head h2{
      color: #0d2d62;   
      margin-bottom: 10px;
    }
    .wrap .head p{
    color: #575757;
    }

    .wrap .myTestimonialSwiper{
      width:100%;
      padding:10px 8px 56px; 
    }

    .wrap .t-card{
      background: transparent;
      border-radius:0px;
      overflow:hidden;
     
      transition:.3s ease;
      height:auto;
    }
    .wrap .t-card:hover{
      transform:translateY(-6px);     
    }
    .wrap .t-cover{
      position:relative;
      width:100%;
      height:200px;
      overflow:hidden;
    }
    .wrap .t-cover img{
      margin: 0 auto;
      height:100%;
      object-fit:cover;
      display:block;
      transform:scale(1.02);
    }
   .wrap .play-badge{
      position:absolute;
      inset:auto auto 12px 12px;
      background:rgba(0,0,0,.7);
      color:#fff;
      padding:6px 10px;
      font-size:12px;
      border-radius:999px;
    }

    .wrap .t-body {
    padding: 18px;
    background-color: #ebedec;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    border: 1px solid #333;
}
    .t-body:hover {
     box-shadow:0 16px 36px rgba(0,0,0,.14);
    }
    .wrap .t-title{
      font-size:18px;
      margin:0 0 8px;
      color:#1d3557;
    }
    .wrap .t-text{
      margin:0 0 16px;
      color:#4f5d75;
      line-height:1.55;
      font-size:14.5px;
    }
    .wrap .t-user{
      display:flex;
      align-items:center;
      gap:12px;
    }
    .wrap .t-user img{
      width:46px;height:46px;border-radius:50%;
      object-fit:cover;
      border:2px solid #3a86ff;
    }
   .wrap .t-user .name{
      font-weight:700;
      font-size:15px;
    }
    .wrap .t-user .meta{
      font-size:12.5px;color:#74809a;margin-top:2px;
    }

    /* Nav + dots */
    .wrap .swiper-button-next, .wrap .swiper-button-prev{
      color:#fff;
      font-weight: 600;
      width:42px;height:42px;
      border-radius:50%;
      background:#a5ceffd9;
      box-shadow:0 6px 16px rgba(0,0,0,.12);
      z-index:5;
    }
    .wrap .swiper-button-next:after, .wrap .swiper-button-prev:after{font-size:16px}
    .wrap .swiper-pagination-bullet{
      opacity:.4;
    }
    .wrap .swiper-pagination-bullet-active{
      background:#1C88C1;
      opacity:1;
    }

   .wrap .swiper-slide{height:auto}

    .results-section {
      padding: 40px 0px;
      text-align: center;
    }
    .results-section h2 {
      margin-bottom: 10px;
      color: #0d2d62;
    }
    .results-section .result-card {
      background: #fff;
      border-radius: 0px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgb(0 0 0 / 15%);
      transition: transform 0.3s;
    }
    .results-section .result-card:hover {
      transform: translateY(-8px);
    }
    .results-section .result-header {
      background: #1C88C1;
      color: #fff;
      padding: 14px;
      font-weight: 600;
      font-size: 18px;
    }
    .results-section .student-list {
      display: flex;
      justify-content: center;
      gap: 20px;
      padding: 20px;
      flex-wrap: wrap;
    }
    .results-section .student-box {
      text-align: center;
      max-width: 140px;
    }
    .results-section .student-box img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 4px solid #e6f2ff;
      object-fit: cover;
      margin-bottom: 10px;
    }
    .results-section .rank-badge {
      background: #1C88C1;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      padding: 5px 10px;
      border-radius: 20px;
      margin-bottom: 0px;
    }
    .results-section .student-name {
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 2px;
      color: #1C88C1;
    }
    .results-section .program {
      font-size: 13px;
      color: #666;
    }
    .results-section .see-results {
      display: block;
      padding: 12px;
      text-decoration: none;
      font-weight: 600;
      color: #1C88C1;
      border-top: 1px solid #eee;
      transition: color 0.3s;
    }
    .results-section .see-results:hover {
      color: #1C88C1;
    }



     .scholarship-section {
      padding: 40px 0px;
      background: #f5f9ff;
    }
    .scholarship-section h2 {
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1px;
      position: relative;
      margin-bottom: 10px;
    }

   .scholarship-section .nav-tabs {
      border: none;
      justify-content: center;
      margin-bottom: 30px;
      gap: 10px;
    }
    .scholarship-section .nav-tabs .nav-link {
      border: none;
      background: #fff;
      color: #444;
      font-weight: 600;
      padding: 12px 20px;
      border-radius: 0px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
    }
    .scholarship-section .nav-tabs .nav-link:hover {
      background: #e0f7fa;
      color: #007b83;
    }
    .scholarship-section .nav-tabs .nav-link.active {
      background: #1C88C1;
      color: #fff !important;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
    .scholarship-section .card-scholar {
      background: #fff;
      padding: 25px;
      border-radius: 0px;
      box-shadow: 0 6px 16px rgba(0,0,0,0.08);
      transition: transform 0.3s ease;
    }
    .scholarship-section .card-scholar:hover {
      transform: translateY(-5px);
    }
   .scholarship-section .card-scholar .table th {
      background: #eaf7f9;
      font-weight: 600;
      color: #004d61;
    }
   .scholarship-section .note-box {
      background: #ffca4f;
      padding: 18px;
      border-radius: 12px;
      font-weight: 600;
      margin-top: 25px;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .scholarship-section .test-btn {
      display: inline-block;
      margin: 10px auto 0;
      padding: 14px 36px;
      border-radius: 0px;
      color: #1C88C1;
      text-decoration: none;
      font-weight: 600;
      font-size: 1.1rem;
      transition: all 0.3s;
      box-shadow: 0 6px 14px rgba(0,0,0,0.15);
    }
    .scholarship-section .test-btn:hover {
      background: #fff;
    border: 2px solid #1C88C1;
    transform: scale(1.05);
    }
    .scholarship-section .tab-icon {
      margin-right: 6px;
      font-size: 1.2rem;
    }


     .courses-section {
      padding: 40px 0px;
      background: url("https://www.transparenttextures.com/patterns/white-wall.png");
      background-size: cover;
       background: #f9f9f9;
    }

    .courses-section .courses-container {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
    }

     .courses-section .course-card {
      background: #fff;
      border-radius: 0px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 8px 20px rgb(0 0 0 / 19%);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 25px;
    }

    .courses-section .course-card::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 60%;
      height: 60%;
      background: #f0f6ff;
      border-bottom-left-radius: 100%;
      z-index: 0;
    }

     .courses-section .course-card h4 {
      margin: 0;
      color: #0066cc;
      font-size: 18px;
      font-weight: bold;
      z-index: 9;
    }

     .courses-section .course-card h3 {
      margin: 10px 0;
      font-size: 20px;
      z-index: 9;
      color: #111;
      font-weight: bold;
    }

     .courses-section .tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
      z-index: 1;
      position: relative;
    }

     .courses-section .tags span {
      background: #fff5f2;
      color: #ff5722;
      padding: 6px 12px;
      border-radius: 8px;
      font-size: 14px;
      border: 1px solid #ffe0d6;
      cursor: pointer;
      transition: all 0.3s ease;
    }

     .courses-section .tags span:hover {
      background: #ff5722;
      color: #fff;
    }

     .courses-section .course-image {
      position: absolute;
      bottom: 0;
      right: 20px;
      width: 120px;
      z-index: 1;
    }

     .courses-section .explore-btn {
      display: inline-block;
      background: #1C88C1;
      color: #fff;
      text-decoration: none;
      padding: 12px 20px;
      border-radius: 0px;
      font-weight: bold;
      text-align: center;
      transition: background 0.3s ease;
      position: relative;
      z-index: 2;
    }

     .courses-section .explore-btn:hover {
          background: #ffffff;
    border: 2px solid #1C88C1;
    color: #1C88C1;
    }

    @media (max-width: 768px) {
       .courses-section .course-card {
        padding: 20px;
      }
       .courses-section .course-image {
        width: 90px;
      }
    }


     .demo-section {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 60px 0;
      background: #fff;
      overflow: hidden;
          border-bottom: 2px solid #1c88c129;
    }

    .demo-section::before,
    .demo-section::after {
      content: '';
      position: absolute;
      border-radius: 50%;
      z-index: 0;
    }
    .demo-section::before {
      width: 300px;
      height: 300px;
      background: rgba(255, 87, 34, 0.08);
      top: -100px;
      left: -100px;
    }
    .demo-section::after {
      width: 250px;
      height: 250px;
      background: rgba(6, 40, 61, 0.07);
      bottom: -80px;
      right: -80px;
    }

    .demo-section .demo-text {
      position: relative;
      z-index: 1;
      padding: 30px;
    }
    .demo-section .demo-text h2 {
      font-size: 2.2rem;
      font-weight: 700;
      color: #06283D;
      line-height: 1.3;
    }
    .demo-section .demo-text h2 span {
      color: #1C88C1;
      position: relative;
      display: inline-block;
    }
    .demo-section .demo-text h2 span::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 100%;
      height: 6px;
      background: #ffe082;
      border-radius: 3px;
      z-index: -1;
    }
    .demo-section .demo-text p {
      margin: 20px 0;
      color: #555;
      font-size: 1.05rem;
    }
    .demo-section .demo-btn {
      background: #1C88C1;
      color: #fff;
      padding: 14px 32px;
      border: none;
      border-radius: 0px;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
      box-shadow: 0 4px 12px rgba(34, 100, 255, 0.3);
    }
    .demo-section .demo-btn:hover {
      background: #1479b0;
      transform: translateY(-2px);
    }

    .demo-section .demo-img {
      position: relative;
      z-index: 1;
    }
    .demo-section .demo-img img {
      width: 100%;
      border-radius: 0; 
      box-shadow: none;
    }

    @media (max-width: 767px) {
      .demo-sec {
    display: block;
}
    }

    /* Popup */
    .popup-overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.6);
      z-index: 1000;
      justify-content: center;
      align-items: center;
      padding: 20px;
    }
    .popup-box {
      background: #fff;
      padding: 35px;
      width: 100%;
      max-width: 500px;
      border-radius: 18px;
      text-align: center;
      animation: popUp 0.4s ease;
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
      position: relative;
    }
    @keyframes popUp {
      from { transform: scale(0.8); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }
    .popup-box h3 {
      margin-bottom: 22px;
      color: #06283D;
      font-size: 1.5rem;
      font-weight: 600;
    }
    .popup-box input, .popup-box select {
      width: 100%;
      padding: 12px 14px;
      margin: 12px 0;
      border: 1px solid #ddd;
      border-radius: 10px;
      font-size: 1rem;
      outline: none;
      transition: 0.3s;
    }
    .popup-box input:focus,
    .popup-box select:focus {
      border-color: #1C88C1;
      box-shadow: 0 0 8px rgba(255,87,34,0.3);
    }
    .popup-box button {
      width: 100%;
      padding: 14px;
      background: #1C88C1;
      color: #fff;
      border: none;
      border-radius: 10px;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      margin-top: 14px;
      box-shadow: 0 4px 12px rgba(34, 122, 255, 0.3);
      transition: 0.3s;
    }
    .popup-box button:hover {
      background: #1C88C1;
      transform: translateY(-2px);
    }
    .close-popup {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 26px;
      color: #888;
      cursor: pointer;
      font-weight: bold;
      transition: 0.3s;
    }
    .close-popup:hover {
      color: #1C88C1;
    }
.demo-sec {
    display: flex;
        border: 2px solid #cdcdcd;
}

    @media (max-width: 768px) {
      .demo-section {
        flex-direction: column;
        text-align: center;
        padding: 50px 20px;
      }
      .demo-img {
        margin-top: 30px;
      }
    }


        .our-history .stats-box {
      background: #e5eaf5cc;
      border-radius: 0px;
      padding: 40px 20px;
      text-align: center;
      transition: 0.3s;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
          height: 100%;
    }
    .our-history .stats-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    .our-history .register-card {
      height: 100%;
      background: #e5eaf5cc;
      padding: 30px;
      border-radius: 0px;
      box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    }

   .our-history .form-check-input[type=checkbox] {
    position: absolute;
}
    .our-history .btn-custom {
      background: #1C88C1;
      color: #fff;
      font-weight: bold;
      border-radius: 0px;
      padding: 10px 25px;
      border: none;
      transition: 0.3s;
    }
   .our-history .btn-custom:hover {
      background: #fff;
      border: 2px solid #1C88C1;
      color: #1C88C1;
    }

    section.our-history {
    padding: 40px 0 0 0;
}


    .section-announcement {
      text-align: center;
      padding: 50px 0;
    }

    .section-announcement h2 {
      color: #0a2a66;
          margin-bottom: 10px;
    }

    .section-announcement .card-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      max-width: 1100px;
      margin: 0 auto;
    }

    .section-announcement .card {
      background: #fff;
      border-radius: 0px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.08);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .section-announcement .card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    .section-announcement .card-header {
      padding: 15px;
      font-weight: 600;
      font-size: 1.2rem;
      color: #fff;
      text-align: center;
    }

    .section-announcement .engineering { background: linear-gradient(135deg, #007bff, #00bfff); }
    .section-announcement .medical { background: linear-gradient(135deg, #28a745, #20c997); }
    .section-announcement .boards { background: linear-gradient(135deg, #ff7f50, #ff4b2b); }

    .section-announcement .card-body {
      padding: 20px;
      text-align: left;
    }

    .section-announcement .card-body ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .section-announcement .card-body li {
      margin: 12px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.95rem;
    }

    .section-announcement .card-body li::before {
      content: "📘";
      margin-right: 8px;
    }

    .section-announcement .download-btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 12px;
      background: #f0f8ff;
      border: 1px solid #007bff;
      border-radius: 20px;
      font-size: 0.85rem;
      color: #007bff;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .section-announcement .download-btn:hover {
      background: #007bff;
      color: #fff;
    }

    .section-announcement .see-more {
      display: block;
      text-align: center;
      margin: 15px 0 5px;
      font-weight: 500;
      color: #007bff;
      text-decoration: none;
      transition: color 0.3s;
    }

    .section-announcement .see-more:hover {
      color: #0056b3;
    }

    @media (max-width: 600px) {
      .section-announcement .card-body li {
        align-items: flex-start;
      }
     .section-announcement .download-btn {
        margin-top: 6px;
      }
    }
       .section-announcement .explore-btn:hover {
    background: #ffffff;
    border: 2px solid #1C88C1;
    color: #1C88C1;
} 
.section-announcement .explore-btn {
    display: inline-block;
    background: #1C88C1;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 0px;
    font-weight: bold;
    text-align: center;
    transition: background 0.3s ease;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 768px) { 
.our-history h2 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px !important;
}
section.our-history {
    padding: 25px 0px;
}
.register-card {
    margin-top: 20px;
}
.our-history .register-card {
    padding: 15px;
}
.our-history .btn-custom {
    padding: 7px 20px;
}
.courses-section h2 {
    font-size: 23px;
  line-height: 30px;
  margin-bottom: 10px;
}
td.text-start {
    font-size: 12px;
}
.section-announcement h2 {
    font-size: 23px;
    line-height: 30px;
}
.section-announcement .card-body {
    padding: 10px;
}
.section-announcement .card-header {
    padding: 10px;
}
.results-section h2 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
}
.results-section .student-list {
    display: ruby;
}
.results-section .student-box {
    margin-top: 13px;
}
.demo-sec {
    display: block;
}
.demo-section .demo-text h2 {
    font-size: 23px;
}
.demo-section {
    padding: 0px;
}
.demo-section .demo-img {
    justify-self: center;
}
.demo-img {
    margin-top: 0px !important;
}
.expert-section .divider::before, .divider::after {
    width: 23%;
}

.expert-section .form-control, .expert-section .form-select {
    margin-bottom: 10px;
    margin-top: 0px !important;
}
.expert-section .otp-btn {
    margin-bottom: 10px;
}
.expert-section .submit-btn {
    padding: 9px;
    width: 100% !important;
}
.expert-section .form-body {
    padding: 15px;
}
.faq-items .faq-item .faq-body {
    padding: 13px;
}
.advantage-section .adv-card {
    padding: 15px 10px;
}
.adv-card i {
    margin-bottom: 10px;
}
.adv-card h5 {
    margin-bottom: 5px;
}
.wrap {
    padding: 25px 0;
}
}

    .programs-section {
      padding: 40px 0;
      background: linear-gradient(135deg, #f0f8ff, #ffffff);
      position: relative;
    }

    .programs-section .section-title {
      text-align: center;
      margin-bottom: 50px;
    }
    .programs-section .section-title h2 {
      font-weight: 700;
      font-size: 2.2rem;
      color: #0d6efd;
      position: relative;
      display: inline-block;
    }
   .programs-section .section-title h2::after {
      content: "";
      display: block;
      width: 60%;
      height: 3px;
      background: linear-gradient(90deg, #0d6efd, #6610f2);
      margin: 8px auto 0;
      border-radius: 2px;
    }

    .programs-section .programs-wrapper {
      display: flex;
      flex-wrap: wrap;
      border-radius: 0;
      overflow: hidden;
      box-shadow: 0 10px 28px rgba(0,0,0,0.1);
      background: #fff;
    }

    .programs-section .program {
      flex: 1 1 50%;
      padding: 35px 30px;
      transition: all 0.4s ease;
    }

    .programs-section .program img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 0px;
      margin-bottom: 20px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      transition: transform 0.4s ease;
    }
    .programs-section .program:hover img {
      transform: scale(1.05);
    }

    .programs-section .program h3 {
      font-size: 1.4rem;
      font-weight: 700;
      color: #041c40;
      margin-bottom: 12px;
    }

    .programs-section .program p {
      font-size: 1rem;
      color: #555;
      line-height: 1.6;
    }

    .programs-section .feature-list {
      list-style: none;
      padding: 0;
      margin-top: 15px;
    }
    .programs-section .feature-list li {
      font-size: 0.95rem;
      margin-bottom: 8px;
      padding-left: 26px;
      position: relative;
      color: #444;
    }
    .programs-section .feature-list li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 0;
      color: #041c40;
      font-weight: bold;
    }

    .programs-section .language-icons {
      margin-top: 18px;
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      font-size: 1.6rem;
      color: #0d6efd;
    }
    .programs-section .language-icons i {
      transition: transform 0.3s ease, color 0.3s ease;
    }
    .programs-section .language-icons i:hover {
      transform: scale(1.2);
      color: #6610f2;
    }

    .programs-section .learn-more-btn {
      margin-top: 20px;
      border-radius: 0;
    background: #1C88C1;
    }
    .programs-section .learn-more-btn:hover {
      border: 2px solid #1C88C1;
      color: #1C88C1;
      background-color: #fff;
    }

    @media (max-width: 991px) {
      .programs-section .programs-wrapper {
        flex-direction: column;
      }
      .programs-section .program {
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
      }
      .programs-section .program:last-child {
        border-bottom: none;
      }
    }


      .owner-section {
      padding: 40px 0;
      background: #fff;
    }
    .owner-img-wrapper {
      position: relative;
      display: inline-block;
    }
    .owner-img-wrapper img {
      width: 100%;
      max-width: 380px;
      border-radius: 20px;
      position: relative;
      z-index: 2;
    }
    .owner-img-wrapper::before,
    .owner-img-wrapper::after {
      content: "";
      position: absolute;
      border-radius: 20px;
      transition: all 0.3s ease;
    }
    .owner-img-wrapper::before {
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, #0a3b6e 0%, #002147 60%);
      top: -15px;
      left: -15px;
      z-index: 1;
    }
    .owner-img-wrapper::after {
      width: 100%;
      height: 100%;
      border: 3px solid #333;
      bottom: -15px;
      right: -15px;
      z-index: 1;
    }
    .owner-content h2 {
      color: #222;
      margin-bottom: 5px;
    }
    .owner-content h5 {
      color: #1C88C1;
      font-weight: 600;
      margin-bottom: 0px;
    }
    .owner-content p {
      color: #555;
      font-size: 1.05rem;
      line-height: 1.7;
    }
    .owner-content .btn {
      background: #1C88C1;
      border: 2px solid #1C88C1;
      color: #fff;
      padding: 12px 28px;
      border-radius: 0px;
      margin-top: 0px;
      transition: 0.3s;
    }
    .owner-content .btn:hover {
      background: #fff;
      border: 2px solid #1C88C1;
      color: #1C88C1;
    }

    .courses-section h2 {
        margin-bottom: 10px;
    }

/* Force correct swiper wrapper behaviour */
.myTestimonialSwiper .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;

  transition-property: transform !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}

.header-top-left ul {
    display: flex;
    justify-content: space-between;
}





    
    


