

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');

/* Kemudian tetapkan font-family pada elemen yang diinginkan */
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
button {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-variant-numeric: lining-nums; /* atau oldstyle-nums */
}

p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  color: #005eff;
}

a:hover {
	color: #FC3;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #f5a425;
  color: #fff;
}

::-moz-selection {
  background: #f5a425;
  color: #fff;
}



.main-button-1 a {
  font-size: 14px;
  color: #fff;
  background-color: #001436;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  letter-spacing: 1px;
  font-family: 'Poppins',sans-serif;
}

.main-button-1 a:hover {
  opacity: 0.9;
}

.main-button-2 a {
  font-size: 13px;
  color: #fff;
  background-color: #001436;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  letter-spacing: 2px;
}

.main-button-2 a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px; 
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

/* 
---------------------------------------------
BUTTON SCROLL TO TOP
--------------------------------------------- 
*/

/* .scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #001436;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  z-index: 999;
} */

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: green;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  z-index: 9999;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.whatsapp-button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: white;
}


.whatsapp-menu {
  position: fixed;
  bottom: 90px;
  right: 20px;
  /* background-color: #25d366; */
  border-radius: 5px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
}

.whatsapp-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.whatsapp-menu li {
  margin-bottom: 10px;
  padding: 0;
  background-color: green;
  border-radius: 20px;
}

.whatsapp-menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.whatsapp-menu li a:hover {
  background-color: #1e993d;
}

.whatsapp-menu.open {
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
}




/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
  background-color: #001436;
  position: relative;
  z-index: 1111;
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 16px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 18px;
  transition: all .3s;
  letter-spacing: 1px;
}

.sub-header .right-icons ul li a:hover {
  color: #f5a425;
}

.right-icons ul .separator {
  border-right: 1px solid #ccc;
  height: 20px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.right-icons a {
 color: white;
}


.sub-header .left-content p em {
   font-style: normal;
   color: #f5a425;
}


.left-content {
  display: flex;
  align-items: center;
  /* gap: 10px; */
}

.left-content a.button {
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 4px;
}

.left-content a.button {
  font-size: 18px;
  letter-spacing: 3px;
}

.left-content a.button:last-child {
  margin-right: 0;
}

.left-content a.button:not(:last-child) {
  /* border-right: 1px solid #ccc; */
  border-radius: 0;
  padding: 4px 8px;
  height: auto;
  line-height: normal;
  /* margin-top: 6px; */
}


.left-content a.button:first-child {
  border-right: 1px solid #ccc;
  margin-bottom: 1px;
}

.left-content a.button {
  /* Gaya tombol lainnya */
  font-family: 'Playfair Display', serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-content a.button:hover {
  /* background-color: #f5a425; */
  color: #f5a425;
}


.background-header {
  background-color: #001436!important;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  /* color: #1e1e1e!important; */
  color: #ffffff!important;
}

.logo img {
  width: 100%;
  height: auto;
  max-width: 220px;
  margin-bottom: 10px;
}



.background-header .main-nav .nav li:hover a {
  color: #fb5849!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 3px;
  font-family: 'Poppins','sans-serif';
  font-weight: bold;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #f5a425!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #f5a425!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
  visibility: hidden;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #ffffff;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f5a425!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #ffffff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #ffffff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #ffffff;
}

.header-area.header-sticky {
  min-height: 90px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #f5a425;
}








/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    /* object-fit:fill; */
    /* object-fit:contain; */
    z-index: -1;
}

.video-overlay {
  position: absolute;
  background-color: rgba(31,39,43,0.2);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  /* background-image: linear-gradient(rgba(31,39,43,0.25), rgba(31,39,43,0.25)); */
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}


.main-banner .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  animation: fadeUp 1s forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.main-banner .slider-bottom {
  position: absolute;
  bottom: 75px;
  left: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 3px;
  z-index: 11;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: 500;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0; 
  animation: fadeUp 1s forwards;
}

.main-banner .slider-bottom i {
  display: block;
  font-size: 14px;
  padding: 10px;
}


.main-banner .caption h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}



.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 7px;
  text-align: center;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 16px;
  max-width: 570px;
  /* text-transform: uppercase; */
  letter-spacing: 3px;
  text-align: center;
  margin: 0 auto;
}


.main-banner .caption .main-button-1 {
  margin-top: 30px;
}




/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  margin-top: 20px;
  position: absolute;
  width: 100%;
}

.services .item {
  /* background-image: url(../images/service-item-bg.jpg); */
  background-color: #001436;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 40px;
  min-height: 240px;
}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.services .item p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 20px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}
    
.services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  display: none;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  display: none;
}


/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
  /* background-image: url(../images/meetings-bg.jpg); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  /* padding-bottom: 110px; */
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .section-heading h2 {
  text-align: center;
  font-size: 26px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 500;
}

