/*

TemplateMo 591 villa agency

https://templatemo.com/tm-591-villa-agency

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

:root {
    --primary: #D41500;
    --secondary: #858585;
    --dark: #2E2E2E;
    --black: #424242;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  line-height: 24px;
}

p:last-of-type {
  margin-bottom: 0;
}

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

.gap-20 {
  gap: 20px;
}

.text-justify {
  text-align: justify;
}

@media (min-width: 1200px) {
  .col-20 {
     flex: 0 0 20%;
    max-width: 20%;
  }
}

.back-to-top {
  background: var(--primary);
  border-color: var(--primary);
  position: fixed;
  display: none;
  right: 20px;
  bottom: 45px;
  z-index: 99;
}

.back-to-top:hover {
  border-color: var(--secondary);
  background: var(--secondary);
  color: var(--dark);
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square, 
.btn-sm-square, 
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/

.section-title h2 {
  font-size: 30px;
  line-height: 40px;
}

.section-title h6 {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 4px;
}

.section-title p {
  font-size: 15px;
  color: var(--dark);
}

.section-title p span {
  color: var(--primary);
  font-weight: 700;
  display: inline-block;
}

.title-wrapper h6 {
  background: url('../img/offers.png') center no-repeat;
  background-size: 100%;
  padding: 21px 20px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  display: inline-block;
}

.title-wrapper h2 {
  margin-bottom: 28px;
}

.images-box {
  position: relative;
  overflow: hidden;
}

.images-box::before {
  content: '';
  display: block;
  padding-top: 65%;
}

.images-box a,
.images-box .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.images-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {

  .section-title h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {

	.section-title h2 {
		font-size: 20px;
		line-height: 30px;
	}

  .section-title p {
    font-size: 14px;
  }
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.header-area {
  padding: 15px 0;
  background: white;
  box-shadow: 0px 4px 22.1px 0px #0000000D;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.logo img {
    width: 200px;
}

.navbar-light .navbar-nav {
  flex: 1;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.navbar-light .navbar-nav li.nav-item {
    display: inline-block;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  color: black;
  line-height: 28px;
  letter-spacing: -.64px;
  padding: 0;
}

.navbar .nav-item .dropdown-menu ul {
  padding: 0;
}

.nav-item .dropdown-menu li:active {
  background-color: #f8f9fa;
}

.nav-item .dropdown-menu a {
  color: black;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary);
}

.box-search a {
  color: black;
  display: block;
}

.content-form {
  background: transparent;
  border: none;
}

.searchform {
  position: relative;
}

.searchform-wrapper form {
  margin-bottom: 0;
}

.flex-row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.flex-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto;
}

.flex-row .flex-col {
    padding-right: 4px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.searchform-wrapper input[type=text] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .09);
  padding: 0 0.75em;
  height: 67px;
  font-size: .97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, .2);
  color: white;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
  -o-transition: color .3s,border .3s,background .3s,opacity .3s;
  transition: color .3s, border .3s, background .3s, opacity .3s;
  border-radius: 99px;
  padding: 0 20px;
}

.searchform input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.searchform input[type=text]::placeholder {
  color: white;
  font-size: 20px;
}

.searchform input[type=text]:focus, 
.searchform input[type=text]:focus-visible {
  outline: none;
}

.searchform-wrapper .flex-col:last-of-type {
  margin-left: -2.9em;
}

.searchform .icon {
  color: currentColor;
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.searchform .icon i {
  color: white;
}

.language-menu a {
  display: block;
  color: black;
}

.language-menu ul.dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 47px;
  width: 110px;
  background: white;
  color: black;
  z-index: 99;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.language-menu:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}

.language-menu ul.dropdown a {
    padding: 5px 12px;
}

.topper a {
  background: var(--primary);
  color: white;
  line-height: 28px;
  display: flex;
  align-items: center;
}

.topper a:hover {
  background: black;
  color: white;
}

.btn-custom {
  padding: 13px 32px;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.content-bottom__offcanvas {
  margin: 12px 0 0;
  padding: 16px;
  background: white;
}

.content-bottom__offcanvas h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: black;
}

.content-bottom__offcanvas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-menu-item {
  display: none;
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .topper a {
    padding-left: 16px;
    padding-right: 16px;
  }

}

@media (min-width: 992px) {

  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

@media (max-width: 991px) {

  .navbar .offcanvas {
    border: 0;
    background: #ececec;
    max-width: 80%;
    z-index: 1200;
  }

  .navbar-light .navbar-nav .dropdown-menu.show {
    border: none;
  }

  .navbar-light .navbar-nav li.nav-item {
    display: block;
    width: 100%;
  }

  .offcanvas-header {
    padding: 5px;
    background: white;
    align-items: center;
  }

  .offcanvas-header img {
    width: 200px;
  }

  .offcanvas-header .btn-close {
    opacity: 1;
    padding: 10px 20px;
  }

  .m-menu-item {
    display: block;
  }

  .m-menu-customer a {
    width: 100%;
    background: var(--primary);
    color: white;
    font-weight: 700;
    border-radius: 0;
  }

  .search-project-frm {
    padding: 1px 10px;
    margin: 10px 0;
    width: 100%;
  }

  .search-project-frm input[type="text"] {
    border: 0;
  }

  .offcanvas-header .btn-close:focus,
  .search-project-frm input[type="text"]:focus {
    box-shadow: none;
  }

  .navbar .offcanvas-body {
      padding: 0;
  }

  .navbar .navbar-nav {
    gap: 12px;
    padding: 16px;
    background: white;
    border-top: 1px solid #EEEEEE;
    align-items: flex-start;
  }
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.banner-item .hs-item {
  height: 100%;
  min-height: 680px;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.header-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.middle-content {
  position: relative;
}

.box-text {
  margin-bottom: 30px;
}

.middle-content h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}

.box-text h3 {
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  text-shadow: 4px 4px 0px #00000040;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.box-text h3 span {
  font-size: 80px;
}

.box-text h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -1.62px;
  text-shadow: 4px 4px 0px #00000040;
  text-transform: uppercase;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.box-text h2 span {
  background: radial-gradient(91.48% 131.5% at 50% 50%, #FF0000 0%, #EA3301 50%, #FD5151 85.58%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 4px white;
  text-stroke: 4px white;
  font-family: "Oswald", sans-serif;
  font-size: 128px;
  line-height: 140px;
}

.box-text h6:last-child {
  font-weight: 600;
  background: rgba(255, 244, 191, 1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.middle-content a.btn {
  background: black;
  color: white;
  line-height: 28px;
  padding: 8px 32px;
  margin-bottom: 8px;
}

.middle-content a.btn:hover {
  background: white;
  color: black;
}

@media (max-width: 991px) {

  .box-text {
    padding: 32px;
  }

}

@media (max-width: 767px) {

  .box-text {
    padding: 16px;
  }

  .box-text h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .box-text h3 span {
    font-size: 40px;
  }

  .box-text h2 {
    flex-direction: column;
  }

  .box-text h2 span {
    display: inline-block;
    font-size: 80px;
    line-height: 100px;
  }
}

/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

.about {
  overflow: hidden;
}

.about-wrapper {
  background: url('../img/bg-about.jpg') center no-repeat;
  background-size: cover;
  padding: 70px 0 90px;
  position: relative;
  overflow: hidden;
}

.about-left {
  position: absolute;
  left: 0;
  top: 0;
}

.title-wrapper a.btn {
  background: var(--primary);
  color: white;
  margin-top: 28px;
}

.about-slider .owl-prev,
.about-slider .owl-next {
  background: rgba(255, 255, 255, 1);
  opacity: .54;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  line-height: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.about-slider .owl-prev {
  left: 30px;
}

.about-slider .owl-next {
  right: 30px;
}

.count-item h6 {
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  color: black;
  margin-bottom: 4px;
}

.count-item h3 {
  font-weight: 500;
  color: var(--dark);
  font-size: 18px;
  line-height: 24px;
}

.count-item h3 span:first-child {
  display: inline-block;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  background: linear-gradient(95.96deg, #D41500 1.45%, #E85100 70.87%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

  .count-item h6 {
    font-size: 14px;
  }

  .count-item h3 span.counter-count {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width: 991px) {

	.box-container {
		position: relative;
		z-index: 2;
	}
}

@media (max-width: 767px) {

	.about-wrapper {
		padding-bottom: 48px;
	}

	.about-left {
		opacity: .6;
	}
}

/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.topik {
  background: url('../img/bg-topik.jpg') center no-repeat;
  background-size: cover;
}

.topik-title {
  margin-bottom: 40px;
}

.topik-title h2 {
  text-transform: capitalize;
}

.topik-title h2 label {
  background: url('../img/title-topik.png') center no-repeat;
  background-size: 100%;
  padding: 4px 16px 2px;
}

.topik-item {
  position: relative;
  background: white;
  border-radius: 18px 58px;
  padding: 48px 38px 37px;
  height: 100%;
}

.topik-item .emoji {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.topik-item h6 {
  font-size: 15px;
  line-height: 24px;
}

.topik-content {
  background: #FFC2BB1A;
  backdrop-filter: blur(24px);
  border-radius: 14px;
  border: 1px solid;
  border-image-source: linear-gradient(91.11deg, #FFFFFF 26.25%, rgba(255, 255, 255, 0) 35.3%, rgba(249, 238, 186, 0.538462) 50.01%, rgba(255, 255, 255, 0.19117) 72.27%, #FFFFFF 93.39%);
  padding: 35px 86px;
  margin-top: 16px;
}

.topik-content h6 {
  font-size: 18px;
  line-height: 28px;
  color: rgba(249, 238, 186, 1);
}

@media (max-width: 767px) {
  
  .topik-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .col-topik-item {
    margin-bottom: 32px;
  }

  .col-topik-item:nth-child(4) {
    margin-bottom: 0;
  }

  .topik-item h6 {
  	line-height: 24px;
  }
}

/* 
---------------------------------------------
Why Choose Style
--------------------------------------------- 
*/

