#main {
  height: 100%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .container {
    max-width: unset;
  }
}

.ifame-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.ifame-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*-------------------------------------------------
 =  Table of Css

 1.Some default basic style of template
 2.Header
 3.Isotope filtering
 4.General
 5.Slider
 6.feature section
 7.Collection section
 8.Countdown section
 9.popular courses section
 10.course-post
 11.Events
 12.events-posts
 13.video-post
 14.News sections
 15.blog post
 16.testimonial section
 17.Sidebar
 18.single post
 19.teachers section
 20.about section
 21.portfolio section
 22.pricing section
 23.single event section
 24.single course section
 25.cart section
 26.Contact
 27.Footer
-------------------------------------------------*/

body {
  font-family: "Raleway", sans-serif;
}

.reset-elem,
.top-line .right-top-line ul,
.dropdown,
.mobile-menu nav.mobile-nav ul {
  margin: 0;
  padding: 0;
}

p,
.paragraph {
  font-size: 15px;
  color: #7d7e7f;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}

h1,
.heading1 {
  color: #707070;
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px;
}

.header-title {
  color: white;
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  margin: 0 0 20px;
}

h2,
.heading2 {
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 26px;
}

h3,
.heading3 {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 14px;
  line-height: 28px;
}

.back-cover {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}

a,
.anchor {
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#container {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#container.move {
  margin-left: -300px;
  margin-right: 300px;
}

#container.active {
  opacity: 1;
}

.container {
  max-width: 1240px;
}

/*------------------------------------------------- */

/* =  Header
 *------------------------------------------------- */

header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  z-index: 1023;
}

.top-line {
  background-color: #2e3e77;
}

.top-line p {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  padding: 18px 0;
  margin-bottom: 0;
}

.top-line p i {
  font-size: 18px;
  float: left;
  margin-right: 7px;
  line-height: 24px;
}

.top-line .right-top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-line .right-top-line ul {
  display: inline-block;
}

.top-line .right-top-line ul li {
  display: inline-block;
  margin-right: 15px;
}

.top-line .right-top-line ul li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}

.top-line .right-top-line button {
  display: inline-block;
  width: 56px;
  heght: 56px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.top-line .right-top-line button i {
  line-height: 60px;
}

.top-line .right-top-line button i.close-search {
  display: none;
}

.top-line .right-top-line button.shop-icon {
  background-color: rgba(0, 0, 0, 0.3);
}

.top-line .right-top-line button span.studiare-cart-number {
  position: absolute;
  font-size: 10px;
  top: 10px;
  right: 10px;
  width: 16px;
  line-height: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #57c0ee;
  color: #fff;
}

.search_bar {
  position: absolute;
  top: 63px;
  bottom: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #fff;
  display: none;
}

.search_bar .container {
  position: relative;
}

.search_bar input[type='search'] {
  width: 100%;
  padding: 33px 45px 32px 0;
  font-size: 26px;
  border: 0;
  background-color: transparent;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 300;
}

.search_bar button {
  position: absolute;
  top: 42px;
  right: 15px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #707070;
  cursor: pointer;
}

.navbar {
  padding: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: none;
  width: 100%;
  z-index: 1000;
  background-color: #fff !important;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

.navbar a.navbar-brand {
  float: none;
  margin-right: 30px;
}

.navbar a.navbar-brand img {
  margin-bottom: 5px;
}

.navbar .login-button {
  color: #fff;
  text-align: center;
  border: 0;
  padding: 11px 22px;
  vertical-align: bottom;
  font-weight: 400;
  font-size: 16px;
  text-shadow: none;
  display: inline-block;
  background-color: #f9a134;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.navbar .login-button i {
  font-size: 22px;
  float: left;
  margin-right: 5px;
}

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-right: -15px;
}

.navbar-nav > li > a {
  color: #707070 !important;
  font-size: 16px;
  font-weight: 400 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 40px 10px 40px !important;
  margin: 0 7px -1px;
  position: relative;
}

.navbar-nav > li > a i {
  color: #454545 !important;
  font-size: 16px;
  margin-left: 6px;
}

.navbar-nav > li:last-child > a {
  padding-right: 0 !important;
  margin-right: 0;
}

.navbar-nav > li > a.active,
.navbar-nav > li > a:hover {
  color: #57c0ee !important;
}

.navbar-nav li.drop-link {
  position: relative;
}

.navbar-nav.active > li > a {
  opacity: 0;
  visibility: hidden;
}

.navbar-collapse {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 240px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

.dropdown li {
  position: relative;
  display: block;
  padding: 0px 20px;
  border: none;
}

.dropdown li a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: #464749;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid #e9ecef;
}

.dropdown li a:hover {
  color: #57c0ee;
}

.dropdown li .dropdown.level2 {
  top: 0px;
  margin-top: 0;
  left: 100%;
  margin-left: 10px;
}

.dropdown li:hover .dropdown.level2 {
  margin-left: 0;
}

.dropdown li:last-child a {
  border-bottom: none;
}

.dropdown li.drop-link > a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #dee2e6;
}