section.upcoming-meetings .section-heading h3 {
  text-align: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 2px;
  font-weight: 600;
  color: white;
  margin-bottom: 50px;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-1 {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-1 a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-item .thumb #bg-video {
    min-width: auto;
    min-height: auto;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    z-index: -1;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -5px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  display: none;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 24px;
  color: #1f272b;
  font-weight: 600;
  /* display: inline-block; */
  margin-bottom: 15px;
  /* align-items: center; */
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  /* font-family: 'Poppins',sans-serif; */
}

.meeting-item .down-content p {
  /* margin-left: 50px; */
  color: #1f272b;
  font-size: 14px;
  text-align: center;
}



/*
---------------------------------------------
programs
---------------------------------------------
*/

section.programs {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1.6)), url(../images/EHL\ Group\ -\ Official\ Picture\ 8.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

section.programs .container .main-button-1 a {
  background-color: white;
  color: #001436;
  font-weight: 600;
}


section.programs .item {
  background-color: rgba(250,250,250,0.15);
  padding: 40px;
  margin-bottom: 50px;
  text-align: center;
  align-items: center;
  border-radius: 10px;
}



section.programs .col-lg-6 .item {
  background-color: rgba(250,250,250,0.15);
  padding: 40px;
  margin-bottom: 60px;
  text-align: center;
  align-items: center;
  min-height: 700px;
  border-radius: 10px;
}

section.programs .col-lg-6 .item.item-1::after {
  content: "Suitable if you want to progress to Bachelor Degree!";
  display: block;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 22px;
  color: #001436;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Poppins',sans-serif;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-size: 13px;
}

section.programs .col-lg-12 .item.item-2::after {
  content: "Suitable if you are Practical and career-oriented!";
  display: block;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 22px;
  color: #001436;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Poppins',sans-serif;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-size: 13px;
}

section.programs .col-lg-12 .item::after {
  /* content: "Suitable if you are Practical and career-oriented!"; */
  display: block;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 22px;
  color: #001436;
  position: absolute;
  /* bottom: -45px; */
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Poppins',sans-serif;
  letter-spacing: 1.5px;
  font-weight: 600;
}


section.programs .container h2 {
  line-height: 40px;
    margin-top: -50px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(250,250,250,0.15);
    /* font-size: 22px; */
    /* font-weight: 700; */
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    align-items: center;
}

section.programs .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 3px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  padding-bottom: 10px;
  font-family: 'Poppins',sans-serif;
}

section.programs .container h5 {
  color: white;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  letter-spacing: 1.3px;
  font-size: 18px;
}

section.programs .container .main-button-1 {
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

section.programs .item h4 {
  font-weight: bold;
  color: white;
  letter-spacing: 3px;
  font-family: 'Poppins',sans-serif;
}

section.programs .item p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 10px;
}

section.programs .item p.semester {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -3px;
}


/*
---------------------------------------------
programs | Accordions - Gak dipake
---------------------------------------------
*/
.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #d8d8d8;
  /* margin-left: 45px; */
  margin-left: 0;
  font-family: 'Playfair Display';
}
.accordions .accordion {
  border-bottom: 1px solid #000;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  /* border-bottom: 1px solid #000; */
  letter-spacing: 2px;
  font-weight: 600;
}






.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  /* color: #f5a425; */
  color: #47536e;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  /* border-bottom: 1px solid #000; */
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}

.accordion-body > .content ol {
  /* list-style-type: disc; */
  padding-left: 20px;
}

.accordion-body > .content li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Poppins';
}

.numbered-list {
  padding-left: 20px;
}
.numbered-list li {
  list-style-type: disc;
  margin-bottom: 10px;
}

/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 130px;
}

.item {
  flex: 1;
  margin: 0 10px;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center; 
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
    /* background-image: url(../images/facts-bg.jpg); */
    /* background-image: url(../images/Stock\ Images/1.jpg); */
    background-color: #fff;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px 250px 0px;
    /* margin-top: 102px; */
    margin-bottom: 200px;
    padding-bottom: 300px;
}

section.our-facts .accordions {
  /* margin-top: 50px; */
  margin-top: 0;
}

section.our-facts h2 {
  font-size: 38px;
  color: #000;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}

.count-area-content {
  text-align: center;
  background-color: rgb(0 20 54);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: #f5a425;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}

.new-students {
  margin-top: 45px;
}

section.our-facts .image {
  text-align: center;
  /* margin-left: 70px; */
  margin-left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section.our-facts .image img {
  /* padding: 50px 20px; */
  max-width: 100vh;
  border-radius: 25px;
  width: 70vh;
}

.table-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 80px;
}

.table-container h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #000000;
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
}

.table-container th,
.table-container td {
  padding: 10px;
  border: 1px solid #000000;
}

.table-container td {
  color: rgb(0, 0, 0);
}

.table-container th {
  background-color: #000000;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.small-text {
  font-size: 30px;
  margin-bottom: 10px;
}

.requirements .container .pt-4 {
  background-color: rgb(202, 202, 202);
  border-radius: 20px;
}

.requirements .container .pt-4 .numbered-list li {
  font-weight: 500;
  list-style-type: none;
}

/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
  /* background-image: url(../images/meetings-bg.jpg); */
  background-color: #111;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 0px 0px;
  margin-top: -40px;
}

section.contact-us .col-lg-9 {
  margin-bottom: 100px;
}

section.contact-us #contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .container .row h2 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #001436;
  border-radius: 20px;
  padding: 40px;
  padding-right: 40px;
  margin-right: -40px;
  margin-top: 30px;
  margin-bottom: 25px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

section.contact-us .right-info ul li p {
  color: white;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
}

.footer {
  text-align: center;
  margin-top: 140px;
  border-top: 1px solid rgba(250,250,250,0.15);
  padding: 50px 0px;
}
.footer p {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}

.footer p a {
  color: #f5a425;
}











/* ********************************************************************************************************* */
.image-container {
  display: flex;
  justify-content: space-between;
}

figcaption {
  margin-top: 85px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  /* text-decoration:overline; */
  margin-right: 10px;
}

.zoom-image {
  width: 100%;
  height: auto;
  border: 2px solid #000;
}

.image-container img {
  width: 85%;
  margin-top: 45px;
  margin-right: 10px;
  margin-bottom: -75px;
}

