/*---------------------------------------------"
Template Name: Educators
Template URL: https://techpedia.com/template/educators
Description: Online Course & Education HTML Template
Version: 1.1


===============================================   
STYLE SHEET INDEXING
|
|___ Default Styles
|	|___ Variables
|	|___ Reset Styles
|	|___ Typography
|	|___ Forms Styles
|	|___ Rating Input
|	|___ Helper Classes 
|
|___ Elements Styles
|	|___ Preloader
|	|___ Back To Top
|	|___ Button
|	|___ Heading Style
|	|___ Timer Countdown
|	|___ Pagination
|
|___Blocks Styles
|	|___ Top Bar 
|	|___ Header Style
|	|___ Footer Style
|
|___Template Styles
|	|___ Banner
|	|___ Category
|	|___ Course
|	|___ Acheivements
|	|___ Teachers
|	|___ Testimonial
|	|___ Blog
|	|___ News
|	|___ About
|	|___ Scholarship
|	|___ Event
|	|___ Announcement
|	|___ Faq
|	|___ Gallery
|	|___ Reviews
|	|___ Degree
|	|___ Program
|	|___ Text
|	|___ Course Detail
|	|___ Event Detail
|	|___ Staff Detail
|	|___ Blog Detail
|	|___ Contant
|	|___ 404
|	|___ Comming Soon
|
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*=======================================================================
1. Default Styles
=========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@200;300;400;500;600;700;800&family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");
@keyframes movingclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes movingclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-moz-keyframes movingclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes movingcloud {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes movingcloud {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-moz-keyframes movingcloud {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes movingclouding {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes movingclouding {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-moz-keyframes movingclouding {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes simple-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes simple-move {
  100% {
    -webkit-transform: translate(50px, 0);
  }
}
@keyframes simple-move {
  100% {
    transform: translate(50px, 0);
  }
}
@-webkit-keyframes move {
  100% {
    -webkit-transform: translateY(50px, 0);
  }
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
@-webkit-keyframes simple-zoom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
@keyframes simple-zoom {
  100% {
    transform: scale(0.5);
  }
}
@-webkit-keyframes simple-scale {
  100% {
    -webkit-transform: scale(1.5);
  }
}
@keyframes simple-scale {
  100% {
    transform: scale(1.5);
  }
}
/*-------------------------
    Variables
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
a {
  display: inline-block;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: #F5C231;
}

span {
  display: inline-block;
  line-height: 26px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  margin: -10px 0;
}

ul.list-style li,
ol.list-style li {
  margin: 10px 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #F5C231;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

section:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}

.row.g-0 > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

/*-------------------------
    Typography
-------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #EEEEEE;
  font-weight: 400;
  background-color: #ffffff;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0 0 10px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #161F32;
}

p {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px 0;
  line-height: 1.6;
}

/*-------------------------
    Forms Styles
-------------------------*/
input,
.form-control {
  width: 100%;
  font-weight: 600;
  height: 54px;
  color: #161F32;
  padding: 16px 24px;
  border: none;
  background: #ffffff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 24px;
}
input:focus,
.form-control:focus {
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.12);
}
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #969696;
  font-weight: 400;
}
input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #969696;
  font-weight: 400;
}
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #969696;
  font-weight: 400;
}
input::placeholder,
.form-control::placeholder {
  color: #969696;
  font-weight: 400;
}
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #969696;
  font-weight: 400;
}
input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #969696;
  font-weight: 400;
}

textarea::placeholder {
  color: #969696;
  opacity: 1;
}

input[type=checkbox] {
  height: auto;
  width: auto;
}
input[type=checkbox]:checked {
  accent-color: #F5C231;
}

input[type=range]::-webkit-slider-thumb {
  background: #161F32;
  border-radius: 0;
}

input[type=radio] {
  height: auto;
  width: auto;
}
input[type=radio]:checked {
  accent-color: #F5C231;
}

input[type=type] {
  color: #969696;
}

input[type=file] {
  cursor: pointer;
}

.input-group-text {
  background-color: #F5C231;
  color: #ffffff;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.12);
  border: 0;
  font-weight: 700;
  height: 54px;
  border-radius: 10px;
}

.form-group label {
  font-weight: 400;
  font-size: 18px;
  color: #969696;
  margin: 10px 0;
}

.error-msg,
.success-msg {
  margin-top: 25px;
}

.error-msg p,
.success-msg p {
  margin-bottom: 0;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  input,
  .form-control {
    font-size: 16px;
    padding: 12px 12px;
  }
}
table {
  caption-side: bottom;
  border-collapse: unset;
}
table :not(caption) > * > * {
  padding: 0;
  border-bottom-width: 0px;
}

/*-------------------------
    Helper Classes
  -------------------------*/
/*=======================================================================
  2. Elements Styles
  =========================================================================*/
/*-------------------------
      Preloader
  --------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 9999;
  width: 100%;
  text-align: center;
  height: 100vh;
  display: grid;
  align-content: center;
  place-items: center;
}

@media only screen and (max-width: 492px) {
  #preloader img {
    max-width: 60%;
  }
}
/*-------------------------
      Back To Top  
  --------------------------*/
.back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #F5C231;
  color: #161F32;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top:focus {
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.back-to-top.show {
  bottom: 40px;
  right: 40px;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.back-to-top.show:hover {
  color: #ffffff;
  bottom: 30px;
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .back-to-top.show {
    bottom: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .back-to-top.show:hover {
    bottom: 10px;
  }
}
/*-------------------------
      Button
  -------------------------*/
.educators-btn {
  font-weight: 600;
  height: auto;
  text-align: center;
  overflow: hidden;
  letter-spacing: -0.02em;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-self: center;
}

.educators-btn.small {
  font-size: 18px;
  line-height: 22px;
  padding: 8px 16px;
}

.educators-btn.medium {
  font-size: 20px;
  line-height: 24px;
  padding: 12px 24px;
}
@media (max-width: 492px) {
  .educators-btn.medium {
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 5px;
  }
}
.educators-btn.medium i {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-left: 5px;
}

.educators-btn.large {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  padding: 10px 22px;
}

.educators-btn.x-large {
  font-size: 20px;
  line-height: 24px;
  padding: 12px 100%;
  width: 100%;
}

.educators-btn.dark {
  z-index: 1;
  border: unset;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 300ms;
  color: #ffffff;
  background: #161F32;
}
@media (max-width: 490px) {
  .educators-btn.dark {
    border-radius: 5px;
  }
}
.educators-btn.dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  border: unset;
  border-radius: 10px;
  transition: all 300ms;
  background-color: #F5C231;
}
.educators-btn.dark:hover {
  color: #161F32;
  background-color: #F5C231;
}
.educators-btn.dark:hover::before {
  width: 100%;
}

.educators-btn.yellow {
  z-index: 1;
  border: unset;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 300ms;
  color: #161F32;
  background: #F5C231;
}
@media (max-width: 490px) {
  .educators-btn.yellow {
    border-radius: 5px;
  }
}
.educators-btn.yellow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  border: unset;
  border-radius: 10px;
  transition: all 300ms;
  background-color: #161F32;
}
.educators-btn.yellow:hover {
  color: #F5C231;
  background-color: #161F32;
}
.educators-btn.yellow:hover::before {
  width: 100%;
}

.educators-btn.white {
  z-index: 1;
  border: unset;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: all 300ms;
  color: #161F32;
  background: #ffffff;
}
@media (max-width: 490px) {
  .educators-btn.white {
    border-radius: 5px;
  }
}
.educators-btn.white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  border: unset;
  border-radius: 10px;
  transition: all 300ms;
  background-color: #F5C231;
}
.educators-btn.white:hover {
  background-color: #F5C231;
}
.educators-btn.white:hover::before {
  width: 100%;
}

/* -----------------------
    Heading Styles 
  --------------------------*/
.heading {
  margin-bottom: 32px;
}
.heading h2 {
  font-weight: 700;
  font-size: 67px;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  color: #161F32;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
}
.heading h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: --color-dark;
  text-align: center;
}
.heading p {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 0.03em;
  color: #161F32;
}

