/* K A E -|- F O N T
==================================================*/
@font-face {
  font-family: "nunito sans";
  src: url("../webfonts/nunito_sans/NunitoSans-Regular.ttf");
}
@font-face {
  font-family: "nunito sans light";
  src: url("../webfonts/nunito_sans/NunitoSans-Light.ttf");
}
@font-face {
  font-family: "nunito sans bold";
  src: url("../webfonts/nunito_sans/NunitoSans-Bold.ttf");
}
@font-face {
  font-family: "nunito sans extra bold";
  src: url("../webfonts/nunito_sans/NunitoSans-ExtraBold.ttf");
}
@font-face {
  font-family: "nunito sans black";
  src: url("../webfonts/nunito_sans/NunitoSans-Black.ttf");
}
/* </> F O N T -|- G E N E R A L 
==================================================*/
/*@media (min-width: 1420px) {
  .container {
    max-width: 1390px;
  }
}*/
body {
  color: #161c2d;
  font-size: 16px;
  font-family: "nunito sans";
}
b {
  font-family: "nunito sans bold";
}
b.extra {
  font-family: "nunito sans extra bold";
}
b.black {
  font-family: "nunito sans black";
}
a {
  color: #0e64fb;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #0f54cd;
  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 {
  height: 45px !important;
  border-radius: 3px;
  -webkit-appearance: none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.5;
}
h6 {
  font-size: 16px;
}
h5 {
  font-size: 18px;
}
h4 {
  font-size: 20px;
}
h3 {
  font-size: 22px;
}
h2 {
  font-size: 24px;
}
h1 {
  font-size: 30px;
}
@media (min-width: 576px) {
  h6 {
    font-size: 18px;
  }
  h5 {
    font-size: 22px;
  }
  h4 {
    font-size: 26px;
  }
  h3 {
    font-size: 30px;
  }
  h2 {
    font-size: 34px;
  }
  h1 {
    font-size: 40px;
  }
}
/* </> G E N E R A L -|- B A C K G R O U N D
==================================================*/
.bg-blue {
  color: #ffffff;
  background-color: #0e64fb;
}
.bg-blue-light {
  color: #161c2d;
  background-color: #f8f9fc !important;
}
.bg-white {
  color: #161c2d;
  background-color: #ffffff;
}
.bg-light {
  color: #161c2d;
  background-color: #f7f8fa!important;
}
.bg-dark {
  color: #7a8aa7;
  background-color: #152542!important;
}
.bg-wallpaper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.mask {
  width: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  min-height: calc(100vh - 300px);
  background-color: rgba(11, 15, 41, 0.65);
}
/* </> B A C K G R O U N D -|- P A D D I N G
==================================================*/
.mrg-0 {
  margin: 0px;
}
.mrg-b0 {
  margin-bottom: 0px;
}
.pdd-0 {
  padding: 0px;
}
/* --- */
.mrg-b5 {
  margin-bottom: 5px;
}
.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;
}
/* --- */
.mrg-b10 {
  margin-bottom: 10px;
}
.pdd-y10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* --- */
.pdd-15 {
  padding: 15px;
}
.pdd-t15 {
  padding-top: 15px;
}
.pdd-b15 {
  padding-bottom: 15px;
}
.mrg-b15 {
  margin-bottom: 15px;
}
.pdd-y15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pdd-x15 {
  padding-left: 15px;
  padding-right: 15px;
}
/* --- */
.mrg-t30 {
  margin-top: 30px;
}
.mrg-b30 {
  margin-bottom: 30px;
}
.pdd-30 {
  padding: 30px;
}
.pdd-t30 {
  padding-top: 30px;
}
.pdd-b30 {
  padding-bottom: 30px;
}
.pdd-y30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* --- */
.pdd-t60 {
  padding-top: 60px;
}
/* --- */
.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
==================================================*/
table,
.table {
  width: 100%;
  margin-bottom: 0px;
  border: 1px solid #f8f9fa;
}
.table thead th {
  border: 0px;
  font-size: 14px;
  padding: 10px 10px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #f8f9fa;
  font-family: "gotham bold";
}
.table tbody tr td {
  font-size: 12px;
  padding: 10px 5px;
  border-bottom: 1px solid #f8f9fa;
}
.table tbody tr td.td-btn {
  padding: 5px 5px;
}
.table tbody tr td.td-input {
  width: 110px;
  padding: 5px 5px;
}
.table tbody tr td.td-xs {
  width: 30px;
}
.table tbody tr td.td-0 {
  padding: 0;
}
.table .form-control-table {
  border: 0px;
  width: 100px;
  height: 40px;
  padding: 12px 15px;
  background-color: transparent;
}
.table tbody tr td.td-control {
  width: 100px;
  padding: 0px;
  background-color: #e3e9f4;
}
.modal-content {
  border: 0px;
  border-radius: 0px;
}
.modal-icon i {
 font-size: 70px;
}
#alertModal {
  color: #676a6c;
}
#alertModal p {
  color: #676a6c;
  font-size: 18px;
  margin-top: 45px;
  margin-bottom: 30px;
}
#alertModal p b {
  text-transform: uppercase;
}
#alertModal span {
  font-family: 'nunito sans light';
}
#alertModal button {
  padding: 0px;
  color: #676a6c;
  font-size: 14px;
  font-family: 'nunito sans bold';
}
#alertModal .alert-success,
#alertModal .alert-success b {
  color: #99c61f;
}
#alertModal .alert-info,
#alertModal .alert-info b {
  color: #30bcda;
}
#alertModal .alert-warning,
#alertModal .alert-warning b {
  color: #ff7d13;
}
#alertModal .alert-danger,
#alertModal .alert-danger b {
  color: #f42a2f;
}
/* 
==================================================*/
.text {
  color: #8492a6;
}
.img-full {
  width: 100%;
}
.img-50 {
  width: 50px;
}
.img-100 {
  width: 100px;
}
.img-200 {
  width: 100px;
}
.ff-10 {
  font-size: 10px;
  line-height: .4;
}
.ff-12 {
  font-size: 12px;
}
.ff-14 {
  font-size: 14px;
}
.clr-white {
  color: #ffffff;
}
.clr-blue {
  color: #0e64fb;
}
.clr-dark {
  color: #161c2d;
}
a.clr-gray {
  color: #7a8aa7;
}
.brd-top {
  border-top: 1px solid #212f57;
}
.breadcrumb {
  padding: 15px 0px;
  background-color: transparent;
}
.form-control {
  height: 45px;
  color: #000000;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 3px;
  font-family: "nunito sans";
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.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: 3px;
  text-transform: uppercase;
  font-family: "nunito sans bold";
  border: 1px solid rgba(66, 89, 237, 0.1);
  box-shadow: 0 3px 5px 0 rgb(66 89 237 / 30%);
  -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: #0e64fb;
  background-color: #0e64fb;
}
.btn-primary:hover {
  background-color: #0e64fb;
}
.btn-white {
  color: #0e64fb;
  background-color: #ffffff;
}
.btn-white-outline {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.btn-link, .btn-link:focus  {
  height: auto!important;
  color: #0e3475;
  text-decoration: none;
  background-color: #e6e9f9;
}
.btn-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0e64fb;
}
/**/
.navbar {
  padding: 15px 15px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar.navbar-scroll {
  padding: 5px 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px rgb(52 58 64 / 15%);
  box-shadow: 0 0 3px rgb(52 58 64 / 15%);
}
.navbar .navbar-brand #logo {
  height: 40px;
  margin-top: 15px;
}
.navbar .navbar-brand #logo .cls-1 {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar.navbar-scroll .navbar-brand #logo .cls-1 {
  fill: #0e3475;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-nav a.nav-link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  padding: 15px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "nunito sans black";
}
.navbar-nav a.nav-link:hover {
  color: rgba(255, 255, 255, 1);
}
/*.navbar-nav .active a.nav-link {
  color: rgba(255, 255, 255, 1);
}*/
.navbar.navbar-scroll .navbar-nav a.nav-link {
  color: #0e64fb;
}
.navbar.navbar-scroll .navbar-nav a.nav-link:hover {
  color: #0f54cd;
}
/*.navbar.navbar-scroll .navbar-nav .active a.nav-link {
  color: #0e3475;
}*/
/**/
.widgets {
  right: 0px; 
  bottom: 0px;
  width: auto; 
  height: auto;
  z-index: 1100;
  position: fixed;
  margin-right: 15px;
  margin-bottom: 15px;
}
.widgets .nav-link {
  padding: 0px;
  display: block;    
}
.widgets .nav-link.nav-widgets {
  width: 50px;
  height: 50px;
  color: #ffffff;
  padding: 7px 9px;
  border-radius: 50%; 
  text-align: center;
  background-color: #6fe182;
  border: 1px solid #ffffff;
  box-shadow: 0 3px 5px 0 rgb(66 89 237 / 30%);
}
.widgets .nav-link.nav-widgets:hover {
  color: #ffffff;
  background-color: #0f54cd;
}
.div-widgets {
  right: 15px;
  bottom: 80px;
  width: 300px; 
  height: auto;
  display: none;
  z-index: 1100;
  position: fixed;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 20px 20px 5px 20px;
  box-shadow: 0 3px 5px 0 rgb(66 89 237 / 30%);
  border: 1px solid rgba(66, 89, 237, 0.1);
}
.div-widgets.show {
 display: block;
}
.div-widgets .nav .nav-link {
  padding: 0px 0px 15px 0px;
}
.widgets-minus {
  text-align: right;
}
.widgets-header {
  padding: 5px 0px 5px 0px;
}
/**/
.header {
  color: #ffffff;
  position: relative;
}
.pdd-navbar {
  padding-top: 104px;
}
/**/
.card {
  border: 0px;
  padding: 30px 30px;
  background-color: rgba(255,255,255,0.1);
}
.card-white {
  background-color: #ffffff;
}
.card-icon {
  width: 65px;
  height: 65px;
  color: #0e3475;
  padding-top: 15px;
  border-radius: 3px;
  background-color: rgba(66, 89, 237, 0.05);
}
.card-pdd {
  padding: 45px 45px;
}
.card-0 {
  padding: 0px;
}
.shadow {
  -webkit-box-shadow: 0 0 3px rgba(52,58,64,0.15) !important;
  box-shadow: 0 0 3px rgba(52,58,64,0.15) !important;
}
/**/
.cube-img {
  width: 100%;
  height: 400px;
  border-radius: 3px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.cube-img-text {
  width: 70%;
  bottom: 30px;
  height: 135px;
  padding: 15px 15px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}
.right {
  right: 15px;
}
.cube-text {
  width: 430px;
  height: auto;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
.carousel-img {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  min-height: calc(100vh - 300px);
}
.carousel-text {
  color: #ffffff;
  text-align: center;
  padding-top: 200px;
  padding-left: 30px;
  padding-right: 30px;
  text-shadow: 0px 20px 50px rgb(0 0 0 / 40%);
}
.carousel-text h6 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.line {
  bottom: -1px;
  position: absolute;
}
.carousel-indicators {
  bottom: 80px;
}
#carouselProcess .carousel-indicators {
  bottom: 0px;
  margin:  0px;
  position: relative;
}
#carouselProcess .carousel-indicators .circle {
  width: 60px;
  height: 60px;
  color: #0e3475;
  padding-top: 20px;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 30px;
  background-color: #e6e9f9 !important;
  box-shadow: 0 3px 5px 0 rgb(66 89 237 / 30%);
  border: 1px solid rgba(66, 89, 237, 0.1) !important;
}
#carouselProcess .carousel-indicators .active .circle {
  color: #ffffff;
  background-color: #0e64fb !important;
}
#carouselProcess .carousel-indicators .active {
  background-color: transparent;
}
/**/
.slidecontainer {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #acb7c6;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #0e64fb;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #4CAF50;
  cursor: pointer;
}
.div-img {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: inherit;

}