
html, body {
   height: 100%;
}
body {
   color: #576071;
   font-size: 16px;
   font-weight: 300;
   font-family: 'DM Sans', sans-serif;
   background-color: #ffffff;
}
.logo {
   width: 205px;
   height: 44px;
}
.header-top {
   background: #000000;
   padding: 13px 0px;
}
.header-top ul {
   margin: 0;
   padding: 0;
}
.header-bottom {
   height: 76px;
   z-index: 99;
}
.header-schedule ul li {
   color: #fff;
   display: inline-block;
   margin-right: 30px;
   font-size: 12px;
   font-weight: 200;
}
.header-schedule ul li i {
   margin-right: 8px;
   color: var(--hover-color);
}
.header-schedule a {
   color: #fff;
}
.sticky-bar {
   left: 0;
   margin: auto;
   position: fixed;
   top: 0;
   width: 100%;
   box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
   animation: 300ms ease-in-out 0s normal none 1 running show-navbar;
   z-index: 999;
}
.sticky-bar {
   background-color: rgba(255, 255, 255, 1);
}
@keyframes show-navbar {
   0% {
      opacity: 0;
      transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
.section-social ul li {
   color: #ffffff;
   display: inline-block;
   font-size: 12px;
   font-weight: 200;
}
header .section-social li a {
   color: #ffffff;
   font-size: 16px;
   margin-right: 0;
   margin-left: 20px;
   transition: all 0.3s;
}
.section-social li a:hover {
   color: var(--hover-color);
}
.hero_caption {
   text-align: center;
   margin: 20px auto;
   max-width: 760px;
}
.subtitle {
   display: block;
   color: var(--second-color);
}
.container-wrap {
   padding-top: 80px;
   padding-bottom: 80px;
}
.container-wrap-md {
   padding-top: 40px;
   padding-bottom: 40px;
}
.container-wrap-sm {
   padding-top: 20px;
   padding-bottom: 20px;
}
.clip-rounded {
   clip-path: url(#shape);
}
.map-container {
   width: 100%;
   height: 100%;
   border-radius: 16px;
   overflow: hidden;
}
.map-container iframe {
   width: 100%;
   height: 100%;
   border: 0;
   display: block;
   border-radius: 16px;
}
/* slick hack */

button.slick-arrow {
   top: 50%;
   left: 50px;
   border: 0;
   padding: 0;
   z-index: 2;
   height: 50px;
   width: 50px;
   cursor: pointer;
   background: none;
   line-height: 50px;
   border-radius: 4px;
   position: absolute;
   visibility: visible;
   transition: all 0.3s;
   transform: translateY(-50%);
   color: var(--main-color);
   background-color: #fff;
   border: 1px solid var(--main-color);
}
button.slick-next {
   color: var(--main-color);
   border: 1px solid var(--main-color);
}
button:hover {
   color: var(--hover-color);
   border: 1px solid var(--hover-color);
}
.testimonial button..slick-arrow {
   left: -110px;
   top: 50%;
}
.testimonial button.slick-next {
   left: auto;
   right: 50px;
}
.testimonial-top {
   padding-inline: 200px;
   margin-bottom: 30px;
}
.testimonial-top p {
   font-size: 17px;
   font-weight: 200;
   line-height: 1.5;
}
.testimonial-top i {
   font-size: 3rem;
   line-height: 1;
   margin-bottom: 2rem;
}
.testimonial-bottom {
   display: flex;
   align-items: center;
   flex-direction: column;
}
.testimonial-bottom span {
   color: var(--main-color);
   font-size: 26px;
   font-weight: 600;
}
.testimonial-bottom p {
   color: var(--main-color);
   line-height: 1;
}
.testimonial-img {
   width: 80px;
   height: 80px;
   padding: 2px;
   border-radius: 50%;
   border: 1px dashed var(--main-color);
}
.testimonial-designation {
   text-align: center;
}
.btn-icon {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0;
   width: 40px;
   height: 40px;
}
footer a {
   color: inherit;
   transition: all 0.3s;
}
.back-top {
   color: #ffffff;
   height: 50px;
   width: 50px;
   right: 30px;
   bottom: 30px;
   position: fixed;
   z-index: 10;
   display: none;
   font-size: 20px;
   line-height: 1;
   text-align: center;
   border-radius: 50%;
   background: var(--main-color);
   box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
/* parallax */

.parallax {
   height: 100vh;
   background: transparent;
}
.parallax-50 {
   height: 50vh;
   background: transparent;
}
.parallax-30 {
   height: 30vh;
   background: transparent;
}
.parallax-mirror {
   overflow: hidden;
   border-radius: 20px;
}
.bg-disabled {
   background-color: var(--disabled-color);
}
.bg-main {
   background-color: var(--main-color);
}
.text-main {
   color: var(--main-color);
}
.text-title {
   font-size: 1.875rem;
   margin-bottom: 0;
}
.bg-cover {
   object-fit: cover !important;
}
.bg-position-left {
   object-position: left !important;
}
.bg-position-right {
   object-position: right !important;
}
/* =============================================
   HERO LEAD
   =============================================
*/

.hero-lead {
   color: #3F4653;
   position: relative;
   background-size: cover;
   background-position: right center;
   background-repeat: no-repeat;
   min-height: 325px;
   height: 30vh;
   display: flex;
   align-items: center;
   justify-content: center;
   border-bottom: 8px solid var(--second-color);
   overflow: hidden;
   border-bottom-left-radius: 0.25rem;
   border-bottom-right-radius: 0.25rem;
}
.hero-lead .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(255, 255, 255, 0.5);
   z-index: 0;
}
.hero-lead .content-wrapper {
   text-align: center;
   position: relative;
   padding: 20px 0;
   z-index: 2;
}
.image-lead {
   width: 250px;
   padding: 10px;
   margin: 0 auto;
   border-radius: 50%;
   border: 2px dashed #ecbc00;
}
.wrap-lead {
   padding: 30px 0;
}
.footer-lead {
   background-color: #E3C5C1;
}
.case-lead {
   margin-bottom: 19px;
   padding-left: 15px;
   border-left: 4px solid var(--second-color);
}