li:hover > .dropdown {
  visibility: visible;
  opacity: 1;
  margin-top: -20px;
}

a.mobile-nav-toggle {
  position: relative;
  padding: 10px;
  display: none;
  margin-right: 15px;
}

a.mobile-nav-toggle span {
  vertical-align: middle;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #343a40;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a.mobile-nav-toggle span:before,
a.mobile-nav-toggle span:after {
  position: absolute;
  content: "";
  left: 0;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #343a40;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a.mobile-nav-toggle span:before {
  top: -6px;
}

a.mobile-nav-toggle span:after {
  top: 6px;
}

a.mobile-nav-toggle.opened span {
  background-color: transparent;
}

a.mobile-nav-toggle.opened span:before {
  -webkit-transform: translateY(6px) rotateZ(-45deg);
  transform: translateY(6px) rotateZ(-45deg);
}

a.mobile-nav-toggle.opened span:after {
  -webkit-transform: translateY(-6px) rotateZ(45deg);
  transform: translateY(-6px) rotateZ(45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  background-color: #212529;
  height: 100%;
  z-index: 999999;
  overflow-y: scroll;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu .search-form-box {
  padding: 24px 20px;
}

.mobile-menu .search-form-box form {
  position: relative;
}

.mobile-menu .search-form-box form input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: transparent;
  color: #6c757d;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
}

.mobile-menu .search-form-box form button {
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
  color: #6c757d;
  top: 7px;
  right: 4px;
}

.mobile-menu .shopping-cart-box {
  padding: 0 20px 24px;
  border-bottom: 1px solid #2c3237;
}

.mobile-menu .shopping-cart-box a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  text-transform: uppercase;
}

.mobile-menu .shopping-cart-box a i {
  margin-right: 6px;
}

.mobile-menu .shopping-cart-box a span {
  margin-left: 10px;
  background-color: #57c0ee;
  min-width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  border-radius: 3px;
  margin-top: -20px;
  margin-left: 8px;
  text-align: center;
}

.mobile-menu .shopping-cart-box a:hover {
  color: #fff;
}

.mobile-menu nav.mobile-nav {
  padding: 24px 20px;
}

.mobile-menu nav.mobile-nav ul li {
  display: block;
}

.mobile-menu nav.mobile-nav ul li a {
  color: #fff;
  font-size: 18px;
  padding: 6px 0;
}

.mobile-menu nav.mobile-nav ul li a:hover {
  color: #57c0ee !important;
}

.mobile-menu nav.mobile-nav ul.drop-level {
  padding-left: 16px;
  border-left: 1px solid #333940;
}

.mobile-menu nav.mobile-nav ul.drop-level li a {
  font-size: 14px;
  color: #adb5bd;
}

@media (max-width: 991px) {
  .right-top-line {
    display: none !important;
  }

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

  .top-line p {
    padding: 10px 0;
  }

  header .search_bar {
    display: none;
  }

  header .navbar-brand {
    padding: 25px;
  }

  a.mobile-nav-toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

.page-header {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-header h1 {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px grey;
}

section.page-banner-section {
  padding-top: 8px;
}

.menu-logo {
  max-width: 280px;
  height: auto;
}

@media (max-width: 1024px) {
  .menu-logo {
    max-width: 240px;
  }
}

@media (max-width: 414px) {
  .menu-logo {
    max-width: 220px;
  }
}

@media (max-width: 350px) {
  .navbar a.navbar-brand {
    margin-right: 0 !important;
  }

  header .navbar-brand {
    padding: 20px !important;
  }

  .mobile-menu {
    width: 280px !important;
  }

  #container.move {
    margin-right: 265px !important;
  }
}

.jquery-accordion-menu-header {
  display: none;
}

.jquery-accordion-menu {
  min-width: 260px;
  float: left;
  position: relative;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 10px 0 10px 0;
  background-color: #fff;
}

.jquery-accordion-menu .fa {
  font-size: 14px;
  font-weight: 100;
}

.jquery-accordion-menu ul li a {
  font-size: 14px;
  line-height: 24px;
}

.jquery-accordion-menu ul ul.submenu li a {
  background-color: #97bdf9;
  font-size: 14px;
  line-height: 24px;
}

.white.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #ad202a !important;
}

#side_nav a {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.filterinput {
  background-color: rgba(249, 244, 244, 0);
  border-radius: 15px;
  width: 90%;
  height: 30px;
  border: thin solid #e5e5e5;
  text-indent: 0.5em;
  font-weight: bold;
  color: black;
}