.zoom-image {
  max-width: 200px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.zoom-image:hover {
  /* transform: scale(1.2); */
}

.basicLightbox__placeholder img {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
}

.image-container a:nth-child(1) {
  /* margin-top: 5px; */
}

.image-container a:nth-child(4) {
  /* margin-top: 20px; */
}



/*
  =========================================================================================
                                    Social Icons
  =========================================================================================
  */
  
  
  .round-btn {display: inline;height: 40px; width: 40px; background:#fff;border-radius: 50%;float: left;margin: 15px 8px;box-shadow: 2px 2px 5px 0px rgb(82, 0, 67);border: 1px solid;/*border: 1px solid #622657;*/}
  .round-btn a {display: block !important;padding: 7px 12px;font-size: 18px;border-radius: 50%;}
  .round-btn .icon {padding: 3px;}
  .round-btn .icon img{height: 24px; width: 32px;margin-top: 6px;}
  .btn-facebook a {color: #3b5998;padding: 8px 13px;}
  .btn-linkedin a {color: #007bb6;}
  .btn-twitter a{color: #1c9deb;}
  .btn-instagram a{color: #dd3f5c;}
  .btn-whatsapp a{color: #155E54;}
  .btn-envelop a{color: #D6403A;font-size: 15px; padding: 9px 12px;}
  .standard_header .standard_social_links {margin-left: 1rem;}
  
    /*
    =========================================================================================
                                      footer
    =========================================================================================
    */
    
    .footer-wrap {
      padding-top: 43px;
      background-size: cover;
      background-image: linear-gradient(rgba(31,39,43,0.25), rgba(31,39,43,0.55)), url(../images/EHL\ Group\ -\ Official\ Picture\ 3.jpg);
      background-position: center center;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
  }
  
  .footer-wrap h2 {
    font-size: 38px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  .footer-wrap h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: bold;
    letter-spacing: 1.2px;
  }
  
  .footer-wrap p {
      font-size: 13px;
      line-height: 24px;
      color: #b3b3b3;
      margin-top: 15px;
      display: none;
  }
  
  .footer-wrap p a {
      color: #fff;
      text-decoration: underline;
      font-style: italic;
  }
  
  .footer-wrap p a:hover {
      text-decoration: none;
      color: #ff7800;
  }
  
  .footer-links li a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1.2px;
  }
  
  
  .footer-links li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #fff;
  }
  
  .footer-category li a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1.2px;
    font-weight: bold;
  }
  
  .footer-category li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #ffffff;
  }
  
  .address {
      
      color: #b3b3b3;
      font-size: 14px;
      position: relative;
      padding-left: 30px;
      line-height: 30px;
  }
  
  .address:before {
      content: "\f277";
      font-family: 'FontAwesome';
      position: absolute;
      top: 0;
      left: 0;
  }
  
  .info a {
   
      color: #b3b3b3;
      font-size: 14px;
      line-height: 30px;
      font-weight: normal;
  }
  
  .fa-phone:before {
      content: "\f095";
  }
  
  .info a {
  
      color: #b3b3b3;
      font-size: 14px;
      line-height: 30px;
      font-weight: normal;
  }
  
  .fa-fax:before {
      content: "\f1ac";
  }
  
  .copyright {
      border-top: 1px solid #111;
      font-size: 14px;
      color: #ccc;
      padding-top: 15px;
      text-align: center;
      padding-bottom: 15px;
      background: #001436;
  }
  footer .second_class{
      border-bottom: 1px solid #444;
      padding-bottom: 25px;
  }
  footer .first_class {
      padding-bottom: 21px;
      border-bottom: 1px solid #444;
  }
  footer .first_class p, footer .first_class h3{
      margin: 0 0;
      
  }
  footer{
      background: #333;
  }
  
  footer .newsletter input[type="text"] {
      width: 100%;
      background: #fff;
      color: #333;
      border: 1px solid #222;
      padding: 14px 20px;
      border-radius: 50px;
      margin-top: 12px;
  }
  
  .newsletter .newsletter_submit_btn {
      background: #fff;
      position: absolute;
      right: 30px;
      border: 0;
      top: 26px;
      font-size: 17px;
      color: #333;
  }
  
  
  footer .second_class_bdr{
      padding-top: 25px;
      border-top:1px solid #222;
  }
  
  footer .btn-facebook a {
      padding: 6px 14px !important;
  }
  
  footer .btn-envelop a {
      color: #D6403A;
      font-size: 15px;
      padding: 12px 12px;
  }
  
  footer .round-btn a {
      padding: 6px 12px;
  }
  
  footer .round-btn {
      box-shadow: 2px 2px 5px 0px #222 !important;}
  
  footer .round-btn {
      margin: 15px 4px;}
    
  footer dl, ol, ul {
      padding-left: 5px;
  }
    footer li{
      list-style: none;
    }
  
  




/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 0;
  /* margin-top: 40px; */
  /* background-image: url(../images/meetings-bg.jpg); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-bottom: 35px; */
}

.about .container {
  /* background-color: #f7f8f9; */
  background-color: transparent;
  padding: 60px 50px;
}

.about .container .description {
  margin-top: 5px;
}

.about .container .description h2 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 36px;
  color: #000000;
  letter-spacing: 1px;
  padding-top: 50px;
}

.about .container .description p {
  font-weight: 400;
}

.about .container .description p.description {
  font-weight: 500;
  font-size: 22px;
}

.about .container .description p.description2 {
  font-size: 22px;
}


.flex-column {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about .col-lg-6 .img-fluid {
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
}

.img-fluid {
  /* display: none; */
}

.about .content h3 {
  font-weight: 400;
  font-size: 32px;
  color: #000000;
  letter-spacing: 1px;
  padding-bottom: 15px;
}

.about .content p {
  color: rgb(0, 0, 0);
  margin-top: 30px;
  font-size: 20px;
  line-height: inherit;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ffffff;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.accordions .accordion-body .content .zoom-image {
  width: 25%;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}


/* SECTION MORE-INFO */

a:hover, a:focus{
  text-decoration: none !important;
  outline: none !important;
  
}

section.more-info {
  margin-top: -150px;
}

section.more-info .container .description h2 {
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 50px;
  font-size: 36px;
  color: #000000;
  letter-spacing: 1px;
  /* padding-top: 50px; */
  text-align: center;
}

section.more-info .panel-group .panel{
  background-color: #fff;
  border:none;
  box-shadow:none;
  border-radius: 10px;
  margin-bottom:11px;
}
section.more-info .panel .panel-heading{
  padding: 0;
  border-radius:10px;
  border: none;
}
section.more-info .panel-heading a{
  color: #fff !important;
  display: block;
  border: none;
  padding: 20px 35px 20px;
  font-size: 20px;
  background-color: rgb(0 20 54);
  font-weight: 600;
  position: relative;
  color: #fff;
  box-shadow: none;
  transition: all 0.1s ease 0;
  letter-spacing: 2px;
}
section.more-info .panel-heading a:after, .panel-heading a.collapsed:after{
  content: "\f068";
  font-family: fontawesome;
  text-align: center;
  position: absolute;
  left: -20px;
  top: 10px;
  color: #fff;
  background-color: rgb(0 20 54);
  border: 5px solid #fff;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
section.more-info .panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after{
  transform:rotate(360deg);
}
section.more-info .panel-heading a.collapsed:after{
  content: "\f067";
}
section.more-info #accordion .panel-body{
  background-color:#Fff;
  color:#8C8C8C;
  line-height: 25px;
  padding: 10px 25px 20px 35px ;
  border-top:none;
  font-size:14px;
  position: relative;
}

section.more-info #accordion .panel-body p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 30px;
}

section.more-info #accordion .panel-body ol.numbered-list {
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: black;
}
section.more-info #accordion .panel-body ol.numbered-list li {
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: black;
}


/* END OF MORE-INFO SECTION */



.image_container {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* box-sizing: content-box; */
  font-family: 'Poppins', sans-serif;
  display: grid;
  place-items: center;
  min-height: 100vh;
}
/* body {
  display: grid;
  place-items: center;
  min-height: 100vh;
} */

/* SUBSCRIBE ==> https://www.youtube.com/channel/UCzWS-AiirxpTDq_AGSg9Fhg */
/* SUBSCRIBE ==> https://www.youtube.com/channel/UCzWS-AiirxpTDq_AGSg9Fhg */

.image_container {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img {
  width: 100px;
  height: 500px;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, .5);
  cursor: pointer;
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
  transition: 200ms ease-in-out width;
}
.img::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .8);
  transition: 200ms ease-in-out background-color;
}
.img h1 {
  color: #fff;
  position: absolute;
  z-index: 10;
  bottom: 50%;
  right: 50%;
  font-size: 35px;
  transform: translate(50%, 50%) rotate(-90deg);
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .5rem;
  transition: 200ms ease-in-out transform,
              200ms ease-in-out font-size,
              200ms ease-in-out bottom,
              200ms ease-in-out right;
}