.why-choose {
  background: url('../img/bg-why.jpg') center no-repeat;
  background-size: cover;
}

.why-title {
  margin-bottom: 40px;
}

.why-title h2 label {
  color: var(--primary);
}

.why-choose-box {
  padding: 32px 26px;
  border-radius: 8px;
}

.why-choose-box.dark {
  background: #272727;
}

.why-choose-box.red {
  background: var(--primary);
}

.why-choose-box.dark li {
  background: #FFFFFF12;
}

.why-choose-box.red li {
  background: white;
}

.why-choose-box h5 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.why-choose-box ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.why-choose-box li {
  padding: 14px;
  border-radius: 8px;
}

.why-choose-box li:not(:last-child) {
  margin-bottom: 18px;
}

.why-choose-circle {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 40px;
  background: var(--primary);
  color: white;
  font-weight: 700;
  padding: 8px;
  border-radius: 50%;
  animation: action-ripple 0.6s linear infinite;
}

.why-choose-circle::before {
  content: '';
  background: white;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102px;
  height: 1px;
}

.why-choose-content a.btn {
  background: black;
  color: white;                                                           
}
         
@keyframes action-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(221, 21, 0, 0.2), 0 0 0 0 rgba(221, 21, 0, 0.2), 0 0 0 5px rgba(221, 21, 0, 0.2), 0 0 0 10px rgba(221, 21, 0, 0.2);
  }
  100% {
    box-shadow: 0 4px 10px rgba(221, 21, 0, 0.2), 0 0 0 5px rgba(221, 21, 0, 0.2), 0 0 0 10px rgba(221, 21, 0, 0.2), 0 0 0 20px rgba(221, 21, 0, 0);
  }
}

