/* K A E -|- F O N T
==================================================*/
@font-face {
  font-family: "manrope";
  src: url("../webfonts/manrope/Manrope-Regular.ttf");
}
@font-face {
  font-family: "manrope medium";
  src: url("../webfonts/manrope/Manrope-Medium.ttf");
}
@font-face {
  font-family: "manrope light";
  src: url("../webfonts/manrope/Manrope-Light.ttf");
}
@font-face {
  font-family: "manrope bold";
  src: url("../webfonts/manrope/Manrope-ExtraBold.ttf");
}
/* </> F O N T -|- G E N E R A L 
==================================================*/
body {
  color: #212529;
  font-size: 15px;
  font-family: "manrope";
}
b {
  font-family: "manrope 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: 20px;
  }
  h5 {
    font-size: 24px;
  }
  h4 {
    font-size: 28px;
  }
  h3 {
    font-size: 38px;
  }
  h2 {
    font-size: 40px;
  }
  h1 {
    font-size: 48px;
  }
}
/* </> 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: #f7f8fa!important;
}
.bg-dark {
  color: #ffffff;
  background-color: #16171C!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-r15 {
  margin-right: 15px;
}
.mrg-b30 {
  margin-bottom: 30px;
}
.mrg-b-30 {
  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;
}
/* --- */
.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: 'manrope light';
}
#alertModal .modal-footer .btn-alert {
  color: #676a6c;
  border-radius: 12px;
  background-color: #f7f8fa;
  font-family: 'manrope 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;
}
/* 
==================================================*/
header,
section {
  overflow: hidden;
}
hr {
  opacity: 1;
  border-top: 1px solid #f1f2f3;
}
.relative {
  position: relative;
}
.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);
}
.h-100 {
  height: 100%;
}


.img-full {
  width: 100%;
}
.img-100 {
  width: 100px;
}
.breadcrumb {
  padding: 15px 0px;
  background-color: transparent;
}
.clr-primary {
  color: #2173FF;
}
.clr-white {
  color: #FFFFFF;
}
.clr-black {
  color: #000000;
}
.form-group {
  margin-bottom: 15px;
}

.form-control {
  height: 55px;
  color: #000000;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 10px;
  font-family: "manrope";
  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: 55px;
  color: #7A8A9E;
  background-color: transparent;
  border: 1px solid rgba(221, 221, 221, 0.1);
}
.form-control-textarea {
  height: 110px;
}
.btn {
  border: 0px;
  height: 55px;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: "manrope 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: #0d6efd;
  background-color: #0d6efd;
}
.btn-primary:hover {
  background-color: #0b65e9;
}
.btn-block {
  width: 100%;
} 

.navbar {
  padding: 25px 25px;
  background-color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .navbar {
    background-color: transparent;
  }
}
.navbar.navbar-scroll,
.navbar.nav-no-scroll  {
  padding: 5px 5px;
  background-color: #000000;
}
.navbar .navbar-brand {
  height: 40px;
  padding: 9px 0px 9px 0px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "manrope bold";
}
.navbar .navbar-brand span {
  color: #2173FF;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 9px 0px 9px 15px;
}
.navbar .navbar-nav .nav-item .nav-link .nav-div,
.navbar .navbar-nav .nav-item .nav-link .nav-div-btn {
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding: 9px 15px 9px 15px;
  font-family: "manrope medium";
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar .navbar-nav .nav-item .nav-link .nav-div-btn {
  background-color: #2173FF;
}
.navbar .navbar-nav .nav-item .nav-link:hover .nav-div {
  color: #ffffff;
  background-color: #2173FF;
}
.header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.header .header-mask {
  background-color: rgba(0, 0, 0, 0.6);
}
.header-pdd {
  padding-top: 190px;
  padding-bottom: 150px;
}
.header-pdd-sm {
  padding-top: 140px;
  padding-bottom: 100px;
}
.header .sub-title {
  color: #ffffff;
  font-size: 10px;
}
.header .title {
  color: #ffffff;
  font-size: 38px;
  margin-bottom: 30px;
  font-family: "manrope bold";
}
.header .text {
  color: #ffffff;
  font-size: 19px;
}
.header-tag {
  width: auto;
  margin-bottom: 15px;
  display: inline-block;
  background-color: #FFFFFF17;
  padding: 10px 15px 10px 15px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF1C;
  border-radius: 25px 25px 25px 25px;
}
.header-tag .sub-title {
  margin-bottom: 0px;
}
@media (min-width: 518px) {
  .header-pdd {
    padding-top: calc(50vh - 340px);
    padding-bottom: calc(50vh - 300px);
  }
  .header-pdd-sm {
    padding-top: 190px;
    padding-bottom: 100px;
  }
  .header .title {
    color: #ffffff;
    font-size: 84px;
    margin-bottom: 30px;
  }
  .header .sub-title {
    color: #ffffff;
    font-size: 12px;
  }
}



.line-l {
  padding-left: 10px;
  border-left: 2px solid #2173FF;
}
.sub-title {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "manrope bold";
}
.title {
  text-transform: capitalize;
  font-family: "manrope bold";
}
.text {
  color: #4A4F5C;
  font-size: 19px;
  font-family: "manrope light";
}
.brd-15 {
  border-radius: 15px;
}
.nav-list .nav-item .nav-link {
  font-size: 19px;
}
.cube {
  width: 80px;
  height: 80px;
  color: #ffffff;
  font-size: 39px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 30px;
  display: inline-block;
  background-color: #2173FF;
  padding: 12px 0px 12px 0px;
}
.card {
  border-radius: 15px;
  border: 1px solid #f1f2f3;
}
.card-body {
  padding: 30px 30px 30px 30px;
}
.card-contact {
  padding: 30px 30px 30px 30px;
}
@media (min-width: 518px) {
  .card-contact {
    padding: 60px 60px 60px 60px;
  }
}
.div-img {
  width: 100%;
  min-height: 300px;
  height: 100%!important;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.navbar-toggler {
  border: 0px;
  color: #FFFFFF;
  padding: 0px 0px;
}
.navbar-toggler:focus {
  background-color: transparent;
}