/*

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: #FFF200;
    --secondary: #858585;
    --dark: #263238;
    --black: #424242;
}

html, body {
  background: #DEDEDE;
  font-family: 'Nunito', 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;
}

@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 h3 {
  font-weight: 900;
  font-size: 36px;
  letter-spacing: -.64px;
}

.section-title p {
  text-transform: capitalize;
  letter-spacing: .53px;
  margin-bottom: 0;
}

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

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

.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 h3 {
    font-size: 28px;
  }
}

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

.header-area {
  padding: 5px 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: 85px;
}

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

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

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

.navbar-light .navbar-nav .nav-link {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--dark);
  font-size: 18px;
  line-height: 1;
  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: var(--dark);
}

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

.nav-item-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.topper a {
  background: linear-gradient(90deg, #FFF94C 0%, #FFD60A 100%);
  color: var(--dark);
  font-size: 18px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

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

.btn-custom img {
  margin-left: 21px;
}

.btn-custom:hover img {
  filter: invert(15%) sepia(28%) saturate(409%) hue-rotate(155deg) brightness(98%) contrast(92%);
  border-color: var(--dark);
}

.btn-custom:hover {
  background: linear-gradient(90deg, #FFD82D 0%, #FFA82D 100%);;
  color: var(--dark);
}

.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) {

  .header-area .navbar {
  	position: inherit;
  }

  .navbar .nav-item .dropdown-content {
    position: absolute;
    /*top: 100%;*/
    left: -99999px;
    width: 100%;
    height: 220px;
    /*min-width: 200px;*/
    /*max-height: 0;*/
    opacity: 0;
    transition: opacity .25s, visibility .25s;
    visibility: hidden;
    background: white;
    /*flex-wrap: wrap;*/
  }

  .dropdown-content .sub-menu {
  	padding: 12px 0 0;
  	display: flex;
    flex-wrap: wrap;
  }

  .navbar .nav-item:hover .dropdown-content {
    left: 0;
    /*max-height: inherit;*/
    opacity: 1;
    visibility: visible;
  }

  .dropdown-item.has-child {
    position: relative;
    width: auto;
  }

  .dropdown-item.has-child > .menu-child {
    padding: 0;
    /*position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;*/
    background: white;
    z-index: 9999;
    /*box-shadow: 0 0 3px #ccc;*/
  }

  .sub-menu a {
    padding: 5px 20px;
    min-height: 32px;
    color: black;
    font-weight: 700;
    display: block;
  }

  .menu-child a {
  	font-weight: normal;
  }
}

@media (max-width: 991px) {

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

  .nav-item-menu i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }

  ul.sub-menu {
    padding-top: 8px;
    padding-left: 8px;
    list-style: none;
    display: none;
  }

  ul.menu-child {
    padding-top: 8px;
    padding-left: 12px;
  }

  ul.sub-menu li:not(:last-child),
  ul.menu-child li:not(:last-child) {
    margin-bottom: 8px;
  }

  .sub-menu a,
  .menu-child a {
    display: block;
    color: black;
    font-weight: 600;
  }

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

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

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

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

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

  .m-menu-customer a {
    width: 100%;
    background: linear-gradient(90deg, #FFD82D 0%, #FFA82D 100%);
    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;
  }
}

.sub-menu a:hover {
	color: var(--secondary);
}

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

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

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

.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 {
  border: 5.25px solid;
  box-shadow: 0px 32.83px 65.66px -15.76px #00000040;
}

.box-text.top,
.box-text.bottom {
  position: absolute;
  top: -24px;
  right: -105px;
  text-align: center;
  background: white;
  border-radius: 18.38px;
  border-color: var(--primary);
  padding: 24px;
}