@media only screen and (max-width: 991px) {
  .heading h2 {
    font-size: 42px;
  }
  .heading p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .heading h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 576px) {
  .heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* -----------------------
   Timer Countdown 
  --------------------------*/
.timer {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-bottom: 30px; */
}
.timer li {
  width: 20%;
  font-weight: 500;
  font-size: 38px;
  color: #4E4E4E;
  background-color: #ffffff;
  display: inline-block;
  margin: 0;
  padding: 16px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .timer li {
    padding: 5px;
    font-size: 25px;
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .timer li {
    font-size: 32px;
  }
}
@media (max-width: 490px) {
  .timer li {
    font-size: 21px;
    border-radius: 5px;
    width: 22%;
  }
}
.timer li small {
  display: block;
  font-weight: 600;
  font-size: 21px;
  color: #969696;
}
@media (max-width: 767px) {
  .timer li small {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .timer li small {
    font-size: 10px;
  }
}
.timer li:first-child {
  margin-left: 0;
}

/* -----------------------
    Pagination 
  --------------------------*/
.pagination-wrape {
  margin: 10px 0 0 0;
  text-align: center;
}
.pagination-wrape ul.pagination {
  display: block;
  margin: 0;
}
.pagination-wrape ul.pagination li {
  display: inline-block;
  margin: 0 15px;
}
.pagination-wrape ul.pagination li a {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  background: #EEEEEE;
  color: #4E4E4E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  padding: 0 10px;
  border: none;
  transition: all 0.5s;
  border-radius: 5px !important;
}
.pagination-wrape ul.pagination li a:hover {
  background-color: #161F32;
  color: #ffffff;
  border-radius: 5px;
}
.pagination-wrape ul.pagination li a.current {
  background-color: #161F32;
  color: #ffffff;
}

@media only screen and (max-width: 576px) {
  ul.pagination li {
    margin: 0 6px;
  }
  ul.pagination li a {
    font-size: 20px;
  }
  ul.pagination li a.arrow {
    font-size: 20px;
  }
}
/*-------------------------
    Breadcrumb
-------------------------*/
.breadcrumb {
  padding: 50px 0;
  background: url(../img/bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  margin: 0;
}
@media (max-width: 767px) {
  .breadcrumb {
    background-position: left;
  }
}
@media (max-width: 490px) {
  .breadcrumb {
    padding: 30px 0;
  }
}
.breadcrumb .breadcrumb-content {
  display: block;
}
.breadcrumb .breadcrumb-content h4 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 67px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-content h4 {
    font-size: 52px;
  }
}
@media (max-width: 490px) {
  .breadcrumb .breadcrumb-content h4 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
.breadcrumb .breadcrumb-content ul {
  padding: 0;
  margin: 0;
}
.breadcrumb .breadcrumb-content ul li {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  margin-right: 60px;
}
@media (max-width: 490px) {
  .breadcrumb .breadcrumb-content ul li {
    margin-right: 30px;
  }
}
.breadcrumb .breadcrumb-content ul li:after {
  content: "";
  background: url(../img/bradcrumb.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 34px;
  height: 17px;
  margin: 0 14px;
  color: #ffffff;
  position: absolute;
  top: 20px;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-content ul li:after {
    top: 12px;
  }
}
@media (max-width: 490px) {
  .breadcrumb .breadcrumb-content ul li:after {
    width: 16px;
    height: 8px;
    top: 13px;
    margin: 0 7px;
  }
}
.breadcrumb .breadcrumb-content ul li a {
  color: #ffffff;
  font-size: 38px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-content ul li a {
    font-size: 28px;
  }
}
@media (max-width: 490px) {
  .breadcrumb .breadcrumb-content ul li a {
    font-size: 16px;
  }
}
.breadcrumb .breadcrumb-content ul li a:hover {
  color: #F5C231;
}
.breadcrumb .breadcrumb-content ul li a.active {
  color: #F5C231;
}
.breadcrumb .breadcrumb-content ul li:last-child {
  margin: 0;
}
.breadcrumb .breadcrumb-content ul li:last-child::after {
  display: none;
}

/*-------------------------
    Search
-------------------------*/
.search-block {
  padding: 24px;
  background: #EEEEEE;
  border-radius: 15px;
  margin-bottom: 32px;
}
@media (max-width: 490px) {
  .search-block {
    padding: 12px;
  }
}
.search-block .input-group {
  margin-bottom: 32px;
}
@media (max-width: 490px) {
  .search-block .input-group {
    margin-bottom: 12px;
  }
}
.search-block .input-group .form-control {
  padding: 12px 24px;
  font-size: 21px;
  box-shadow: none;
  margin: 0;
}
@media (max-width: 490px) {
  .search-block .input-group .form-control {
    padding: 6px 12px;
    font-size: 16px;
  }
}
.search-block .input-group .input-group-text {
  box-shadow: none;
  background: #ffffff;
  color: #161F32;
  font-size: 28px;
  padding: 12px 24px;
  font-weight: 600;
}
@media (max-width: 490px) {
  .search-block .input-group .input-group-text {
    padding: 6px 12px;
    font-size: 21px;
  }
}
.search-block .categories-search {
  padding: 12px 24px;
  background: #ffffff;
  border-radius: 10px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 490px) {
  .search-block .categories-search {
    padding: 12px;
  }
}
.search-block .categories-search h5 {
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  color: #969696;
  margin: 0;
}
@media (max-width: 490px) {
  .search-block .categories-search h5 {
    font-size: 16px;
  }
}
.search-block .categories-search ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.search-block .categories-search ul li {
  position: relative;
}
.search-block .categories-search ul li .dropdown-toggle {
  color: #161F32;
  font-size: 21px;
  font-weight: 600;
  transition: transform 0.3s linear;
}
@media (max-width: 490px) {
  .search-block .categories-search ul li .dropdown-toggle {
    font-size: 18px;
  }
}
.search-block .categories-search ul li .dropdown-toggle:after {
  border: 0;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  transition: transform 0.3s linear;
  margin: 0;
  vertical-align: 0;
  padding: 0;
}
.search-block .categories-search ul li .dropdown-toggle.show:after {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  transition: transform 0.3s linear;
}
.search-block .categories-search ul li .dropdown-menu {
  background: #EEEEEE;
  border: none;
  padding: 12px 24px;
  margin-top: 10px;
  transition: transform 0.3s linear;
}
.search-block .categories-search ul li .dropdown-menu a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #161F32;
  margin-bottom: 12px;
}
@media (max-width: 490px) {
  .search-block .categories-search ul li .dropdown-menu a {
    font-size: 14px;
  }
}
.search-block .categories-search ul li .dropdown-menu a:hover {
  color: #F5C231;
}
.search-block .categories-search ul li .dropdown-menu a:last-child {
  margin: 0;
}

/*=======================================================================
  3.Blocks Styles 
  =========================================================================*/
/*-------------------------
    Top Bar Style
-------------------------*/
.top-bar.style-1 {
  padding: 15px 0;
  background: #161F32;
}
.top-bar.style-1 .top-bar-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 490px) {
  .top-bar.style-1 .top-bar-block {
    justify-content: space-between;
  }
}
.top-bar.style-1 .top-bar-block p {
  margin: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 8px;
}
@media (max-width: 992px) {
  .top-bar.style-1 .top-bar-block p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top-bar.style-1 .top-bar-block p {
    font-size: 12px;
  }
}
@media (max-width: 490px) {
  .top-bar.style-1 .top-bar-block p {
    font-size: 10px;
  }
}
@media (max-width: 490px) {
  .top-bar.style-1 .top-bar-block p:first-child {
    display: none;
  }
}

/*-------------------------
     Header Style
  -------------------------*/
.header {
  z-index: 5;
  background-color: #ffffff;
  padding: 0 100px;
  box-shadow: 0px 21px 13px rgba(0, 0, 0, 0.01), 0px 9px 9px rgba(0, 0, 0, 0.02), 0px 2px 5px rgba(0, 0, 0, 0.02), 0px 0px 0px rgba(0, 0, 0, 0.02);
}
.header img {
	max-height: 50px;
}
@media (max-width: 1499px) {
  .header {
    padding: 0 20px;
  }
}
.header nav.navbar.navbar-expand-lg {
  padding: 0;
}
.header nav.navbar .mainmenu li a {
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0.02em;
  padding: 35px 35px 35px 0;
  display: block;
  position: relative;
  cursor: pointer;
  color: #161F32;
  -webkit-transition: transition;
  transition: transition;
}
.header nav.navbar .mainmenu li a:hover {
  color: #F5C231;
}
.header nav.navbar .mainmenu li a.active {
  color: #F5C231;
}
.header nav.navbar .mainmenu .menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.header nav.navbar .mainmenu .menu-item-has-children a {
  cursor: pointer;
  position: relative;
}
.header nav.navbar .mainmenu .menu-item-has-children .educators-submenu {
  position: absolute;
  right: 0px;
  background: #ffffff;
  z-index: 99;
  visibility: hidden;
  min-width: 210px;
  padding: 15px;
  border-radius: 4px;
  transform-origin: top;
  transform: rotateX(-90deg);
  -webkit-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  list-style: none;
  margin: 0;
  box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
}
.header nav.navbar .mainmenu .menu-item-has-children .educators-submenu li {
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.header nav.navbar .mainmenu .menu-item-has-children .educators-submenu li a {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  color: #161F32;
  padding: 7px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header nav.navbar .mainmenu .menu-item-has-children .educators-submenu li a:hover {
  color: #F5C231;
}
.header nav.navbar .mainmenu .menu-item-has-children .educators-submenu li a.active {
  color: #F5C231;
}
.header nav.navbar .mainmenu .menu-item-has-children .educators-submenu.multiline {
  min-width: 400px;
}
.header nav.navbar .mainmenu .menu-item-has-children .educators-submenu.multiline li {
  display: inline-block;
  width: 48%;
  text-align: left;
}
.header nav.navbar .mainmenu .menu-item-has-children:hover .educators-submenu {
  transform: rotateX(0deg);
  visibility: visible;
  z-index: 9;
  right: 0;
}
.header nav.navbar .mainmenu .menu-item-has-children:hover .educators-submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.navbar-toggler {
  color: #F5C231;
  font-size: 28px;
  border: none;
}

@media only screen and (992px <= width <= 1199px) {
  .header {
    padding: 0 30px;
  }
  .header nav.navbar .mainmenu > li > a {
    font-size: 21px;
    padding: 28px 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .header nav .navbar-brand {
    width: 220px;
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .header nav .navbar-brand {
    width: 200px;
    height: auto;
  }
  .header nav.navbar .mainmenu > li > a {
    font-size: 20px;
    padding: 28px 8px;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 20px 30px;
  }
  .header nav {
    background-color: #ffffff;
    border-radius: 15px;
  }
  .header nav.navbar .mainmenu > li > a {
    font-size: 21px;
    padding: 10px 0px;
    text-align: left;
  }
  .header nav.navbar .mainmenu > li {
    margin: 0px;
  }
  .header nav .right-nav {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 492px) {
  .header {
    padding: 10px 20px;
  }
  .header nav .navbar-brand img {
    width: 180px;
    height: auto;
  }
  .navbar-toggler {
    font-size: 21px;
  }
  .header nav.navbar .mainmenu > li {
    margin: 0;
  }
  .header nav.navbar .mainmenu > li > a {
    font-size: 18px;
    padding: 5px 0;
  }
  .header nav.navbar .mainmenu > .menu-item-has-children .educators-submenu.multiline {
    min-width: 300px;
  }
  .header nav.navbar .mainmenu > .menu-item-has-children .educators-submenu li a {
    padding: 7px 5px;
    font-size: 14px;
  }
  .header nav.navbar .mainmenu > .menu-item-has-children .items-count {
    left: 15px;
  }
}
/*-------------------------
      Footer 
  -------------------------*/
.footer {
  background: url(../img/footer-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .footer-main {
  padding: 50px 0;
}
@media (max-width: 490px) {
  .footer .footer-main {
    padding: 30px 0 10px;
  }
}
@media (max-width: 580px) {
  .footer .footer-main .footer-widget.space {
    margin-bottom: 30px;
  }
}
.footer .footer-main .footer-widget .footer-logo img {
  margin-bottom: 16px;
  width: 300px;
}
.footer .footer-main .footer-widget .about {
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 1250px) {
  .footer .footer-main .footer-widget .about {
    font-size: 14px;
  }
}
.footer .footer-main .footer-widget .social {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .footer .footer-main .footer-widget .social {
    margin: 32px 0;
  }
}
@media (max-width: 580px) {
  .footer .footer-main .footer-widget .social {
    margin: 24px 0 32px;
  }
}
.footer .footer-main .footer-widget .social i {
  font-size: 32px;
  color: #ffffff;
  margin-right: 20px;
}
.footer .footer-main .footer-widget .social i:hover {
  color: #F5C231;
}
.footer .footer-main .footer-widget .social img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.footer .footer-main .footer-widget .social img:last-child {
  margin-right: 0px;
}
.footer .footer-main .footer-widget .title {
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 490px) {
  .footer .footer-main .footer-widget .title {
    margin-bottom: 20px;
  }
}
.footer .footer-main .footer-widget .links li {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  color: #ffffff;
}
.footer .footer-main .footer-widget .links li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  margin-right: 10px;
}
.footer .footer-main .footer-widget .links li:hover::before {
  color: #F5C231;
}
.footer .footer-main .footer-widget .links li:last-child {
  margin-bottom: 0;
}
.footer .footer-main .footer-widget .links li p {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer .footer-main .footer-widget .links li p {
    font-size: 16px;
  }
}
.footer .footer-main .footer-widget .contact li {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}
@media (max-width: 1250px) {
  .footer .footer-main .footer-widget .contact li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer .footer-main .footer-widget .contact li {
    font-size: 16px;
  }
}
.footer .footer-main .footer-widget .contact li p {
  margin-bottom: 0;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 767px) {
  .footer .footer-main .footer-widget .contact li p {
    font-size: 16px;
  }
}
.footer .footer-main .footer-widget .contact li i {
  margin-right: 10px;
}

.copyright-text {
  font-weight: 400;
  font-size: 21px;
  padding: 16px 0;
  margin-bottom: 0;
  color: #161F32;
  background: #ffffff;
}
@media (max-width: 767px) {
  .copyright-text {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .copyright-text {
    font-size: 16px;
  }
}

/*=======================================================================
  4. Template Styles
  =========================================================================*/
/*-------------------------
    Banner
-------------------------*/
.banner {
  position: relative;
  overflow: hidden;
}
.banner .shape {
  position: absolute;
}
.banner.style-1 {
  background-color: #F6F6F6;
}
@media screen and (min-width: 992px) {
  .banner.style-1 {
    background: url(../img/banner-bg-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-position: top;
    background-color: #F6F6F6;
  }
}
@media (max-width: 992px) {
  .banner.style-1 .banner-content {
    padding: 100px 0 50px;
  }
}
@media (max-width: 992px) {
  .banner.style-1 .banner-content {
    padding: 50px 0 50px;
  }
}
.banner.style-1 .banner-content p {
  font-size: 28px;
  color: #4E4E4E;
}
.banner.style-1 .banner-content p.light-text {
  color: #969696;
  line-height: 1.4;
  font-size: 22px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .banner.style-1 .banner-content p.light-text {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .banner.style-1 .banner-content p.light-text {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .banner.style-1 .banner-content p {
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .banner.style-1 .banner-content p {
    font-size: 16px;
  }
}
.banner.style-1 .banner-content h2 {
  font-size: 81px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .banner.style-1 .banner-content h2 {
    font-size: 52px;
  }
}
@media (max-width: 490px) {
  .banner.style-1 .banner-content h2 {
    font-size: 32px;
    margin-bottom: 38px;
  }
}
.banner.style-1 .banner-content h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 500px;
  height: 10px;
  background-color: #F5C231;
}
@media (max-width: 767px) {
  .banner.style-1 .banner-content h2:before {
    width: 350px;
  }
}
@media (max-width: 490px) {
  .banner.style-1 .banner-content h2:before {
    width: 230px;
    height: 6px;
  }
}
.banner.style-1 .banner-content span {
  margin-top: 15px;
  color: #161F32;
  font-size: 21px;
  font-weight: 600;
}
.banner.style-1 .banner-content span i {
  color: #F5C231;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .banner.style-1 .banner-content span {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .banner.style-1 .banner-content span {
    font-size: 10px;
    margin-top: 0px;
  }
}
.banner.style-1 .banner-content .trail-content {
  padding: 48px;
  background: #ffffff;
  border-radius: 15px;
}
@media (max-width: 1250px) {
  .banner.style-1 .banner-content .trail-content {
    margin-top: 32px;
  }
}
@media (max-width: 490px) {
  .banner.style-1 .banner-content .trail-content {
    padding: 24px 16px;
    border-radius: 10px;
    margin-top: 20px;
  }
}
.banner.style-1 .banner-content .trail-content h4 {
  font-weight: 600;
  font-size: 38px;
}
.banner.style-1 .banner-content .trail-content h4 b {
  font-weight: 600;
  color: #F5C231;
}
@media (max-width: 490px) {
  .banner.style-1 .banner-content .trail-content h4 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.banner.style-1 .banner-content .trail-content span {
  margin: 0 0 30px 0;
  font-weight: 400;
}
@media (max-width: 490px) {
  .banner.style-1 .banner-content .trail-content span {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (max-width: 490px) {
  .banner.style-1 .banner-content .trail-content input {
    border-radius: 5px;
    margin-bottom: 20px;
  }
}
.banner.style-1 .banner-content .trail-content .educators-btn {
  width: 100%;
  justify-content: center;
}
.banner.style-1 .shape1 {
  top: 10%;
  left: -22%;
  animation: simple-loading 10s linear infinite;
}
.banner.style-1 .shape2 {
  top: 30%;
  left: 55%;
  -webkit-animation: simple-move 3s 3s linear infinite alternate;
  animation: simple-move 3s 3s linear infinite alternate;
}
@media (max-width: 1199px) {
  .banner.style-1 .shape2 {
    left: 75%;
  }
}
@media (max-width: 490px) {
  .banner.style-1 .shape2 {
    display: none;
  }
}
.banner.style-1 .shape3 {
  bottom: 4%;
  left: 40%;
  -webkit-animation: simple-move 3s 3s linear infinite alternate;
  animation: simple-move 3s 3s linear infinite alternate;
}
@media (max-width: 992px) {
  .banner.style-1 .shape3 {
    bottom: 2%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .banner.style-1 .shape3 {
    bottom: 41%;
    left: 4%;
  }
}
@media (max-width: 490px) {
  .banner.style-1 .shape3 {
    display: none;
  }
}
.banner.style-1 .shape4 {
  top: 12%;
  right: 15%;
  z-index: 3;
}
@media (max-width: 1200px) {
  .banner.style-1 .shape4 {
    top: 53%;
    right: 49%;
    transform: rotate(17deg);
  }
}
@media (max-width: 992px) {
  .banner.style-1 .shape4 {
    top: 54%;
    right: 36%;
  }
}
@media (max-width: 767px) {
  .banner.style-1 .shape4 {
    top: 51%;
    right: 14%;
  }
}
@media (max-width: 580px) {
  .banner.style-1 .shape4 {
    top: 47%;
    right: 4%;
  }
}
@media (max-width: 490px) {
  .banner.style-1 .shape4 {
    display: none;
  }
}
.banner.style-1 .shape5 {
  top: 50%;
  left: 50%;
}
@media (max-width: 1199px) {
  .banner.style-1 .shape5 {
    top: 79%;
    left: 60%;
    transform: rotate(-131deg);
  }
}
@media (max-width: 992px) {
  .banner.style-1 .shape5 {
    top: 82%;
    left: 78%;
  }
}
@media (max-width: 767px) {
  .banner.style-1 .shape5 {
    display: none;
  }
}
.banner.style-1 .shape6 {
  top: 5%;
  left: 60%;
  -webkit-animation: simple-scale 1s 1s linear infinite alternate;
  animation: simple-scale 1s 1s linear infinite alternate;
}
@media (max-width: 992px) {
  .banner.style-1 .shape6 {
    top: 60%;
    left: 92%;
  }
}
@media (max-width: 580px) {
  .banner.style-1 .shape6 {
    top: 3%;
    left: 86%;
  }
}
@media (max-width: 490px) {
  .banner.style-1 .shape6 {
    display: none;
  }
}
.banner.style-1 .shape7 {
  right: -18%;
  bottom: -36%;
  animation: simple-loading 10s linear infinite;
}
@media (max-width: 1199px) {
  .banner.style-1 .shape7 {
    right: -22%;
    bottom: 6%;
  }
}
@media (max-width: 992px) {
  .banner.style-1 .shape7 {
    display: none;
  }
}
.banner.style-1 .shape8 {
  right: -6%;
  top: -18%;
  animation: simple-loading 10s linear infinite;
}
@media (max-width: 1199px) {
  .banner.style-1 .shape8 {
    right: -8%;
    top: -10%;
  }
}
@media (max-width: 767px) {
  .banner.style-1 .shape8 {
    display: none;
  }
}
.banner .banner-content {
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1299px) {
  .banner .banner-content {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .banner .banner-content {
    padding: 50px 0;
  }
}
@media (max-width: 490px) {
  .banner .banner-content {
    padding: 40px 0;
  }
}
.banner.style-2 {
  background: url(../img/banner-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner.style-2 .banner-content {
  padding: 100px 0 200px;
}
@media (max-width: 992px) {
  .banner.style-2 .banner-content {
    padding: 30px 0 50px;
  }
}
@media (max-width: 490px) {
  .banner.style-2 .banner-content {
    padding: 30px 0 10px;
  }
}
.banner.style-2 .banner-content img {
  object-fit: contain;
  position: absolute;
  bottom: 0;
}
@media (max-width: 992px) {
  .banner.style-2 .banner-content img {
    display: none;
  }
}
.banner.style-2 .banner-content p {
  display: inline-block;
  font-weight: 400;
  font-size: 21px;
  color: #F5C231;
  padding-right: 50px;
  border-bottom: 2px solid #F5C231;
  margin-bottom: 32px;
}
@media (max-width: 490px) {
  .banner.style-2 .banner-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.banner.style-2 .banner-content .text-block {
  background: rgba(150, 150, 150, 0.8);
  padding: 22px 22px 0 0;
  border-radius: 0 220px 220px 0;
  padding-left: 100%;
  margin-left: -100%;
}
@media (max-width: 490px) {
  .banner.style-2 .banner-content .text-block {
    border-radius: 0;
    font-size: 10px;
    padding-left: 0%;
    margin-left: 0%;
    background: transparent;
  }
}
.banner.style-2 .banner-content .text-block h2 {
  font-weight: 700;
  font-size: 90px;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .banner.style-2 .banner-content .text-block h2 {
    font-size: 52px;
  }
}
@media (max-width: 490px) {
  .banner.style-2 .banner-content .text-block h2 {
    font-size: 32px;
  }
}
.banner.style-2 .banner-content .text-block .tags p {
  font-weight: 600;
  color: #ffffff;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  background: #161F32;
  border-radius: 15px;
  margin: 0 30px 32px 0;
}
@media (max-width: 1199px) {
  .banner.style-2 .banner-content .text-block .tags p {
    padding: 8px 16px;
  }
}
@media (max-width: 490px) {
  .banner.style-2 .banner-content .text-block .tags p {
    margin: 0 0px 20px 0;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
  }
}
@media (max-width: 490px) {
  .banner.style-2 .banner-content .text-block .tags p:first-child {
    margin: 0 10px 20px 0;
  }
}
.banner.style-2 .banner-content .text-block .tags p b {
  font-weight: 700;
  font-size: 30px;
  color: #F5C231;
  padding-right: 6px;
}
@media (max-width: 490px) {
  .banner.style-2 .banner-content .text-block .tags p b {
    font-size: 16px;
  }
}
.banner.style-2 .banner-content .text-block a {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 25px;
  padding: 15px 24px;
}
@media (max-width: 490px) {
  .banner.style-2 .banner-content .text-block a {
    font-size: 18px;
  }
}
.banner.style-2 .shape1 {
  top: -10%;
  left: -5%;
}
@media (max-width: 1500px) {
  .banner.style-2 .shape1 {
    top: -12%;
    left: -6%;
  }
}
@media (max-width: 1199px) {
  .banner.style-2 .shape1 {
    top: -14%;
    left: -7%;
  }
}
@media (max-width: 992px) {
  .banner.style-2 .shape1 {
    display: none;
  }
}
.banner.style-2 .shape2 {
  top: 10%;
  right: 19%;
  width: 280px;
  -webkit-animation: simple-zoom 4s 4s linear infinite alternate;
  animation: simple-zoom 4s 4s linear infinite alternate;
}
@media (max-width: 1500px) {
  .banner.style-2 .shape2 {
    right: 9%;
  }
}
@media (max-width: 1199px) {
  .banner.style-2 .shape2 {
    top: 3%;
    right: 5%;
  }
}
@media (max-width: 992px) {
  .banner.style-2 .shape2 {
    display: none;
  }
}
.banner.style-2 .shape3 {
  top: 4%;
  right: 40%;
  animation: simple-loading 10s linear infinite;
}
@media (max-width: 992px) {
  .banner.style-2 .shape3 {
    right: 4%;
  }
}
@media (max-width: 767px) {
  .banner.style-2 .shape3 {
    display: none;
  }
}
.banner.style-2 .shape4 {
  top: 40%;
  right: 40%;
  -webkit-animation: simple-move 4s 4s linear infinite alternate;
  animation: simple-move 4s 4s linear infinite alternate;
}
@media (max-width: 992px) {
  .banner.style-2 .shape4 {
    right: 22%;
  }
}
@media (max-width: 580px) {
  .banner.style-2 .shape4 {
    display: none;
  }
}
.banner.style-2 .shape5 {
  top: 48%;
  right: 60%;
  -webkit-animation: simple-move 4s 4s linear infinite alternate;
  animation: simple-move 4s 4s linear infinite alternate;
}
@media (max-width: 490px) {
  .banner.style-2 .shape5 {
    display: none;
  }
}
.banner.style-2 .shape6 {
  bottom: 28%;
  left: 2%;
  -webkit-animation: simple-zoom 4s 4s linear infinite alternate;
  animation: simple-zoom 4s 4s linear infinite alternate;
}
@media (max-width: 580px) {
  .banner.style-2 .shape6 {
    display: none;
  }
}
.banner.style-2 .shape7 {
  top: 50%;
  right: 37%;
  -webkit-animation: simple-zoom 4s 4s linear infinite alternate;
  animation: simple-zoom 4s 4s linear infinite alternate;
}
@media (max-width: 767px) {
  .banner.style-2 .shape7 {
    display: none;
  }
}
.banner.style-2 .shape8 {
  bottom: 20%;
  right: 40%;
  animation: simple-loading 10s linear infinite;
}
@media (max-width: 992px) {
  .banner.style-2 .shape8 {
    right: 26%;
  }
}
@media (max-width: 992px) {
  .banner.style-2 .shape8 {
    right: 9%;
    bottom: 10%;
  }
}
@media (max-width: 580px) {
  .banner.style-2 .shape8 {
    display: none;
  }
}
.banner.style-2 .shape9 {
  bottom: 5%;
  left: 150px;
  -webkit-animation: bounce 2s 2s linear infinite alternate;
  animation: bounce 2s 2s linear infinite alternate;
}
@media (max-width: 992px) {
  .banner.style-2 .shape9 {
    display: none;
  }
}
.banner.style-2 .shape10 {
  bottom: -4px;
  right: -4px;
}
@media (max-width: 1600px) {
  .banner.style-2 .shape10 {
    display: none;
  }
}
.banner.style-2 .shape11 {
  width: 800px;
  bottom: -50%;
  right: -17%;
}
@media (max-width: 1600px) {
  .banner.style-2 .shape11 {
    display: none;
  }
}
.banner.style-3 {
  padding-bottom: 200px;
  background: url(../img/banner-bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .banner.style-3 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .banner.style-3 .container {
    min-width: 100%;
    padding: 0;
    margin: 0;
  }
}
.banner.style-3 .banner-content {
  padding: 0;
}
.banner.style-3 .banner-content .text-block {
  padding-left: 150px;
  padding-top: 210px;
}
@media (max-width: 1299px) {
  .banner.style-3 .banner-content .text-block {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .banner.style-3 .banner-content .text-block {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .banner.style-3 .banner-content .text-block {
    padding-top: 180px;
  }
}
@media (max-width: 490px) {
  .banner.style-3 .banner-content .text-block {
    padding-top: 150px;
  }
}
.banner.style-3 .banner-content .text-block h2 {
  font-weight: 700;
  font-size: 67px;
  font-family: "Fira Sans", sans-serif;
  color: #161F32;
  margin-bottom: 32px;
}
@media (max-width: 490px) {
  .banner.style-3 .banner-content .text-block h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
.banner.style-3 .banner-content .text-block p {
  font-weight: 500;
  font-size: 38px;
  color: #4E4E4E;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (max-width: 490px) {
  .banner.style-3 .banner-content .text-block p {
    font-size: 18px;
  }
}
.banner.style-3 .banner-content .text-block span {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 490px) {
  .banner.style-3 .banner-content .text-block span {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (max-width: 490px) {
  .banner.style-3 .banner-content .text-block a {
    font-size: 16px;
  }
}
.banner.style-3 .banner-content .img-block {
  position: relative;
  padding: 0 0;
  overflow: hidden;
  border-radius: 0 0 0 400px;
  border: 20px solid #161F32;
  border-top: none;
  border-right: none;
}
@media (max-width: 1199px) {
  .banner.style-3 .banner-content .img-block {
    display: none;
  }
}
.banner.style-3 .banner-content .img-block img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
.banner.style-3 .banner-content .img-block .shape {
  z-index: 10;
}
.banner.style-3 .banner-content .img-block .shape.shape-1 {
  left: 0;
  top: 40%;
  -webkit-animation: simple-move 4s 4s linear infinite alternate;
  animation: simple-move 4s 4s linear infinite alternate;
}
.banner.style-3 .banner-content .img-block .shape.shape-1 img {
  width: 150px;
  height: 50px;
  object-fit: contain;
}
.banner.style-3 .banner-content .img-block .shape.shape-2, .banner.style-3 .banner-content .img-block .shape.shape-3, .banner.style-3 .banner-content .img-block .shape.shape-4 {
  right: 0;
  top: 60%;
}
.banner.style-3 .banner-content .img-block .shape.shape-2 img, .banner.style-3 .banner-content .img-block .shape.shape-3 img, .banner.style-3 .banner-content .img-block .shape.shape-4 img {
  width: 240px;
  height: 50px;
  object-fit: contain;
}
.banner.style-3 .banner-content .img-block .shape.shape-3 {
  top: 70%;
}
.banner.style-3 .banner-content .img-block .shape.shape-4 {
  top: 80%;
}
.banner.style-3 .cloud {
  position: absolute;
  background-image: url(../img/cloud.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 180px;
  z-index: 10;
}
@media (max-width: 490px) {
  .banner.style-3 .cloud {
    width: 550px;
  }
}
.banner.style-3 .cloud.cloud1 {
  bottom: -3px;
  left: 0;
}
.banner.style-3 .cloud.cloud2 {
  bottom: -3px;
  left: 0;
  background-image: url(../img/cloud-2.svg);
  -webkit-animation: movingcloud 40s linear infinite;
  -moz-animation: movingcloud 40s linear infinite;
  -o-animation: movingcloud 40s linear infinite;
}
.banner.style-3 .cloud.cloud3 {
  bottom: -3px;
  left: 0;
  -webkit-animation: movingclouds 25s linear infinite;
  -moz-animation: movingclouds 25s linear infinite;
  -o-animation: movingclouds 25s linear infinite;
}
.banner.style-3 .cloud.cloud4 {
  bottom: -3px;
  left: 0;
  -webkit-animation: movingclouding 60s linear infinite;
  -moz-animation: movingclouding 60s linear infinite;
  -o-animation: movingclouding 60s linear infinite;
}
.banner.style-3 .shape1 {
  top: -1px;
  left: 5%;
}
@media (max-width: 1199px) {
  .banner.style-3 .shape1 {
    left: 15%;
  }
}
@media (max-width: 767px) {
  .banner.style-3 .shape1 {
    left: 10%;
  }
}
@media (max-width: 490px) {
  .banner.style-3 .shape1 {
    display: none;
  }
}
.banner.style-3 .shape2 {
  top: -1px;
  left: 10%;
}
@media (max-width: 1199px) {
  .banner.style-3 .shape2 {
    left: 25%;
  }
}
@media (max-width: 490px) {
  .banner.style-3 .shape2 {
    left: 10%;
    top: -50px;
  }
}
.banner.style-3 .shape3 {
  top: -1px;
  left: 25%;
}
@media (max-width: 1199px) {
  .banner.style-3 .shape3 {
    left: 70%;
  }
}
@media (max-width: 767px) {
  .banner.style-3 .shape3 {
    left: 60%;
  }
}
@media (max-width: 490px) {
  .banner.style-3 .shape3 {
    left: initial;
    right: 10%;
    top: -20px;
  }
}
.banner.style-3 .shape4 {
  top: -1px;
  left: 31%;
}
@media (max-width: 1199px) {
  .banner.style-3 .shape4 {
    left: 80%;
  }
}
@media (max-width: 767px) {
  .banner.style-3 .shape4 {
    left: 77%;
  }
}
@media (max-width: 490px) {
  .banner.style-3 .shape4 {
    display: none;
  }
}
.banner.style-3 .shape5 {
  top: -1px;
  right: -1px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .banner.style-3 .shape5 {
    display: none;
  }
}
.banner.style-3 .shape6 {
  bottom: 22%;
  left: 40%;
  animation: simple-loading 10s linear infinite;
}
.banner.style-3 .shape6 img {
  width: 150px;
  height: 150px;
}
@media (max-width: 1199px) {
  .banner.style-3 .shape6 img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1399px) {
  .banner.style-3 .shape6 {
    left: 50%;
  }
}
@media (max-width: 1199px) {
  .banner.style-3 .shape6 {
    left: 80%;
  }
}
@media (max-width: 767px) {
  .banner.style-3 .shape6 {
    display: none;
  }
}
.banner.style-4 {
  background: #EEEEEE;
}
.banner.style-4 .banner-content {
  padding: 0;
}
.banner.style-4 .banner-content .text-block {
  padding: 150px 0 100px;
}
@media (max-width: 992px) {
  .banner.style-4 .banner-content .text-block {
    padding: 80px 0;
  }
}
@media (max-width: 492px) {
  .banner.style-4 .banner-content .text-block {
    padding: 40px 0 80px 0;
  }
}
.banner.style-4 .banner-content .text-block h2 {
  padding-right: 20px;
  display: inline-block;
  font-size: 67px;
  font-family: "Fira Sans", sans-serif;
  border-bottom: 10px solid #F5C231;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .banner.style-4 .banner-content .text-block h2 {
    font-size: 52px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .banner.style-4 .banner-content .text-block h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .banner.style-4 .banner-content .text-block h2 {
    font-size: 62px;
  }
}
@media (max-width: 490px) {
  .banner.style-4 .banner-content .text-block h2 {
    font-size: 38px;
    padding: 0;
    border-bottom: 6px solid #F5C231;
  }
}
.banner.style-4 .banner-content .text-block p {
  color: #969696;
  margin-bottom: 48px;
  font-size: 21px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .banner.style-4 .banner-content .text-block p {
    font-size: 16px;
  }
}
@media (max-width: 490px) {
  .banner.style-4 .banner-content .text-block p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 492px) {
  .banner.style-4 .banner-content .text-block a {
    padding: 6px 14px;
    font-size: 14px;
  }
}
.banner.style-4 .banner-content img {
  object-fit: contain;
  position: absolute;
  bottom: 0;
}
@media (max-width: 992px) {
  .banner.style-4 .banner-content img {
    display: none;
  }
}
.banner.style-4 .shape1 {
  top: 10%;
  left: -15%;
  width: 400px;
  animation: simple-loading 10s linear infinite;
}
@media (max-width: 1699px) {
  .banner.style-4 .shape1 {
    left: -18%;
  }
}
@media (max-width: 1599px) {
  .banner.style-4 .shape1 {
    left: -20%;
  }
}
@media (max-width: 1499px) {
  .banner.style-4 .shape1 {
    display: none;
  }
}
.banner.style-4 .shape2 {
  bottom: 12%;
  left: 3%;
  width: 90px;
  height: 90px;
  animation: simple-loading 5s linear infinite;
}
@media (max-width: 1499px) {
  .banner.style-4 .shape2 {
    display: none;
  }
}
.banner.style-4 .shape3 {
  bottom: 4%;
  left: 40%;
  -webkit-animation: simple-move 3s 3s linear infinite alternate;
  animation: simple-move 3s 3s linear infinite alternate;
}
.banner.style-4 .shape4 {
  bottom: 12%;
  right: 5%;
  z-index: 3;
  -webkit-animation: move 3s 3s linear infinite alternate;
  animation: move 3s 3s linear infinite alternate;
}
@media (max-width: 490px) {
  .banner.style-4 .shape4 {
    display: none;
  }
}
.banner.style-4 .shape5 {
  top: 20%;
  right: 40%;
  -webkit-animation: simple-scale 1s 1s linear infinite alternate;
  animation: simple-scale 1s 1s linear infinite alternate;
}
@media (max-width: 992px) {
  .banner.style-4 .shape5 {
    display: none;
  }
}
.banner.style-4 .shape6 {
  bottom: 40%;
  left: 50%;
  -webkit-animation: simple-scale 1s 1s linear infinite alternate;
  animation: simple-scale 1s 1s linear infinite alternate;
}
@media (max-width: 992px) {
  .banner.style-4 .shape6 {
    display: none;
  }
}
.banner.style-4 .shape7 {
  right: 0%;
  bottom: 0%;
}
@media (max-width: 992px) {
  .banner.style-4 .shape7 {
    display: none;
  }
}
.banner.style-4 .shape8 {
  right: 50%;
  top: -1%;
}
@media (max-width: 992px) {
  .banner.style-4 .shape8 {
    display: none;
  }
}
.banner.style-4 .shape9 {
  top: 30%;
  right: 5%;
}
@media (max-width: 992px) {
  .banner.style-4 .shape9 {
    display: none;
  }
}

/*-------------------------
    Category
-------------------------*/
.category {
  padding: 50px 0;
}
@media (max-width: 490px) {
  .category {
    padding: 25px 0;
  }
}
.category .category-box {
  width: 100%;
}
.category .category-block {
  border-radius: 15px;
  padding: 48px 24px;
  width: 100%;
  box-shadow: 61px 32px 28px rgba(64, 50, 11, 0.01), 35px 18px 23px rgba(64, 50, 11, 0.05), 15px 8px 17px rgba(64, 50, 11, 0.09), 4px 2px 10px rgba(64, 50, 11, 0.1), 0px 0px 0px #40320B;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .category .category-block {
    padding: 24px 16px;
  }
}
.category .category-block.block-1 {
  background: #FBEBBD;
}
.category .category-block.block-1 .category-heading .heading-icon {
  background: linear-gradient(0deg, #FFD869 0%, #FFF9E6 100%);
}
.category .category-block.block-2 {
  background: #BDDBFB;
}
.category .category-block.block-2 .category-heading .heading-icon {
  background: linear-gradient(0deg, #9BCFF7 0%, #F2F9FF 100%);
}
.category .category-block.block-3 {
  background: #FBC6BD;
}
.category .category-block.block-3 .category-heading .heading-icon {
  background: linear-gradient(0deg, #FFB0A3 0%, #FFF2F4 100%);
}
.category .category-block.block-4 {
  background: #C4BDFB;
}
.category .category-block.block-4 .category-heading .heading-icon {
  background: linear-gradient(0deg, #A269FF 0%, #E4D3FF 100%);
}
.category .category-block .category-heading {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .category .category-block .category-heading {
    margin-bottom: 20px;
  }
}
.category .category-block .category-heading .heading-icon {
  padding: 16px 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 15px;
  width: 70px;
  height: 70px;
}
@media (max-width: 767px) {
  .category .category-block .category-heading .heading-icon {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .category .category-block .category-heading .heading-icon svg {
    width: 30px;
    height: 30px;
  }
}
.category .category-block .category-heading h5 {
  color: #000000;
  font-family: "Fira Sans", sans-serif;
  margin: 0;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .category .category-block .category-heading h5 {
    font-size: 16px;
  }
}
.category .category-block p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .category .category-block p {
    font-size: 14px;
  }
}
.category a:hover .category-block {
  transform: translateY(-8px);
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.privterm h1,
.privterm h2,
.privterm h3 {
	color: #4E4E4E;
}
.privterm ul {
	padding-left: 40px;
}
.privterm ul li {
	list-style: disc;
	color: #4E4E4E;
}
/*-------------------------
    Course
-------------------------*/
.course {
  padding: 50px 0;
}
@media (max-width: 490px) {
  .course {
    padding: 25px 0;
  }
}
.course .card {
  border: none;
}
.course .card .card-header {
  padding: 0;
  background: none;
  border: none;
}
.course .card .card-header .card-header-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 32px 0;
}
.course .card .card-header .card-header-tabs .nav-item {
  padding: 0 4px;
}
@media (max-width: 490px) {
  .course .card .card-header .card-header-tabs .nav-item {
    padding: 10px;
  }
}
.course .card .card-header .card-header-tabs .nav-item .educators-btn {
  background: #ffffff;
  color: #969696;
  padding: 8px 24px;
  font-size: 21px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.course .card .card-header .card-header-tabs .nav-item .educators-btn:hover {
  color: #ffffff;
}
.course .card .card-header .card-header-tabs .nav-item .educators-btn.active {
  color: #ffffff;
  background: #161F32;
}
@media (max-width: 767px) {
  .course .card .card-header .card-header-tabs .nav-item .educators-btn {
    padding: 6px 16px;
    font-size: 16px;
  }
}
.course .card .card-body {
  padding: 0;
}
.course .course-block {
  background: #FFFFFF;
  box-shadow: 33px 99px 42px rgba(0, 0, 0, 0.01), 18px 56px 35px rgba(0, 0, 0, 0.03), 8px 25px 26px rgba(0, 0, 0, 0.04), 2px 6px 14px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
}
.course .course-block .img-block {
  position: relative;
}
.course .course-block .img-block img {
  width: 100%;
  object-fit: cover;
}
.course .course-block .img-block .educators-btn {
  display: table;
  margin: -25px auto 0 auto;
  font-size: 28px;
}
@media (max-width: 1199px) {
  .course .course-block .img-block .educators-btn {
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .course .course-block .img-block .educators-btn {
    font-size: 21px;
    padding: 12px 24px;
  }
}
.course .course-block .img-block .detail-link {
  position: absolute;
  width: 150px;
  left: calc(50% - 75px);
  bottom: 0;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  padding: 8px 0;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .course .course-block .img-block .detail-link {
    width: 130px;
    font-size: 16px;
    left: calc(50% - 65px);
  }
}
.course .course-block:hover .detail-link {
  bottom: 50%;
}
.course .course-block .text-block {
  padding: 36px 0 32px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .course .course-block .text-block {
    padding: 24px 0;
  }
}
.course .course-block .text-block h3 {
  font-weight: 500;
  font-size: 38px;
  color: #161F32;
  margin-bottom: 8px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .course .course-block .text-block h3 {
    font-size: 28px;
  }
}
.course .course-block .text-block span {
  font-size: 18px;
  font-weight: 400;
  color: #969696;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .course .course-block .text-block span {
    font-size: 14px;
  }
}
.course .course-block .text-block span .active {
  color: #F5C231;
}
.course .course-block .text-block p {
  font-size: 21px;
  font-weight: 400;
  color: #969696;
  margin-bottom: 32px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .course .course-block .text-block p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .course .course-block .text-block p {
    margin-bottom: 16px;
  }
}
.course .course-block .text-block .detail-sec {
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .course .course-block .text-block .detail-sec {
    padding: 0 24px;
  }
}
.course .course-block .text-block .detail-sec span {
  margin: 0;
}
.course.style-1 {
  text-align: center;
}
.course.style-1 .course-block {
  margin-bottom: 32px;
}
.course.style-1 .course-block .text-block h3 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .course.style-1 .course-block .text-block h3 {
    margin-bottom: 8px;
  }
}
.course.style-2 .course-block {
  margin-bottom: 32px;
}

/*-------------------------
    Acheivements
-------------------------*/
.acheivements {
  background: url(../img/acheivements-bg.png);
  background-repeat: no-repeat;
  padding: 50px 0;
}
@media (max-width: 490px) {
  .acheivements {
    padding: 25px 0;
  }
}
.acheivements .acheivements-slider .slick-track {
  display: flex;
  align-items: flex-end;
}
.acheivements .acheivements-slider .acheivements-box {
  text-align: center;
}
.acheivements .acheivements-slider .acheivements-box img {
  display: inline-block;
  margin-bottom: 20px;
}
.acheivements .acheivements-slider .acheivements-box span {
  display: block;
  font-weight: 500;
  line-height: 130%;
  font-size: 28px;
  color: #969696;
  text-align: center;
}
@media (max-width: 992px) {
  .acheivements .acheivements-slider .acheivements-box span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .acheivements .acheivements-slider .acheivements-box span {
    font-size: 20px;
  }
}
@media (max-width: 490px) {
  .acheivements .acheivements-slider .acheivements-box span {
    font-size: 18px;
  }
}

/*-------------------------
    Teachers
-------------------------*/
.teacher.style-1 {
  padding: 50px 0;
}
@media (max-width: 490px) {
  .teacher.style-1 {
    padding: 25px 0;
  }
}
.teacher.style-1 .teacher-block {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .teacher.style-1 .teacher-block {
    margin-bottom: 32px;
  }
}
.teacher.style-1 .teacher-block img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.teacher.style-1 .teacher-block .text-block {
  display: table;
  position: relative;
  z-index: 5;
  padding: 32px;
  border-radius: 15px;
  text-align: center;
  background: #161F32;
  margin: -80px auto 0 auto;
}
@media (max-width: 767px) {
  .teacher.style-1 .teacher-block .text-block {
    padding: 20px 24px;
    margin-top: -60px;
  }
}
.teacher.style-1 .teacher-block .text-block h4 {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .teacher.style-1 .teacher-block .text-block h4 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .teacher.style-1 .teacher-block .text-block h4 {
    font-size: 21px;
  }
}
.teacher.style-1 .teacher-block .text-block p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .teacher.style-1 .teacher-block .text-block p {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .teacher.style-1 .teacher-block .text-block a {
    font-size: 14px;
    padding: 6px 18px;
  }
}
.teacher.style-1 .teacher-block:hover {
  cursor: pointer;
}
.teacher.style-1 .teacher-block:hover h4 {
  color: #F5C231;
}

/*-------------------------
    Testimonial
-------------------------*/
.testimonial {
  padding: 50px 0 80px;
  background: url(../img/bigger-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 490px) {
  .testimonial {
    padding: 25px 0 40px;
  }
}
.testimonial .testimonial-block {
  position: relative;
  margin: 10px 0;
}
.testimonial .testimonial-block .testimonial-box {
  position: relative;
  padding: 18px;
  background: #EEEEEE;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  margin: 45px 30px;
}
@media (max-width: 1250px) {
  .testimonial .testimonial-block .testimonial-box {
    padding: 14px;
    margin: 24px 30px;
  }
}
.testimonial .testimonial-block .testimonial-box .title-block {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.testimonial .testimonial-block .testimonial-box .title-block .testimonial-img {
  border: 2px solid #161F32;
  border-radius: 50px;
}
.testimonial .testimonial-block .testimonial-box .title-block h4 {
  font-size: 12px;
  font-weight: 400;
  color: #4E4E4E;
  margin: 4px 0 0;
}
@media (max-width: 1250px) {
  .testimonial .testimonial-block .testimonial-box .title-block h4 {
    margin: 0;
  }
}
.testimonial .testimonial-block .testimonial-box .title-block h4 b {
  display: block;
  overflow: hidden;
  height: 21px;
  font-size: 21px;
  font-weight: 400;
  color: #161F32;
  margin: 0px;
}
.testimonial .testimonial-block .testimonial-box .title-block .quotation {
  margin-left: auto;
}
.testimonial .testimonial-block .testimonial-box .title-block .quotation img {
  width: 30px;
  height: 24px;
  border: 0;
  margin: 0;
  border-radius: 0;
}
@media (max-width: 1250px) {
  .testimonial .testimonial-block .testimonial-box .title-block .quotation img {
    width: 22px;
    height: 22px;
  }
}
.testimonial .testimonial-block .testimonial-box p {
  color: #4E4E4E;
  margin: 0px 0 8px 0;
}
.testimonial .testimonial-block .testimonial-box .left-border {
  width: 30px;
  height: 30px;
  margin-left: auto;
  border: 4px solid #F5C231;
  border-left: none;
  border-top: none;
}
.testimonial.style-1 .testimonial-block {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.testimonial.style-1 .testimonial-block .testimonial-box {
  padding: 30px;
  margin: 0;
}
@media (max-width: 1250px) {
  .testimonial.style-1 .testimonial-block .testimonial-box {
    padding: 14px;
  }
}
@media (max-width: 992px) {
  .testimonial.style-1 .testimonial-block .testimonial-box {
    margin: 0 40px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial.style-1 .testimonial-block .testimonial-box {
    margin: 0 10px;
    padding: 30px;
  }
}
@media (max-width: 490px) {
  .testimonial.style-1 .testimonial-block .testimonial-box {
    padding: 24px 16px;
    margin: 0;
  }
}
.testimonial.style-1 .testimonial-block .testimonial-box .title-block {
  margin-bottom: 32px;
}
.testimonial.style-1 .testimonial-block .testimonial-box .title-block img {
  width: 84px;
  height: 84px;
  margin-right: 8px;
}
@media (max-width: 1250px) {
  .testimonial.style-1 .testimonial-block .testimonial-box .title-block img {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 992px) {
  .testimonial.style-1 .testimonial-block .testimonial-box .title-block img {
    width: 84px;
    height: 84px;
  }
}
@media (max-width: 490px) {
  .testimonial.style-1 .testimonial-block .testimonial-box .title-block img {
    width: 50px;
    height: 50px;
  }
}
.testimonial.style-1 .testimonial-block .testimonial-box .title-block h4 {
  font-size: 21px;
  margin-top: 8px;
  font-weight: 400;
  font-size: 21px;
}
@media (max-width: 1250px) {
  .testimonial.style-1 .testimonial-block .testimonial-box .title-block h4 {
    font-size: 16px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .testimonial.style-1 .testimonial-block .testimonial-box .title-block h4 {
    font-size: 21px;
    margin: 0;
  }
}
@media (max-width: 1250px) {
  .testimonial.style-1 .testimonial-block .testimonial-box .title-block h4 {
    font-size: 14px;
  }
}
.testimonial.style-1 .testimonial-block .testimonial-box .title-block h4 b {
  font-weight: 500;
  line-height: 32px;
  height: 28px;
  font-weight: 500;
  font-size: 28px;
}
@media (max-width: 1250px) {
  .testimonial.style-1 .testimonial-block .testimonial-box .title-block h4 b {
    font-size: 18px;
  }
}
.testimonial.style-1 .testimonial-block .testimonial-box .title-block .quotation img {
  width: 42px;
  height: 32px;
}
@media (max-width: 1250px) {
  .testimonial.style-1 .testimonial-block .testimonial-box .title-block .quotation img {
    width: 45px;
    height: 30px;
  }
}
@media (max-width: 992px) {
  .testimonial.style-1 .testimonial-block .testimonial-box .title-block .quotation img {
    width: 60px;
    height: 50px;
  }
}
@media (max-width: 1250px) {
  .testimonial.style-1 .testimonial-block .testimonial-box .title-block .quotation img {
    width: 40px;
    height: 30px;
  }
}
.testimonial.style-1 .testimonial-block .testimonial-box p {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 1250px) {
  .testimonial.style-1 .testimonial-block .testimonial-box p {
    line-height: 22px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .testimonial.style-1 .testimonial-block .testimonial-box p {
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 490px) {
  .testimonial.style-1 .testimonial-block .testimonial-box p {
    font-size: 12px;
  }
}
.testimonial.style-1 .testimonial-block .testimonial-box .left-border {
  width: 44px;
  height: 44px;
}
@media (max-width: 490px) {
  .testimonial.style-1 .testimonial-block .testimonial-box .left-border {
    width: 30px;
    height: 30px;
  }
}
.testimonial.style-1 .testimonial-block.slick-current {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.testimonial.style-1 .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  bottom: -40px;
  list-style-type: none;
}
.testimonial.style-1 .slick-dots li {
  margin: 0;
}
.testimonial.style-1 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50px;
  background-color: #969696;
  text-indent: -9999px;
}
.testimonial.style-1 .slick-dots li.slick-active button {
  background-color: #161F32;
}

/*-------------------------
    Blog
-------------------------*/
.blog {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 490px) {
  .blog {
    padding: 25px 0;
  }
}
.blog.style-1 .blog-block {
  padding: 24px;
  text-align: start;
}
.blog.style-1 .blog-block.space {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .blog.style-1 .blog-block {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .blog.style-1 .blog-block {
    padding: 15px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .blog.style-1 .blog-block {
    padding: 24px;
    border-radius: 15px;
  }
}
@media (max-width: 490px) {
  .blog.style-1 .blog-block {
    padding: 15px;
    border-radius: 10px;
  }
}
.blog.style-1 .blog-block img {
  border-radius: 15px 15px 0 0;
  margin-bottom: 16px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .blog.style-1 .blog-block img {
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 767px) {
  .blog.style-1 .blog-block img {
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 490px) {
  .blog.style-1 .blog-block img {
    border-radius: 10px 10px 0 0;
  }
}
.blog.style-1 .blog-block span {
  font-weight: 600;
  font-size: 16px;
  color: #969696;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .blog.style-1 .blog-block span {
    font-size: 14px;
  }
}
.blog.style-1 .blog-block h4 {
  font-weight: 500;
  font-size: 23px;
  color: #161F32;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  .blog.style-1 .blog-block h4 {
    font-size: 21px;
    margin-bottom: 18px;
  }
}
@media (max-width: 490px) {
  .blog.style-1 .blog-block h4 {
    margin-bottom: 12px;
  }
}
.blog.style-1 .blog-block p {
  font-weight: 400;
  font-size: 16px;
  color: #969696;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .blog.style-1 .blog-block p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 490px) {
  .blog.style-1 .blog-block p {
    font-size: 13px;
    margin-bottom: 16px;
  }
}
@media (max-width: 490px) {
  .blog.style-1 .blog-block a {
    font-size: 14px;
    padding: 6px 20px;
  }
}
.blog .blog-block {
  background: #ffffff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
}
.blog .blog-block h4 {
  font-weight: 500;
  font-size: 28px;
  color: #161F32;
  margin-bottom: 24px;
}
.blog .blog-block p {
  font-weight: 400;
  font-size: 16px;
  color: #969696;
  margin-bottom: 32px;
}
.blog.style-2 {
  background: url(../img/bigger-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.blog.style-2 .blog-block {
  margin-bottom: 32px;
}
.blog.style-2 .blog-block .img-block {
  position: relative;
}
@media (max-width: 580px) {
  .blog.style-2 .blog-block .img-block {
    padding: 20px;
  }
}
.blog.style-2 .blog-block .img-block img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 580px) {
  .blog.style-2 .blog-block .img-block img {
    border-radius: 15px 15px 0 0;
  }
}
.blog.style-2 .blog-block .img-block span {
  position: absolute;
  top: 2px;
  right: 25px;
  padding: 4px 8px;
  background-color: #F5C231;
  border-radius: 0 0 10px 10px;
  font-weight: 600;
  font-size: 21px;
  color: #161F32;
  text-align: center;
}
@media (max-width: 1250px) {
  .blog.style-2 .blog-block .img-block span {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .blog.style-2 .blog-block .img-block span {
    top: 21px;
    right: 80px;
  }
}
.blog.style-2 .blog-block .img-block span b {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  display: block;
}
.blog.style-2 .blog-block .text-block {
  padding: 14px 14px 14px 0;
  text-align: left;
}
@media (max-width: 1250px) {
  .blog.style-2 .blog-block .text-block {
    padding: 8px 12px 8px 0;
  }
}
@media (max-width: 992px) {
  .blog.style-2 .blog-block .text-block {
    padding: 14px 14px 14px 0;
  }
}
@media (max-width: 580px) {
  .blog.style-2 .blog-block .text-block {
    padding: 0 20px 20px;
  }
}
.blog.style-2 .blog-block .text-block h4 {
  margin-bottom: 8px;
}
@media (max-width: 1250px) {
  .blog.style-2 .blog-block .text-block h4 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .blog.style-2 .blog-block .text-block h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog.style-2 .blog-block .text-block h4 {
    font-size: 21px;
  }
}
.blog.style-2 .blog-block .text-block p {
  margin-bottom: 24px;
}
.blog.style-2 .blog-block .text-block p i {
  margin-right: 10px;
}
@media (max-width: 1250px) {
  .blog.style-2 .blog-block .text-block p {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .blog.style-2 .blog-block .text-block p {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog.style-2 .blog-block .text-block p {
    margin-bottom: 16px;
  }
}
.blog.style-2 .blog-block .text-block span {
  overflow: hidden;
  height: 42px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #4E4E4E;
  margin-bottom: 24px;
}
@media (max-width: 1250px) {
  .blog.style-2 .blog-block .text-block span {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .blog.style-2 .blog-block .text-block span {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .blog.style-2 .blog-block .text-block span {
    margin-bottom: 16px;
  }
}
@media (max-width: 1250px) {
  .blog.style-2 .blog-block .text-block a {
    padding: 6px 24px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .blog.style-2 .blog-block .text-block a {
    padding: 12px 24px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog.style-2 .blog-block .text-block a {
    padding: 6px 24px;
    font-size: 14px;
  }
}
.blog.blog-bg {
  background: url(../img/bigger-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*-------------------------
    News
-------------------------*/
.news {
  margin: 50px 0;
}
@media (max-width: 490px) {
  .news {
    margin: 25px 0;
  }
}
.news.style-1 .news-block {
  background: url(../img/news-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.news .news-block {
  padding: 50px;
  border-radius: 15px;
}
@media (max-width: 490px) {
  .news .news-block {
    padding: 0px;
  }
}
.news .news-box {
  width: 45%;
  margin: 0 auto;
  padding: 50px;
  border-radius: 15px;
  background: rgba(22, 31, 50, 0.8);
  backdrop-filter: blur(10px);
  text-align: center;
}
@media (max-width: 1250px) {
  .news .news-box {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .news .news-box {
    width: 80%;
    padding: 26px 30px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .news .news-box {
    width: 100%;
    padding: 20px;
  }
}
.news .news-box img {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .news .news-box img {
    margin-bottom: 14px;
  }
}
@media (max-width: 490px) {
  .news .news-box img {
    width: 200px;
  }
}
.news .news-box p {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .news .news-box p {
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .news .news-box p {
    font-size: 18px;
  }
}
.news .news-box h2 {
  font-weight: 800;
  font-size: 51px;
  color: #F5C231;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .news .news-box h2 {
    font-size: 38px;
  }
}
@media (max-width: 490px) {
  .news .news-box h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.news .news-box span {
  font-weight: 400;
  font-size: 16px;
  color: #EEEEEE;
  margin-bottom: 48px;
}
@media (max-width: 490px) {
  .news .news-box span {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.news .news-box .input-group {
  padding: 16px 24px;
  background: #EEEEEE;
  border-radius: 15px;
}
@media (max-width: 490px) {
  .news .news-box .input-group {
    padding: 0;
    background: transparent;
    border-radius: 0;
    flex-direction: column;
  }
}
.news .news-box .input-group .form-control {
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
  background: #EEEEEE;
  color: #161F32;
  font-weight: 400;
  box-shadow: none;
  font-size: 16px;
}
@media (max-width: 490px) {
  .news .news-box .input-group .form-control {
    width: 100%;
    margin-bottom: 24px;
    padding: 8px 16px !important;
    height: 50px;
    padding: 0;
    border-radius: 10px !important;
  }
}
.news .news-box .input-group .form-control::placeholder {
  color: #4E4E4E;
}
.news .news-box .input-group .input-group-text.educators-btn {
  padding: 9px 16px;
  border-radius: 5px !important;
  font-size: 18px;
}
@media (max-width: 767px) {
  .news .news-box .input-group .input-group-text.educators-btn {
    font-size: 14px;
  }
}
.news .news-box .input-group .input-group-text.educators-btn::before {
  border-radius: 5px !important;
}
@media (max-width: 490px) {
  .news .news-box .input-group .input-group-text.educators-btn {
    width: 150px;
    margin: 0 auto !important;
    justify-content: center;
  }
}
.news.style-2 .news-block {
  background: url(../img/news-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .news.style-2 .news-block {
    padding: 32px;
  }
}
@media (max-width: 490px) {
  .news.style-2 .news-block {
    padding: 0px;
  }
}
.news.style-2 .news-block .news-box {
  text-align: left;
  margin: 0 0 0 auto;
}
.news.style-2 .news-block .news-box img {
  margin-bottom: 20px;
}
.news.style-2 .news-block .news-box p {
  margin: 0;
}
.news.style-2 .news-block .news-box h2 {
  margin: 0;
}
@media (max-width: 767px) {
  .news.style-2 .news-block .news-box h2 {
    margin-bottom: 14px;
  }
}
.news.style-2 .news-block .news-box span {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .news.style-2 .news-block .news-box span {
    font-size: 14px;
  }
}
.news.style-2 .news-block .news-box .input-group {
  border-radius: 50px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .news.style-2 .news-block .news-box .input-group {
    padding: 12px 18px;
  }
}
@media (max-width: 490px) {
  .news.style-2 .news-block .news-box .input-group {
    padding: 0;
  }
}
.news.style-2 .news-block .news-box .input-group .input-group-text.educators-btn {
  border-radius: 50px !important;
}
@media (max-width: 580px) {
  .news.style-2 .news-block .news-box .input-group .input-group-text.educators-btn {
    border-radius: 5px !important;
  }
}
.news.style-2 .news-block .news-box .download-block {
  text-align: center;
}
.news.style-2 .news-block .news-box .download-block p {
  color: #ffffff;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 490px) {
  .news.style-2 .news-block .news-box .download-block p {
    font-size: 16px;
  }
}
.news.style-2 .news-block .news-box .download-block .download-btn {
  border: 2px solid #ffffff;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  background: transparent;
  padding: 12px;
  margin: 0;
}
.news.style-2 .news-block .news-box .download-block .download-btn:last-child {
  margin-left: 15px;
}
@media (max-width: 490px) {
  .news.style-2 .news-block .news-box .download-block .download-btn:last-child {
    margin: 0;
    margin-top: 10px;
  }
}
.news.style-2 .news-block .news-box .download-block .download-btn svg {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .news.style-2 .news-block .news-box .download-block .download-btn svg {
    margin-right: 10px;
  }
}
.news.style-2 .news-block .news-box .download-block .download-btn p {
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  text-align: left;
}
.news.style-2 .news-block .news-box .download-block .download-btn p b {
  display: block;
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .news.style-2 .news-block .news-box .download-block .download-btn p b {
    font-size: 16px;
  }
}

/*-------------------------
    About
-------------------------*/
.about {
  padding: 50px 0;
}
.about img {
  border-radius: 15px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 1199px) {
  .about img {
    margin-bottom: 2px;
  }
}
.about .about-text {
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .about .about-text {
    padding-bottom: 0;
  }
}
.about .about-text h4 {
  font-size: 38px;
  font-weight: 500;
  color: #161F32;
  margin-bottom: 8px;
}
@media (max-width: 490px) {
  .about .about-text h4 {
    font-size: 21px;
  }
}
.about .about-text p {
  font-weight: 400;
  font-size: 16px;
  color: #4E4E4E;
  margin-bottom: 24px;
}
@media (max-width: 490px) {
  .about .about-text p {
    font-size: 12px;
  }
}
.about .about-text p.light-text {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 490px) {
  .about .about-text p.light-text {
    font-size: 16px;
  }
}
.about.style-1 {
  padding: 100px 0;
}
.about.style-3 {
  background: url(../img/bigger-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.about.style-3 .light-text {
  margin-bottom: 32px;
}
.about.style-3 .about-text {
  padding: 0;
}
.about.style-3 .about-text h4 {
  font-size: 48px;
  font-weight: 600;
  color: #161F32;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .about.style-3 .about-text h4 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .about.style-3 .about-text h4 {
    font-size: 28px;
  }
}
@media (max-width: 490px) {
  .about.style-3 .about-text h4 {
    font-size: 21px;
  }
}
.about.style-3 .about-text .icon-block {
  margin-bottom: 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .about.style-3 .about-text .icon-block {
    margin-bottom: 16px;
  }
}
.about.style-3 .about-text .icon-block img {
  margin-bottom: 8px;
  border-radius: 0;
  flex-shrink: 0;
}
.about.style-3 .about-text .icon-block h5 {
  font-weight: 600;
  font-size: 21px;
  color: #161F32;
  margin: 0;
  margin-bottom: 8px;
}
@media (max-width: 490px) {
  .about.style-3 .about-text .icon-block h5 {
    font-size: 16px;
  }
}
.about.style-3 .about-text .icon-block p {
  font-weight: 400;
  font-size: 16px;
  color: #4E4E4E;
  margin: 0;
}

.about-2 {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .about-2 {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .about-2.st-2 {
    padding: 20px 0 64px;
  }
}
.about-2 img {
  border-radius: 15px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 1199px) {
  .about-2 img {
    margin-bottom: 2px;
  }
}
.about-2 .about-text .title {
  font-size: 67px;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  color: #161F32;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .about-2 .about-text .title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .about-2 .about-text .title {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .about-2 .about-text .title {
    font-size: 36px;
  }
}
.about-2 .about-text p {
  font-weight: 400;
  font-size: 16px;
  color: #4E4E4E;
  margin-bottom: 24px;
}
@media (max-width: 490px) {
  .about-2 .about-text p {
    font-size: 12px;
  }
}
.about-2 .about-text p.light-text {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 490px) {
  .about-2 .about-text p.light-text {
    font-size: 16px;
  }
}

/*-------------------------
    Scholarship
-------------------------*/
.scholarship {
  padding: 50px 0;
}
.scholarship.style-1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.scholarship.style-2 {
  background: url(../img/bg-img-3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.scholarship .scholarship-block {
  width: 50%;
  margin: 0 auto;
  padding: 44px 50px;
  border-radius: 15px;
  background: #161F32;
  box-shadow: 0px 86px 24px rgba(0, 0, 0, 0.01), 0px 43px 22px rgba(0, 0, 0, 0.07), 0px 22px 19px rgba(0, 0, 0, 0.23), 0px 11px 14px rgba(0, 0, 0, 0.38), 0px 6px 16px rgba(0, 0, 0, 0.35);
  text-align: center;
}
@media (max-width: 992px) {
  .scholarship .scholarship-block {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .scholarship .scholarship-block {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .scholarship .scholarship-block {
    padding: 20px;
  }
}
.scholarship .scholarship-block p {
  font-weight: 500;
  font-size: 32px;
  color: #F5C231;
  margin: 0;
  margin-bottom: 8px;
}
.scholarship .scholarship-block p:nth-child(2) {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1250px) {
  .scholarship .scholarship-block p {
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .scholarship .scholarship-block p {
    font-size: 16px;
  }
}
.scholarship .scholarship-block h2 {
  font-weight: 500;
  font-size: 40px;
  color: #F5C231;
  font-family: "Fira Sans", sans-serif;
  margin: 10px 0;
}
@media (max-width: 1250px) {
  .scholarship .scholarship-block h2 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .scholarship .scholarship-block h2 {
    font-size: 28px;
  }
}
@media (max-width: 490px) {
  .scholarship .scholarship-block h2 {
    font-size: 32px;
  }
}
.scholarship .scholarship-block span {
  font-weight: 400;
  font-size: 21px;
  color: #969696;
  margin-bottom: 44px;
}
@media (max-width: 1250px) {
  .scholarship .scholarship-block span {
    font-size: 16px;
  }
}
@media (max-width: 490px) {
  .scholarship .scholarship-block span {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.scholarship.style-3 {
  background: url(../img/bg-img-4.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.scholarship.style-3 .scholarship-block {
  margin-left: 0;
  margin-right: auto;
}

/*-------------------------
    Event
-------------------------*/
.event {
  padding: 50px 0;
}
.event .event-block {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .event .event-block {
    margin-bottom: 32px;
  }
}
.event .event-block img {
  object-fit: cover;
  width: 100%;
}
.event .event-block .event-text {
  padding: 28px 14px;
  background: #161F32;
  text-align: center;
}
.event .event-block .event-text h4 {
  font-weight: 600;
  font-size: 24px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  margin-bottom: 8px;
}
.event .event-block .event-text p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 24px;
}
.event .event-block .event-text .educators-btn.yellow::before {
  background-color: #ffffff;
}
.event .event-block .event-text .educators-btn.yellow:hover {
  background-color: #ffffff;
}
.event .event-block .event-text .educators-btn.yellow:hover::before {
  background-color: #ffffff;
}
.event .event-block span {
  position: absolute;
  top: 0;
  right: 25px;
  padding: 4px 8px;
  background-color: #F5C231;
  border-radius: 0 0 10px 10px;
  font-weight: 600;
  font-size: 21px;
  color: #161F32;
  text-align: center;
}
.event .event-block span b {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  display: block;
}
.event .event-block:hover h4 {
  color: #F5C231;
  cursor: pointer;
}
.event.style-2 .event-block {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .event.style-2 .event-block {
    margin-bottom: 0;
  }
}
.event.style-3 .event-block {
  margin-bottom: 32px;
}

/*-------------------------
    Announcement
-------------------------*/
.announcement {
  padding: 50px 0;
}
.announcement.style-1 {
  background: url(../img/bg-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F5C231;
}
.announcement .announcement-block {
  padding: 0 20px;
  border-left: 2px solid #4E4E4E;
}
@media (max-width: 1199px) {
  .announcement .announcement-block {
    border-left: none;
    border-bottom: 2px solid #4E4E4E;
    padding-bottom: 30px;
    margin: 0 15px 30px;
  }
}
.announcement .announcement-block.block-1 {
  border-left: 0;
}
.announcement .announcement-block.block-3 {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .announcement .announcement-block.block-3 {
    border-bottom: 2px solid #4E4E4E;
  }
}
.announcement .announcement-block.block-4 {
  border-bottom: 0;
}
.announcement .text-block {
  text-align: center;
}
.announcement .text-block p {
  font-weight: 600;
  font-size: 28px;
  color: #000000;
  margin-bottom: 16px;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 1250px) {
  .announcement .text-block p {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  .announcement .text-block p {
    font-size: 28px;
  }
}
.announcement .text-block h4 {
  font-weight: 600;
  font-size: 28px;
  color: #161F32;
  margin-bottom: 16px;
}
@media (max-width: 1250px) {
  .announcement .text-block h4 {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  .announcement .text-block h4 {
    font-size: 28px;
  }
}
.announcement .text-block span {
  font-weight: 400;
  font-size: 16px;
  color: #4E4E4E;
}

/*-------------------------
    Faq
-------------------------*/
.faq {
  padding: 50px 0;
  text-align: center;
}
.faq.style-2 {
  background: url(../img/bigger-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.faq .faq-block {
  padding: 24px;
  border-radius: 15px;
  background: #EEEEEE;
  margin-bottom: 24px;
}
@media (max-width: 490px) {
  .faq .faq-block {
    padding: 16px;
  }
}
.faq .faq-block .accordion-button {
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
  letter-spacing: -0.21px;
  color: #161F32;
  margin: 0;
  position: relative;
  padding: 0px;
  margin-bottom: 8px;
}
@media (max-width: 1250px) {
  .faq .faq-block .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .faq .faq-block .accordion-button {
    font-size: 16px;
  }
}
.faq .faq-block .accordion-button.collapsed {
  border-radius: 0px;
  padding: 0;
  background: none;
  margin: 0;
  padding-right: 20px;
}
.faq .faq-block .accordion-button.collapsed::before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  cursor: pointer;
}
.faq .faq-block .accordion-button::before {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.faq .faq-block .accordion-collapse p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.8px;
  color: #161F32;
  text-align: left;
  margin: 0;
}
@media (max-width: 490px) {
  .faq .faq-block .accordion-collapse p {
    font-size: 14px;
  }
}
.faq .light-text {
  font-size: 38px;
  font-weight: 600;
  color: #4E4E4E;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .faq .light-text {
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .faq .light-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .faq .search-block {
    padding: 12px;
  }
}

/*-------------------------
    Gallery
-------------------------*/
.gallery {
  padding: 50px 0;
  background: url(../img/bigger-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery .img-block {
  border-radius: 15px;
  padding: 15px;
  background: #eeeeee;
  overflow: hidden;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.gallery .img-block img {
  border-radius: 10px;
}
.gallery .img-block:hover {
  transform: translateY(-8px);
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.gallery .gallery-wrapper {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
}
@media (max-width: 1399px) {
  .gallery .gallery-wrapper {
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    grid-auto-rows: 160px;
  }
}
@media (max-width: 350px) {
  .gallery .gallery-wrapper {
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 140px;
  }
}
.gallery .gallery-wrapper div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery .gallery-wrapper div.wide {
  grid-column: span 2;
}
.gallery .gallery-wrapper div.tall {
  grid-row: span 2;
}
.gallery .gallery-wrapper div.big {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery .gallery-wrapper div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/*-------------------------
    Reviews
-------------------------*/
.review {
  padding: 50px 0;
  background: url(../img/bigger-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.review .review-block {
  padding: 40px 30px;
  position: relative;
}
@media (max-width: 992px) {
  .review .review-block {
    padding: 40px 90px;
  }
}
@media (max-width: 767px) {
  .review .review-block {
    padding: 40px 40px;
  }
}
@media (max-width: 490px) {
  .review .review-block {
    padding: 40px 60px;
  }
}
@media (max-width: 400px) {
  .review .review-block {
    padding: 40px 45px;
  }
}
@media (max-width: 490px) {
  .review .review-block {
    padding: 40px 34px;
  }
}
.review .review-block .review-box {
  position: relative;
  padding: 18px;
  background: #EEEEEE;
  border-radius: 15px;
}
.review .review-block .review-box .review-border {
  position: absolute;
  top: 0;
  width: 100%;
  border: 2px solid black;
  height: 100%;
  left: 2px;
  border-radius: 10px;
  transform: rotate(-4deg);
  transition: all 0.3s ease-in-out;
}
.review .review-block .review-box .review-border:hover {
  transform: rotate(0deg);
  width: 100%;
  height: 100%;
  left: 0%;
  cursor: pointer;
}
.review .review-block .review-box .title-block {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 60px;
}
@media (max-width: 490px) {
  .review .review-block .review-box .title-block {
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
.review .review-block .review-box .title-block .review-img {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  border: 2px solid #161F32;
  border-radius: 50px;
  position: absolute;
  left: -5%;
  top: -14%;
  z-index: 999;
}
@media (max-width: 490px) {
  .review .review-block .review-box .title-block .review-img {
    width: 70px;
    height: 70px;
    left: -14%;
    top: -8%;
  }
}
@media (max-width: 490px) {
  .review .review-block .review-box .title-block .review-img {
    width: 48px;
    height: 48px;
    left: -7%;
    top: -4%;
  }
}
.review .review-block .review-box .title-block h4 {
  font-size: 12px;
  line-height: 14px;
  color: #4E4E4E;
  margin: 4px 0 0;
}
.review .review-block .review-box .title-block h4 b {
  display: block;
  font-weight: 600;
  font-size: 21px;
  color: #161F32;
  margin: 0px;
  overflow: hidden;
  height: 21px;
}
.review .review-block .review-box .title-block .quotation {
  margin-left: auto;
}
.review .review-block .review-box .title-block .quotation img {
  width: 30px;
  height: 30px;
  border: 0;
  margin: 0;
  border-radius: 0;
}
@media (max-width: 490px) {
  .review .review-block .review-box .title-block .quotation img {
    width: 25px;
    height: 20px;
  }
}
.review .review-block .review-box p {
  font-size: 16px;
  font-weight: 400;
  color: #4E4E4E;
  margin: 0px 0 8px 0;
}
@media (max-width: 490px) {
  .review .review-block .review-box p {
    font-size: 12px;
  }
}
.review .review-block .review-box .left-border {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  margin-left: auto;
  border: 4px solid #F5C231;
  border-left: none;
  border-top: none;
}
@media (max-width: 490px) {
  .review .review-block .review-box .left-border {
    right: 15px;
    bottom: 15px;
  }
}

/*-------------------------
    Degree
-------------------------*/
.degree {
  padding: 50px 0;
}
.degree .degree-block {
  padding: 25px;
  background: #EEEEEE;
  border-radius: 15px;
  margin-bottom: 32px;
}
.degree .degree-block .text-block {
  border: 2px solid #161F32;
  padding: 0 10px;
}
.degree .degree-block .text-block .img-box {
  display: inline-block;
  padding: 10px;
  background: #161F32;
  border-radius: 0 0 10px 10px;
  margin-bottom: 24px;
}
.degree .degree-block .text-block h5 {
  font-size: 28px;
  font-weight: 500;
  color: #161F32;
  margin-bottom: 8px;
}
.degree .degree-block .text-block p {
  font-size: 21px;
  font-weight: 600;
  color: #969696;
  margin-bottom: 24px;
}
.degree .degree-block .text-block a {
  margin-bottom: 20px;
}
.degree .degree-course-card {
  border-radius: 15px;
  box-shadow: 0px 0px 0px 0px rgba(46, 8, 2, 0.1), 4px 2px 10px 0px rgba(46, 8, 2, 0.1), 15px 8px 17px 0px rgba(46, 8, 2, 0.09), 35px 18px 23px 0px rgba(46, 8, 2, 0.05), 61px 32px 28px 0px rgba(46, 8, 2, 0.01);
}
.degree .degree-course-card .text-block {
  padding: 36px 20px 0;
}
.degree .degree-course-card .text-block .title-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.degree .degree-course-card .text-block .title-row h3 {
  font-family: "Fira Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.56px;
}
.degree .degree-course-card .text-block p {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.8px;
  color: black;
  margin-bottom: 32px;
}
.degree .degree-course-card .bottom-row {
  background-color: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 15px 15px;
}
.degree .degree-course-card .bottom-row h5 {
  font-size: 21px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.21px;
  color: #969696;
  margin-bottom: 0;
}
.degree .degree-course-card.n-1 {
  background: #C3FFEA;
}
.degree .degree-course-card.n-2 {
  background: #FBC6BD;
}
.degree .degree-course-card.n-3 {
  background: #C2E2FF;
}
.degree .degree-course-card.n-4 {
  background: #DDFFE2;
}

/*-------------------------
    Program
-------------------------*/
.program {
  padding: 50px 0;
  background: url(../img/bigger-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.program .program-block {
  padding: 16px 24px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 32px;
}
@media (max-width: 490px) {
  .program .program-block {
    padding: 10px 8px;
    margin-bottom: 20px;
  }
}
.program .program-block .accordion-button {
  font-weight: 500;
  font-size: 28px;
  color: #161F32;
  margin: 0;
  position: relative;
  padding: 10px;
  background: #EEEEEE;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  margin-bottom: 32px;
}
@media (max-width: 1250px) {
  .program .program-block .accordion-button {
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .program .program-block .accordion-button {
    font-size: 16px;
  }
}
.program .program-block .accordion-button.collapsed {
  border-radius: 0px;
  padding: 0;
  background: none;
  margin: 0;
}
.program .program-block .accordion-button.collapsed::before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
}
.program .program-block .accordion-button::before {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 10px;
}
.program .program-block .accordion-collapse {
  padding: 0 10px;
}
@media (max-width: 490px) {
  .program .program-block .accordion-collapse {
    padding: 0;
  }
}
.program .program-block .accordion-collapse .text-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px;
  margin-bottom: 8px;
}
.program .program-block .accordion-collapse .text-block p {
  font-weight: 600;
  font-size: 21px;
  color: #161F32;
  margin: 0;
}
@media (max-width: 490px) {
  .program .program-block .accordion-collapse .text-block p {
    font-size: 14px;
  }
}

/*-------------------------
    Text
-------------------------*/
.text {
  padding: 20px 0 0;
}
.text .text-block {
  margin-bottom: 50px;
}
.text .text-block .icon-block {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.text .text-block .icon-block img {
  margin-right: 15px;
}
.text .text-block .icon-block h5 {
  font-weight: 500;
  font-size: 28px;
  color: #4E4E4E;
  margin: 0;
}
.text .text-block p {
  font-weight: 400;
  font-size: 16px;
  color: #969696;
}

/*-------------------------
    Course Detail
-------------------------*/
.course-detail {
  padding: 50px 0;
}
.course-detail .detail-block h4 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 32px;
  color: #4E4E4E;
}
@media (max-width: 490px) {
  .course-detail .detail-block h4 {
    font-size: 24px;
  }
}
.course-detail .detail-block .video-block .img-box {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.course-detail .detail-block .video-block .img-box .detail-image {
  display: block;
  width: 100%;
  height: 100%;
}
.course-detail .detail-block .video-block .img-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.3s ease;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px 15px 0 0;
  border-radius: 10px;
}
.course-detail .detail-block .video-block .img-box .overlay .play-btn {
  color: var(--color-white);
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  padding: 12px 30px;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.course-detail .detail-block .video-block .img-box .overlay .play-btn:hover i {
  color: #F5C231;
}
.course-detail .detail-block .video-block .img-box .overlay .fa-user:hover {
  color: var(--color-primary);
}
.course-detail .detail-block .video-block .video-box {
  display: none;
}
.course-detail .detail-block .video-block .video-box video {
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.course-detail .detail-block .text-block {
  padding: 32px 0 0 0;
}
.course-detail .detail-block .text-block h5 {
  font-weight: 500;
  font-size: 28px;
  color: #4E4E4E;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 490px) {
  .course-detail .detail-block .text-block h5 {
    font-size: 24px;
  }
}
.course-detail .detail-block .text-block h5 span {
  font-weight: 500;
  font-size: 20px;
  color: #4E4E4E;
}
@media (max-width: 490px) {
  .course-detail .detail-block .text-block h5 span {
    font-size: 16px;
  }
}
.course-detail .detail-block .text-block p {
  font-weight: 400;
  font-size: 16px;
  color: #969696;
  margin-bottom: 32px;
}
.course-detail .detail-block .playlist-block {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 32px;
}
.course-detail .detail-block .playlist-block .img-block {
  position: relative;
}
.course-detail .detail-block .playlist-block .img-block img {
  object-fit: cover;
  border-radius: 0;
}
.course-detail .detail-block .playlist-block .img-block .overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.3s ease;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px 15px 0 0;
  border-radius: 0;
}
.course-detail .detail-block .playlist-block .img-block .overlay a {
  color: var(--color-white);
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  padding: 12px 30px;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.course-detail .detail-block .playlist-block .img-block .overlay a:hover i {
  color: #F5C231;
}
.course-detail .detail-block .playlist-block .img-block .overlay .fa-user:hover {
  color: var(--color-primary);
}
.course-detail .detail-block .playlist-block .text-block {
  padding: 20px;
  background: #161F32;
  text-align: center;
}
@media (max-width: 767px) {
  .course-detail .detail-block .playlist-block .text-block {
    padding: 16px;
  }
}
.course-detail .detail-block .playlist-block .text-block p {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767px) {
  .course-detail .detail-block .playlist-block .text-block p {
    font-size: 17px;
  }
}

/*-------------------------
    Event Detail
-------------------------*/
.event-detail {
  padding: 50px 0;
}
.event-detail .img-block {
  margin-bottom: 32px;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 28px 20px 10px rgba(0, 0, 0, 0.01), 18px 13px 9px rgba(0, 0, 0, 0.01), 10px 7px 7px rgba(0, 0, 0, 0.05), 5px 3px 6px rgba(0, 0, 0, 0.09), 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.event-detail .img-block img {
  object-fit: cover;
  height: 100%;
}
.event-detail .img-block .text-block {
  padding: 32px 32px 32px 0;
}
@media (max-width: 992px) {
  .event-detail .img-block .text-block {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .event-detail .img-block .text-block {
    padding: 24px 16px;
  }
}
.event-detail .img-block .text-block h4 {
  font-weight: 600;
  font-size: 38px;
  color: #161F32;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .event-detail .img-block .text-block h4 {
    font-size: 32px;
  }
}
@media (max-width: 490px) {
  .event-detail .img-block .text-block h4 {
    font-size: 21px;
  }
}
.event-detail .img-block .text-block p {
  font-weight: 400;
  font-size: 16px;
  color: #969696;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .event-detail .img-block .text-block p {
    font-size: 14px;
  }
}
@media (max-width: 490px) {
  .event-detail .img-block .text-block p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.event-detail .img-block .text-block h5 {
  font-weight: 500;
  font-size: 28px;
  color: #4E4E4E;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .event-detail .img-block .text-block h5 {
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .event-detail .img-block .text-block h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.event-detail .img-block .text-block .detail {
  margin-bottom: 32px;
}
@media (max-width: 490px) {
  .event-detail .img-block .text-block .detail {
    margin-bottom: 20px;
  }
}
.event-detail .img-block .text-block .detail span {
  font-weight: 400;
  font-size: 21px;
  color: #969696;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .event-detail .img-block .text-block .detail span {
    display: inline-block;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .event-detail .img-block .text-block .detail span {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .event-detail .img-block .text-block .detail span {
    font-size: 14px;
  }
}
.event-detail .img-block .text-block .detail span i {
  display: block;
  margin-right: 10px;
  color: #F5C231;
}
@media (max-width: 992px) {
  .event-detail .img-block .text-block .detail span i {
    display: inline-block;
  }
}
.event-detail .img-block .text-block .detail:last-child {
  margin: 0;
}
.event-detail .img-block .text-block .detail:last-child span {
  margin: 0;
}
@media (max-width: 767px) {
  .event-detail .search-block .input-group {
    margin-bottom: 0px;
  }
}
.event-detail p.light-text {
  font-size: 16px;
  font-weight: 400;
  color: #4E4E4E;
  margin-bottom: 16px;
}
@media (max-width: 490px) {
  .event-detail p.light-text {
    font-size: 12px;
  }
}
.event-detail h4 {
  font-size: 25px;
  font-weight: 500;
  color: #4E4E4E;
  margin-bottom: 32px;
}
@media (max-width: 490px) {
  .event-detail h4 {
    font-size: 21px;
  }
}
.event-detail .event {
  padding: 0;
}

/*-------------------------
    Staff Detail
-------------------------*/
.staff-detail {
  padding: 50px 0;
  position: relative;
}
.staff-detail .img-block {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 24px;
}
@media (max-width: 1199px) {
  .staff-detail .img-block {
    position: sticky;
    transition: all 0.3s ease-in-out;
    top: 24px;
  }
}
@media (max-width: 767px) {
  .staff-detail .img-block {
    margin-bottom: 32px;
  }
}
@media (max-width: 490px) {
  .staff-detail .img-block {
    margin-bottom: 20px;
    padding: 12px;
  }
}
.staff-detail .img-block img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 15px 15px 0 0;
}
.staff-detail .img-block .text-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.staff-detail .img-block .text-block span {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #4E4E4E;
}
@media (max-width: 1199px) {
  .staff-detail .img-block .text-block span {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .staff-detail .img-block .text-block span {
    font-size: 16px;
  }
}
.staff-detail .img-block .text-block p {
  font-size: 24px;
  font-weight: 600;
  color: #4E4E4E;
  margin: 0;
}
@media (max-width: 1199px) {
  .staff-detail .img-block .text-block p {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .staff-detail .img-block .text-block p {
    font-size: 18px;
  }
}
.staff-detail .text-block h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #4E4E4E;
}
@media (max-width: 490px) {
  .staff-detail .text-block h4 {
    font-size: 18px;
  }
}
.staff-detail .text-block p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 32px;
  color: #4E4E4E;
}
@media (max-width: 490px) {
  .staff-detail .text-block p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.staff-detail .detail-block {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 490px) {
  .staff-detail .detail-block {
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.staff-detail .detail-block img {
  margin-right: 10px;
}
@media (max-width: 490px) {
  .staff-detail .detail-block img {
    width: 40px;
    height: 28px;
  }
}
.staff-detail .detail-block .text-block h4 {
  font-size: 16px;
}
@media (max-width: 490px) {
  .staff-detail .detail-block .text-block h4 {
    font-size: 14px;
    margin: 0;
  }
}
.staff-detail .detail-block .text-block p {
  margin: 0;
}
@media (max-width: 490px) {
  .staff-detail .detail-block .text-block p {
    font-size: 12px;
  }
}

/*-------------------------
    Blog Detail
-------------------------*/
.blog-detail {
  padding: 50px 0;
}
.blog-detail .img-block {
  margin-bottom: 24px;
}
@media (max-width: 490px) {
  .blog-detail .img-block {
    margin-bottom: 16px;
  }
}
.blog-detail .img-block img {
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-detail .img-block img {
    border-radius: 10px;
  }
}
@media (max-width: 490px) {
  .blog-detail .img-block img {
    border-radius: 5px;
  }
}
.blog-detail .text-block h4 {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 38px;
  color: #4E4E4E;
}
@media (max-width: 767px) {
  .blog-detail .text-block h4 {
    font-size: 32px;
  }
}
@media (max-width: 490px) {
  .blog-detail .text-block h4 {
    font-size: 28px;
  }
}
.blog-detail .text-block .tag-sec h5 {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 21px;
  color: #4E4E4E;
}
.blog-detail .text-block .tag-sec span {
  display: inline-block;
  font-weight: 400;
  padding: 0 0 0 8px;
  font-size: 16px;
  color: #4E4E4E;
}
@media (max-width: 580px) {
  .blog-detail .text-block .tag-sec span {
    font-size: 14px;
  }
}
@media (max-width: 490px) {
  .blog-detail .text-block .tag-sec span {
    font-size: 14px;
  }
}
.blog-detail .text-block .tag-sec .light-text {
  float: right;
}
@media (max-width: 992px) {
  .blog-detail .text-block .tag-sec .light-text {
    float: left;
  }
}
@media (max-width: 490px) {
  .blog-detail .text-block .tag-sec .light-text {
    float: none;
  }
}
.blog-detail .text-block .tag-sec .light-text span {
  display: inline-block;
  font-weight: 400;
  padding: 0 0 0 16px;
  font-size: 18px;
  color: #4E4E4E;
}
@media (max-width: 1299px) {
  .blog-detail .text-block .tag-sec .light-text span {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .blog-detail .text-block .tag-sec .light-text span {
    padding: 10px 0;
    font-size: 21px;
  }
}
@media (max-width: 490px) {
  .blog-detail .text-block .tag-sec .light-text span {
    font-size: 14px;
    padding-left: 6px;
  }
}
.blog-detail .text-block .tag-sec .light-text span i {
  padding: 0 10px 0 0;
}
.blog-detail .small-text {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .blog-detail .small-text {
    padding: 24px 0;
  }
}
@media (max-width: 490px) {
  .blog-detail .small-text {
    padding: 12px 0;
  }
}
.blog-detail .small-text p {
  font-weight: 400;
  font-size: 16px;
  color: #969696;
  margin: 0;
}
@media (max-width: 490px) {
  .blog-detail .small-text p {
    font-size: 14px;
  }
}
.blog-detail .small-text p.light-text {
  font-weight: 600;
  margin: 16px 0;
  font-size: 28px;
  color: #4E4E4E;
}
@media (max-width: 490px) {
  .blog-detail .small-text p.light-text {
    font-size: 18px;
    margin: 10px 0;
  }
}
.blog-detail .blog {
  padding: 0;
  text-align: left;
}
@media (max-width: 1199px) {
  .blog-detail .blog {
    padding-top: 24px;
  }
}
.blog-detail .blog h4 {
  font-weight: 600;
  margin-bottom: 24px;
  font-size: 38px;
  color: #4E4E4E;
}
@media (max-width: 767px) {
  .blog-detail .blog h4 {
    font-size: 32px;
  }
}
@media (max-width: 490px) {
  .blog-detail .blog h4 {
    font-size: 28px;
  }
}
@media (max-width: 1250px) {
  .blog-detail .blog .blog-block span {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .blog-detail .blog .blog-block span {
    font-size: 14px;
  }
}

/*-------------------------
    Contant
-------------------------*/
.contant {
  padding: 50px 0;
}
@media (max-width: 490px) {
  .contant {
    padding: 30px 0 0;
  }
}
.contant .map-sec img {
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);
}
@media (max-width: 490px) {
  .contant .map-sec img {
    border-radius: 5px;
  }
}
.contant .contant-block {
  padding: 48px 0;
}
@media (max-width: 490px) {
  .contant .contant-block {
    padding: 15px 0;
  }
}
.contant .contant-block p, .contant .contant-block span, .contant .contant-block a {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 8px;
  color: #4E4E4E;
}
@media (max-width: 490px) {
  .contant .contant-block p, .contant .contant-block span, .contant .contant-block a {
    font-size: 14px;
  }
}
.contant .contant-block h4 {
  font-weight: 600;
  margin-bottom: 32px;
  font-size: 38px;
  color: #4E4E4E;
}
@media (max-width: 490px) {
  .contant .contant-block h4 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.contant .contant-block span, .contant .contant-block a {
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 490px) {
  .contant .contant-block span, .contant .contant-block a {
    margin-bottom: 20px;
  }
}
.contant .contant-block span i, .contant .contant-block a i {
  margin-right: 10px;
}
.contant .input-group textarea {
  height: 200px;
  margin-bottom: 32px;
}
@media (max-width: 490px) {
  .contant .input-group textarea {
    height: 120px;
  }
}

/*-------------------------
    404
-------------------------*/
.educators-404 {
  padding: 50px 0;
  background: url(../img/bigger-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.educators-404 .sad-img svg {
  object-fit: cover;
}
@media (max-width: 490px) {
  .educators-404 .sad-img svg {
    width: 100%;
    height: 100%;
  }
}
.educators-404 .text-block {
  padding: 48px 0;
}
.educators-404 .text-block h2, .educators-404 .text-block h4 {
  font-weight: 600;
  color: #161F32;
  margin-bottom: 8px;
}
.educators-404 .text-block h2 {
  font-size: 81px;
}
@media (max-width: 767px) {
  .educators-404 .text-block h2 {
    font-size: 52px;
  }
}
@media (max-width: 490px) {
  .educators-404 .text-block h2 {
    font-size: 38px;
  }
}
.educators-404 .text-block h4 {
  font-size: 51px;
}
@media (max-width: 767px) {
  .educators-404 .text-block h4 {
    font-size: 38px;
  }
}
@media (max-width: 490px) {
  .educators-404 .text-block h4 {
    font-size: 28px;
  }
}
.educators-404 .text-block p {
  font-weight: 500;
  font-size: 21px;
  color: #969696;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .educators-404 .text-block p {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .educators-404 .text-block p {
    font-size: 16px;
  }
}
.educators-404 .text-block .search-block {
  margin-bottom: 0;
}

/*-------------------------
    Comming Soon
-------------------------*/
.comming-soon {
  padding: 50px 0;
  background: url(../img/bigger-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
}
.comming-soon .comming-soon-img svg {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

/*# sourceMappingURL=app.css.map */


.privterm ul li {
  font-weight: 400;
  font-size: 16px;
  color: #4E4E4E;
}