/* K A E -|- F O N T
==================================================*/
@font-face {
  font-family: "manrope";
  src: url("../webfonts/manrope/Manrope-Regular.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-Bold.ttf");
}
@font-face {
  font-family: "outfit";
  src: url("../webfonts/outfit/Outfit-Regular.ttf");
}
@font-face {
  font-family: "outfit extra bold";
  src: url("../webfonts/outfit/Outfit-ExtraBold.ttf");
}
/* </> F O N T -|- G E N E R A L 
==================================================*/
@media (min-width: 1420px) {
  .container {
    max-width: 1390px;
  }
}
body {
  color: #212529;
  font-size: 16px;
  font-family: "manrope";
}
b {
  font-family: "manrope bold";
}
a {
  color: #858899;
  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);
}
select {
  border-radius: 2px;
  -webkit-appearance: none;
}
header,
section {
  overflow: hidden;
}
p {
  font-size: 14px;
}
h6 {
  font-size: 18px;
}
h5 {
  font-size: 22px;
}
h4 {
  font-size: 28px;
}
h3 {
  font-size: 32px;
}
h2 {
  font-size: 38px;
}
h1 {
  font-size: 42px;
}
@media (min-width: 576px) {
  p {
    font-size: 16px;
  }
  h6 {
    font-size: 20px;
  }
  h5 {
    font-size: 25px;
  }
  h4 {
    font-size: 30px;
  }
  h3 {
    font-size: 35px;
  }
  h2 {
    font-size: 40px;
  }
  h1 {
    font-size: 45px;
  }
}
/* </> G E N E R A L -|- A N I M A T I O N
==================================================*/
.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%;
}
/* </> A N I M A T I O N -|- B A C K G R O U N D
==================================================*/
.bg-gradient {
  color: #ffffff;
  background: #123157;
  background: linear-gradient(90deg,rgba(0, 71, 155, 1) 0%, rgba(10, 25, 47, 1) 100%);
}
.bg-color-1 {
  color: #ffffff;
  background-color: #00479b!important;
}
.bg-color-2 {
  color: #ffffff;
  background-color: #f59e0b!important;
}
.bg-color-3 {
  color: #ffffff;
  background-color: #0db5d1!important;
}
.bg-primary {
  color: #ffffff;
  background-color: #0d6efd!important;
}
.bg-white {
  color: #000000;
  background-color: #ffffff;
}
.bg-light {
  color: #0a192f;
  background-color: #f2f6fc!important;
}
.bg-light-2 {
  color: #0a192f;
  background-color: #ced5e0!important;
}
.bg-dark {
  color: #ffffff;
  background-color: #020915!important;
}
.bg-dark-2 {
  color: #ffffff;
  background-color: #05162d!important;
}
.bg-wallpaper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.bg-mask {
  color: #ffffff;
  background-color: rgba(18, 23, 29, 0.5);
}
/* </> B A C K G R O U N D -|- P A D D I N G
==================================================*/
.mrg-0 {
  margin: 0px;
}
.mrg-b15 {
  margin-bottom: 15px;
}
.mrg-b30 {
  margin-bottom: 30px;
}
.mrg-b45 {
  margin-bottom: 45px;
}
.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;
}
.section-pdd-b-lg {
  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;
  }
  .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: 8px;
}
#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: 8px;
  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;
}
/* 
==================================================*/
.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: "manrope";
}
.table tbody tr td {
  border: 0px;
  color: #343a40;
  font-size: 14px;
  background-color: #f7f8fa;
  font-family: 'manrope light';
}
.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: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}
.table th:last-child {
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
}
.img-full {
  width: 100%;
}
.img-100 {
  width: 100px;
}
.breadcrumb {
  padding: 15px 0px;
  margin-bottom: 0px;
  background-color: transparent;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  height: 55px;
  color: #000000;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 8px;
  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: 45px;
  color: #7A8A9E;
  background-color: transparent;
  border: 1px solid rgba(221, 221, 221, 0.1);
}
.form-control-dark {
  color: #FFFFFF;
  border-color: #05162d;
  background-color: #05162d;
}
.form-control-dark::placeholder {
  color: #b1b0bc;
}
.btn {
  height: 55px;
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 8px;
  font-family: "manrope";
  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;
  border-color: #4971f4;
  background-color: #4971f4;
}
.btn-primary:hover {
  border-color: #4167e5;
  background-color: #4167e5;
}
.btn-secondary {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: transparent;
}
.btn-secondary:hover {
  border-color: #2a5ece;
  background-color: #FFFFFF14;
}
.btn-teceary {
  color: #FFFFFF;
  border-color: #2a5ece;
  background-color: #2a5ece;
}
.btn-teceary:hover {
  border-color: #2a5ece;
  background-color: #2a5ece;
}