.box-text h6 {
  font-size: 13.13px;
  line-height: 19.7px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.box-text.middle {
  border-color: #FFFFFF99;
  background: #FFFFFF66;
  border-radius: 21.01px;
  padding: 47.27px;
  box-shadow: 0px 32.83px 65.66px -15.76px #00000040;
}

.box-text.middle h2 {
  font-size: 64.87px;
  line-height: 77.85px;
  letter-spacing: -1.62px;
  text-transform: uppercase;
}

.box-text.middle h3 {
  color: var(--secondary);
  font-weight: 400;
  font-size: 31.52px;
  line-height: 42.02px;
  letter-spacing: .79px;
  text-transform: uppercase;
}

.box-text.bottom {
  top: inherit;
  right: inherit;
  bottom: -24px;
  left: -105px;
  background: var(--primary);
  color: #6E6E6E;
  text-align: left;
}

.box-text.bottom h6 {
  text-transform: inherit;
}

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

.box-icon {
  display: inline-block;
  position: relative;
  width: 30%;
}

.box-icon::after,
.box-icon::before {
  content: '';
  background: #BFBFBF;
  width: 85px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.box-icon::after {
  left: inherit;
  right: 0;
}

.group-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 30px 0 20px;
}

.group-link a {
  background: #BEBEBEB2;
  border: 2.79px solid #FFF600;
  border-radius: 13.95px;
  color: var(--black);
  font-size: 19.53px;
  line-height: 27.89px;
}

.box-content {
  background: #FFFFFF80;
  border: 2.63px solid #FFD23080;
  border-radius: 18.38px;
  padding: 22px 33px 24px;
}

.box-content p {
  margin-bottom: 0;
}

.group-btn {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.group-btn a {
  background: linear-gradient(90deg, #FFF94C 0%, #FFD60A 100%);
  border: 2.63px solid #A0A0A0;
  color: #6E6E6E;
  box-shadow: 0px 10.51px 13.13px -7.88px #0000001A;
}

.group-btn a:hover {
  border-color: var(--primary);
  background: #F0F0DE;
}

.group-btn img {
  margin: 0;
}

.main-banner .header-text img {
  width: auto;
  display: inline-block;
}

.owl-banner .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 15px;
}

.owl-banner .owl-dots .owl-dot {
  height: 22px;
}

.owl-banner .owl-dots span {
  display: inline-block;
  width: 169px;
  height: 22px;
  border-radius: 100px;
  background: white;
  opacity: .5;
}

.owl-banner .owl-dot.active span {
  background: linear-gradient(90deg, #FFD82D 0%, #FFA72D 100%);
}

@media (max-width: 991px) {

  .box-text.middle {
    padding: 32px;
  }

  .box-text.middle h2 {
    font-size: 42px;
    line-height: 48px;
  }

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

  .box-icon {
    width: 50%;
  }

  .group-link {
    flex-wrap: wrap;
  }

  .group-link a {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }

}

@media (max-width: 767px) {

  .bottom-image {
    display: none;
  }

  .box-text.middle {
    padding: 16px;
  }

  .box-text.middle h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .box-text.middle h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .group-link a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .box-icon {
    width: 80%;
  }

  .box-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .box-text.top, 
  .box-text.bottom {
    display: none;
  }

  .group-btn {
    flex-direction: column;
  }

  .group-btn a {
    width: 100%;
  }

  .owl-banner .owl-dots {
    display: none;
  }
    .owl-carousel.owl-drag .owl-item{
    touch-action:auto !important;
  }
}

/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.section-title .box-icon {
  width: 20%;
  margin-bottom: 12px;
}

.product-item {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.product-thumb {
  position: relative;
}

.product-content {
  position: relative;
  overflow: hidden;
}

.product-content h5 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 28px;
  color: var(--dark);
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product-content h5 a{
  display: block;
  color: black;
}

.product-content p {
  font-size: 14px;
  color: #515253;
  letter-spacing: -.64px;
  margin-bottom: 0;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}

.content-box {
  background: white;
  padding: 16px 16px 110px;
}

.product-button {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #DEDEDE;
  border-top-left-radius: 32px;
  padding-top: 16px;
  padding-left: 16px;
}

.product-button::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: -25px;
  background: transparent;
  width: 25px;
  height: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 5px 5px 0 5px #DEDEDE;
}

.product-button::after {
  position: absolute;
  content: '';
  top: -25px;
  right: 0;
  background: transparent;
  width: 25px;
  height: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 5px 5px 0 5px #DEDEDE;
}

.product-button a,
.product-btn a {
  padding: 13px 15px;
  background: white;
  border-color: var(--primary);
  font-size: 14px;
}

.product-button a img {
  margin-left: 12px;
}

.view-all a {
  background: white;
  border-color: var(--primary);
  padding-left: 64px;
  padding-right: 64px;
  box-shadow: 0px 4px 4px 0px #00000026;
}

.product-btn a img {
  margin-left: 0;
  width: 30px;
}

/*.product-thumb.image .img::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00000066;
  width: 100%;
  height: 100%;
}*/

.product-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-btn a {
  /*padding: 5px 5px 5px 14px;*/
  padding: 5px;
}

@media (max-width: 991px) {

  .section-title .box-icon {
    width: 35%;
  }
}

@media (max-width: 767px) {

  .section-title .box-icon {
    width: 65%;
  }
}

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

.products {
  background: url('../img/bg-product.png') center no-repeat;
  background-size: cover;
  padding: 130px 0;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

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

.product-title h3 {
  font-size: 40px;
}

.product-title h3 a {
  color: white;
}

@media (max-width: 991px) {

  .products {
    padding: 48px 0;
  }

  .product-title h3 {
    font-size: 32px;
  }
}

/* 
---------------------------------------------
DAC Values Style
--------------------------------------------- 
*/

.dac-values {
  background: white;
  position: relative;
  overflow: hidden;
  padding: 130px 0 53px;
  margin-top: -90px;
}

.bg-values {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
  background: url('../img/bg-values.png') center no-repeat;
  background-size: cover;
}

.values-content {
  position: relative;
  z-index: 2;
}

.dac-item h4 {
  font-weight: 900;
  font-size: 20px;
  line-height: 31.23px;
  text-transform: uppercase;
  margin-bottom: -32px;
  position: relative;
  z-index: 2;
}

.icon-box-img {
  display: inline-block;
  background: #F5F5F5;
  box-shadow: 4px 0px 35px 0px #9A9A9A80;
  border-radius: 50%;
  padding: 24px;
  margin-bottom: 30px;
}

.icon-box-img .icon {
  background: linear-gradient(180deg, #FFD62D 0%, #FFAB2D 100%);
  border-radius: 50%;
  padding: 16px 24px;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box-text p {
  line-height: 20.82px;
  margin-bottom: 0;
}

@media (max-width: 991px) {

  .icon-box-img {
    padding-left: 34px;
    padding-right: 34px;
  }
}

/* 
---------------------------------------------
News Style
--------------------------------------------- 
*/

.new-large .thumb {
  margin-bottom: 27px;
}

.new-large h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 42.43px;
  text-transform: capitalize;
}

.new-large h6 a {
  display: block;
  color: black;
}

.new-large .category {
  margin-bottom: 14px;
}

.category a {
  position: relative;
  display: block;
  color: #2B378B;
}

.category a::before {
  content: '\f111';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 10px;
  color: #FDB510;
  margin-right: 6px;
}

.news .content p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-item .thumb::before {
  padding-top: 55%;
}

.news-item .thumb {
  margin-bottom: 12px;
}

.news-item h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}

.news-item h6 a {
  color: black;
  display: block;
}

.new-large h6 a:hover,
.news-item h6 a:hover {
  color: var(--secondary);
}

.news .news-item p {
  color: #7E7E7E;
  -webkit-line-clamp: 2;
}

.news-item .category {
  margin-top: 5px;
}

@media (max-width: 767px) {

  .news-item h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

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

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

.floating-label {
    position: relative;
}

.floating-label label {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #FFFCBE;
    padding: 0 6px;
    font-size: 13px;
    color: #333;
    pointer-events: none;
}

.floating-label .form-control {
    border: 1.5px solid #b4b48b;
    border-radius: 8px;
    padding: 12px 16px;
    background: transparent;
    transition: .3s;
}

.floating-label .form-control:focus {
    box-shadow: none;
}

.contact-form textarea.form-control {
    resize: none;
}

.send-button button {
  background: linear-gradient(90deg, #FFF94C 0%, #FFD60A 100%);
  color: var(--secondary);
  box-shadow: 0px 4px 4px 0px #00000040;
  font-weight: 900;
  margin-bottom: 30px;
}

.send-button button:hover {
  color: var(--secondary);
}

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

.footer {
  background: var(--secondary);
  padding-top: 55px;
}

.footer-item h5 {
  color: #F2F1A2;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

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

.footer-item li {
  color: #FDFFD8;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}

.footer-item form {
  width: 60%;
  margin: 0 auto;
}

.footer-item input[type="tel"] {
  height: 51px;
  background: linear-gradient(90deg, #FFF94C 0%, #FFD60A 100%);
  font-style: italic;
  border-radius: 100px;
  color: #6E6E6E;
}

.footer-item input[type="tel"]::placeholder {
  text-transform: capitalize;
}

.footer-item input[type="tel"]:focus {
  box-shadow: none;
}

.footer-item .btn-send {
  top: 2px;
  right: 0;
}

.footer-item a {
  color: #FDFFD8;
  display: block;
}

.footer-item a:hover {
  color: var(--primary);
}

.social-icon {
  margin-top: 38px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1.35px solid #0A0A0A33;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.copyright {
  padding: 18px 0 14px;
  border-top: 1px solid #FFFFFF80;
  color: white;
}

.copyright a {
  color: white;
}

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

.page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
}

.cover-title-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  z-index: 10;
}

.cover-title-overlay .breadcrumb-item, 
.cover-title-overlay .breadcrumb-item a {
  color: white;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  content: '>';
  color: white;
}

.iconbox-top h6 {
  font-size: 18px;
  line-height: 1.4;
}

/* 
---------------------------------------------
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;
  }
}

/* 
---------------------------------------------
Advice Style
--------------------------------------------- 
*/

/*.advise {
  background: var(--advise-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
}*/

/* 
---------------------------------------------
News Detail Style
--------------------------------------------- 
*/

.blog_right_sidebar .newslist_page {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  padding: 10px;
  border-radius: 12px;
  transition: background .2s ease;
}

.blog_right_sidebar .newslist_page:hover {
  background: rgba(79, 209, 179, .06);
}

.single-post-area .stretched-link::after {
  position: static;
}

.newslist_content a {
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.related-articles__date {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
  backdrop-filter: blur(2px);
}

.related-articles__item .card-img-top {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.related-articles__title {
  display: block;
  color: black;
}

.related-articles__title:hover {
  color: var(--secondary);
}

.related-articles__title h6 {
  line-height: 1.4;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.owl-news-related .owl-prev,
.owl-news-related .owl-next {
  background: white;
  color: black;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  line-height: 40px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
}

.owl-news-related .owl-prev {
  left: -2%;
}

.owl-news-related .owl-next {
  right: -2%;
}

/* 
---------------------------------------------
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 {
  width: 166px;
  height: 166px;
  overflow: hidden;
  border-radius: 20px;
}

.list-course .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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;
}

.detail-banner {
	margin: 32px 0 0;
	position: relative;
}

.detail-banner .banner-bg {
	height: 100%;
	min-height: 1000px;
	object-position: center;
}

.detail-banner-content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.detail-banner-content .detail-content {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.detail-banner-content .title-box h3::before {
	display: none;
}

.detail-banner-content .title-box h3 {
	padding: 0;
	margin: 0;
}

.detail-content h3 {
  font-size: 25px;
}

.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;
  }

  .detail-banner .banner-bg {
  	min-height: 1000px;
  }
}

@media (max-width: 767px) {

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

  .detail-banner .banner-bg {
  	min-height: 1050px;
  }

  .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;
  }
}