.img.show_img {
  width: 500px;
}
.img.show_img::before {
  /* background-color: rgba(0, 0, 0, 0); */
  background-color: rgba(0, 0, 0, 0.15);
}
.img.show_img h1 {
  transform: translate(0, 0) rotate(0);
  font-size: 3rem;
  bottom: 20px;
  right: 20px;
  font-size: 25px;
}




.quote-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #111;
  color: #fff;
  padding-top: 20px;
}

.quote-section h1 {
  font-size: 20px;
  margin-bottom: 10px;
}

.quote-section p {
  white-space: nowrap;
  font-size: 20px;
  margin-bottom: 30px;
  color: white;
  letter-spacing: 1.5px;
}

.highlight-text {
  display: inline-block;
  position: relative;
  background-image:  url(../images/map.png);
  background-size: 125%;
  /* background-size: cover; */
  background-position: center;
  padding: 0 8px;
  font-weight: bold;
  text-transform: uppercase;
}

.highlight-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.3); */
  border-radius: 10px;
  z-index: -1;
}


/* ABOUT FORM */
.about .container .row .forms{
  /* background-color: #f7f8f9; */
  background-color: transparent;
  padding: 5px;
  width: 50%;
  height: auto;
}

.about .container .row .forms input[type=text]{
  /* background-color: #f7f8f9; */
  width: 90%;
  height: 40px;
  border-radius: 5px;
  border: solid 1px rgb(156, 156, 156);
}

.about .container .row .forms input[type=file]{
  /* background-color: #f7f8f9; */
  margin-top: 5px;
}

.about .container .row textarea{
  /* background-color: #f7f8f9; */
  width: 95%;
  border-radius: 5px;
  border: solid 1px grey;
}

.about .container .row input[type=submit]{
  /* background-color: #f7f8f9; */
  width: 95%;
  height: 40px;
  border-radius: 8px;
  border: none;
  background-color: #001436;
  color: #fff;
}



/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details {
  padding-bottom: 50px  ;
  /* background-image: url(../images/5.jpg); */
  background-image: url(https://images.unsplash.com/photo-1517495306984-f84210f9daa8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.details .pt-4 {
  padding-top: 8.5rem!important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.details .pt-4 p {
  text-align: center;
}

.details .pt-5 {
  padding-top: 4rem!important;
}

.details .pt-6 {
  padding-top: 2rem!important;
}

.details .content+.content {
  margin-top: 50px;
}

.details .content .order-1 img {
  margin-bottom: 100px;
}

.details .content:nth-child(1) img {
  width: 85%;
  height: auto;
  margin-left: 25px;
  margin-top: 130px;
}

.details .content:nth-child(1) p {
  text-align: center;
}

.details .content:nth-child(2) img {
  /* width: 85%; */
  height: auto;
  margin-left: -10px;
  margin-top: 50px;
}

.details .content:nth-child(3) img {
  margin-bottom: 10px;
  /* width: 50%; */
  height: auto;
  /* margin-left: 155px; */
  /* margin-left: 90px; */
  margin-top: 25px;
}

.details .content figcaption {
  margin-top: -20px;
  font-size: 18px;
}

.details .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #47536e;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-align: center;
}

.details .content p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.5px;
  text-align: center;
}


