/* K A E -|- F O N T
==================================================*/
@font-face {
  font-family: "open sans";
  src: url("../webfonts/openSans/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "open sans medium";
  src: url("../webfonts/openSans/OpenSans-Medium.ttf");
}
@font-face {
  font-family: "open sans light";
  src: url("../webfonts/openSans/OpenSans-Light.ttf");
}
@font-face {
  font-family: "open sans bold";
  src: url("../webfonts/openSans/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "open sans extra bold";
  src: url("../webfonts/openSans/OpenSans-ExtraBold.ttf");
}
@font-face {
  font-family: "dm sans";
  src: url("../webfonts/dmSans/DMSans_36pt-Light.ttf");
}
@font-face {
  font-family: "dm sans bold";
  src: url("../webfonts/dmSans/DMSans_36pt-Bold.ttf");
}
@font-face {
  font-family: "lora";
  src: url("../webfonts/lora/Lora-Regular.ttf");
}
@font-face {
  font-family: "lora medium";
  src: url("../webfonts/lora/Lora-Medium.ttf");
}
@font-face {
  font-family: "lora light";
  src: url("../webfonts/lora/Lora-Light.ttf");
}
@font-face {
  font-family: "lora bold";
  src: url("../webfonts/lora/Lora-Bold.ttf");
}
/* </> F O N T -|- G E N E R A L 
==================================================*/
body {
  color: #212529;
  font-size: 13px;
  font-family: "lora";
}
b {
  font-family: "lora bold";
}
a {
  color: #31bde9;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #0d6efd;
  text-decoration: none;
}
input:focus {
  cursor: text;
  outline: 0px;
}
a:focus,
a:active,
button:focus,
button:active {
  outline: none;
  text-decoration: none;
  box-shadow: inset 0 0px 0px rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
label {
  color: #000000;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: "lora bold";
  text-transform: capitalize;
}
select {
  border-radius: 2px;
  -webkit-appearance: none;
}
h6 {
  font-size: 16px;
}
h5 {
  font-size: 18px;
}
h4 {
  font-size: 22px;
}
h3 {
  font-size: 24px;
}
h2 {
  font-size: 28px;
}
h1 {
  font-size: 32px;
}
/* </> G E N E R A L -|- B A C K G R O U N D
==================================================*/
.bg-primary {
  color: #ffffff;
  background-color: #0d6efd!important;
}
.bg-white {
  color: #000000;
  background-color: #ffffff;
}
.bg-light {
  color: #4b5156;
  background-color: #f5f5fa!important;
}
.bg-dark {
  color: #ffffff;
  background-color: #000000!important;
}
.bg-wallpaper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
@media (min-width: 518px) {
  .bg-wallpaper {
    background-attachment: fixed;
  }
}
.bg-mask {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
}
/* </> B A C K G R O U N D -|- P A D D I N G
==================================================*/
.mrg-0 {
  margin: 0px;
}
.mrg-r5 {
  margin-right: 5px;
}
.mrg-r10 {
  margin-right: 10px;
}
.mrg-b15 {
  margin-bottom: 15px;
}
.mrg-r15 {
  margin-right: 15px;
}
.mrg-b30 {
  margin-bottom: 30px;
}
/* --- */
.pdd-0 {
  padding: 0px;
}
.pdd-x0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pdd-5 {
  padding: 5px;
}
.pdd-t5 {
  padding-top: 5px;
}
.pdd-y5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pdd-x5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pdd-y10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pdd-15 {
  padding: 15px;
}
.pdd-t15 {
  padding-top: 15px;
}
.pdd-b15 {
  padding-bottom: 15px;
}
.pdd-y15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pdd-x15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pdd-30 {
  padding: 30px;
}
.pdd-t30 {
  padding-top: 30px;
}
.pdd-b30 {
  padding-bottom: 30px;
}
.pdd-y30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* --- */
.section-pdd-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-pdd-md {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-pdd-lg {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .section-pdd-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-pdd-md {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-pdd-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
} 
/* </> P A D D I N G -|- B O O T S T R A P
==================================================*/
#alertModal .modal-content {
  border: 0px;
  border-radius: 12px;
}
#alertModal .modal-body {
  padding: 30px 15px;
}
#alertModal .modal-body p {
  color: #676a6c;
  font-size: 18px;
  margin-top: 15px;
  text-transform: uppercase;
}
#alertModal .modal-body span {
  font-family: 'lora light';
}
#alertModal .modal-footer .btn-alert {
  color: #676a6c;
  border-radius: 12px;
  background-color: #f7f8fa;
  font-family: 'lora medium';
}
#alertModal .modal-footer .btn-alert:hover {
  color: #ffffff;
  background-color: #0d6efd;
}
#alertModal .alert-success,
#alertModal .alert-success b {
  color: #0d6efd;
}
#alertModal .alert-info,
#alertModal .alert-info b {
  color: #0d6efd;
}
#alertModal .alert-warning,
#alertModal .alert-warning b {
  color: #0d6efd;
}
#alertModal .alert-danger,
#alertModal .alert-danger b {
  color: #0d6efd;
}
/* 
==================================================*/
.table th {
  vertical-align: top;
}
.table td {
  padding: 7px 15px;
  vertical-align: middle;
}
.table {
  width: 100%;
}
.table thead tr th {
  color: #545965;
  font-size: 16px;
  text-transform: uppercase;
  border: 0px solid #f7f8fa;
  background-color: #e6e6ec;
  font-family: "plus jakarta sans semi bold";
}
.table tbody tr td {
  border: 0px;
  color: #343a40;
  font-size: 14px;
  background-color: #f7f8fa;
  font-family: "plus jakarta sans";
}
.table tbody tr.tr-gray-light td {
  background-color: #f7f8fa;
}
.table tbody tr.tr-gray-dark td {
  background-color: #eff1f5;
}
.table .icon {
  width: 30px;
  text-align: center;
}
.table .td-sm {
  width: 80px;
}
.table .td-md {
  width: 160px;
}
.table .td-collapse {
  padding: 0px;
}
.table .td-img {
  width: 130px;
}
.table th:first-child {
  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
}
.table th:last-child {
  border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
}
/* 
==================================================*/
.breadcrumb {
  margin: 0px;
}
.img-full {
  width: 100%;
}
.img-100 {
  width: 100px;
}
.form-control {
  height: 40px;
  color: #000000;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 10px;
  font-family: "lora";
  background-color: #ffffff;
  border: 1px solid #f1f2f3;
}
.form-control:focus {
  outline: 0;
  color: #000000;
  border-color: #ebebeb;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0);
}
.form-control.outline {
  color: #7A8A9E;
  background-color: transparent;
  border: 1px solid rgba(221, 221, 221, 0.1);
}
.form-group {
  margin-bottom: 15px;
}
.form-textarea {
  height: 300px;
}
.btn {
  border: 0px;
  height: 40px;
  font-size: 14px;
  padding: 9px 12px;
  border-radius: 10px;
  font-family: "lora bold";
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-block {
  width: 100%;
}
.btn-primary {
  color: #ffffff;
  background-color: #31bde9;
}
.btn-primary:hover {
  background-color: #56cdf0;
}
.btn-primary-outline {
  color: #31bde9;
  border-radius: 30px;
  border: 1px solid #31bde9;
}
.btn-primary-outline:hover {
  color: #56cdf0;
  border-radius: 30px;
  border: 1px solid #56cdf0;
}
.nav-collapse {
  border-bottom: 1px solid #eeeeee;
}
.navbar {
  height: 80px;
  padding: 15px 15px;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  box-shadow: rgba(33, 33, 40, 0.1) 0px 10px 20px 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar.navbar-scroll,
.navbar.nav-no-scroll  {
  height: 50px;
  padding: 5px 15px;
}
.navbar .navbar-logo {
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar.navbar-scroll .navbar-logo,
.navbar.nav-no-scroll .navbar-logo {
  height: 30px;
}
.navbar .navbar-nav .nav-link {
  color: #000000;
  font-size: 16px;
  font-family: "lora";
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding: 34px 15px 9px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .navbar-nav .nav-link:hover {
  color: #555555;
}
.navbar.navbar-scroll .navbar-nav .nav-link,
.navbar.nav-no-scroll .navbar-nav .nav-link {
  font-size: 14px;
  padding: 22px 15px 9px 15px;
}
.navbar-toggler {
  border: 0px;
  padding: 0px;
  margin-top: 10px;
}



.header {
  margin-top: 80px;
  padding-top: 60px;
}
.header .navbar-brand {
  color: #000000;
  font-size: 30px;
  font-family: "lora bold";
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.header-logo {
  width: 200px;
}
.clr-primary {
  color: #31bde9;
}
.w-100-per {
  width: 100%;
}
.br-10 {
  border-radius: 10px;
}
.br-15 {
  border-radius: 15px;
}
.b-1 {
  border: 1px solid #eeeeee;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.bi-xl {
  font-size: 30px;
}
.card {
  border: 0px;
  min-height: 100%;
  border-radius: 10px;
  padding: 0px 0px 0px 0px;
}
.card.card-article {
  padding: 0px 15px 0px 15px;
}
.card.card-article-detail {
  padding: 15px 15px 0px 15px;
}
.card-img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.card-img-hide {
  height: 0px;
}
.card-img-xs {
  width: 100%;
  height: 85px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.card-img-sm {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.card-img-lg {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.card-body {
  padding: 15px 15px
}
@media (min-width: 518px) {
  .card-body {
    padding: 15px 15px
  } 
}
@media (min-width: 768px) {
  .card-body {
    padding: 15px 15px
  } 
} 
@media (min-width: 992px) {
  .card-body {
    padding: 15px 15px
  } 
} 
.card-body-xs {
  padding: 15px 15px;
} 
.card-body-sm {
  padding: 30px 15px;
}
.card-title,
.card-title-xs {
  color: #000000;
  margin-bottom: 15px;
  font-family: "lora bold";
  text-transform: capitalize;
}
.card-title-xs {
  font-size: 15px;
  margin-bottom: 10px;
}
.card-text {
  color: #858899;
  font-size: 14px;
  text-align: justify;
  font-family: "open sans";
}
.card-text span {
  color: #31bde9;
} 
.card-text-0 {
  font-size: 0px;
}
.card-author {
  font-size: 14px;
  margin-bottom: 0px;
  font-family: "open sans bold";
}
.card-date {
  color: #000000;
  font-size: 14px;
  font-family: "lora";
}
.card-calc-div {
  width: 100%;
  padding: 10px;
  display: flex;
  border-radius: 10px;
  align-items: flex-start;
}
.card-calc-smaller {
  text-align: right;
  width: 100px;
}
.card-calc-higher {
  padding: 8px;
  text-align: left;
  width: calc(100% - 100px);
}
.breadcrumb-city .breadcrumb-item {
  font-size: 14px;
}

.footer {
  background-color: #FFFFFF;
  text-transform: uppercase;
  border-top: 1px solid #eeeeee;
}
.a-primary {
  color: #858899;
}
.a-primary:hover {
  color: #31bde9;
}

.card-list {
  height: 100%;
  border: 1px solid #eeeeee;
}

.title {
  font-size: 18px;
  margin-bottom: 15px;
}
.text {
  color: #858899;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  font-family: "open sans";
}
.title-category {
  font-size: 12px;
}
.nav-link {
  color: #31bde9;
}
.nav-link:hover {
  color: #56cdf0;
}
.nav-category {
  margin: 0px;
}
.flex-column {
  flex-direction: row !important;
}
.nav-category > .nav-item > .nav-link {
  color: #31bde9;
  padding: 0px 10px 10px 10px;
}
.nav-category > .nav-item > .nav-link .title-category {
  font-size: 15px;
}
.nav-system {
  margin: 0px;
}
.nav-system  > .nav-item > .nav-link {
  color: #31bde9;
  font-size: 20px;
  padding: 0px 10px 0px 10px;
}

@media (min-width: 768px) {
  .flex-column {
    flex-direction: column !important;
  }
  .nav-category > .nav-item > .nav-link {
    color: #31bde9;
    padding: 0px 0px 0px 0px;
  }
}
@media (min-width: 992px) {
  .nav-category > .nav-item > .nav-link {
    color: #31bde9;
    padding: 0px 0px 2px 0px;
  }
} 
.contact-img {
  width: 100%;
  height: 500px;
  min-height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.img-preview {
  width: 100%;
  height: auto;
  border-radius: 10px;
}


.img-profile {
  width: 200px;
  min-height: 200px;
  height: 100%;
  float: right;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

.carousel {
  border-radius: 10px;
}
.carousel-item-img {
  width: 100%;
  height: 500px;
  min-height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.carousel-control {
  top: 30px;
  right: 30px;
  display: flex;
  position: absolute;
}
.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
  width: 40px;
  height: 40px;
  bottom: auto;
  color: #000000;
  font-size: 20px;
  position: relative;
  background-color: #FFFFFF;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #31bde9;
  background-color: #F5F5FA;
}
.carousel-control-prev {
  left: auto;
  border-radius: 10px 0px 0px 10px;
}
.carousel-control-next {
  right: auto;
  border-radius: 0px 10px 10px 0px;
}
.carousel-caption {
  right: auto;
  left: 60px;
  width: 800px;
  bottom: 60px;
  color: #000000;
  text-align: left;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 30px 30px 30px 30px;
}

.carousel-tags a {
  color: #000000;
  font-size: 12px;
  font-family: "lora";
}
.carousel-tags a:hover {
  color: #31bde9;
}
.carousel-title a {
  color: #000000;
  margin-bottom: 15px;
  font-family: "lora bold";
  text-transform: capitalize;
}
.carousel-title a:hover {
  color: #31bde9;
}
.carousel-text {
  color: #858899;
  font-size: 14px;
  margin-bottom: 0px;
  text-align: justify;
  font-family: "open sans";
}


.cover-img {
  width: 100%;
  height: 500px;
  min-height: 100%;
  position: relative;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.cover-img-caption {
  right: auto;
  left: 30px;
  width: 800px;
  bottom: 30px;
  color: #000000;
  text-align: left;
  position: absolute;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 30px 30px 30px 30px;
}

.card-1 {
  background-position: center;
}
.card-2 {
  background-position: top;
}
.card-3 {
  background-position: bottom;
}
