/* K A E -|- F O N T
==================================================*/
@font-face {
  font-family: "montserrat";
  src: url("../webfonts/montserrat/Montserrat-Regular.otf");
}
@font-face {
  font-family: "montserrat medium";
  src: url("../webfonts/montserrat/Montserrat-Medium.otf");
}
@font-face {
  font-family: "montserrat light";
  src: url("../webfonts/montserrat/Montserrat-Light.otf");
}
@font-face {
  font-family: "montserrat bold";
  src: url("../webfonts/montserrat/Montserrat-SemiBold.otf");
}
/* </> F O N T -|- G E N E R A L 
==================================================*/
body {
  color: #061835;
  font-size: 14px;
  font-family: "montserrat";
}
b {
  font-family: "montserrat bold";
}
a {
  color: #858899;
  cursor: pointer;
  -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);
}
select {
  border-radius: 2px;
  -webkit-appearance: none;
}
h6 {
  font-size: 15px;
}
h5 {
  font-size: 18px;
}
h4 {
  font-size: 20px;
}
h3 {
  font-size: 24px;
}
h2 {
  font-size: 28px;
}
h1 {
  font-size: 36px;
}
@media (min-width: 576px) {
  h6 {
    font-size: 16px;
  }
  h5 {
    font-size: 20px;
  }
  h4 {
    font-size: 24px;
  }
  h3 {
    font-size: 28px;
  }
  h2 {
    font-size: 32px;
  }
  h1 {
    font-size: 40px;
  }
}
/* </> 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-secondary {
  color: #ffffff;
  background-color: #079b43!important;
}
.bg-white {
  color: #061835;
  background-color: #ffffff;
}
.bg-light {
  color: #061835;
  background-color: #f4f7f9!important;
}
.bg-dark {
  color: #ffffff;
  background-color: #000000!important;
}
.bg-wallpaper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.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-t30 {
  margin-top: 30px;
}
.mrg-b30 {
  margin-bottom: 30px;
}
.pdd-0 {
  padding: 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;
}

.pdd-sm-y30 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 518px) {
  .pdd-sm-y30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.pdd-y60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* --- */