.btn-color-1 {
  color: #FFFFFF;
  border-color: #00479b;
  background-color: #00479b;
}
.btn-color-1:hover {
  border-color: #00479b;
  background-color: #00479b;
}
.btn-color-2 {
  color: #FFFFFF;
  border-color: #f59e0b;
  background-color: #f59e0b;
}
.btn-color-2:hover {
  border-color: #f59e0b;
  background-color: #f59e0b;
}
.btn-color-3 {
  color: #FFFFFF;
  border-color: #0db5d1;
  background-color: #0db5d1;
}
.btn-color-3:hover {
  border-color: #0db5d1;
  background-color: #0db5d1;
}

.w-200-px {
  width: 200px;
}
.w-150-px {
  width: 150px;
}
.w-100-px {
  width: 100px;
}
.w-80-px {
  width: 80px;
}
.w-60-px {
  width: 60px;
} 
.w-100-per {
  width: 100%;
}
.ff-14 {
  font-size: 14px;
}
.i-lg {
  font-size: 30px;
}
.clr-light {
  color: #48617f;
}
.clr-white {
  color: #FFFFFF;
}
.clr-primary {
  color: #295dcf;
}
.clr-secondary {
  color: #2a5ece;
}
.text-right {
  text-align: right;
}
.brd-8-px {
  border-radius: 8px;
}

.title {
  margin-bottom: 15px;
  font-family: "outfit";
  text-transform: capitalize;
}
.title.ff-s {
  font-family: "outfit extra bold";
}
.title-w {
  color: #FFFFFF;
}
.title-1 {
  color: #00479b;
}
.title-2 {
  color: #f59e0b;
}
.title-3 {
  color: #0db5d1;
}
.title.mrg-b0 {
  margin-bottom: 0px;
}

.sub-title {
  margin-bottom: 15px;
  font-family: "manrope";
  text-transform: capitalize;
}
.title-text {
  color: #ced5e0;
  margin-bottom: 15px;
  font-family: "manrope light";
}
.text {
  color: #8f9aaa;
  margin-bottom: 15px;
  font-family: "manrope light";
}
.text.mrg-b0 {
  margin-bottom: 0px;
}