@media screen and (max-width: 768px) {
  .jquery-accordion-menu {
    width: 100%;
    margin-top: 35px;
  }
}

/* width */

::-webkit-scrollbar {
  width: 13px;
}

/* Track */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px white;
          box-shadow: inset 0 0 5px white;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #4783f3;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #3c8fd5;
}

.teachers-section .container {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 30px;
  border: 1px solid #e5e5e5;
}

.teachers-section .container .row [class^="col"] {
  padding-bottom: 20px;
}

#video-grid-page .video-post {
  width: 100%;
}

#video-grid-page .video-post img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

#video-grid-page .video-post .video-link {
  border: 2px solid #fff;
}

#video-channel .teachers-box {
  margin-bottom: 50px;
}

#video-channel .product {
  margin-bottom: 50px;
}

#video-channel .video-item {
  margin: 20px 0;
}

#video-channel .video-item .poster {
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
  width: 100%;
}

#video-channel .video-item .hover-post h2 {
  margin-top: 10px;
  color: #fff;
  line-height: 20px;
  font-size: 20px;
}

#video-channel .video-item .hover-post h2:hover {
  color: black;
}

#video-channel .video-item .video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  color: #fff;
  padding-left: 3px;
}

#video-channel .video-item .video-link:hover {
  background-color: white;
  color: #2e3e77;
}

ul.page-pagination {
  margin-bottom: 40px;
}

ul.page-pagination li {
  display: inline-block;
  margin-right: 8px;
}

ul.page-pagination li a {
  color: #464749;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f0f0f1;
  border-radius: 50%;
}

ul.page-pagination li a:hover,
ul.page-pagination li a.active {
  color: #fff;
  background-color: #f9a134;
}

.contact-info-section .container {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 30px;
  border: 1px solid #e5e5e5;
}

.contact-info-section .container .row [class^="col"] {
  padding-bottom: 20px;
}

.contact-info-section .contact-info-box {
  padding: 20px;
}

.contact-info-section .contact-info-box .info-post p a {
  color: #7d7e7f;
}

#latest_news {
  padding: 80px 0;
  background-color: #3c8fd5;
}

#latest_news .header-section {
  margin-bottom: 50px;
}

#latest_news .header-section .news-header .header-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 11px;
}

#latest_news .news-item {
  display: block;
  width: 100%;
  height: 380px;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 5px;
}