.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}

.details .content ul i {
  font-size: 24px;
  padding-right: 2px;
  color: #5777ba;
  line-height: 0;
}

.details .content p:last-child {
  margin-bottom: 0;
}



/* Section Discovery Home tagline 3 */
section.discovery-programs {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #1f1f1f;
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/EHL\ Group\ -\ Official\ Picture\ 2.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.discovery-programs h2 {
  line-height: 40px;
    margin-top: 75px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(250,250,250,0.15);
    /* font-size: 22px; */
    /* font-weight: 700; */
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    align-items: center;
    letter-spacing: 2px;

}

.skewed {
  width: 55em;
  color: #f1f1f1;
  display: flex;
  background-color: #111;
  margin: 2em 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}

.skewed .skewed-text p, small {
  color: #8f8f8f;
  letter-spacing: 1px;
}

.skewed .skewed-text p {
  font-size: 1.0em;
  line-height: 23px;
  letter-spacing: 1px;
}

.skewed .skewed-text h1 {
  margin: 0;
  font-size: 34px;
}

.skewed-text {
  padding: 1.5em;
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
}

.skewed .skewed-text a {
  color: #fff;
  text-decoration: none;
}

.skewed .skewed-image {
  width: 50%;
  height: 17em;
  position: relative;
  overflow: hidden;
}

.skewed .skewed-image::before {
  content: '';
  position: absolute;
  left: -6.1em;
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
  background: #111;
  width: 40%;
  height: 140%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.skewed-left .skewed-image::before {
  transform: translateY(-50%) rotate(-20deg);
  left: initial;
  right: -6.1em;
}

.skewed .skewed-image img {
  width: 110%;
}



/* RESPONSIVE AREA */


@media(max-width:320px){
  .copyright {
    font-size: 13px;}
  }


/* Style untuk iPhone 12 Pro */
@media (max-width: 428px) {
  .whatsapp-button {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: green;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .whatsapp-menu {
    display: none;
  }

  .whatsapp-menu.open {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 20px;
    border-radius: 5px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
  }

  .whatsapp-menu ul li a {
    font-size: 14px;
  }
}



/* Responsif untuk layar sangat kecil */
@media screen and (max-width: 479px) {
  .image-container {
    flex-direction: column;
  }

  .image-container img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}


@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
}

/* RESPONSIVE UNTUK TABLET SAMSUNG GALAXY TAB S4 */
@media screen and (width: 712px) {

  .services .item p {
    font-size: 12px;
    letter-spacing: 0.1px;
}

.services .item {
  min-height: 260px;
  height: 260px;
}

section.contact-us .right-info ul li {
  display: block;
}

.sub-header {
  padding: 10px 5px;
  padding-left: 110px;
}

.logo img {
  max-width: 220px;
  margin-left: -70px;
  margin-top: 12px;
}

.details .content p:last-child {
    margin-bottom: 0;
    text-align: center;
}

}


/* RESPONSIVE UNTUK IPAD */
@media screen and (width: 768px) {

  .header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    text-align: center;
  }
  
  .sub-header .right-icons ul li a .fa {
      font-size: 24px;
      padding-top: 40px;
  }
  
  
    .sub-header .right-icons ul li {
      /* font-size: 20px; */
      /* padding-top: 8px; */
      /* margin-top: 18px; */
    }
  
    .sub-header .right-icons ul li a .fa {
      font-size: 20px;
      /* padding-top: 20px; */
    }
  
    .sub-header .right-icons {
      text-align: center;
    }
  
    .main-nav .nav .sub-menu {
      display: none;
    }
  
    .header-area .main-nav .nav li ul.sub-menu li a {
      color: #1f272b;
    }
  
    .main-banner .caption h6 {
      font-weight: 500;
    }
  
    .main-banner .caption h2 {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 24px;
      font-weight: 600;
      padding-bottom: 10px;
    }
  
    .header-area .main-nav .logo {
      color: #1e1e1e;
    }
    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
      color: #f5a425!important;
      opacity: 1;
    }
    .header-area.header-sticky .nav li.search-icon a {
      width: 100%;
    }
    .header-area {
      background-color: rgba(0,0,0,0.5);
      padding: 0px 15px;
      height: 100px;
      box-shadow: none;
      text-align: center;
    }
  
    .header-area .container {
      padding: 0px;
    }
    .header-area .logo {
      margin-left: 30px;
    }
    .header-area .menu-trigger {
      display: block !important;
    }
    .header-area .main-nav {
      overflow: hidden;
    }
    .header-area .main-nav .nav {
      float: none;
      width: 100%;
      display: none;
      -webkit-transition: all 0s ease 0s;
      -moz-transition: all 0s ease 0s;
      -o-transition: all 0s ease 0s;
      transition: all 0s ease 0s;
      margin-left: 0px;
    }
    .header-area .main-nav .nav li:first-child {
      border-top: 1px solid #eee;
    }
    .header-area.header-sticky .nav {
      margin-top: 100px !important;
    }
    .header-area .main-nav .nav li {
      width: 100%;
      background: #fff;
      border-bottom: 1px solid #eee;
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .header-area .main-nav .nav li a {
      height: 50px !important;
      line-height: 50px !important;
      padding: 0px !important;
      border: none !important;
      background: #f7f7f7 !important;
      color: #191a20 !important;
      font-weight: 600;
    }
    .header-area .main-nav .nav li a:hover {
      background: #eee !important;
      color: #f5a425!important;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
      position: relative;
      visibility: inherit;
      opacity: 1;
      z-index: 1;
      transform: translateY(0%);
      top: 0px;
      width: 100%;
      box-shadow: none;
      height: 0px;
      transition: all 0s;
    }
    .header-area .main-nav .nav li.submenu ul li a {
      font-size: 12px;
      font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
      width: 0px;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
      height: auto;
    }
    .header-area .main-nav .nav li.has-sub:after {
      color: #3B566E;
      right: 30px;
      font-size: 14px;
      top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
      height: 0px;
    }
  
    /* Responsivitas untuk .sub-header left-content */
    .sub-header {
      padding: 10px 5px;
  }
    
    .sub-header .left-content {
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
  
    .sub-header .left-content p {
      display: none;
    }
    
    .sub-header .left-content p em {
      font-style: normal;
      color: #f5a425;
      font-size: 12px;
      margin-left: 10px;
    }
    
    .sub-header .left-content a.button {
      font-size: 12px;
      padding: 6px 10px;
    }
    
    .sub-header .left-content a.button:not(:last-child) {
      padding: 4px 8px;
      height: auto;
      line-height: normal;
      position: relative;
    }
    
    .sub-header .left-content a.button:not(:last-child):before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      height: 50%;
      width: 1px;
      background-color: #ccc;
    }
    
    .sub-header .left-content a.button:first-child {
      margin-bottom: 1px;
      border-right: none;
    }
    
    .sub-header .left-content a.button:last-child:before {
      display: none;
    }
    
    /* RESPONSIVE RIGHT ICONS */
    .sub-header .right-icons {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-left: auto;
      margin-top: -45px;
    }
    
    .sub-header .right-icons ul li {
      display: inline-block;
      margin-left: 10px;
    }
    
    .sub-header .right-icons ul li a {
      color: #fff;
      font-size: 12px;
      transition: all .3s;
      letter-spacing: 1px;
    }
    
    .sub-header .right-icons ul li a:hover {
      color: #f5a425;
    }
    
    .sub-header .right-icons ul .separator {
      border-right: 1px solid #ccc;
      height: 20px;
      margin: 0 10px;
      display: inline-block;
      vertical-align: middle;
    }
    
    .sub-header .right-icons a {
      color: white;
    }

      /* Logo Icon VET By EHL */
  .logo img {
    max-width: 240px;
    margin-left: -70px;
    margin-top: 12px;
  }


  .skewed {
      display: block;
      width: 20em;
  }
  .skewed .skewed-image, .skewed-text {
      width: 100%;
  }
  .skewed .skewed-image img {
      width: 160%;
  }
  .skewed .skewed-image::before {
      width: 120%;
      height: 40%;
      top: -5em;
      left: 50%;
      transform: translateX(-50%) rotate(10deg);
  }
  .skewed-left .skewed-image::before {
      transform: translateX(-50%) rotate(-10deg);
      top: initial;
      bottom: -5em;
  }
  .skewed .skewed-text h1 {
    font-size: 24px;
  }
.skewed .skewed-text p {
  font-size: 14px;
  }

  section.our-facts .image img {
    max-width: 100vh;
    border-radius: 25px;
    /* margin-left: -68px; */
    width: 64vh;
}

  /* SECTION PROGRAMS */
  section.programs .container h2 {
    line-height: 40px;
    margin-top: -50px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(250,250,250,0.15);
    font-size: 22px;
    /* font-weight: 700; */
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    align-items: center;
}


  /* SECTION CONTACT US */
  section.contact-us .right-info ul li {
    font-size: 22px;
    display: block;
  }
  section.contact-us .right-info {
  background-color: #001436;
  border-radius: 20px;
  padding: 40px;
  padding-right: 40px;
  margin-right: 0;
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
  }


  figcaption {
    font-size: 12px;
}

.accordions {
  border-radius: 0;
}

}


/* RESPONSIVE IPAD PRO 1024px */

@media screen and (width: 1024px) {

  section.contact-us .right-info {
    margin-right: -60px;
    margin-top: 50px;
}

section.contact-us .right-info ul li h6 {
    font-size: 18px;
}

section.contact-us .right-info ul li span {
    font-size: 12px;
}

.services .item p {
    font-size: 14px;
}

.count-title {
    font-size: 20px;
}

section.our-facts .image img {
    width: 28vh;
    margin-top: 10px;
}

section.programs .item h3 {
    font-size: 16px;
}

section.programs .item h4 {
    font-size: 14px;
}

section.programs .item p.semester {
    font-size: 14px;
}

section.programs .item p {
    font-size: 12px;
}

.about .container .description {
    margin-top: 5px;
}

section.programs .col-lg-6 .item.item-1::after {
    font-size: 12px;
}

section.programs .col-lg-12 .item.item-2::after {
    font-size: 12px;
}
}






/* Responsif untuk layar berukuran kecil MOBILE */
@media screen and (max-width: 767px) {

  .header-area .main-nav .nav {
    /* display: flex !important; */
  }

  .image-container img {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .scroll-to-top {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }


.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  text-align: center;
}

.sub-header .right-icons ul li a .fa {
    font-size: 24px;
    padding-top: 40px;
}


  .sub-header .right-icons ul li {
    /* font-size: 20px; */
    /* padding-top: 8px; */
    /* margin-top: 18px; */
  }

  .sub-header .right-icons ul li a .fa {
    font-size: 20px;
    /* padding-top: 20px; */
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f5a425!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: rgba(0,0,0,0.5);
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
    font-weight: 600;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #f5a425!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

  /* Responsivitas untuk .sub-header left-content */
  .sub-header {
    padding: 10px 5px;
    padding-left: 110px;
}
  
  .sub-header .left-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .sub-header .left-content p {
    display: none;
  }
  
  .sub-header .left-content p em {
    font-style: normal;
    color: #f5a425;
    font-size: 12px;
    margin-left: 10px;
  }
  
  .sub-header .left-content a.button {
    font-size: 12px;
    padding: 6px 10px;
  }
  
  .sub-header .left-content a.button:not(:last-child) {
    padding: 4px 8px;
    height: auto;
    line-height: normal;
    position: relative;
  }
  
  .sub-header .left-content a.button:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #ccc;
  }
  
  .sub-header .left-content a.button:first-child {
    margin-bottom: 1px;
    border-right: none;
  }
  
  .sub-header .left-content a.button:last-child:before {
    display: none;
  }
  
  /* RESPONSIVE RIGHT ICONS */
  .sub-header .right-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    margin-top: -45px;
  }
  
  .sub-header .right-icons ul li {
    display: inline-block;
    margin-left: 10px;
  }
  
  .sub-header .right-icons ul li a {
    color: #fff;
    font-size: 12px;
    transition: all .3s;
    letter-spacing: 1px;
  }
  
  .sub-header .right-icons ul li a:hover {
    color: #f5a425;
  }
  
  .sub-header .right-icons ul .separator {
    border-right: 1px solid #ccc;
    height: 20px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .sub-header .right-icons a {
    color: white;
  }
  
  /* Logo Icon VET By EHL */
  .logo img {
    max-width: 220px;
    margin-left: -70px;
    margin-top: 12px;
}

  .whatsapp-button {
    display: block;
  }

  .whatsapp-menu {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 10px;
    border-radius: 5px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
  }

  .whatsapp-menu.open {
    opacity: 1;
    transform: translateY(0);
  }

  .whatsapp-button {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: green;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .whatsapp-menu {
    display: none;
  }

  .whatsapp-menu.open {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 20px;
    border-radius: 5px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
  }

  .whatsapp-menu ul li a {
    font-size: 16px;
  }

  .about .container .description h2 {
    font-size: 26px;
    text-align: center;
    margin-right: 10px;
}

  .about .container .description p.description {
    font-size: 18px;
    text-align: left;
}

.about .container .description p.description2 {
  font-size: 18px;
  text-align: left;
}

  .about .container .description p {
    font-size: 18px;
    text-align: left;
}

  .details .content:nth-child(1) img {
    margin-left: 20px;
  }

  .details .pt-4 {
    padding-top: 5.5rem!important;
    text-align: center;
  }


  .details .content:nth-child(2) img {
    margin-left: -5px;
    margin-top: 100px;
  }

  .details .pt-5 {
    padding-top: 1rem!important;
    text-align: center;
  }

  .details .content ul li {
    padding-top: 10px;
    text-align: left;
  }

  .details .content:nth-child(3) img {
    margin-left: 0;
  }

  .details .content p:last-child {
    margin-bottom: 0;
    text-align: left;
}


  .details .content h3 {
    text-align: center;
    margin-top: 20px;
  }

  section.programs .item h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
  }

  section.programs .item h4 {
    font-size: 12px;
  }

  section.programs .item p.semester {
    font-size: 14px;
  }

  section.programs .item p {
    font-size: 12px;
  }

  section.programs .col-lg-6 .item.item-1::after {
    font-size: 12px;
    position: relative;
    bottom: 0px;
  }
  section.programs .col-lg-12 .item.item-2::after {
    font-size: 12px;
    position: relative;
    bottom: 0px;
  }

  section.programs .col-lg-12 .item::after {
    position: relative;
    bottom: -0px;
  }

  section.programs .container h2 {
    letter-spacing: 1.5px;
    /* font-size: 24px; */
    font-size: 20px;
  }

  section.upcoming-meetings .section-heading h3 {
    line-height: 32px;
  }

  

  section.our-facts {
    padding: 80px 0px 250px 0px;
    padding-bottom: 350px;
  }

  section.our-facts .image {
  margin-left: 0;
  }

  .accordion-head {
    letter-spacing: 0.5px;
  }

  .accordion-body > .content li {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Poppins',sans-serif;
  }

  .services .item {
    min-height: 260px;
  }

  .table-container {
    margin-top: 40px;
  }

  .table-container {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  section.contact-us {
    padding: 80px 0px 0px 0px;
    text-align: center;
  }

  section.contact-us .right-info {
    margin-right: auto;
    margin-top: -50px;
  }

  section.contact-us .right-info ul li {
    display: block;
}

  section.contact-us .right-info ul li h6 {
    font-size: 18px;
    letter-spacing: 1px;
  }

  section.contact-us .right-info ul li span {
    font-size: 14px;
    font-weight: 500;
  }

  .meeting-item {
    margin-bottom: 30px;
    margin-left: 15px;
  }

  figcaption {
    margin-top: 5px;
    font-size: 10px;
}

  /* SECTION FEE & ADMISSION */

.count-title {
  /* font-size: 18px; */
  font-size: 14px;
}

section.our-facts .image img {
  /* padding: 50px 20px; */
  max-width: 100vh;
  border-radius: 25px;
  /* width: 43.4vh; */
  width: 39vh;
}

section.our-facts h2 {
  text-align: center;
  font-size: 36px;
}

.discovery-programs h2 {
  font-size: 23px;
}

.requirements .container .pt-4 h3 {
  font-size: 28px;
}


/* SECTION MORE-INFO */

section.more-info .container .description h2 {
  font-size: 32px;
  margin-top: 50px;
}

section.more-info #accordion .panel-body p {
  font-size: 14px;
}

section.more-info #accordion .panel-body ol.numbered-list li {
  font-size: 14px;
}

/* SECTION 3 PROGRAMS */
.skewed {
  display: block;
  width: 20em;
}
.skewed .skewed-image, .skewed-text {
  width: 100%;
}
.skewed .skewed-image img {
  width: 160%;
}
.skewed .skewed-image::before {
  width: 120%;
  height: 40%;
  top: -5em;
  left: 50%;
  transform: translateX(-50%) rotate(10deg);
}
.skewed-left .skewed-image::before {
  transform: translateX(-50%) rotate(-10deg);
  top: initial;
  bottom: -5em;
}
.skewed .skewed-text h1 {
font-size: 24px;
}
.skewed .skewed-text p {
font-size: 14px;
}

.accordions {
  border-radius: 0;
}

}