@media (max-width: 991px) {

  .why-choose-circle::before {
    width: 90px;
  }
}

@media (max-width: 767px) {

	.why-choose-content a.btn {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* 
---------------------------------------------
Offers Style
--------------------------------------------- 
*/

.bg-offers {
  background: radial-gradient(181.36% 200.16% at 50% 50%, #FFF6F5 0%, #FFF4F3 15.87%, #FFEBE9 100%);
}

.offers-thumb {
  border-radius: 12px;
  margin-bottom: 16px;
}

.offers-thumb::before {
  padding-top: 90%;
}

.offers-table th,
.offers-table td:first-child {
  /*white-space: nowrap;*/
  text-transform: uppercase;
  font-weight: 700;
}

.offers-table th {
  background: linear-gradient(271.28deg, #E85100 15.3%, #D41500 116.44%);
  color: white;
  padding: 14px;
}

.offers-table td {
  padding-top: 22px;
  padding-bottom: 22px;
  vertical-align: middle;
}

.offers-table td:first-child {
  background: rgba(249, 238, 186, 0.33);
  padding-left: 88px;
  padding-right: 88px;
}

.offers-bottom h6 {
  font-style: italic;
  line-height: 24px;
}

.offers-bottom h6 span {
  color: #e85100;
}

.certificate-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
}

.certificate-item:not(:last-child) {
  margin-bottom: 28px;
}

.certificate-thumb {
  width: 45%;
}

.certificate-thumb::before {
  padding-top: 58%;
}

.certificate-content {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.certificate-content .number {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  font-weight: 700;
}

.certificate-content h6 {
  line-height: 24px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

@media (max-width: 991px) {

  .offers-table td:first-child {
    padding-left: 55px;
    padding-right: 55px;
  }

  .certificate-item {
    gap: 24px;
  }
}

@media (max-width: 767px) {

  .offers-bottom h6 br {
    display: none;
  }

  .certificate-item {
    flex-direction: column;
  }

  .certificate-thumb {
    width: 100%;
  }

  .offers-table table {
  	font-size: 14px;
  }

  .offers-table td {
  	padding-top: 16px;
  	padding-bottom: 16px;
  }

  .offers-table td:first-child {
  	padding-left: 8px;
  	padding-right: 8px;
  }
}

/* 
---------------------------------------------
Teaching Style
--------------------------------------------- 
*/

.teaching-staff {
  background: url('../img/bg-staff.jpg') center no-repeat;
  background-size: cover;
}

.staff-item {
  position: relative;
}

.staff-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.staff-content h6 {
  font-size: 12px;
  line-height: 20px;
}

.staff-content {
  width: 185px;
  height: 97px;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 22px 12px;
  background: rgba(255, 194, 187, 0.1);
  backdrop-filter: blur(24px);
  border-radius: 14px;
  border: 1px solid white;
  font-size: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.staff-item:nth-child(2) .staff-content,
.staff-item:nth-child(4) .staff-content {
  bottom: 60px;
}

.staff-item:nth-child(3) .staff-content {
  bottom: 70px;
}

.staff-item:nth-child(5) .staff-content {
  bottom: 50px;
}

.staff-item:last-child .staff-content {
  right: -16px;
  bottom: 40px;
}

.staff-item:first-child {
  margin-right: -46px;
}

.staff-item:nth-child(2),
.staff-item:nth-child(3),
.staff-item:nth-child(4) {
  margin-left: -36px;
  margin-right: -36px;
}

.staff-item:nth-child(5) {
  margin-left: -60px;
  margin-right: -60px;
}

.staff-item:last-child {
  margin-left: -30px;
}

/*.staff-item:first-child .staff-content {
  left: 16px;
  transform: inherit;
}*/

.staff-content p {
  line-height: 12px;
}

@media (max-width: 991px) {

  .staff-box {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .staff-item {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .staff-item:first-child {
    margin-right: -36px;
  }

  .staff-item:nth-child(2) {
    margin-left: -80px;
  }

  .staff-item:nth-child(3) {
  	margin-right: -70px;
  }

  .staff-item:nth-child(2),
  .staff-item:nth-child(4) {
    margin-right: -60px;
  }

  .staff-item:last-child {
    margin-left: -50px;
  }
}

@media (max-width: 767px) {

  .staff-box {
    overflow-x: unset;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .staff-item {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .staff-item img {
    height: 284px;
    object-fit: cover;
  }

  .staff-item:nth-child(2),
  .staff-item:nth-child(3),
  .staff-item:nth-child(4),
  .staff-item:nth-child(5),
  .staff-item:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  .staff-content {
    width: 150px;
  }

  .staff-item:last-child .staff-content {
    right: 0;
  }

  .staff-item:first-child .staff-content,
  .staff-item:nth-child(2) .staff-content,
  .staff-item:nth-child(3) .staff-content, 
  .staff-item:nth-child(4) .staff-content,
  .staff-item:nth-child(5) .staff-content,
  .staff-item:last-child .staff-content {
    bottom: 20px;
  }

  .staff-content h6 {
    font-size: 10px;
  }
}

/* 
---------------------------------------------
Sign Style
--------------------------------------------- 
*/

.sign {
  background: url('../img/bg-sign.jpg') center no-repeat;
  background-size: cover;
}

.sign h4 {
  color: white;
  font-size: 20px;
  line-height: 32px;
}

.sign h4 span {
  font-size: 24px;
}

.button-sign a.btn {
  background: black;
  color: white;
  padding: 10px 47px;
}

@media (max-width: 767px) {

  .sign h4 label {
    display: inline;
  }
}

/* 
---------------------------------------------
Offers Topik Style
--------------------------------------------- 
*/

.offers-topik {
  background: url('../img/bg-offers-topik.jpg') center no-repeat;
  background-size: cover;
}

.teacher-thumb img {
  width: 100%;
}

.teacher-content h4 {
  color: white;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 20px;
}

.teacher-content h4 span {
  font-size: 32px;
}

.teacher-content label {
  position: relative;
  background: white;
  border-radius: 15px;
  padding: 13px 30px 15px;
  font-weight: 800;
  font-style: italic;
}

.teacher-content label::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -13px;
  width: 76px;
  height: 41px;
  background: url('../img/icon/union.png') center no-repeat;
  background-size: contain;
}

.teacher-content label span {
  color: var(--primary);
  font-size: 24px;
}

.teacher-content h6 {
  color: white;
  margin: 32px 0 20px;
}

.teacher-video-thumb {
  border-radius: 14px;
}

.teacher-video a {
  position: relative;
  overflow: hidden;
  display: block;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teacher-content p {
  color: white;
  font-style: italic;
  margin: 20px 0 67px;
}

.offers-count {
  background: var(--primary);
}

.offers-count h2 {
  line-height: 40px;
  text-transform: uppercase;
  font-style: italic;
  color: rgba(255, 225, 85, 1);
}

.offers-count h2 span {
  color: white;
  font-style: normal;
}

.offers-count h2 span {
  font-size: 24px;
}

.offers-count .running timer {
  color: white;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.offers-count .running span {
  background: white;
  color: black;
  display: inline-block;
  width: 85px;
  padding: 18px;
  border-radius: 11px;
  box-shadow: -5px -3px 7.3px 0px rgba(0, 0, 0, 0.25) inset;
  text-align: center;
}

.countdown-content {
  display: flex;
  align-items: center;
  gap: 22px;
}

.countdown-content p {
  font-style: italic;
  color: rgba(249, 238, 186, 1);
  letter-spacing: .8px;
}

@media (min-width: 768px) {

  .teacher-thumb {
    position: absolute;
    bottom: 0;
    right: -32px;
  }
}

@media (max-width: 991px) {

  .teacher-content h4 {
    line-height: 38px;
  }

  .teacher-content label {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .teacher-content label span {
    font-size: 18px;
  }

  .teacher-content h6 {
    font-size: 14px;
  }

  .countdown-content {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

/* 
---------------------------------------------
Evaluate Style
--------------------------------------------- 
*/

.evaluate-thumb {
  border-radius: 12px;
  box-shadow: 0px 2px 28.2px 0px rgba(0, 0, 0, 0.14);
}

.evaluate-thumb::before {
  padding-top: 70%;
}

.evaluate-content {
  position: relative;
  padding: 32px 12px 0;
  font-size: 14px;
}

.evaluate-content p {
  text-align: justify;
}

.evaluate-content .qoute {
  position: absolute;
  top: 0;
  left: 0;
}

.evaluate-content h6 {
  font-size: 14px;
  line-height: 24px;
}

.evaluate-content p:last-child {
  font-size: 10px;
  line-height: 20px;
  color: var(--primary);
}

/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact {
  background-image: url('../img/bg-contact.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.title-contact p {
  font-size: 15px;
}

.title-contact p span {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}

.form-group {
  color: white;
}

.form-group label {
  font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid white;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 24px;
}

.contact-form .form-group select option {
  color: black;
}

.form-group input::placeholder {
  color: rgba(255, 255, 255, 0.68);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  box-shadow: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  border-color: white;
}

.form-group label {
  margin-bottom: 8px;
}

.send-button button {
  background: black;
  color: white;
  box-shadow: 0px 4px 4px 0px #00000040;
  font-weight: 700;
  padding: 10px 89px;
}

.send-button button:hover {
  background: white;
  color: var(--primary);
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer {
  padding-top: 55px;
}

.footer-item h2 {
	font-size: 28px;
	line-height: 38px;
	text-transform: capitalize;
}

.footer-item h2 span {
	color: var(--primary);
}

.footer-item h6 {
	line-height: 28px;
	text-transform: capitalize;
	margin-bottom: 12px;
}

.footer-item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-item a.btn {
	background: var(--primary);
	color: white;
	text-transform: uppercase;
	line-height: 28px;
	margin-top: 32px;
}

.footer-item li {
	font-size: 14px;
	line-height: 24px;
}

.footer-info li:not(:last-child) {
	margin-bottom: 8px;
}

.footer-info li:nth-child(2) {
	display: flex;
	align-items: center;
	gap: 4px;
}

.footer-info li span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: .64px;
}

.footer-item-logo img {
	margin-bottom: 15px;
}

.copyright {
	border-top: 1px solid rgba(217, 217, 217, 1);
	padding: 20px 0 18px;
	margin-top: 44px;
	font-size: 14px;
}

@media (max-width: 767px) {

  .footer-item form {
    width: 100%;
  }
}

/* 
---------------------------------------------
Course Style
--------------------------------------------- 
*/

.course-banner .owl-banner .owl-dots {
  bottom: 65px;
}

.course-item .header-text {
  top: 70%;
  left: 0;
  transform: translateY(-70%) !important;
  transform: translateX(0);
}

.bg-course {
  background: url('../img/bg-course.png') center no-repeat;
  background-size: cover;
  padding: 77px 0 97px;
  margin-top: -35px;
  position: relative;
  z-index: 1;
}

.bg-dac-values {
  background: url('../img/dac-values.png') center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  margin-top: -70px;
}

.testimonial-item {
  display: flex;
  align-items: center;
}

.testimonial-avatar img {
  width: 100%;
}

.testimonial-info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.testimonial-info .icon {
  width: 15%;
}

.testimonial-info .content {
  flex: 1;
}

.testimonial-info h3 {
  color: #12556C;
  font-size: 24px;
  letter-spacing: .15px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.testimonial-info h5 {
  font-weight: 400;
  letter-spacing: .25px;
  margin-bottom: 22px;
}

.testimonial-info p {
  color: black;
  letter-spacing: .25px;
}

.testimonial-thumb {
  cursor: pointer;
}

.testimonial-control {
  position: relative;
  margin-top: -70px;
}

.testimonial-control .swiper-button-next, 
.testimonial-control .swiper-button-prev {
  color: var(--primary);
}

.testimonial-control .swiper-button-disabled {
  color: #DDDDDD;
}

.faq {
  position: relative;
  overflow: hidden;
}

.faq .container {
  position: relative;
  z-index: 2;
}

.faq-tabs ul {
  justify-content: space-around;
  flex-wrap: nowrap;
  border: none;
}

.faq-tabs ul li .nav-link {
  border: 2px solid #D1D5DC !important;
  border-radius: 30px;
  color: black;
  cursor: pointer;
}

.faq-tabs ul li .nav-link.active {
  border-color: var(--primary) !important;
  background: var(--primary);
}

.faq-content .accordion-item {
  border: 2px solid #E5E7EB;
  border-radius: 10px;
}

.faq-content .accordion-item:not(:last-child) {
  margin-bottom: 16px;
}

.faq-content .accordion-button {
  border-radius: 10px;
  background-color: transparent;
}

.faq-content .accordion-button:focus,
.faq-content .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
}

.faq-content .accordion-body {
  padding-top: 0;
  background-color: transparent;
}

.image-bottom {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {

  .scroll-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .faq-tabs ul {
    gap: 12px;
  }
}

/* 
---------------------------------------------
Single Course Style
--------------------------------------------- 
*/

.nav-bread li.breadcrumb-item:first-child a {
  color: var(--secondary);
}

.nav-bread a,
.nav-bread .breadcrumb-item.active {
  color: black;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}

.list-course h1,
.title-box h3 {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: .48px;
}

.list-course .thumb img {
  width: 100%;
}

.list-course .group-btn {
  justify-content: flex-end;
}

.list-course .group-btn a {
  font-size: 14px;
}

.list-course .group-btn a:first-child {
  border: 1px solid #565656;
  background: transparent;
  color: #565656;
  padding-left: 27px;
  padding-right: 27px;
}

.list-course .group-btn a:first-child:hover {
  border-color: var(--primary);
  background: var(--secondary);
  color: white;
}

.title-box h3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
}

.title-box h3::before {
  content: '';
  background: #BFBFBF;
  width: 165px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.detail-content ul {
  padding-left: 24px;
  margin-bottom: 20px;
}

.detail-content p.read-more {
  color: #878100;
  font-weight: 700;
  text-transform: capitalize;
}

.detail-content {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.list-training h6 {
  color: #878100;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.list-training ul {
  padding-left: 24px;
  list-style: decimal;
}

.list-training li:not(:last-child) {
  border-bottom: 1px dashed #D8D8D8;
  padding-bottom: 11px;
  margin-bottom: 11px;
}

.list-training a {
  color: black;
  text-transform: capitalize;
}

.benefit {
  background: #F4F4F4;
}

.benefit-item .thumb {
  margin-bottom: 20px;
}

.benefit-item img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.benefit-item h3 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .2px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.register {
  background: url('../img/bg-register.jpg') center no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.list-register {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}

.title-register {
  color: var(--secondary);
}

.title-register h3 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: .32px;
  margin-bottom: 22px;
}

.title-register h5 {
  text-transform: capitalize;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 0;
}

.btn-register {
  position: relative;
  z-index: 1;
}

.btn-register a {
  background: white;
  color: var(--primary);
  box-shadow: 0px 0px 6.66px 0px #00F0A042;
  border-radius: 99px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  width: 184px;
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation-first {
  display: inline-block;
  vertical-align: -0.125em;
  border: 2.66px solid;
  border-image-source: linear-gradient(151deg, #C4C4C4 20.83%, rgba(255, 255, 255, 0) 75.52%);
  border-left-color: transparent;
  box-shadow: 0px 4px 11px 0px white;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
  width: 290px;
  height: 290px;
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1;
}

.animation-second {
  position: absolute;
  top: -20px;
  left: -20px;
  display: inline-block;
  vertical-align: -0.125em;
  border: 2.66px solid;
  border-image-source: linear-gradient(151deg, white 20.83%, #8A8A8A 75.52%);
  border-right-color: transparent;
  box-shadow: 0px 4px 4px 0px #FFFFFF26;
  border-radius: 50%;
  animation: .65s linear infinite spinner-border;
  width: 230px;
  height: 230px;
  z-index: -1;
}

.system-item a {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  color: white;
}

.system-thumb::before {
  padding-top: 100%;
}

.system-content::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  box-sizing: border-box;
  transition: 0.5s;
  transform: scaleX(0);
  opacity: 0;
  z-index: 1;
}

.system-item a:hover .system-content::before {
  transform: scaleX(1);
  opacity: 1;
}

.system-content::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  box-sizing: border-box;
  transition: 0.5s;
  transform: scaleY(0);
  opacity: 0;
}

.system-item a:hover .system-content::after {
  transform: scaleY(1);
  opacity: 1;
}

.system-content {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 100px 32px;
  box-sizing: border-box;
  background: #44444490;
  opacity: 0;
  transition: 0.5s;
}

.system-item a:hover .system-content {
  opacity: 1;
}

.system-content h3 {
  transition: 0.5s;
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
}

.system-item a:hover h3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

@media (min-width: 1200px) and (max-width: 1399px) {

  .list-course .group-btn a:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {

  .register {
      height: 300px;
  }

  .animation-first {
      top: -43px;
      left: -46px;
      width: 250px;
      height: 250px;
  }

  .animation-second {
      top: -18px;
      left: -20px;
      width: 200px;
      height: 200px;
  }

  .btn-register a {
      width: 164px;
      height: 164px;
  }
}

@media (max-width: 991px) {

  .register {
      height: auto;
  }

  .animation-first {
      width: 240px;
      height: 240px;
      top: -40px;
      left: -40px;
  }

  .animation-second {
      width: 200px;
      height: 200px;
  }

  .btn-register {
      margin-top: 30px;
  }

  .btn-register a {
      width: 164px;
      height: 164px;
      font-size: 24px;
  }
}

@media (max-width: 767px) {

  .list-course h1, 
  .title-box h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .list-register {
    flex-direction: column;
  }

  .title-register h3 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 12px;
  }

  .title-register h5 {
    font-size: 22px;
    line-height: 38px;
  }

  .system-content {
    width: 90%;
  }

  .system-content h3 {
    font-size: 20px;
    line-height: 32px;
  }
}