

/* Theme Name: EmMaiSon School Theme

   Theme URI: https://artsnation.edu.vn/

   Author: KhangCongNghe

   Author URI: https://www.khangcongnghe.com

   Version: 1.0

   Description: EmMaison

   Text Domain: kcn

*/







html {

  scroll-behavior: smooth;

}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, table, th, td, form, address, pre, caption, cite, code, dfn, var {

  font-size: 100%;

  font-style: normal;

  margin: 0;

  padding: 0;

  text-decoration: none;

}

img {

  border: 0;

  vertical-align: bottom;

}

table {

  border-collapse: collapse;

  border-spacing: 0;

}


caption, th {

  text-align: left;

}

ol, ul {

  list-style: none;

}

a{

  text-decoration: none;

}

a:hover{

  text-decoration: underline;

}

body {

  

  background: #fff;

  color: var(--color-text-body, #333333);

  font-family: 'Quicksand', sans-serif;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

}

.clearfix {

  zoom: 1;

}

.clearfix:after {

  clear: both;

  content: ".";

  display: block;

  height: 0;

  line-height: 0;

  visibility: hidden;

}

/* One Click Scrool Top Button*/

.scroll-top {

  width: 36px;

  height: 35px;

  background: #723FE4 url(images/pageTop.png) no-repeat 0 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  position: fixed;

  bottom: 30px;

  right: 30px;

  z-index: 9;

  cursor: pointer;

  -webkit-transition: all .3s ease-out 0s;

  transition: all .3s ease-out 0s;

}



/*======================================

	Headline

========================================*/


.pum-title.popmake-title {
  text-align: center !important;
  font-size: 30px !important;
}
.welcome_content

{

  margin: 0px 0px;

  padding: 0px 60px 40px 50px;

  text-align: justify;

}



.our_location {

  
  padding: 80px 0 50px 0;

}





.welcome_content h2  {

  font-size: 28px;

  margin-bottom: 20px;

}



.welcome_content p {

  line-height: 24px;

  margin-bottom: 20px;

}



.welcome_content h4 {

  font-size: 18px;

}



.founder {

  text-align: center;

  margin: 0px 0px;

}



.founder img {

  width: 100%;

}





.our_gallery, .our_customer {

  display: none;

}

.register_form {

  background-color: #fefefe ;

  padding: 50px 0 50px;

}

.register_form img {
  max-width: 100%;
  width:  100%;
  display: block;
}



.headline{

  background: #fff;

  padding: 10px 0;

}

.headline_inner{

  display: flex;

  justify-content: space-between;

  align-items: center;  

}

.headline_inner_l{

  display: flex;

  align-items: center;  

}

.headline_inner_l h2{

  color: #231f20;

  font-size: 20px;

  font-weight: 700;

}

.headline_inner_info{

  display: flex;

  align-items: center;  

}

.headline_inner_info p{

  margin-left: 15px;

  display: flex;

  align-items: center; 

  line-height: 20px;

  color: #333333;

  font-size: 16px;

}

.headline_inner_info p img{

  display: inline-block;

  margin-right: 5px;

}

.headline_inner_info p a{

  color: #333333;

}

.headline_inner_r a{

  display: inline-block;

  margin-left: 5px;

}



.current-menu-item a {

   text-decoration: underline;

   font-weight: bold;

   color: #fff !important;

 

}



@media (max-width: 767px) {

  .headline_inner_l{

    display: block;

    width: 100%;

  }

  .headline_inner_info{

    justify-content: space-between;

  }

  .headline_inner_info p{

    font-size: 14px;

    margin-top: 10px;

    margin-left: 0;

  }

  .headline_inner{

    align-items: flex-start;

  }

  .headline_inner_r{

    position: absolute;

    right: 15px;

    top: 10px;

  }

}



a {

  color: var(--color-text-link, #333);

}




a:hover {

  color: var(--color-accent, #f9b630);

}



/*======================================

	Header

========================================*/

.header {

  width: 100%;

  background: var(--color-header-bg, #fab631);

  width: 100%;

}


#banner_slide {
  display: block;
}

#banner_slide_mobile {
  display: none;
}




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

  .header {

    padding: 5px 0 !important;

  }

  .header .mobile-menu-btn .toggler-icon {

    background-color: #fff;

  }

  .header .button {

    margin: 0 !important;

  }

  .header .navbar-collapse {

    position: absolute;

    top: 55px !important;

    left: 0;

    width: 100%;

    background: var(--color-header-bg, #fab631);

    z-index: 9;

    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);

            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);

    padding: 0 15px 0 0;

    max-height: 350px;

    overflow-y: scroll;

  }

  .header.sticky .navbar-collapse {

    background: #fff;

  }

  .header .navbar .navbar-nav .nav-item a:hover,

  .header .navbar .navbar-nav .nav-item a.active {

    color: var(--color-text-body, #333333) !important;

  }

  .header .navbar-nav .nav-item {

    margin: 0 0 0 15px;

    border-top: 1px solid #dfdfdf;

  }

  .header .navbar-nav .nav-item:hover a {

    color: var(--color-text-body, #333333);

  }

  .header .navbar-nav .nav-item a {

    padding: 10px 15px 10px 0!important;

  }

  .header .navbar-nav .nav-item a::before {

    display: none;

  }

  .header .navbar-nav .nav-item .sub-menu {

    position: static;

    width: 100%;

    opacity: 1;

    visibility: visible;

    -webkit-box-shadow: none;

            box-shadow: none;

    padding: 0;

    border: none;

    margin-left: 15px;

    margin-right: 15px;

  }

  .header .navbar-nav .nav-item ul li {

    border: none;

  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {

    padding: 12px 12px;

  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {

    color: var(--color-text-body, #333333) !important;

  }

  .header .navbar-nav .nav-item a {

    color: var(--color-text-body, #333333);

    display: inline-block;

    padding: 10px 15px;

    font-size: 16px;

  }

  .navbar-nav .nav-item.dd-menu  {

    background: url(images/h_arrow_menu.png) no-repeat right 17px;

  }

  .navbar-nav .nav-item.dd-menu  a{

    background: none!important;

  }

  .header .navbar-nav .nav-item a::after {

    opacity: 1;

    visibility: visible;

  }

  .header .navbar-nav .nav-item .sub-menu li.active {

    background: #fff !important;

    color: var(--color-text-body, #333) !important;

  }

  .header .navbar-nav .nav-item .sub-menu .nav-item {

    margin: 0 !important;

  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {

    padding: 10px 12px !important;

    border: none;

  }

  .header .navbar-nav .nav-item .sub-menu li:hover {

    background: none !important;

    color: var(--color-text-body, #333) !important;

  }

  .header .navbar-nav .nav-item a:hover {

    color: var(--color-text-body, #333);

  }

}

@media (max-width: 767px) {

  .header {

    padding: 5px 0 !important;

  }

  .header .mobile-menu-btn .toggler-icon {

    background-color: #fff;

  }

  .header .navbar-collapse {

    position: absolute;

    top: 55px !important;

    left: -12px;

    width: calc(100% + 24px)!important;

    background: var(--color-header-bg, #fab631);

    z-index: 9;

    -webkit-box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 10%);

    box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 10%);

    padding: 0 15px 0 0!important;

    max-height: 350px;

    overflow-y: scroll;

  }

  .header.sticky .navbar-collapse {

    background: var(--color-header-bg, #fab631);

  }

  .header .navbar .navbar-nav .nav-item a:hover {

    color: var(--color-text-body, #333) !important;

  }

  .header .navbar .navbar-nav .nav-item a.active {

    color: var(--color-text-body, #333) !important;

  }

  .header .navbar-nav .nav-item {

    margin: 0 0 0 15px;

    border-top: 1px solid #dfdfdf;

  }

  .header .navbar-nav .nav-item ul li{

    border: none;

  }

  .header .navbar-nav .nav-item:hover a {

    color: var(--color-text-body, #333);

  }

  .header .navbar-nav .nav-item a {

    padding: 12px 16px 12px 0!important;

  }

  .header .navbar-nav .nav-item a::before {

    display: none;

  }

  .header .navbar-nav .nav-item .sub-menu {

    position: static;

    width: 100%;

    opacity: 1;

    visibility: visible;

    -webkit-box-shadow: none;

            box-shadow: none;

    padding: 0;

    border: none;

    margin-left: 15px;

    margin-right: 15px;

  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {

    padding: 12px 12px;

  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {

    color: var(--color-text-body, #333) !important;

  }

  .header .navbar-nav .nav-item a {

    color: var(--color-text-body, #333);

    display: inline-block;

    padding: 10px 0;

  }

  .header .navbar-nav .nav-item a::after {

    opacity: 1;

    visibility: visible;

  }

  .header .navbar-nav .nav-item .sub-menu li.active {

    background: none !important;

    color: var(--color-text-body, #333) !important;

  }

  .header .navbar-nav .nav-item .sub-menu .nav-item {

    margin: 0 !important;

  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {

    padding: 10px 12px !important;

    border: none;

  }

  .header .navbar-nav .nav-item .sub-menu li:hover {

    background: none !important;

    color: var(--color-text-body, #333) !important;

  }

  .header .navbar-nav .nav-item a:hover {

    color: var(--color-text-body, #333);

  }

  .navbar-nav .nav-item .sub-menu{

    background: none!important;

  }

}

.pc{

  display: block;

}

.mobile{

  display: none;

}



@media (max-width: 767px) {

  .header .button {

    display: none;

  }

  .pc{

    display: none;

  }

  .mobile{

    display: block;

  }

}



.header .button .btn {

  background-color: transparent;

  border: 2px solid var(--color-text-light, #fff);

  color: var(--color-text-light, #fff);

  font-weight: 500;

  padding: 12px 30px;

}



.header .button .btn:hover {

  background-color: #fff;

  color: var(--color-text-link, #ff8400);

}



.header .navbar-brand img {

  width: 69px;

  filter: brightness(0) invert(1);

}



/* .header.sticky .navbar-brand img {

  width: 69px;

} */

.header.sticky .navbar-brand img {

  filter: none;

}



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

  .header .navbar-brand img {

    height: 50px;

    width: auto;

  }

  .navbar-nav .nav-item .sub-menu .nav-item a:hover,

  .navbar-nav .nav-item .sub-menu{

    background: none!important;

  }

  .h_language{

    margin-right: 40px;

  }

  .navbar-expand-lg .navbar-collapse {

    width: 100%!important;

    padding-left: 0px!important;

  }

}







.header.sticky .navbar-brand .white-logo {

  opacity: 0;

  visibility: hidden;

}



.header.sticky .navbar-brand .dark-logo {

  opacity: 1;

  visibility: visible;

}



.header.sticky .button .btn {

  background-color: #ff8400;

  color: #fff;

  border-color: transparent;

}

.header.sticky .button .btn:hover {

  background-color: #081828;

  color: #fff;

}

.sticky {

  position: fixed;

  z-index: 99;

  background-color: #fff;

  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);

          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);

  -webkit-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

  top: 0;

}

.navbar-expand-lg .navbar-nav {

  margin: 0;

}

.header .navbar .navbar-nav .nav-item a.active {

  color: var(--color-nav-hover, #fff);

}

.sticky .navbar .navbar-nav .nav-item a.active {

  color: #ff8400;

}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {

  color: #fff;

}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {

  color: #fff;

}

.sticky .navbar .mobile-menu-btn .toggler-icon {

  background: #333;

}



/*===== NAVBAR =====*/

.navbar-area {

  width: 100%;

  z-index: 99;

  -webkit-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

  padding: 10px 0;

  position: absolute;

  left: 0;

  top: 47px;

}

.navbar-area.sticky {

  position: fixed;

  z-index: 99;

  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);

          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);

  -webkit-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

  background: var(--color-header-bg, #fab631);

  top: 0px;

  left: 0px;

}

.navbar {

  padding: 0;

  position: relative;

  -webkit-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

}

.navbar-brand {

  padding-left: 0;

  border-radius: 0;

  padding: 0;

}

.mobile-menu-btn {

  padding: 0px;  

  position: absolute;

  right: 0;

}

.mobile-menu-btn:focus {

  text-decoration: none;

  outline: none;

  -webkit-box-shadow: none;

          box-shadow: none;

}

.mobile-menu-btn .toggler-icon {

  width: 30px;

  height: 2px;

  background-color: #222;

  display: block;

  margin: 5px 0;

  position: relative;

  -webkit-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

}

.navbar-nav .nav-item {

  z-index: 1;

  position: relative;

  margin-left: 20px;

}

#title_dash:before {
  width: 35px;
  height: 1px;
  background: #aaa;
  display: block;
  content: "";
  text-align: center;
  margin: 0 auto 15px;
}

.navbar-nav .nav-item:hover a {

  color: var(--color-nav-hover, #fff);

}

.navbar-nav .nav-item a {

  font-size: 16px;

  color: var(--color-nav-text, #A8EB7A);

  -webkit-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

  position: relative;

  padding: 15px 15px 15px 15px;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  font-weight: 600;

  transition: all 0.3s ease-out 0s;

  position: relative;

 

  text-decoration: none;

}

.navbar-nav .nav-item.dd-menu a {

  background: url(images/h_arrow_menu.png) no-repeat right center;

}

.navbar-nav .nav-item a.active, 

.navbar-nav .nav-item.dd-menu:hover a{

  background: url(images/h_arrow_menu_w.png) no-repeat right center;

}



.sticky .navbar-nav .nav-item a.active,

.sticky .navbar-nav .nav-item.dd-menu:hover a {

  background: url(images/h_arrow_menu.png) no-repeat right center;

  color: var(--color-text-body, #333);

}

.sticky .navbar-nav .nav-item .sub-menu .nav-item a{

  background: none;

}

.navbar-nav .nav-item a::after {

  opacity: 0;

  visibility: hidden;

}

.navbar-nav .nav-item:hover a:before {

  width: 100%;

}

.navbar-nav .nav-item a.active {

  color: var(--color-nav-hover, #fff);

}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {

  .navbar-nav .nav-item a.collapsed::after {

    -webkit-transform: rotate(0deg);

            transform: rotate(0deg);

  }

}

.navbar-nav .nav-item:hover > .sub-menu {

  top: 100%;

  opacity: 1;

  visibility: visible;

}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {

  left: 100%;

  top: 0;

}

.navbar-nav .nav-item .sub-menu {

  padding: 0;

  min-width: 250px;

  background: var(--color-header-bg, #fab631);

  -webkit-box-shadow: 0px 5px 20px #0000001a;

          box-shadow: 0px 5px 20px #0000001a;

  position: absolute;

  top: 100% !important;

  left: 0;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

}

.sticky .navbar-nav .nav-item .sub-menu {

  background: var(--color-header-bg, #fab631);

}

.navbar-nav .nav-item:last-child .sub-menu {

  min-width: 366px

}

.navbar-nav .nav-item:hover .sub-menu {

  top: 100% !important;

}

.navbar-nav .nav-item .sub-menu .nav-item {

  width: 100%;

}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {

  margin: 0;

}

.navbar-nav .nav-item .sub-menu .nav-item a {

  padding: 0;

  color: #333;

  display: block;

  width: 100%;

  font-size: 14px;

  font-weight: 600;

  text-transform: capitalize;

  position: relative;

  z-index: 1;

  overflow: hidden;

  -webkit-transition: all 0.1s ease;

  transition: all 0.1s ease;

  background: none;

  padding: 10px 15px;

  border-top: 1px solid #dfdfdf;

}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {

  color: var(--color-nav-hover, #fff);

}

.sticky .navbar-nav .nav-item .sub-menu .nav-item a:hover {

  color: var(--color-header-bg, #fab631);

}

.navbar-nav .nav-item .sub-menu.left-menu {

  left: -100%;

}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {

  display: block;

}



@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {

  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {

    display: none;

  }

}

.navbar-nav .nav-item .sub-menu > li {

  display: block;

  margin-left: 0;

}

.navbar-nav .nav-item .sub-menu > li > a {

  font-weight: 400;

  display: block;

  padding: 12px 15px;

  font-size: 14px;

  color: var(--color-text-heading, #222);

  font-weight: 400;

}



.navbar-nav .nav-item .sub-menu > li:first-child a {

  border: none;

}

.navbar-expand-lg .navbar-collapse{

  flex-grow: unset;

  padding-left: 20px;

  width: calc(100% - 120px);

}

.h_language{

  width: 100px;

}

.h_language button{

  border: none;

  padding: 0 15px 0 0;

  outline: none;

  background: url(images/h_arrow_menu.png) no-repeat right center;

  line-height: 14px;

  font-size: 16px;

}

.h_language .dropdown-menu li a{  

  line-height: 14px;

  font-size: 16px;

  padding: 5px 10px;

}

.h_language .dropdown-menu li a:hover{

  text-decoration: none;

}



@media (max-width: 1200px) {

  .navbar-nav .nav-item{

    margin-right: 25px;

  }

  .navbar-expand-lg .navbar-collapse {

    width: calc(100% - 130px);

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {



  .sticky .navbar-nav .nav-item a{

    background: url(images/h_arrow.html) no-repeat right center;

  }

  .sticky .navbar-nav .nav-item:last-child a {

    background: none;

    padding-right: 0;

  }

}



@media (max-width: 767px) {

  .header .navbar-brand img {

    width: auto;

    height: 50px;

  }

  .navbar-nav .nav-item:last-child .sub-menu {

    min-width: 100%;

  }

  .navbar-area{

    top: 74px;

  }

  .h_language{

    margin-right: 40px;

  }  

  .navbar-nav .nav-item.dd-menu {

    background: url(images/h_arrow_menu.png) no-repeat right 17px;

  }

  .navbar-nav .nav-item.dd-menu a {

    background: none;

  }    

  .navbar-nav .nav-item a.active,

  .navbar-nav .nav-item.dd-menu:hover a,

  .navbar-nav .nav-item.dd-menu a:hover {

    background: none!important;

  }



}



/* ========================================
   NAVBAR COLOR OVERRIDE (Admin-first)
   Yêu cầu: logo giữ màu gốc, menu xanh lá non, hover trắng
   ======================================== */
.header .navbar-brand img,
.header.sticky .navbar-brand img {
  filter: none !important;
}

.header .navbar-nav .nav-item > a,
.header.sticky .navbar-nav .nav-item > a {
  color: var(--color-nav-text, #A8EB7A) !important;
}

.header .navbar-nav .nav-item > a:hover,
.header .navbar-nav .nav-item:hover > a,
.header .navbar-nav .nav-item > a.active,
.header.sticky .navbar-nav .nav-item > a:hover,
.header.sticky .navbar-nav .nav-item:hover > a,
.header.sticky .navbar-nav .nav-item > a.active {
  color: var(--color-nav-hover, #FFFFFF) !important;
}

.main_content {

  margin-top: 95px;

  
  

}

#housing h3.entry-title {

  text-align: center;

  margin-top: -30px;

  position: relative;

  z-index: 10;

}





#housing .lae-grid-item:nth-child(2) h3.entry-title a {
  background: #a8b83e;
}


#housing .lae-grid-item:nth-child(3) h3.entry-title a {
  background: #27b3b4;
}

#housing .lae-grid-item:nth-child(4) h3.entry-title a {
  background: var(--color-header-bg, #fab631);
}

#housing .lae-grid-item:nth-child(5) h3.entry-title a {
  background: #e64e6e;
}


#housing .lae-grid-item:nth-child(6) h3.entry-title a {
  background: #27b3b4;
}


#housing .lae-grid-item:nth-child(7) h3.entry-title a {
  background: #a8b83e;
}

#housing .lae-grid-item:nth-child(8) h3.entry-title a {
  background: var(--color-header-bg, #fab631);
}

#housing .lae-grid-item:nth-child(9) h3.entry-title a {
  background: #e64e6e;
}



#housing h3.entry-title a {
  background: #e64e6e;
  display: inline-block;
  margin: 0px auto 0;

  width: 80%;

  font-size: 26px;

  font-weight: bold;

  text-transform: uppercase;

  text-align: center;

  line-height: 55px;

  border-radius: 10px;

  color:  #fff;

}





.main_faci {

  margin-top: 175px;
  margin-bottom: 90px;

  

}



.elementor-widget-text-editor ul {

  margin-left: 20px;

  margin-bottom: 30px;

  list-style-type: disc;

  margin-top: 30px;

}
.elementor-widget-text-editor ol {
  margin-left: 20px;
  margin-bottom: 30px;
  list-style-type:decimal;
}

.elementor-widget-text-editor ol li {
  padding: 8px 0px;
  text-align: justify;
  line-height: 22px;
}



.elementor-widget-container p {

  line-height: 26px;

  margin-bottom: 10px;

  font-size: 16px;

  text-align: justify;

}



/* .main_content ul, .main_content ol {

  margin-left: 20px;

  margin-bottom: 30px;

  list-style-type: disc;

  margin-top: 30px;

} */



/* .main_content ol li, .main_content ul li {

  margin: 0px 0px 5px 0px;

} */



.wpcf7-list-item



.main_content p, .main_content > p {

  line-height: 28px;

  margin-bottom: 20px;

  font-size: 16px;

  text-align: justify;

}



.main_content h3 {

  font-size: 24px;

    margin-bottom: 15px;

}



.lae-features .lae-feature .lae-feature-details {

  line-height: 28px !important;

  margin-bottom: 20px;

  font-size: 16px !important;

  color: #333333 !important;

}



.lae-features .lae-feature .lae-text-content {

  padding: 0px !important;

}







/*======================================

	Home Banner

========================================*/

.home-banner{

  height: 80vh;

  background-size: cover;

  position: relative;

  margin-top: 108px;

}

.home-banner .item{

  height: 80vh;
  background-size: cover !important;

}

.home-banner .item--video{

  position: relative;

  overflow: hidden;

  background: #000;

}

.home-banner .banner-video{

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}

.home-banner-cnt{

  height: 80vh;

  display: flex;

  justify-content: flex-start;

  align-items: center;

}

.home-banner-cnt h3{

  font-weight: 700;

  font-size: 33px;

  color: #333333;

  text-transform: uppercase;

  max-width: 480px;

  margin-top: -20vh;

}

.home-banner-cnt p{

  font-size: 18px;

  color: #000;

  max-width: 480px;

  margin-top: 10px;

}

.home-banner-cnt_btn{

  margin-top: 15px;

}

.home-banner-cnt_btn a{

  display: inline-block;

  background-color: var(--color-header-bg, #fab631);

  line-height: 45px;

  padding: 0 20px;

  border-radius: 10px;

  font-size: 18px;

  color: #333333;

  font-weight: 700;

}

.home-banner-cnt_btn a:hover{

  text-decoration: none;

  background-color: #333333;

  color: #fff;

}



.home-banner .owl-dots{

  display: none;

}

.home-banner .owl-nav{

  display: none;

}



@media (max-width: 991px) {  

  .home-banner {

    height: 44vh ;

    margin-top: 59px;

  }

 

 

  .home-banner-cnt h3{

    margin-top: -10vh;

  }

}



@media (max-width: 767px) {    

  .home-banner {
    
    margin-top: 60px;

  }  

  .home-banner .item{
    height: unset;
    background-size: contain !important;

  }


  .our_location {
    padding: 20px 0 20px 0;
  }


  .home-banner-cnt h3{

    margin-top: 0;

    font-size: 20px;

  }

  .home-banner-cnt p{

    font-size: 14px;

  }

  .home-banner-cnt_btn a{

    font-size: 14px;

    line-height: 35px;

  }  

}



/*======================================

	Introduce

========================================*/

.introduce{

  background: #fff;

  padding: 0;

}

.introduce-item{

  margin-top: -70px;

  background: #e64e6e;

  position: relative;

  z-index: 10;

  border-radius: 20px;

  padding: 35px;

  min-height: 270px;

}

.introduce-item-title{

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.introduce-item-title h3{

  color: #fff;

  font-size: 26px;

  font-weight: 700;

}

.introduce-item-text{

  margin-top: 20px;

  color: #fff;

  font-size: 16px;

  line-height: 22px;

}

.introduce-item-more{

  margin-top: 15px;

}

.introduce-item-more a{

  color: #333;

}

.introduce-item-more a:hover{

  text-decoration: underline;

  color: #fff;

}

.introduce .col-lg-4:nth-child(2) .introduce-item{

  background: #27b3b4;

}

.introduce .col-lg-4:nth-child(3) .introduce-item{

  background: #a8b83e;

}



@media (max-width: 991px) {

  .introduce-item{

    padding: 20px;

  } 

  .introduce-item-title h3{

    font-size: 20px;

  }

  .introduce-item-title p img{

    width: 50px;

  }

  .introduce-item-text{

    margin-top: 15px;

  }

}

@media (max-width: 767px) {  

  .introduce-item{

    margin-top: 20px;

  } 

}



/*======================================

    Our Teacher

========================================*/

.our_teacher {

  background: #fff3cd;

  padding: 80px 0 50px 0;

}

.our_teacher-title-big{

  text-align: center;

  color: #333333;

  font-size: 36px;

  font-weight: 700;

}

.our_teacher_txt_intro{

  margin: 10px auto 0;

  max-width: 896px;

  text-align: center;

  line-height: 22px;

}

.our_teacher_slide{

  margin-top: 50px;

  position: relative;

}

.teacher_slide_item img{

  transition: transform .5s;

  width: 100%;

}

.teacher_slide_item_img:hover img{

  transform: scale(1.05);

}

.teacher_slide_item_img{

  border-radius: 15px;  

  overflow: hidden;

}

.teacher_slide_item{

  text-align: center;

}

.teacher_slide_item h3{

  font-size: 20px;

  font-weight: 700;

  margin-top: 15px;

}

.our_teacher .owl-dots{

  display: block;

  margin-top: 40px;

  text-align: center;

  position: relative;

  z-index: 10;

}

.our_teacher .owl-dots .owl-dot{

  display: inline-block;

  margin: 0 5px;

}

.our_teacher .owl-dots .owl-dot span{

  display: inline-block;

  background-color: var(--color-header-bg, #fab631);

  width: 16px;

  height: 16px;

  border-radius: 50%;

}

.our_teacher .owl-dots .owl-dot.active span{

  display: inline-block;

  background-color: #956226;

  width: 16px;

  height: 16px;

  border-radius: 50%;

}

.our_teacher .owl-nav{

  display: none;

}



@media (max-width: 991px) {

  .our_teacher{

    padding: 40px 0;

  }

  .our_teacher_slide{

    margin-top: 30px;

  }

  .our_teacher .owl-dots{

    margin-top: 20px;

  }

}

@media (max-width: 767px) {  

  .our_teacher{

    padding: 30px 0;

  }

  .our_teacher_slide{

    margin-top: 20px;

  }

  .our_teacher .owl-dots .owl-dot span{

    width: 10px;

    height: 10px;

  }

  .our_teacher .owl-dots .owl-dot.active span{

    width: 10px;

    height: 10px;

  }

  .our_teacher-title-big{

    font-size: 24px;

  }

}



/*======================================

	Out Team

========================================*/

.out_team{

  padding: 60px 0 80px 0;

}

.out-team-title-big{

  text-align: center;

  font-weight: 700;

  font-size: 36px;

}

.out_team_img{

  text-align: center;

  margin-top: 0px;

}

.out_team_img img{

  max-width: 100%;

}

.out_team_info{

  margin-top: 0px;

  padding-left: 40px;

}

.out_team_info h3{

  font-weight: 700;

  font-size: 36px;

  padding-top: 15px;

}

.out_team_info p{

  line-height: 26px;

  text-align: justify;

  margin-bottom: 30px;

}

.out_team_info ul li{

  margin-top: 15px;

  line-height: 22px;

  background: url(images/our_team_ico.png) no-repeat 0 4px;

  padding-left: 25px;

}



@media (max-width: 991px) {

  .out_team {

    padding: 30px 0 50px 0;

  }

  .out_team_info h3 {

    font-size: 20px;

    padding-top: 0;

  }

  .out_team_info p{

    margin-top: 10px;

  }

  .out_team_info ul li{

    margin-top: 10px;

  }

  .out_team_info,

  .out_team_img{

    margin-top: 20px;

  }

}

@media (max-width: 767px) {  

  .out-team-title-big{

    font-size: 24px;

  }

}

/*======================================

    Our Facilities

========================================*/

.our_facilities {

  background-color: var(--color-facilities-bg, #f8f2dd);

  padding: 60px 0 150px;

}

.our-facilities-title-big{

  text-align: center;

  font-weight: 700;

  font-size: 36px;

}

.our_facilities_slide{

  margin-top: 0px;

}

.our_facilities_img img{

  transition: transform .5s;

}

.our_facilities_img:hover img{

  transform: scale(1.08);

}

.our_facilities_img{

  border: 10px solid #fff;

  border-radius: 18px;

  overflow: hidden;

}

.our_facilities_item h3{

  text-align: center;

  margin-top: -30px;

  position: relative;

  z-index: 10;

}

.our_facilities_item h3 span{

  display: inline-block;

  margin: 0px auto 0;

  width: 80%;

  font-size: 26px;

  font-weight: bold;

  text-transform: uppercase;

  text-align: center;

  line-height: 55px;

  border-radius: 10px;

  color:  #fff;

}

.our_facilities_slide .owl-item:nth-child(n) .our_facilities_item h3 span{

  background: #27b3b4;

}

.our_facilities_slide .owl-item:nth-child(2n) .our_facilities_item h3 span{

  background: #e64e6e;

}

.our_facilities_slide .owl-item:nth-child(3n) .our_facilities_item h3 span{

  background: #a8b83e;

}

.our_facilities .owl-dots{

  display: block;

  margin-top: 50px;

  text-align: center;

  position: relative;

  z-index: 10;

}

.our_facilities .owl-dots .owl-dot{

  display: inline-block;

  margin: 0 5px;

}

.our_facilities .owl-dots .owl-dot span{

  display: inline-block;

  background-color: #fff;

  width: 16px;

  height: 16px;

  border-radius: 50%;

}

.our_facilities .owl-dots .owl-dot.active span{

  display: inline-block;

  background-color: #956226;

  width: 16px;

  height: 16px;

  border-radius: 50%;

}

.our_facilities .owl-nav{

  display: none;

}

/* Facilities Animation Overlay */
.our_facilities {
  position: relative;
  overflow: visible !important;
  z-index: 30;
}

.our_facilities_slide {
  overflow: hidden;
}

.facility-characters-zone {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
  pointer-events: none;
  overflow: visible !important;
}

.facility-char {
  position: absolute;
  transform: translate(-50%, -50%);
  transform-origin: center;
  will-change: transform;
  pointer-events: auto;
  --move-range: 20px;
  --move-speed: 3s;
  --hover-lift: 8px;
  --hover-scale: 1.05;
  --hover-rotate: 8deg;
  --hover-wiggle: 6deg;
}

.facility-char img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
  filter: drop-shadow(0 6px 8px rgba(0,0,0,0.12));
}

.facility-char.fac-move-float {
  animation: facility-float var(--move-speed) ease-in-out infinite;
}

.facility-char.fac-move-sway {
  animation: facility-sway var(--move-speed) ease-in-out infinite;
}

.facility-char.fac-move-roll {
  animation: facility-roll var(--move-speed) linear infinite;
}

.facility-char.fac-move-bounce {
  animation: facility-bounce var(--move-speed) ease-in-out infinite;
}

.facility-char.fac-hover-lift:hover img {
  transform: translateY(calc(-1 * var(--hover-lift))) scale(var(--hover-scale));
}

.facility-char.fac-hover-spin:hover img {
  transform: rotate(var(--hover-rotate)) scale(var(--hover-scale));
}

.facility-char.fac-hover-pulse:hover img {
  animation: facility-pulse 0.9s ease-in-out infinite;
}

.facility-char.fac-hover-wiggle:hover img {
  animation: facility-wiggle 0.8s ease-in-out infinite;
}

@keyframes facility-float {
  0% { transform: translate(-50%, -50%) translateY(calc(-1 * var(--move-range))); }
  50% { transform: translate(-50%, -50%) translateY(var(--move-range)); }
  100% { transform: translate(-50%, -50%) translateY(calc(-1 * var(--move-range))); }
}

@keyframes facility-sway {
  0% { transform: translate(-50%, -50%) translateX(calc(-1 * var(--move-range))) rotate(-3deg); }
  50% { transform: translate(-50%, -50%) translateX(var(--move-range)) rotate(3deg); }
  100% { transform: translate(-50%, -50%) translateX(calc(-1 * var(--move-range))) rotate(-3deg); }
}

@keyframes facility-roll {
  0% { transform: translate(-50%, -50%) translateX(calc(-1 * var(--move-range))) rotate(-8deg); }
  50% { transform: translate(-50%, -50%) translateX(var(--move-range)) rotate(8deg); }
  100% { transform: translate(-50%, -50%) translateX(calc(-1 * var(--move-range))) rotate(-8deg); }
}

@keyframes facility-bounce {
  0% { transform: translate(-50%, -50%) translateY(0); }
  30% { transform: translate(-50%, -50%) translateY(calc(-1 * var(--move-range))); }
  60% { transform: translate(-50%, -50%) translateY(0); }
  100% { transform: translate(-50%, -50%) translateY(calc(-1 * (var(--move-range) / 2))); }
}

@keyframes facility-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(var(--hover-scale)); }
}

@keyframes facility-wiggle {
  0% { transform: rotate(calc(-1 * var(--hover-wiggle))); }
  50% { transform: rotate(var(--hover-wiggle)); }
  100% { transform: rotate(calc(-1 * var(--hover-wiggle))); }
}

@media (max-width: 767px) {
  .facility-char {
    --move-range: 12px;
    --hover-lift: 6px;
  }
}


@media (max-width: 1024px) {

  .our_facilities {

      padding: 50px 0;

  }

}

@media (max-width: 991px) {  

  .our_facilities .owl-dots,

  .our_facilities_slide {

    margin-top: 30px;

  }

}

@media (max-width: 767px) {  

  .our_facilities {

    padding: 40px 0;

  }

  .our_facilities .owl-dots,

  .our_facilities_slide {

    margin-top: 20px;

  }

  .our-facilities-title-big{

    font-size: 24px;

  }

  .our_facilities_item h3 span{

    font-size: 18px;

    line-height: 45px;

  }    

  .our_facilities .owl-dots .owl-dot span{

    width: 10px;

    height: 10px;

  }

  .our_facilities .owl-dots .owl-dot.active span{

    width: 10px;

    height: 10px;

  }


  .lae-image-text-toggle .lae-image-content {
    -webkit-box-ordinal-group: 2 !important;
    box-ordinal-group: 2 !important;
    -moz-order: 2 !important;
    order: 2 !important;
    -ms-flex-order: 2 !important;
    margin-bottom:  0px !important;
}

.lae-image-text-toggle .lae-text-content {
    -webkit-box-ordinal-group: 1 !important;
    box-ordinal-group: 1 !important;
    -moz-order: 1 !important;
    order: 1 !important;
    -ms-flex-order: 1 !important;
    padding: 0
}



}



/*======================================

	Academic

========================================*/

.academic-title-big{

  text-align: center;

  font-weight: 700;

  font-size: 36px;

  text-transform: uppercase;

}

.academic{

  background: #fffcf3 url(images/academic_bg.png) no-repeat center 0;

  padding: 100px 0px 80px 0px;

  text-align: center;

}

.academic_col_wrap{

  position: relative;

  padding-bottom: 80px;

}

.academic_img{

  width: 22%;

  position: absolute;

  top: 10px;

  left: 39%;

}

.academic_img img{

  width: 100%;

}

.academic_col{

  width: 33.3333%;

}

.academic_col_wrap{

  display: flex;

  justify-content: space-between;

}

.academic_item{

  margin-top: 40px;

}

.academic_ico{

  float: right;

  width: 80px;

  padding-top: 5px;

}

.academic_ico img{

  width: 100%;

}

.academic_info{

  float: left;

  width: calc(100% - 95px);

  text-align: right;

}

.academic_info h3{

  font-weight: 700;

  font-size: 26px;

  margin-top: 20px;

}

.academic_info p{

  margin-top: 5px;

  line-height: 22px;

}



.academic_col:nth-child(2) .academic_ico{

  float: left;

}

.academic_col:nth-child(2) .academic_info{

  float: right;

  text-align: left;

}

@media (max-width: 1400px) {

  .academic_col_wrap{

    padding-bottom: 50px;

  }

}

@media (max-width: 1200px) {

  .academic_col_wrap{

    padding-bottom: 50px;

  }

}

@media (max-width: 1024px) {

  .academic_col_wrap{

    padding-bottom: 100px;

  }

}



@media (max-width: 991px) {

  .academic_col_wrap{

    padding-bottom: 50px;

  }

  .academic_col_wrap{

    display: block;

  }

  .academic_col{

    width: 100%;

  }

  .academic_item {

    margin-top: 20px;

  }

  .academic_ico{

    padding-top: 0;

  }

  .academic_ico{

    float: left;

  }

  .academic_info{

    float: right;

    text-align: left;

  }

  .academic_img{

    display: none;

  }

}

@media (max-width: 767px) {    

  #banner_slide {
    display: none;
  }

  #banner_slide_mobile {
    display: block;
  }



  .academic-title-big{

    font-size: 24px;

  }

  .academic{

    padding-top: 60px;

  }

  .academic_info h3{

    font-size: 20px;

  }

}



/*======================================

	Enrollment

========================================*/

.enrollment{

  background: url(../images/enrollment_bg.png) no-repeat center bottom;

  padding: 80px 0 180px 0;

}



.enrollment .contact-intro {

  padding: 0px 0px 20px 0px; 

}



.enrollment-title-big{

  font-size: 36px;

  font-weight: 700;

  text-align: center;

  text-transform: uppercase;

}

.enrollment_intro{

  margin: 10px auto 0;

  max-width: 870px;

  line-height: 22px;

  text-align: center;

}

.enrollment-title-small{

  font-size: 26px;

  font-weight: 700;

  text-align: center;

  margin-top: 30px;

  text-transform: uppercase;

}

.enrollment-item{

  margin-top: 70px;

  position: relative;

  min-height: 417px;

}

.enrollment-item .show-more{

  position: absolute;

  left: calc(50% - 16px);

  bottom: -16px;

  background: url(images/ico_plus.png) no-repeat 0 0;

  height: 33px;

  width: 33px;

  text-indent: -9999px;

  cursor: pointer;

}

.enrollment-item.show-more-height .show-more{

  position: absolute;

  left: calc(50% - 16px);

  bottom: -16px;

  background: url(images/ico_minus.png) no-repeat 0 0;

  height: 33px;

  width: 33px;

  text-indent: -9999px;

  cursor: pointer;

}

.enrollment-item .enrollment-item-txt{

  max-height: 275px;

  overflow: hidden;

}

.enrollment-item.show-more-height .enrollment-item-txt{

  max-height: inherit;

  overflow: inherit;

}

.enrollment .col-lg-3:nth-child(n) .enrollment-item{

  border: 2px solid #fab325;

  border-radius: 10px;

}

.enrollment .col-lg-3:nth-child(2n) .enrollment-item{

  border: 2px solid #e64e6e;

  border-radius: 10px;

}

.enrollment .col-lg-3:nth-child(3n) .enrollment-item{

  border: 2px solid #27b3b4;

  border-radius: 10px;

}

.enrollment .col-lg-3:nth-child(4n) .enrollment-item{

  border: 2px solid #a8b83e;

  border-radius: 10px;

}

.enrollment-item-icon{

  text-align: center;

  padding: 15px 0;

}

.enrollment .col-lg-3:nth-child(n) .enrollment-item h4{

  background: #fff3cd;

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  padding: 10px;

}

.enrollment .col-lg-3:nth-child(2n) .enrollment-item h4{

  background: #ffdce4;

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  padding: 10px;

}

.enrollment .col-lg-3:nth-child(3n) .enrollment-item h4{

  background: #d2ffed;

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  padding: 10px;

}

.enrollment .col-lg-3:nth-child(4n) .enrollment-item h4{

  background: #fbffdd;

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  padding: 10px;

}

.enrollment .col-lg-3 .enrollment-item h4{

  min-height: 58px;

  display: flex;

  align-items: center;

}

.enrollment-item-txt{

  padding: 10px;

  line-height: 22px;

}



.enrollment-item-txt ol, .enrollment-item-txt ul {

  list-style: disc;



}



.enrollment-item-txt ul li, .enrollment-item-txt ol li {

  margin: 5px 0px 0px 20px;

}

.enrollment-item-txt ul li ul li{

  margin-bottom: 5px!important;

}



.enrollment-item-number{

  position: absolute;

  left: -20px;

  top: -60px;

  background: #fff;

  color: #fab325;

  font-size: 120px;

  font-weight: 700;

  line-height: 120px;

}

.enrollment .col-lg-3:nth-child(n) .enrollment-item-number{

  color: #fab325;

}

.enrollment .col-lg-3:nth-child(2n) .enrollment-item-number{

  color: #e64e6e;

}

.enrollment .col-lg-3:nth-child(3n) .enrollment-item-number{

  color: #27b3b4;

}

.enrollment .col-lg-3:nth-child(4n) .enrollment-item-number{

  color: #a8b83e;

}

.enrollment_more{

  margin-top: 35px;

  text-align: center;

}

.enrollment_more a{  

  display: inline-block;

  background-color: var(--color-header-bg, #fab631);

  line-height: 45px;

  padding: 0 20px;

  border-radius: 10px;

  font-size: 18px;

  color: #333333;

  font-weight: 700;

  text-transform: uppercase;

  text-decoration: none;

}

.enrollment_more a:hover{

  text-decoration: none;

  background-color: #333;

  color: var(--color-header-bg, #fab631);

}





@media (max-width: 1366px) {  

  .enrollment .enrollment-item h4{

    font-size: 15px!important;

  }

  .enrollment-item{

    min-height: 483px;

  }

  .enrollment-item .enrollment-item-txt {

    max-height: 341px;

    overflow: hidden;

  }

}

@media (max-width: 991px) {

  .enrollment {

    background: none;

    padding: 50px 0;

  }  

}

@media (max-width: 767px) {    

  .enrollment {

    background: none;

    padding: 30px 0;

  }

  .enrollment-title-big{

    font-size: 24px;

  }

  .enrollment-title-small{

    font-size: 20px;

  }

  .enrollment-item-number{

    left: -10px;

  }

  .enrollment-item{

    min-height: inherit;

  }

  .enrollment-item .enrollment-item-txt{

    max-height: inherit;

  }

  .enrollment-item .show-more{

    display: none;

  }

}

/*======================================

	Our Gallery

========================================*/

.our_gallery{

  padding: 70px 0;

}

.our-gallery-title-big{

  text-align: center;

  text-transform: uppercase;

  font-size: 36px;

  font-weight: 700;

}

.our_gallery_slide{

  margin-top: 10px;

}

.our_gallery_item{

  padding: 0 10px 10px;

}

.our_gallery_item p img{

  transition: transform .5s;

}

.our_gallery_item p:hover img{

  transform: scale(1.08);

}

.our_gallery_item p{

  width: 32%!important;

  float: left;

  margin-right: 2%;

  margin-top: 30px;

  border: 10px solid #fff;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);

  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);

  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);

  overflow: hidden;

}

.our_gallery_item img{

  width: 100%;

}

.our_gallery_item p:nth-child(3n){

  margin-right: 0;

}

.our_gallery_slide .owl-dots{

  display: block;

  margin-top: 30px;

  text-align: center;

  position: relative;

  z-index: 10;

}

.our_gallery_slide .owl-dots .owl-dot{

  display: inline-block;

  margin: 0 5px;

}

.our_gallery_slide .owl-dots .owl-dot span{

  display: inline-block;

  background-color: var(--color-accent, #f9b630);

  width: 16px;

  height: 16px;

  border-radius: 50%;

}

.our_gallery_slide .owl-dots .owl-dot.active span{

  display: inline-block;

  background-color: #956226;

  width: 16px;

  height: 16px;

  border-radius: 50%;

}

.our_gallery_slide .owl-nav{

  display: none;

}

@media (max-width: 991px) {

  .our_gallery{

    padding: 0 0 30px;

  }

}

@media (max-width: 767px) {    

  .our-gallery-title-big{

    font-size: 24px;

  }

  .our_gallery_slide .owl-item img{

    margin-top: 15px;

    border: 3px solid #fff;

  }

  .our_gallery_slide .owl-dots{

    margin-top: 10px;

  }

  .our_gallery_slide .owl-dots .owl-dot span,

  .our_gallery_slide .owl-dots .owl-dot.active span{

    width: 10px;

    height: 10px;

  }

}

/*======================================

	Our Gallery

========================================*/

.our_customer{

  background: url(images/our_customer_bg.png) no-repeat center top;

  padding: 150px 0 50px;

}

.our_customer_txt{

  background: #d1942c;

  position: relative;

  padding: 30px;

  border-radius: 10px;

  color: #fff;

  line-height: 22px;

  font-size: 16px;

}

.our_customer_txt::after{

  position: absolute;

  left: 40%;

  bottom: -20px;

  background: url(images/our_customer_quote.png) no-repeat 0 0;

  background-size: 27px;

  width: 27px;

  height: 20px;

  display: block;

  content: "";

}

.our_customer_info{

  margin-top: 15px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0 5px;

}

.our_customer_img{

  width: 75px;

  border: 3px solid #fff;

  border-radius: 50%;

  overflow: hidden;

}

.our_customer_cnt{

  width: calc(100% - 90px);

}

.our_customer_cnt h3{

  color: #fff;

  font-size: 18px;

  font-weight: bold;

}

.our_customer_cnt p{

  font-weight: 300;

  color: #fff;

  font-size: 18px;

  margin-top: 5px;

}

.our_customer_slide .owl-dots{

  display: block;

  margin-top: 50px;

  text-align: center;

  position: relative;

  z-index: 10;

}

.our_customer_slide .owl-dots .owl-dot{

  display: inline-block;

  margin: 0 5px;

}

.our_customer_slide .owl-dots .owl-dot span{

  display: inline-block;

  background-color: #fff;

  width: 16px;

  height: 16px;

  border-radius: 50%;

}

.our_customer_slide .owl-dots .owl-dot.active span{

  display: inline-block;

  background-color: #956226;

  width: 16px;

  height: 16px;

  border-radius: 50%;

}

.our_customer_slide .owl-nav{

  display: none;

}

@media (max-width: 991px) {

  .our_customer{

    background: url(images/our_customer_bg.png) no-repeat center top;

    padding: 80px 0 50px;

  }

}

@media (max-width: 767px) {  

  .our_customer_slide .owl-dots{

    margin-top: 10px;

  }

  .our_customer_slide .owl-dots .owl-dot span,

  .our_customer_slide .owl-dots .owl-dot.active span{

    width: 10px;

    height: 10px;

  }

}



/*======================================

	Our Blog

========================================*/

.our_blog{

  padding: 70px 0;

}

.our_blog-title-big{

  text-align: center;

  font-size: 36px;

  font-weight: 700;

  text-transform: uppercase;

}

.our_blog_slide{

  margin-top: 0px;

}

.our_blog_item_img{

  overflow: hidden;

}

.our_blog_item_img:hover img{

  transform: scale(1.05);

}

.our_blog_item_img img{

  width: 100%;

  transition: transform .5s;

}

.our_blog_item_title{

  margin-top: 20px;

  display: flex;

  justify-content: space-between;

}

.our_blog_item_title p{

  background: var(--color-accent, #f9b630);

  color: #fff;

  text-transform: uppercase;

  text-align: center;

  font-weight: 600;

  width: 50px;

  padding: 10px 0;

}

.our_blog_item_title p span{

  display: block;

  font-size: 18px;

}

.our_blog_item_title h3{

  width: calc(100% - 65px);

}

.our_blog_item_title h3 a{

  color: #333333;

  font-size: 18px;

  font-weight: 600;

}

.our_blog_item_title h3 a:hover{

  color: var(--color-accent, #f9b630);

}

.our_blog_item_txt{

  line-height: 22px;

  margin-top: 15px;

}

.our_blog_slide .owl-dots{

  display: block;

  margin-top: 40px;

  text-align: center;

  position: relative;

  z-index: 10;

}

.our_blog_slide .owl-dots .owl-dot{

  display: inline-block;

  margin: 0 5px;

}

.our_blog_slide .owl-dots .owl-dot span{

  display: inline-block;

  background-color: var(--color-accent, #f9b630);

  width: 16px;

  height: 16px;

  border-radius: 50%;

}

.our_blog_slide .owl-dots .owl-dot.active span{

  display: inline-block;

  background-color: #956226;

  width: 16px;

  height: 16px;

  border-radius: 50%;

}

.our_blog_slide .owl-nav{

  display: none;

}

@media (max-width: 991px) {

  .our_blog{

    padding: 50px 0;

  }

  .our_blog_slide {

    margin-top: 30px;

  }  

}

@media (max-width: 767px) {    

  .our_blog-title-big{

    font-size: 24px;

  }

  .our_blog{

    padding: 30px 0;

  }  

  .our_blog_slide {

    margin-top: 20px;

  }  

  .our_blog_slide .owl-dots{

    margin-top: 10px;

  }

  .our_blog_slide .owl-dots .owl-dot span,

  .our_blog_slide .owl-dots .owl-dot.active span{

    width: 10px;

    height: 10px;

  }

}



/*======================================

	Contact

========================================*/

.contact{

  background: #956226 url(images/contact_bg.png) no-repeat center bottom;

  padding: 70px 0;

}

.contact-title-big{

  text-align: center;

  font-size: 36px;

  font-weight: 700;

  text-transform: uppercase;

  color: #fff;

}

.contact-intro{

  color: #333;

  text-align: center;

  margin-top: 10px;

  padding: 40px 0px 20px 0px;

  max-width: 890px;

  margin: 0px auto;

  line-height: 24px;

}

.contact_wrap{

  margin: 20px auto;

  max-width: 680px;

}

.contact_register{

  margin: 0px auto !important;
 
}

.contact_item{

  width: 48%;

}

.contact_line_2col{

  display: flex;

  justify-content: space-between;

}

.contact_line label{

  display: block;

  margin-top: 15px;

  padding: 0 0 5px 0;

 

  text-align: left;

}



.elementor-icon-list-item {

  text-align: justify !important;

}

.contact_line input, .contact_line select{  

  border: 1px solid #d5d5d5;

  background: none;

  border-radius: 10px;

  width: 100%;

  height: 45px;

  line-height: 45px;

  outline: none;

  box-sizing: border-box;

  padding: 0 15px;

  font-size: 14px;

  font-weight: 600;

  color: #333;

  width: 100%;

  background: #fff;

}

.contact_line input:focus{

  border: 1px solid #333;

}

.contact_line textarea{  

  border: 1px solid #d5d5d5;

  background: #fff;

  border-radius: 10px;

  width: 100%;

  height: 140px;

  line-height: normal;

  outline: none;

  box-sizing: border-box;

  padding: 10px 15px;

  font-size: 14px;

  color: #333;

  font-weight: 600;

  width: 100%;

  overflow: auto;

  resize: none;

}

.contact_line textarea:focus{ 

  border: 1px solid #333;

}

/* .contact_line{

  text-align: center;

} */

.contact_line button, .contact_line input[type="submit"]{

  background: #fab325;

  border: none;

  border-radius: 10px;

  color: #333333;

  font-size: 18px;

  font-weight: 700;

  line-height: 48px;

  cursor: pointer;

  outline: none;

  height: 48px;

  width: 160px;

  padding: 0;

  text-align: center;

  margin: 30px 0px 0px 0px;

  text-transform: uppercase;

  margin-bottom: 50px;

}





.contact_line input[type="checkbox"] {

  width: auto;

  height: auto;

  line-height: auto;

}





.wpcf7-list-item {

  display: block !important;

}





.wpcf7-list-item {

  margin: 0 20px 0 0px !important;

}



.contact_line button img{

  display: inline-block;

  vertical-align: middle;

  margin-right: 3px;

}

@media (max-width: 991px) {

  .contact{

    padding: 50px 0;

  }

}

@media (max-width: 767px) { 

  .contact{

    padding: 30px 0;

  }  

  .contact-title-big{

    font-size: 24px;

  }

  .contact_item{

    width: 100%;

  }

  .contact_line_2col{

    display: block;

  }

}



/*======================================

	Footer

========================================*/

.footer {

  background: url(images/footer_bg.png) no-repeat center top;

  background-size: cover;

  padding-top: 55px;

}

.copy-right{

  border-top: 1px dashed #616163;

  text-align: center;

  color: var(--color-footer-text, #808080);

  font-size: 14px;

  padding: 20px 0;

  margin-top: 60px;

}

.f_item h3{

  color: var(--color-footer-text, #fffffb);

  font-size: 18px;

  font-weight: 700;

  text-transform: uppercase;

  margin-top: 20px;

}

.f_about_txt{

  color: var(--color-footer-text, #808080);

  line-height: 22px;

  font-size: 14px;

  margin-top: 15px;

}

.f_link{

  margin-top: 15px;

}

.f_link li{

  line-height: 22px;

  margin-top: 8px;

}

.f_link li a{

  background: url(images/f_dot.png) no-repeat 0 6px;

  padding-left: 15px;

  color: var(--color-footer-link, #f9b630);

}

.f_galleries{

  margin-top: 5px;

}

.f_galleries li{

  width: 33.3333%;

  float: left;

  box-sizing: border-box;

  padding-right: 15px;

  margin-top: 15px;

  overflow: hidden;

  border-radius: 10px;

}

.f_galleries li:hover img{

  transform: scale(1.08);

}

.f_galleries li img{

  width: 100%;

 

  border-radius: 5px;

}

.f_location{

  background: url(images/f_location.png) no-repeat 0 3px;

  padding-left: 25px;

  color: var(--color-footer-text, #808080);

  line-height: 22px;

  margin-top: 15px;

}

.f_mail{

  background: url(images/f_mail.png) no-repeat 0 2px;

  padding-left: 25px;

  color: var(--color-footer-text, #808080);

  line-height: 22px;

  margin-top: 10px;

}

.f_mail a{

  color: var(--color-footer-text, #808080);

}

.f_phone{

  background: url(images/f_phone.png) no-repeat 0 2px;

  padding-left: 25px;

  color: var(--color-footer-text, #808080);

  line-height: 22px;

  margin-top: 10px;

}



.embasyeducation .col-lg-12 {display: flex;justify-content: center;}

.embasyeducation .row {
    margin-top: 30px;
}

@media (max-width: 991px) { 

  .footer {

    padding-top: 25px;

  }

  .copy-right{

    margin-top: 40px;

  }

}



/*======================================

	Home Banner

========================================*/

.sub-banner{

  height: 240px;

  margin-top: 108px;

  display: flex;

  align-items: center;

}

.sub-banner h3{

  text-transform: uppercase;

  font-size: 32px;

  font-weight: 700;

}

@media (max-width: 991px) { 

  .sub-banner{

    height: 200px;

    margin-top: 60px;

  }

  .sub-banner h3{

    font-size: 26px;

  }

}

@media (max-width: 767px) { 

  .sub-banner{

    height: 150px;

    margin-top: 60px;

  }

  .sub-banner h3{

    font-size: 20px;

  }

}

/*======================================

	Teacher

========================================*/

.teacher{

  padding: 0 0 80px 0;

}

.teacher h2{

  text-align: center;

  margin-top: 80px;

  font-size: 18px;

  text-transform: uppercase;

  font-weight: 700;

}

.teacher .teacher_slide_item{

  margin-top: 40px;

}

@media (max-width: 991px) { 

  .teacher{

    padding: 0 0 50px 0;

  }

  .teacher h2{

    margin-top: 50px;

  }

  .teacher .teacher_slide_item{

    margin-top: 30px;

  }

}

@media (max-width: 767px) { 

  .teacher{

    padding: 0 0 30px 0;

  }

  .teacher h2{

    margin-top: 30px;

  }

  .teacher .teacher_slide_item{

    margin-top: 20px;

  }

  .teacher .teacher_slide_item h3{

    font-size: 16px;

  }

  .teacher .teacher_slide_item p{

    font-size: 14px;

  }

}



/*======================================

	Page Blog

========================================*/

.blog_page{

  padding-bottom: 80px;

}

.blog_page .our_blog_item{

  margin-top: 45px;

}

.blog_r{

  margin-top: 25px;

}

.blog_r ul li{

  padding: 20px 0;

  border-bottom: 1px solid #f4f4f4;

  display: flex;

  justify-content: space-between;

}

.blog_r_img{

  width: 80px;

  overflow: hidden;

}

.blog_r_img img{

  width: 100%;

  transition: transform .5s;

}

.blog_r_img:hover img{

  transform: scale(1.08);

}

.blog_r ul li div{

  width: calc(100% - 90px);

}

.blog_r ul li div h3 a{

  color: #333333;

  font-weight: 700;

}

.blog_r ul li div p{

  color: #8a8a8a;

  font-size: 11px;

  margin-top: 10px;

}

.banner_r{

  margin-top: 25px;

  text-align: center;

}

.banner_r img{

  max-width: 100%;

}

.paginations{

  margin-top: 50px;

  text-align: center;

}

.paginations li{

  display: inline-block;

  line-height: 35px;

}

.paginations li a{

  border: solid 1px #eeeeee;

  background: #fff;

  border-radius: 3px;

  line-height: 35px;

  text-align: center;

  display: block;

  text-decoration: none;

  color: #6d6d6d;

  font-size: 16px;  font-weight: normal;

  font-stretch: normal;

  font-style: normal;

  width: 35px;

  font-weight: 700;

}

.paginations li a:hover,

.paginations li a.active{

  border: solid 1px #efefef;

  background: #efefef;

  color: #6d6d6d;

}

@media (max-width: 991px) { 

  .blog_page{

    padding-bottom: 50px;

  }

  .blog_page .our_blog_item{

    margin-top: 35px;

  }

  .banner_r{

    margin-top: 15px;

    text-align: center;

  }

  .paginations{

    margin-top: 40px;

  }

}

@media (max-width: 767px) { 

  .blog_page{

    padding-bottom: 30px;

  }

  .blog_page .our_blog_item{

    margin-top: 20px;

  }

  .paginations{

    margin-top: 30px;

  }

}



/*======================================

	Page Blog Detail

========================================*/

.d_blog_cnt h2{

  font-size: 32px;

  font-weight: 700;

  margin-top: 40px;

}

.d_blog_cnt_date{

  font-size: 16px;

  color: #8a8a8a;

  margin-top: 5px;

}

.d_blog_cnt_img{

  text-align: center;

  margin-top: 25px;

}

.d_blog_cnt_img img{

  max-width: 100%;

}

.d_blog_cnt_img_quote{

  text-align: center;

  color: #969696;

  font-size: 16px;

  margin-top: 15px;

}

.d_blog_cnt_text{

  font-size: 16px;

  line-height: 30px;

  margin-top: 20px;

}

.d_social{

  margin-top: 50px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  color: #969696;

  font-size: 16px;

}

.d_social_r a{

  display: inline-block;

  margin-left: 5px;

}

.d_blog_slide{

  margin-top: 40px;

  border-top: dashed 1px #cccccc;

}

.d_blog_slide h3{

  text-transform: uppercase;

  font-size: 20px;

  font-weight: 700;

  margin-top: 20px;

}

.d_blog_slide_wrap{

  position: relative;

  margin-top: 25px;

}

.d_blog_slide_item_img{

  overflow: hidden;

}

.d_blog_slide_item_img img{

  width: 100%;

  transition: transform .5s;

}

.d_blog_slide_item_img:hover img{

  transform: scale(1.05);

}

.d_blog_slide_item h3{

  margin-top: 5px;

}

.d_blog_slide_item h3 a{

  color: #333333;

  font-weight: 700;

  font-size: 16px;

  text-transform: none;

}

.d_blog_slide_item h3 a:hover{

  color: var(--color-accent, #f9b630);

}

.d_blog_slide_item p{

  margin-top: 5px;

  color: #969696;

  font-size: 12px;

}



.d_blog_slide_wrap .owl-dots{

  display: none;

}

.d_blog_slide_wrap .owl-nav{

  display: block;

}

.d_blog_slide_wrap .owl-prev{

  background:  url(images/d_blog_prev.png) no-repeat center center!important;

  height: 25px;

  width: 16px;

  text-indent: -9999px;

  cursor: pointer!important;

  outline: none;

  display: block;

  position: absolute;

  right: 25px;

  top: -53px;

  z-index: 100;

}

.d_blog_slide_wrap .owl-next{

  background:  url(images/d_blog_next.png) no-repeat center center!important;

  height: 25px;

  width: 16px;

  text-indent: -9999px;

  cursor: pointer!important;

  outline: none;

  display: block;

  position: absolute;

  right: 0;

  top: -53px;

  z-index: 100;

}



@media (max-width: 991px) { 

  .d_blog_cnt h2 {

    font-size: 26px;

    margin-top: 30px;

  }

  .d_social{

    margin-top: 40px;

  }

  

}

@media (max-width: 767px) { 

  .d_blog_cnt h2 {

    font-size: 20px;

    margin-top: 20px;

  }

  .d_blog_cnt_date{

    font-size: 14px;

  }

  .d_blog_cnt_img_quote{

    font-size: 14px;

    margin-top: 10px;

  }

  .d_blog_cnt_text{

    font-size: 14px;

    line-height: 22px;

    margin-top: 15px;

  }

  .d_social{

    margin-top: 30px;

    font-size: 14px;

  }

}





/*======================================

	Welcome

========================================*/

.big_title{

  color: #333;

  font-size: 36px;

  font-weight: 700;

  text-align: center;

  text-transform: uppercase;

  margin-bottom: 30px;

}


.welcome{

  background: #f4f4f4;

  padding: 100px 0;

}



.logo_part {

  margin-top: 20px;

}

.welcome-item-text{

  line-height: 22px;

}

.welcome_w .welcome-item-text{

  line-height: 30px;

  display: inherit;

  padding-top: 20px;

  font-size: 16px;

  padding-right: 10%;

}

.welcome-item img{

  width: 42%;

  float: left;

  margin-right: 8%;

  margin-bottom: 20px;

}

.welcome-item ul li{

  line-height: 22px;

  background: url(images/our_team_ico.png) no-repeat 0 4px;

  padding-left: 25px;

  margin-top: 15px;

}

.welcome_more a{  

  display: inline-block;

  background-color: var(--color-header-bg, #fab631);

  line-height: 32px;

  padding: 0 25px;

  border-radius: 10px;

  font-size: 14px;

  color: #333333;

  text-decoration: none;

  margin-top: 15px;

}

.welcome_more a:hover{

  text-decoration: none;

  background-color: #333;

  color: var(--color-header-bg, #fab631);

}

.welcome-item{

  margin-top: 50px;

}

.welcome-item-ttl{

  color: #333333;

  font-weight: 700;

  font-size: 32px;

  display: inherit;

  padding-right: 10%;

}

.welcome-item img{

  width: 45%;

  margin-right: 5%;

}

@media (max-width: 1400px) {

  .welcome_w .welcome-item-text,

  .welcome-item-ttl{

    padding-right: 0;

  }

}

@media (max-width: 991px) {

  .welcome{

    padding: 50px 0;

  }

  .welcome-item{

    margin-top: 30px;

  }  

  .welcome-item-ttl{

    font-size: 24px;

  }

}

@media (max-width: 767px) {  

  .big_title{

    font-size: 24px;

    margin-bottom: 15px;

  }

  .welcome{

    padding: 30px 0;

  }

  .welcome-item{

    margin-top: 20px;

  }    

  .welcome-item-ttl{

    font-size: 20px;

  }    

  .welcome-item img{

    width: 100%;

    margin-right: 0;

    float: none;

  }

  .welcome_w .welcome-item-text{

    font-size: 14px;

    line-height: 22px;

  }

}



/*======================================

	Our Story

========================================*/

.our_story{

  padding: 0px;

}



.our_story img {

  

  width: 100%;

  display: block;

  margin: 0px auto;

}



.our_story_cnt h3{

  font-size: 32px;

  font-weight: 700;

}

.our_story_cnt {

  font-size: 16px;

  line-height: 30px;

}

.our_story_cnt p{

  margin-top: 10px;

}

.our_story_cnt strong{  

  font-size: 32px;

  font-weight: 700;

}

.our_story_img img{

  width: 100%;

}

@media (max-width: 991px) { 

  .our_story{

    padding: 50px 0;

  }    

  .our_story_cnt h3{

    font-size: 20px;

  }

  .our_story_cnt strong{  

    font-size: 20px;

  }

}

@media (max-width: 767px) { 

  .our_story{

    padding: 30px 0;

  }

  .our_story_cnt h3{

    font-size: 18px;

    margin-top: 15px;

  }

  .our_story_cnt strong{  

    font-size: 18px;

  }

  .our_story_img {

    margin-top: 15px;

  }

  .our_story_cnt {

    font-size: 14px;

    line-height: 22px;

  }

}



/*======================================

	Mission and Vision

========================================*/

.mission{

  background: #f4f4f4;

  padding: 80px 0;

}

.mission-ctn{

  margin-top: 50px;

}

.mission-ctn h3{

  color: #333333;

  font-size: 32px;

  font-weight: 700;

}

.mission-ctn h4{

  color: #333333;

  font-size: 20px;

  font-weight: 700;

  text-transform: uppercase;

  margin-top: 15px;

}

.mission-ctn p{

  font-size: 16px;

  line-height: 30px;

  margin-top: 15px;

}

.mission-img{

  text-align: center;

  margin-top: 50px;

}

.mission-img img{

  max-width: 100%;

}

@media (max-width: 991px) { 

  .mission{

    padding: 50px 0;

  }

  .mission-ctn h3{

    font-size: 26px;

  }

  .mission-img,

  .mission-ctn{

    margin-top: 30px;

  }

}

@media (max-width: 767px) { 

  .mission{

    padding: 30px 0;

  }

  .mission-img,

  .mission-ctn{

    margin-top: 20px;

  }

  .mission-ctn h3{

    font-size: 20px;

  }

  .mission-ctn h4{

    font-size: 18px;

    margin-top: 10px;

  }

  .mission-ctn p{

    font-size: 14px;

    margin-top: 10px;

  }

}



/*======================================

	Advisory Board

========================================*/

.advisory{

  padding: 80px 0;

}

.advisory_item{

  text-align: center;

  margin-top: 60px;

  font-size: 16px;

}

.advisory_img img{

  transition: transform .5s;

  width: 100%;

}

.advisory_img:hover img{

  transform: scale(1.05);

}

.advisory_img{

  border-radius: 20px;  

  overflow: hidden;

  margin-bottom: 20px;

}

.advisory_item h3{

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

}

@media (max-width: 991px) { 

  .advisory{

    padding: 50px 0;

  }    

  .advisory_item{

    margin-top: 30px;

  }

}

@media (max-width: 767px) { 

  .advisory{

    padding: 30px 0;

  }

  .advisory_item{

    font-size: 14px;

  }

  .headline_inner_l h2{

    font-size: 15px;

  }

}



/*======================================
  News / Blog Cards & Page Content
========================================*/

.news-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform .3s, box-shadow .3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.news-card .news-card-img {
  height: 200px;
  overflow: hidden;
}

.news-card .news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}

.news-card:hover .news-card-img img {
  transform: scale(1.06);
}

.news-card .news-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-card .news-card-body .news-card-cat {
  display: inline-block;
  background: var(--color-accent, #f9b630);
  color: #333;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
  width: fit-content;
}

.news-card .news-card-body .news-card-date {
  font-size: 13px;
  color: #999;
  margin-bottom: 6px;
}

.news-card .news-card-body h5 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
}

.news-card .news-card-body p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 12px;
  flex: 1;
}

.news-card .news-card-body .news-card-link {
  display: inline-block;
  color: var(--color-accent, #f9b630);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.news-card .news-card-body .news-card-link:hover {
  color: #333;
  text-decoration: none;
}

/* Category filter pills */
.news-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.news-filter-pills a {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  border: 2px solid var(--color-accent, #f9b630);
  color: #333;
}

.news-filter-pills a:hover,
.news-filter-pills a.active {
  background: var(--color-accent, #f9b630);
  color: #fff;
  text-decoration: none;
}

/* Post content typography */
.post-content {
  line-height: 28px;
  font-size: 16px;
  text-align: justify;
}

.post-content p {
  margin-bottom: 20px;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.post-content ul, .post-content ol {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style-type: disc;
}

.post-content ol {
  list-style-type: decimal;
}

.post-content li {
  padding: 4px 0;
}

/* Page content shared */
.page-content {
  line-height: 28px;
  font-size: 16px;
  text-align: justify;
}

.page-content p {
  margin-bottom: 18px;
}

.page-content img {
  max-width: 100%;
  height: auto;
}

/* Submit button alias */
.submit_btn {
  background: var(--color-accent, #fab325);
  border: none;
  border-radius: 10px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  cursor: pointer;
  outline: none;
  height: 48px;
  width: 160px;
  padding: 0;
  text-align: center;
  margin: 30px 0 50px;
  text-transform: uppercase;
  transition: opacity .2s;
}

.submit_btn:hover {
  opacity: .85;
}

@media (max-width: 767px) {
  .contact_line_2col {
    flex-direction: column;
  }
  .contact_item {
    width: 100%;
  }
  .news-card .news-card-img {
    height: 160px;
  }
}

/*======================================
  Floating Contact Menu
========================================*/
.floating-menu {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.floating-menu .fm-bar {
  margin: 0;
  padding: 0;
  list-style: none;
}

.floating-menu .fm-bar li {
  margin: 0;
}

.floating-menu .fm-bar li a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f5b42a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  text-decoration: none;
  transition: background-color .25s ease;
}

.floating-menu .fm-bar li:last-child a {
  border-bottom: 0;
}

.floating-menu .fm-icon {
  font-size: 26px;
  line-height: 1;
}

.floating-menu .fm-label {
  display: none;
}

.floating-menu .fm-bar li a:hover {
  background: #eba30f;
}

@media (max-width: 767px) {
  .floating-menu {
    top: auto;
    bottom: 90px;
    transform: none;
  }

  .floating-menu .fm-bar li a {
    width: 52px;
    height: 52px;
  }

  .floating-menu .fm-icon {
    font-size: 22px;
  }
}

/* ========================================
   Admin-driven color overrides
   ======================================== */
.floating-menu .fm-bar li a {
  background: var(--color-floating-contact, #f5b42a);
}

.floating-menu .fm-bar li a:hover {
  background: var(--color-floating-contact-hover, #eba30f);
}

.scroll-top {
  background: var(--color-scroll-top, #723FE4) !important;
  color: #fff;
  font-size: 18px;
}

.scroll-top:hover {
  background: var(--color-scroll-top-hover, #5d31be) !important;
}

.footer {
  background: var(--color-footer, #4A2800) !important;
  background-image: none !important;
}