@media(max-width:768px){
  .footer-wrap h3 {
  text-align: center;
  margin-top: 27px;
}
  
  footer li {
  list-style: none;
  text-align: center;
}

  footer .round-btn {
  margin: 15px 4px;
}
}


@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .main-banner .caption h2 {
    letter-spacing: 4px;
    font-size: 40px;
  }
  .main-banner .caption p {
    font-size: 14px;
  }
}



/* UNTUK RESPONSIVE SETENGAH LAYAR DESKTOP (MULTITASKING VIEW) */ 

@media (min-width: 900px) and (max-width: 960px) {

  .logo img {
    width: 100%;
    height: auto;
    max-width: 220px;
    margin-bottom: 10px;
    margin-left: -60px;
}

.header-area .main-nav .nav li a {
    font-size: 12px;
    margin-right: -12px;
}

.quote-section {
  max-width: auto;
}


}



@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
  
}


@media only screen and (max-width: 992px) {
  .quote-section {
    /* max-width: 600px; */
    max-width: auto;
    padding: 16px;
    padding-bottom: 0px;
}

  .quote-section h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .quote-section p {
    white-space:normal ;
    font-size: 12px;
    margin-bottom: 20px;
  }
}


@media (max-width: 992px) {
  .image_container {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2rem;
  }
  
  .img {
    width: 100%;
    height: auto;
  }
  
  .img.show_img {
    width: 100%;
  }

  .img h1 {
    font-size: 20px;
  }
  
  .img.show_img h1 {
    font-size: 20px;
    bottom: 10px;
    right: 10px;
  }

  .about .container {
    padding: 30px;
  }
  .about .container .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }


}