.text-primary {
  color: #2a5ece;
  margin-bottom: 15px;
  font-family: "manrope light";
}
.text.mrg-b0 {
  margin-bottom: 0px;
}
.text.mrg-b30 {
  margin-bottom: 30px;
}
.text.mrg-b45,
.title-text.mrg-b45 {
  margin-bottom: 45px;
}
.text-justify {
  text-align: justify;
}
.text-lg {
  font-size: 16px;
}
.title-lg {
  font-size: 38px;
}
@media (min-width: 518px) {
  .title-lg {
    font-size: 40px;
  }
  .text-lg {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .title-lg {
    font-size: 80px;
  }
  .text-lg {
    font-size: 20px;
  }
}

.header {
  color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.header .header-mask {
  background: #00479b;
  background: linear-gradient(180deg,rgba(7, 4, 75, 0.7) 0%, rgba(2, 9, 21, 1) 100%);
}
.header .header-mask-1 {
  background: #00479b;
  background: linear-gradient(0deg,rgba(10, 25, 47, 1) 0%, rgba(0, 71, 155, 0.7) 100%);
}
.section .header-mask-1 {
  background: #00479b;
  background: linear-gradient(90deg,rgba(0, 71, 155, 0.8) 0%, rgba(0, 71, 155, 0.8) 100%);
}
.header .header-mask-2 {
  background: #f59e0b;
  background: linear-gradient(0deg,rgba(10, 25, 47, 1) 0%, rgba(245, 158, 11, 0.7) 100%);
}
.section .header-mask-2 {
  background: #f59e0b;
  background: linear-gradient(90deg,rgba(245, 158, 11, 0.8) 0%, rgba(245, 158, 11, 0.8) 100%);
}
.header .header-mask-3 {
  background: #0db5d1;
  background: linear-gradient(0deg,rgba(10, 25, 47, 1) 0%, rgba(13, 181, 209, 0.7) 100%);
}
.section .header-mask-3 {
  background: #0db5d1;
  background: linear-gradient(90deg,rgba(13, 181, 209, 0.8) 0%, rgba(13, 181, 209, 0.8) 100%);
}
.header-pdd {
  padding-top: 160px;
  padding-bottom: 90px;
}
.min-header-pdd {
  padding-top: 150px;
  padding-bottom: 50px;
}
@media (min-width: 518px) {
  .header-pdd {
    padding-top: calc(50vh - 275px);
    padding-bottom: calc(50vh - 240px);
  }
}



.navbar,
.navbar.navbar-system {
  height: auto!important;
  background-color: #000916;
  padding: 20px 15px 20px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar.navbar-scroll {
  padding: 10px 15px 10px 15px;
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    margin: 0px;
    padding: 0px;
    height: 60px;
  }
  .navbar.sub-navbar {
    padding: 60px 15px 0px 15px;
    background-color: transparent;
  }
}
.navbar .navbar-brand {
  height: 60px;
  padding: 0px;
  color: #FFFFFF;
  font-family: "outfit extra bold";
}
.navbar .navbar-brand .navbar-brand-img {
  height: 60px;
  margin-right: 10px;
}
.navbar .navbar-nav-div {
  padding: 5px 15px;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar.sub-navbar .navbar-nav-div {
  padding: 5px 15px;
  border-radius: 8px;
  backdrop-filter: blur(45px);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar.navbar-scroll .navbar-nav-div {
  background-color: rgba(206, 213, 224, 0.6);
}
.navbar.sub-navbar.navbar-scroll .navbar-nav-div {
  background-color: rgba(206, 213, 224, 0.6);
}
@media (min-width: 768px) {
  .navbar .navbar-nav-div {
    background-color: #888888;
  }
  .navbar.sub-navbar .navbar-nav-div {
    background-color: rgba(10, 25, 47, 0.6);
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 15px 8px 15px;
  font-family: "manrope light";
  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 .navbar-nav .nav-item .nav-link {
  color: #FFFFFF;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #2a5ece;
}
.navbar .navbar-nav .nav-item .nav-link.nav-network {
  font-size: 20px;
  padding-right: 0px;
}
.navbar .navbar-toggler {
  border: 0px;
  padding: 0px;
  color: #FFFFFF;
  font-size: 30px;
}
.navbar .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.tag, .tag-1, .tag-2, .tag-3 {
  color: #FFFFFF;
  font-size: 10px;
  padding: 16px 20px;
  position: relative;
  border-radius: 8px;
  letter-spacing: 5px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #4971f4;
  font-family: "manrope";
}
.tag h2, .tag-1 h2, .tag-2 h2, .tag-3 h2 {
  font-size: 14px;
  margin-bottom: 0px;
}
.tag-1 {
  color: #FFFFFF;
  background-color: #00479b;
}
.tag-2 {
  color: #FFFFFF;
  background-color: #f59e0b;
}
.tag-3 {
  color: #FFFFFF;
  background-color: #0db5d1;
}




.div-img-sm {
  width: 100%;
  height: 150px;
  min-height: 100%;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}
.div-img-about {
  width: 100%;
  height: 300px;
  min-height: 100%;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}




.card {
  border-radius: 8px;
}
.card-service {
  min-height: 100%;
  border-color: #8f9aaa;
  background-color: #ced5e0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-service:hover {
  border-color: #2c2d4d;
}
.card-service-1 {
  min-height: 100%;
  border-color: #00479b;
  background-color: #05162d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-service-2 {
  min-height: 100%;
  border-color: #f59e0b;
  background-color: #05162d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-service-3 {
  min-height: 100%;
  border-color: #0db5d1;
  background-color: #05162d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}



.card-text-icon {
  width: 100%;
  display: flex;
  color: #211e49;
  align-items: flex-end;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-text-icon .card-text {
  height: auto;
  width: calc(100% - 60px);
}
.card-text-icon .card-text.card-text-left {
  padding-right: 30px;
}
.card-text-icon .card-text.card-text-right {
  padding-left: 30px;
}
.card-text-icon .card-icon {
  width: 60px;
}


.card-text-icon-sm {
  width: 100%;
  display: flex;
  color: #211e49;
  align-items: flex-end;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.card-text-icon-sm .card-text {
  height: auto;
  width: calc(100% - 40px);
}
.card-text-icon-sm .card-text.card-text-left {
  padding-right: 15px;
}
.card-text-icon-sm .card-text.card-text-right {
  padding-left: 15px;
}
.card-text-icon-sm .card-icon {
  width: 40px;
}
.card-icon-fill {
  padding: 10px;
  border-radius: 8px;
  background-color: #2a5ece;
}
.card-brand {
  border-color: #1d252e;
  background-color: #181f26;
}
.brand {
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.brand:hover {
  opacity: 1;
}
.card-blog {
  border-color: #1d252e;
  background-color: #181f26;
}
.card-blog h3 {
  font-size: 20px;
}
.card-blog .card-body {
  min-height: 270px;
  padding: 30px 30px;
}
.card-div-img {
  height: auto!important;
  position: relative;
}
.card-img {
  position: relative;
}
.card-div-img img {
  border-radius: 0px 0px 8px 8px;
}
.card-div-button {
  position: absolute;
}
.card-button {
  left: 30px;
  height: 55px;
  bottom: 90px;
  position: relative;
}

.iframe {
  border: 0px;
  width: 100%;
  min-height: 300px;
  height: 100%;
  border-radius: 8px;
}
.service-logo {
  width: 250px;
}