html {
  scroll-behavior: smooth;
  font-size: 16px; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #323450;
  overflow-x: hidden; }

button {
  transition: all 0.3s ease-out 0s;
  text-decoration: none; }

@media (max-width: 767px) {
  .container {
    padding: 0 15px; } }

iframe {
  vertical-align: top; }
/* ============================= 
 TYPOGRAPHY CSS
 ================================ */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  font-family: "Fira Sans", sans-serif; }

h1, .h1 {
  font-size: 3.5rem; }

h2, .h2 {
  font-size: 2.5rem; }

h3, .h3 {
  font-size: 1.872rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1.125rem; }

p {
  font-size: 1rem;
  line-height: 145%; }

.perex, .perex p {
  font-size: 1.25rem; }

b, strong {
  font-weight: 700; }

a {
  color: #323450; }
/* ============================= 
 BUTTONS CSS
 ================================ */
.btn.btn-custom {
  height: 2.75rem;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ed8142;
  color: #fff;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
  padding: 0.375rem 2rem;
  overflow: hidden;
  -webkit-border-radius: 1.375rem;
  border-radius: 1.375rem; }
  .btn.btn-custom i {
    padding-left: 20px; }
  .btn.btn-custom::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    padding: 50%;
    border-radius: 50%;
    margin: auto;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
    transition: all 0.4s linear;
    transform: translate3d(-50%, -50%, 0) scale(0); }
  .btn.btn-custom:hover {
    color: #fff; }
    .btn.btn-custom:hover::before {
      transform: translate3d(-50%, -50%, 0) scale(1.5); }
  .btn.btn-custom.btn-lg {
    height: 4rem;
    padding: 1rem 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem; }
  .btn.btn-custom.btn-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    padding: 0;
    line-height: 3rem;
    text-align: center; }
    .btn.btn-custom.btn-icon i {
      padding-left: 0; }
  .btn.btn-custom.btn-green {
    background: #28bd3f; }
/* =====================
 BASE LANDING CSS
 ======================== */
.slider-active-wrapper {
  position: relative; }
  .slider-active-wrapper .tns-nav {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0; }
    .slider-active-wrapper .tns-nav button {
      width: 15px;
      height: 15px;
      border: 0;
      background: rgba(47, 128, 237, 0.2);
      margin: 10px;
      border-radius: 50%; }
    .slider-active-wrapper .tns-nav.tns-nav-active {
      background: #2f80ed; }
  .slider-active-wrapper .slider-active .single-slider {
    padding: 1px; }

.hp-banner__box {
  width: 100%;
  position: relative;
  color: #fff; }
  .hp-banner__box .hp-banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hp-banner__box .hp-banner-slider:after {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    .hp-banner__box .hp-banner-slider .slick-list {
      height: 100%; }
      .hp-banner__box .hp-banner-slider .slick-list .slick-track {
        height: 100%; }
    .hp-banner__box .hp-banner-slider .hp-banner-slider__item {
      background-size: cover;
      background-position: center center; }
  .hp-banner__box .container {
    position: relative; }
/* ========================================
 BANNER CSS
 =========================================== */
.banner-section {
  padding-top: 64px; }
  .banner-section .banner-area {
    padding: 40px 0px;
    /*background-image: url("/storage/app/media/graphic/subpage.jpg");*/
    background: #eee;
    color: #323450;
    border-bottom: 1px solid #323450; }
    .banner-section .banner-area .banner-content h3 {
      color: inherit; }
      .banner-section .banner-area .banner-content .breadcrumb {
        padding: 0px;
        background: transparent; }
        .banner-section .banner-area .banner-content .breadcrumb .breadcrumb-item {
          color: inherit;
          font-size: 20px; }
          .banner-section .banner-area .banner-content .breadcrumb .breadcrumb-item::before {
            color: #323450; }
          .banner-section .banner-area .banner-content .breadcrumb .breadcrumb-item a {
            color: #323450;
            text-decoration: underline; }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .banner-section {
    padding-top: 85px; } }
/* ========================================
 PARTNERS CSS
 =========================================== */
.partners {
  margin: 0;
  padding: 0; }
  .partners .partners__item {
    padding: 0 20px; }
    .partners .partners__item img {
      max-width: 100%;
      height: auto; }
/* ========================================
 SIMPLE GALLERY CSS
 =========================================== */
.simple-gal .simple-gal__item img {
  width: 100%;
  height: auto; }
/* ========================================
 BOX WITH SHADOW CSS
 =========================================== */
.box {
  padding: 1.5rem 2rem;
  border-radius: 10px;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3); }
  .box .box-icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background: #ed8142;
    color: #fff;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
    margin-top: -3.75rem; }
    .box .box-icon.box-icon--green {
      background: #28bd3f; }
  .box .box-content.box-content--icons p {
    position: relative;
    padding-left: 40px;
    padding-top: 4px; }
    .box .box-content.box-content--icons p i {
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      line-height: 28px;
      text-align: center;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #ed8142;
      color: #ed8142; }

.icon-title {
  position: relative;
  padding-left: 100px;
  padding-top: 5px; }
  .icon-title i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ed8142;
    color: #ed8142; }
  .icon-title-subtitle {
    padding-left: 100px; }

.slider-nav {
  margin-top: 1px; }
  .slider-nav .slider-nav__item {
    text-align: center;
    padding: 1px; }
    .slider-nav .slider-nav__item img {
      width: 100%;
      display: inline-block; }

.album .album__item img {
  vertical-align: top;
  width: 100%; }

footer {
  color: #fff; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  footer a {
    text-decoration: none; }

button.close {
  float: right;
  border: none;
  background: none; }

.alert-dismissible {
  padding-right: 1rem;
  color: #000; }
  .alert-dismissible p {
    color: #000 !important; }

@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 2.5rem; }

  h2, .h2 {
    font-size: 2rem; }

  h3, .h3 {
    font-size: 1.8rem; } }