/* UNTUK RESPONSIVE MOBILE */
@media (max-width: 992px) {

  .main-banner .caption {
    top: 53%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
  }

  .main-banner .caption p {
    font-size: 12px;
    line-height: normal;
    padding-bottom: 5px;
  }

  .main-banner .caption .main-button-1 {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-meetings {
    /* padding-top: 400px; */
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }  
}


@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}


@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}


@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}



/* RESPONSIVE LAPTOP */
@media (min-width: 1200px) and (max-width: 1400px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav .nav li a {
    letter-spacing: 2px;
  }
  .header-area .main-nav:before {
    display: none;
  }
  .main-banner .slider-bottom i {
    padding: 0;
    /* margin-top: -10px; */
  }
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
  
  .main-button-1 a {
    font-size: 13px;
    color: #fff;
    background-color: #001436;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    letter-spacing: 2px;
    margin-bottom: 100px;
  }

  .main-banner .caption h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
  }

  .main-banner .caption p {
    font-size: 14px;
  }

  .header-area .main-nav .nav li a {
    letter-spacing: 3px;
    justify-content: space-between;
    padding: 3px;
  }

  .about .content p {
    font-size: 16px;
  }

  .quote-section p {
    font-size: 16px;
  }

  .details .content p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
}

.details .content ul li {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 30px;
}

  section.programs .item h4 {
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Poppins',sans-serif;
    font-size: 22px;
  }

  section.programs .item h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: 'Poppins',sans-serif;
  }

  section.programs .item p.semester {
    font-size: 18px;
  }

  section.programs .item p {
    font-size: 14px;
  }

  section.programs .item p.description {
    font-size: 14px;
    margin-top: 0px;
  }

  section.programs .item p.semester {
    margin-bottom: -8px;
  }

  section.programs .item p {
    font-size: 14px;
    letter-spacing: 2px;
  }

  section.programs .col-lg-6 .item::after {
    font-family: 'Poppins',sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
  }

  section.programs .col-lg-12 .item::after {
    font-family: 'Poppins',sans-serif;
    /* letter-spacing: 1.5px; */
    font-size: 14px;
  }

  section.programs .container h5 {
    font-size: 18px;
    font-family: 'Poppins',sans-serif;
    line-height: 30px;
  }

  section.programs .container h2 {
    letter-spacing: 1.3px;
  }

section.contact-us .right-info ul li span {
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
  }

section.contact-us .right-info ul li h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }

section.contact-us .right-info {
    margin-top: 45px;
    margin-bottom: 25px;
  }

section.contact-us .container .row h2 {
    font-size: 32px;
  }

  section.contact-us .container .row h2 {
    font-size: 32px;
    letter-spacing: 2.5px;
  }

  .table-container td {
    padding: 5px;
}

.services .item p {
  font-size: 14px;
}
}


/* RESPONSIVE DIATAS 1400px */
@media screen and (min-width: 1400px) {

  .main-banner .caption h2 {
    letter-spacing: 4px;
    font-size: 44px;
    font-weight: bold;
}

.main-banner .caption p {
    font-size: 18px;
}
section.contact-us .right-info ul li h6 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.about .container .row .forms {
  /* background-color: #f7f8f9; */
  background-color: transparent;
  padding: 5px;
  width: 45%;
  height: auto;
}
}