:root {
  --swiper-theme-color: white !important;
}

* {
  font-family: "Source Sans Pro";
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100vh;
  font-weight: 300;
}

.button-block .button {
  text-align: center;
  color: white;
  background-color: #1f1f1f;
  padding: 7px 0;
  font-size: 12px;
  max-width: 150px;
  margin: auto;
  letter-spacing: 2px;
  cursor: pointer;
}

.button-block .button:hover {
  background-color: #393939;
}

.button-ghost .button {
  border: 2px solid #1f1f1f;
  background-color: white;
  color: #1f1f1f;
  padding: 20px;
  max-width: 230px;
  margin: auto;
  font-weight: 600;
  cursor: pointer;
}

.button-ghost .button:hover {
  background-color: #1f1f1f;
  color: white;
}

img {
  max-width: 100%;
}

p {
  line-height: 2;
}

.pd-t-200 {
  padding-top: 200px;
}

@media screen and (max-width: 480px) {
  .pd-t-200 {
    padding-top: 130px;
  }
}

.title {
  color: #211b17;
  text-transform: uppercase;
  font-family: "Raleway";
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 18px;
}

.content {
  color: #1a1a1a;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.big-content {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .big-content {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .big-content {
    font-size: 25px;
  }
}

.medium-font {
  font-size: 28px;
}

@media screen and (max-width: 480px) {
  .medium-font {
    font-size: 24px;
  }
}

.small-font {
  font-size: 14px;
}

.sub-content {
  color: gray;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(32, 26, 22, 0.7);
  z-index: 99;
}

.content-padding {
  padding: 100px 0;
}

@media screen and (max-width: 480px) {
  .content-padding {
    padding: 50px 0;
  }
}

.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 510px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .banner {
    height: 400px;
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .banner {
    height: 150px;
  }
}

.banner.banner-top {
  height: 650px;
}

@media screen and (max-width: 768px) {
  .banner.banner-top {
    height: 500px;
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .banner.banner-top {
    height: 230px;
  }
}

.banner .banner-text {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 100%;
}

.banner .banner-title {
  font-family: "Raleway";
  font-size: 80px;
  font-weight: 300;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .banner .banner-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .banner .banner-title {
    font-size: 23px;
  }
}

.banner .banner-subtitle {
  font-family: "Source Sans Pro";
  font-size: 28px;
  font-weight: 100;
  opacity: 0.5;
  letter-spacing: 8px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .banner .banner-subtitle {
    font-size: 23px;
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .banner .banner-subtitle {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

.image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image-wrapper .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  padding: 7.5px 15px;
}

@media screen and (max-width: 768px) {
  .image-wrapper .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .image-wrapper .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.image-wrapper .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 160px;
}

.image-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-list .card-title, .blog-list .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-list .card-text {
  -webkit-line-clamp: 4;
  font-size: 14px;
}

.blog-list .read-more {
  font-size: 13px;
}

.blog-list .pagination .page-item .page-link {
  border: none !important;
  color: #211b17;
}

.blog-list .pagination .page-item.disabled .page-link {
  color: #9c9999;
}

.category-list a .is-active {
  color: #211b17;
  font-weight: bolder;
}

.category-list a:hover {
  color: #6c584b;
}

.blog-detail {
  padding-top: 100px;
}

.blog-detail .breadcrumb {
  font-family: "Raleway";
  font-size: 12px;
  text-align: right;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-bottom: 3rem;
  list-style: none;
  background-color: transparent;
  border-radius: .25rem;
  color: #9c9999;
}

.blog-detail .breadcrumb span {
  cursor: pointer;
}

.blog-detail .breadcrumb span:hover {
  color: #cecdcd;
}

.blog-detail .breadcrumb span:last-child {
  color: #211b17;
  cursor: default;
}

.blog-detail .category {
  text-transform: uppercase;
  background-color: #9c9999;
  padding: 10px 20px;
  color: white;
}

.blog-detail .blog-header .title {
  font-size: 22px;
  font-weight: 600;
}

.blog-detail .blog-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}

.blog-detail .blog-body {
  margin-top: 20px;
  margin-bottom: 40px;
}

.blog-detail .blog-body .tags span {
  font-size: 12px;
  color: white;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #1f1f1f;
}

.navbar {
  font-family: "Raleway";
  font-size: 14px;
}

.navbar .navbar-brand .desktop-image {
  display: block;
}

.navbar .navbar-brand .mobile-image {
  display: none;
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
  .navbar .navbar-brand .mobile-image {
    display: block;
  }
  .navbar .navbar-brand .desktop-image {
    display: none;
  }
}

.navbar img {
  max-height: 100px;
}

.navbar.color-bg {
  background-color: #211b17;
}

.navbar .nav-item {
  margin: 0 10px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav-item {
    margin: 0 5px;
    white-space: nowrap;
  }
}

.navbar .nav-item.menu-contact-us {
  padding: 0 7px;
  border: 2px solid white;
}

.navbar .nav-item.active .nav-link {
  color: #9c9999 !important;
}

.navbar .nav-item:last-child #navbarDropdown {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .navbar img {
    height: 50px;
  }
  .navbar .navbar-toggler {
    border: white;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
  .navbar .nav-item {
    border-bottom: 1px solid white;
    padding: 5px 0;
  }
  .navbar .nav-item:last-child {
    border-bottom: none;
    text-align: center;
  }
  .navbar .nav-item.menu-contact-us {
    border: none;
    border-bottom: 1px solid white;
  }
  .navbar .dropdown-menu {
    background-color: unset;
    text-align: center;
  }
  .navbar .dropdown-menu .dropdown-item {
    color: white;
    font-weight: 300;
  }
}

.login {
  background-color: #9c9999;
  min-height: 100vh !important;
  /* STRUCTURE */
  /* TABS */
  /* FORM TYPOGRAPHY*/
  /* ANIMATIONS */
  /* Simple CSS3 Fade-in-down Animation */
  /* Simple CSS3 Fade-in Animation */
  /* Simple CSS3 Fade-in Animation */
  /* OTHERS */
}

.login .error {
  font-size: 12px;
  color: red;
  white-space: nowrap;
}

.login img {
  width: 200px;
  margin-bottom: 20px;
}

.login a {
  color: #92badd;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

.login h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 8px 10px 8px;
  color: #cccccc;
}

.login .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: auto;
  padding: 20px;
}

.login #formContent {
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.login h2.inactive {
  color: #cccccc;
}

.login h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}

.login input[type=button], .login input[type=submit], .login input[type=reset] {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login input[type=button]:hover, .login input[type=submit]:hover, .login input[type=reset]:hover {
  background-color: #39ace7;
}

.login input[type=button]:active, .login input[type=submit]:active, .login input[type=reset]:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.login input[type=text], .login input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 5px 5px 5px 5px;
}

.login input[type=text]:focus, .login input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

.login input[type=text]:placeholder {
  color: #cccccc;
}

.login input[type=password]:placeholder {
  color: #cccccc;
}

.login .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.login .fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.login .fadeIn.first {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.login .fadeIn.second {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.login .fadeIn.third {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.login .fadeIn.fourth {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.login .underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.login .underlineHover:hover {
  color: #0d0d0d;
}

.login .underlineHover:hover:after {
  width: 100%;
}

.login *:focus {
  outline: none;
}

.login #icon {
  width: 60%;
}

footer {
  background-color: #211b17;
  color: #fff;
  height: 60px;
  line-height: 60px;
}
/*# sourceMappingURL=custom.css.map */