.section-pdd-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-pdd-t-sm {
  padding-top: 30px;
}
.section-pdd-b-sm {
  padding-bottom: 30px;
}
.section-pdd-md {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-pdd-lg {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-pdd-b-lg {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .section-pdd-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-pdd-t-sm {
    padding-top: 60px;
  }
  .section-pdd-b-sm {
    padding-bottom: 60px;
  }
  .section-pdd-md {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section-pdd-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-pdd-b-lg {
    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: 'montserrat light';
}
#alertModal .modal-footer .btn-alert {
  color: #676a6c;
  border-radius: 12px;
  background-color: #f7f8fa;
  font-family: 'montserrat 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.table {
  width: 100%;
}
table.table thead tr th {
  font-family: "helvetica";
  background-color: #f7f8fa;
  border: 1px solid #ebebeb;
  padding: 10px 10px;
}
table.table tbody tr td {
  font-size: 14px;
  border: 1px solid #ebebeb;
  padding: 10px 10px;
  font-family: "helvetica";
}
table.table thead tr th.icon {
  width: 60px;
}
/* 
==================================================*/
.img-full {
  width: 100%;
}
.img-100 {
  width: 100px;
}
.breadcrumb {
  padding: 15px 0px;
  background-color: transparent;
}
.form-control {
  height: 45px;
  color: #000000;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 6px;
  font-family: "montserrat";
  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 {
  height: 45px;
  color: #7A8A9E;
  background-color: transparent;
  border: 1px solid rgba(221, 221, 221, 0.1);
}
.btn {
  border: 0px;
  height: 45px;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 6px;
  font-family: "montserrat bold";
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary {
  color: #ffffff;
  border-color: #3999be;
  background-color: #3999be;
}
.btn-primary:hover {
  background-color: #3999be;
}

.btn-service {
  border: 0px;
  padding: 10px 10px;
  border-radius: 6px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  width: auto!important;
  background-color: #f7f7f7;
}
.btn-service img {
  width: 30px;
}

.navbar {
  padding: 15px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar.navbar-scroll {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar .navbar-brand {
  height: 40px;
}

.navbar .navbar-toggler {
  border: 0px;
  color: #061835;
}
.navbar .navbar-toggler:hover {
  color: #3999be;
}
.navbar .navbar-toggler:focus {
  border: 0px;
  color: #061835;
  box-shadow:0 0 0 rgba(0,0,0,0);
}
.navbar .navbar-collapse {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    padding-top: 5px;
  }
}

.navbar.navbar-system {
  margin-top: 0px;
  background-color: #000000;
}
.navbar.navbar-system .navbar-nav .nav-link {
  color: #ffffff;
}

.mrg-b15 {
  margin-bottom: 15px;
}
.mrg-r30 {
  margin-right: 30px;
}
.pdd-b150 {
  padding-bottom: 150px;
}
.pdd-t60 {
  padding-top: 60px;
}
.clr-primary {
  color: #3999be;
}
.clr-secondary {
  color: #079b43;
}
.clr-white {
  color: #ffffff;
}
a.clr-white {
  color: #ffffff;
}
.bg-primary {
  background-color: #3999be!important;
}
.bg-primary-dark {
  background-color: #20799c!important;
}
.btn-lg {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navtop {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eee;
}
.nav-navtop-star .nav-link {
  color: #061835;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 15px 15px 15px 0px;
  font-family: "montserrat medium";
}

.nav-navtop-end .nav-link {
  color: #4e5b6f;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 12px 0px 12px 15px;
  font-family: "montserrat medium";
}
.navbar {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  webkit-box-shadow: 0 8px 13px -10px rgba(0, 0, 0, .03);
  -moz-box-shadow: 0 8px 13px -10px rgba(0, 0, 0, .03);
  box-shadow: 0 8px 13px -10px rgba(0, 0, 0, .03);
}
.navbar-brand-img {
  height: 50px;
  margin-top: -10px;
}
.navbar .navbar-nav .nav-link {
  color: #061835;
  font-size: 16px;
  font-family: "montserrat bold";
}
.btn-navbar {
  color: #ffffff;
  border-radius: 6px;
  border: 1px solid #3999be;
  background-color: #3999be;
  font-family: "montserrat bold";
}
.btn-navbar:hover {
  color: #ffffff;
  border: 1px solid #6c757d;
  background-color: #6c757d;
}
.header {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.header-mask {
  background: rgb(32,121,156);
  background: linear-gradient(90deg, rgba(32,121,156,1) 0%, rgba(32,121,156,0) 100%);
}
.header-pdd {
  padding-top: 355px;
  padding-bottom: 300px;
}
.header .title {
  color: #ffffff;
  font-size: 55px;
  font-family: "montserrat";
}
.header .text {
  color: #ffffff;
  font-size: 16px;
  font-family: "montserrat";
}
.header-wave {
  width: 100%;
  height: 150px;
  position: relative;
  margin-top: -145px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

.header, .carousel {
  position: relative;
}
.carousel-inner {
  position: absolute;
  height: 800px;
}
.carousel-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.carousel-text {
  width: 100%;
  height: auto;
  height: 850px;
  color: #ffffff;
  position: relative;
  padding-top: 350px;
}


.navbar .dropdown-menu {
  margin-top: 0px;
  border-radius: 6px;
  padding: 15px 15px;
  border-color: #eeeeee;
}
.dropdown-divider {
  border-color: #eeeeee;
}
.navbar .dropdown-menu .nav-link {
  font-size: 14px;
  background-color: transparent;
  font-family: "montserrat medium";
}
.navbar .dropdown-menu .nav-link:hover {
  border-radius: 6px;
  background-color: #f4f7f9;
}
@media (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.sub-title {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "montserrat";
}
.title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "montserrat light";
}
.title.mrg-0 {
  margin: 0px;
}
.text {
  font-size: 16px;
}
.link a {
  color: #3999be;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}
.link.clr-white a {
  color: #ffffff;
}
.img-about {
  width: 100%;
  min-height: 300px;
  height: 100%;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.section-mask {
  background-color: rgba(32, 121, 156, 0.9);
}
.text-justify {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.circle-icon {
  width: 100px;
  height: 100px;
  padding: 20px;
  border-radius: 50%;
  margin-bottom: 30px;
  margin-top: 15px;
  background-color: #079b43;
}
.img-full {
  width: 100%;
}
.img-80 {
  width: 80px;
}
.img-120 {
  width: 120px;
}

.footer .img-80 {
  width: 60px;
}
.footer .img-120 {
  width: 90px;
}
.footer .img-full {
    width: 100px;
  }
.footer .btn {
  width: 130px;
  margin-bottom: 15px;
}
@media (min-width: 518px) {
  .footer .img-full {
    width: 100%;
  }
  .footer .img-80 {
    width: 80px;
  }
  .footer .img-120 {
    width: 120px;
  }
  .footer .btn {
    width: auto;
    margin-bottom: 0px;
  }
}

.h-100 {
  height: 100%;
}
.card {
  border-radius: 6px;
  border: 1px solid #eeeeee;
}
.card-body {
  padding: 25px;
}

.input-group {
  padding: 5px 5px;
  border-radius: 6px;
  background-color: #ffffff;
}
.input-group .form-control {
  border: 0px;
}
.btn-secondary {
  background-color: #079b43;
}
.btn-secondary.btn-md {
  padding: 10px 60px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.brg-t1 {
  border-top: 1px solid #3999be;
}
.fz-13 {
  font-size: 13px;
}
.fz-12 {
  font-size: 12px;
}
.sub-header .header-pdd {
  padding-top: 250px;
  padding-bottom: 150px;
}
.btn-block {
  width: 100%;
}
label {
  color: #3999be;
  margin-bottom: 5px;
  font-family: "montserrat bold";
}
label span {
  color: #079b43;
  font-style: italic;
}

.quote {
  margin-top: -30px;
  margin-left: 60px;
  color: #3999be;
  font-style: italic;
  font-family: "montserrat bold";
}
.opc-4 {
  opacity: 0.4;
}
.pdd-about {
  padding-top: 90px;
  padding-bottom: 90px;
}

.nav-service .nav-link {
  color: #061835;
  font-size: 16px;
  font-family: "montserrat";
}

.nav-service .nav-link.clr-white {
  color: #ffffff;
}
.nav-service .nav-link span {
  font-size: 12px;
}

.card-contact {
  color: #ffffff;
  background-color: #3999be;
}
.card-contact .card-body {
  padding: 20px 25px 20px 25px;
}

.fz-14 {
  font-size: 14px;
}
.img-knowledge {
  width: 100%;
  min-height: 200px;
  border-radius: 6px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.card-knowledge {
  color: #ffffff;
  background-color: #079b43;
}
.card-knowledge .card-body {
  padding: 20px 25px 20px 25px;
}

.video {
  width: 100%;
}
.btn-white {
  color: #3999be;
  background-color: #ffffff;
}
.btn-white:hover {
  color: #ffffff;
  background-color: #079b43;
}


.fadeTop {
  opacity: 0; 
  transform: translate(0, 10vh);
  transition: all 1s;
}
.fadeRight {
  opacity: 0;
  transform: translate(10vh, 0vh);
  transition: all 1s;
}
.fadeLeft {
  opacity: 0;
  transform: translate(-10vh, 0vh);
  transition: all 1s;
}
.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeDelay-1 {
  transition-delay: 1s;
}
.fadeDelay-2 {
  transition-delay: 2s;
}
.fadeDelay-3 {
  transition-delay: 3s;
}

section {
  overflow: hidden;
}