#latest_news .news-item .feature-img-section {
  width: 100%;
  height: 230px;
}

#latest_news .news-item .feature-img-section a {
  display: block;
}

#latest_news .news-item .feature-img-section img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

#latest_news .news-item .title-section {
  padding: 30px;
  display: block;
}

#latest_news .news-item .title-section a {
  font-weight: 600;
  font-size: 18px;
  color: #565656;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#latest_news .news-item:hover {
  border-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.back-button {
  margin-top: 30px !important;
  max-width: 300px;
  width: 100%;
  text-align: center;
}

.back_to_top {
  position: fixed;
  right: 25px;
  bottom: 14px;
  display: none;
  z-index: 999;
}

.back_to_top.overFooterOnBottom {
  position: fixed !important;
  bottom: 14px !important;
}

.back_to_top a {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #c1c1c1;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: #9a9a98;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.back_to_top a:hover {
  -webkit-box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.6);
}

.back_to_top a i {
  font-size: 40px;
  line-height: 44px;
}

#footer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: unset;
  width: 100%;
  background-color: #fff;
}

#footer ul {
  list-style-type: none;
}

#footer .copyright {
  height: 50px;
  background-color: black;
  color: white;
  letter-spacing: 1.2px;
  width: 100%;
}

#footer .copyright .inner {
  padding-top: 10px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
}

#footer .copyright .inner .left {
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#footer .copyright .inner .right {
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-right: 15px;
}

#footer .copyright .inner .right a {
  font-size: 12px;
  color: grey;
}

#footer .info {
  margin: 30px 0 0 0;
}

#footer .info .footer-logo {
  margin: 0 10px 0 10px;
}

#footer .info .footer-logo img {
  width: auto;
  height: 100%;
  max-height: 80px;
}

#footer .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .info ul li .contact-info-icon {
  text-align: center;
  margin-right: 12px;
  font-size: 16px;
  width: 30px;
}

#footer .info ul li .contact-info-value {
  font-size: 16px;
}

@media (max-width: 1024px) {
  #footer {
    height: 300px !important;
    background-size: 100% 333px;
  }

  #footer .info {
    margin: 30px 0 0 0;
  }

  #footer .info .footer-logo {
    margin: 0 10px 0 10px;
  }

  #footer .info .footer-logo img {
    width: auto;
    height: 100%;
    max-height: 70px;
  }

  #footer .info ul li .contact-info-icon {
    font-size: 18px !important;
  }

  #footer .info ul li .contact-info-value {
    font-size: 18px !important;
  }
}

@media (max-width: 514px) {
  #footer {
    background-size: cover;
    height: 280px !important;
  }

  #footer .info ul li .contact-info-icon {
    font-size: 14px !important;
  }

  #footer .info ul li .contact-info-value {
    font-size: 14px !important;
  }

  #footer .copyright {
    height: 70px !important;
  }

  #footer .copyright .inner .right {
    margin-left: 14px !important;
    margin-bottom: 10px !important;
  }

  #footer .copyright .inner .right a {
    font-size: 10px !important;
    color: grey;
  }
}

.contact-info-section,
.blog-section,
.teachers-section {
  height: 100%;
  overflow: hidden;
}

.blog-section {
  background-color: unset;
}

.blog-section .container {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 30px;
  border: 1px solid #e5e5e5;
}

.blog-section .container .row [class^="col"] {
  padding-bottom: 20px;
}

.page-banner-section {
  background-color: #2e3e77 !important;
  padding: 15px 0;
}

.page-banner-section .fa {
  color: #fff;
}

.page-banner-section li {
  color: #fff;
}

.page-banner-section li a {
  color: #f4f4ffb5 !important;
}

.page-banner-section li a:hover {
  color: #4783f3 !important;
}

#back-btn {
  width: 300px;
  height: 50px;
  background-color: #97bdf9;
  border-radius: 25px 25px;
  -webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15) !important;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#back-btn .btn-text {
  color: #fff;
  font-size: 18px;
}

#back-btn:hover {
  background-color: #4783f3;
}

