@import url("https://rsms.me/inter/inter.css");
section {
  background-size: cover; }

.bg {
  background-color: #f8f9fa; }

.bg-gray {
  background-color: #dee2e6; }

.bg-white {
  background-color: #fff; }

.bg-orange {
  background-color: #fd7e14; }

.bg-green {
  background-color: #28a745; }

.bg-blue {
  background-color: #007bff; }

.bg-red {
  background-color: #dc3545; }

.bg-gradient-blue {
  background: rgba(52, 58, 64, 0.4);
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 123, 255, 0.9)), to(rgba(52, 58, 64, 0.4)));
  background: linear-gradient(to bottom right, rgba(0, 123, 255, 0.9), rgba(52, 58, 64, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-gradient-green {
  background: rgba(52, 58, 64, 0.4);
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(40, 167, 69, 0.9)), to(rgba(52, 58, 64, 0.4)));
  background: linear-gradient(to bottom right, rgba(40, 167, 69, 0.9), rgba(52, 58, 64, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-gradient-orange {
  background: rgba(52, 58, 64, 0.4);
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(253, 126, 20, 0.9)), to(rgba(52, 58, 64, 0.4)));
  background: linear-gradient(to bottom right, rgba(253, 126, 20, 0.9), rgba(52, 58, 64, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-gradient-red {
  background: rgba(52, 58, 64, 0.4);
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(220, 53, 69, 0.9)), to(rgba(52, 58, 64, 0.4)));
  background: linear-gradient(to bottom right, rgba(220, 53, 69, 0.9), rgba(52, 58, 64, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-gradient-pink {
  background: rgba(52, 58, 64, 0.4);
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(232, 62, 140, 0.9)), to(rgba(52, 58, 64, 0.4)));
  background: linear-gradient(to bottom right, rgba(232, 62, 140, 0.9), rgba(52, 58, 64, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-pattern {
  background-image: url(../images/banners/bg-pattern.svg), linear-gradient(135deg, #0B3071, #ebc231);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: 0px 0px, 50% 50%; }

.bg-img {
  overflow: hidden;
  background-color: #ddd;
  background-image: linear-gradient(135deg, rgba(11, 48, 113, 0.8), rgba(235, 194, 49, 0.9)), url("../images/banners/bg-cpu.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto  cover; }

.overlay-gradient {
  position: relative; }
  .overlay-gradient:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    -webkit-transition: .5s;
    transition: .5s;
    background: aqua;
    /* For browsers that do not support gradients */
    background: -webkit-gradient(linear, left top, right bottom, from(#007bff), to(aqua));
    background: linear-gradient(to bottom right, #007bff, aqua);
    /* Standard syntax */ }
  .overlay-gradient:hover:before {
    opacity: .9; }

a:hover {
  text-decoration: none; }

.img-wrap {
  text-align: center;
  display: block; }
  .img-wrap img {
    max-width: 100%; }

.icon-wrap {
  text-align: center;
  display: inline-block; }

.price-wrap {
  letter-spacing: -0.7px; }

.content-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2rem 2.3rem; }

/* =================  DEFINED VARIABLES =================== */
.icon-xs, .icon-sm, .icon-md, .icon-lg {
  display: inline-block;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -o-object-fit: cover;
     object-fit: cover; }

.icon-xs {
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  font-size: 16px; }

.icon-sm {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  font-size: 20px; }

.icon-md {
  width: 72px;
  height: 72px;
  line-height: 72px !important;
  font-size: 28px; }

.icon-lg {
  width: 96px;
  height: 96px;
  line-height: 96px !important;
  font-size: 38px; }

.img-xs, .img-sm, .img-md, .img-lg {
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.img-xs {
  width: 48px;
  height: 48px; }

.img-sm {
  width: 80px;
  height: 80px; }

.img-md {
  width: 140px;
  height: 140px; }

.img-lg {
  width: 250px;
  height: 250px; }

.center-xy {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.center-y {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.center-x {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.vh-100 {
  height: 100vh; }

.overflow-h {
  overflow: hidden; }

.flip-h {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.opacity {
  opacity: .5; }

[class*="hover-"] {
  -webkit-transition: .5s;
  transition: .5s; }

.hover-bg:hover {
  background: #0B3071;
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, right bottom, from(#0B3071), to(#0B3071));
  background: linear-gradient(to bottom right, #0B3071, #0B3071);
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.hover-zoom:hover {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

/* ============== spacing ============== */
.padding-y {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-top {
  padding-top: 40px; }

.padding-bottom {
  padding-bottom: 40px; }

.padding-y-lg {
  padding-top: 80px;
  padding-bottom: 80px; }

.padding-top-lg {
  padding-top: 80px; }

.padding-bottom-lg {
  padding-bottom: 80px; }

.padding-y-sm {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-top-sm {
  padding-top: 20px; }

.padding-bottom-sm {
  padding-bottom: 20px; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

var {
  font-style: normal; }

figure {
  margin-bottom: 0; }

.form-noborder input, .form-noborder select, .form-noborder .btn {
  border: 0; }
.form-noborder select.form-control-lg:not([size]):not([multiple]) {
  height: 2.875rem; }

.text-lg {
  font-size: 18px; }

/* all clearfix */
article:after,
.form-group:after {
  display: block;
  clear: both;
  content: ""; }

/* -------------------- small grid gutter --------------------- */
.row-sm {
  margin-right: -7px;
  margin-left: -7px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row-sm > [class^="col"] {
  padding-left: 7px;
  padding-right: 7px; }

/* ==================== FONT ======================= */
html {
  font-family: 'Inter', sans-serif; }

a.title {
  color: #343a40; }

/* --------------------- titles ---------------------- */
.section-heading {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
  border-top: 50px solid #0d53a9; }

  .section-title {
    background: #497ebe;
    border-radius: 100px;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border: 10px solid #86a9d4; }

.title-text {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #343a40; }

.title-page {
  color: #343a40; }

.title-divider {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  line-height: 0.1em;
  margin: 30px 0; }

.title-divider span {
  background: #fff;
  padding: 0 10px; }

/* --------------------- text-styles ---------------------- */
.b {
  font-weight: 600; }

.white {
  color: #fff; }

.dark {
  color: #343a40; }

.black {
  color: #000; }

p:last-child {
  margin-bottom: 0; }

/* --------------------- rtl ---------------------- */
.rtl {
  direction: rtl; }

.ltr {
  direction: ltr; }

.btn-facebook {
  background-color: #405D9D;
  color: #fff; }
  .btn-facebook:hover {
    color: #fff; }

.btn-instagram {
  background-color: #E52D27;
  color: #fff; }
  .btn-instagram:hover {
    color: #fff; }

.btn-youtube {
  background-color: #C8046C;
  color: #fff; }
  .btn-youtube:hover {
    color: #fff; }

.btn-twitter {
  background-color: #42AEEC;
  color: #fff; }
  .btn-twitter:hover {
    color: #fff; }

.btn-google {
  background-color: #ff7575;
  color: #fff; }
  .btn-google:hover {
    color: #fff; }

.btn-icon {
  width: calc(1.5em + 0.75rem + 2px);
  text-align: center;
  padding-left: 0;
  padding-right: 0; }
  .btn-icon i {
    line-height: 1; }

.btn-light {
  background-color: #fff;
  border-color: #dee2e6; }
  .btn-light i {
    color: #adb5bd; }
  .btn-light:hover {
    background-color: #fff;
    border-color: #8796a4; }

.btn .text + i {
  margin-left: 10px; }
.btn i + .text {
  margin-left: 10px; }

.card .img-wrap {
  overflow: hidden; }

[aria-expanded='true'] .icon-control {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .2s;
  transition: .2s; }

.icon-control {
  opacity: .3;
  -webkit-transition: .2s;
  transition: .2s;
  margin-top: 5px;
  float: right;
  font-size: 80%; }

.icontext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle; }
  .icontext p {
    margin-bottom: 0; }
  .icontext .text {
    width: 100%;
    line-height: 1.5;
    color: #343a40; }
  .icontext .icon {
    position: relative;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .icontext .title {
    display: block;
    margin-bottom: 0; }

.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .itemside .info {
    padding-left: 15px; }
  .itemside p {
    margin-bottom: 0; }
  .itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #343a40; }
  .itemside a.title:hover {
    color: #0B3071; }

a.itemside {
  color: initial; }

.tag {
  display: inline-block;
  padding: 3px 7px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-top: 4px;
  margin-right: 2px;
  font-size: 85%; }

.item-logo {
  margin-bottom: 20px;
  text-align: center; }
  .item-logo img {
    max-height: 65px; }

.notify {
  position: absolute;
  top: -4px;
  right: -10px;
  display: inline-block;
  padding: .25em .6em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 3rem;
  color: #fff;
  background-color: #dc3545; }

.price {
  font-weight: 600;
  color: #343a40; }

.price-old {
  color: #6c757d;
  margin-left: 3px;
  font-size: 85%; }

.card-header .title {
  margin-bottom: 0;
  line-height: 1.5; }

.filter-group {
  border-bottom: 1px solid #dee2e6; }
  .filter-group .card-header {
    border-bottom: 0; }
  .filter-group:last-child {
    border-bottom: 0; }

/* ====================== block ==================== */
.box {
  padding: 20px;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #dee2e6; }
  .box img {
    max-width: 100%; }

/* ================= RATINGS ============== */
.label-rating {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle; }

/* rating-list */
.rating-stars {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  clear: both; }
  .rating-stars i {
    font-size: 14px;
    color: #ccc;
    display: inline; }
  .rating-stars li {
    display: block;
    text-overflow: clip;
    white-space: nowrap;
    z-index: 1; }
  .rating-stars li.stars-active {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .rating-stars li.stars-active i {
      color: orange; }

.form-inline input[type='number'] {
  max-width: 100px; }

.input-spinner {
  width: 120px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .input-spinner input.form-control {
    text-align: center;
    max-width: 46px;
    -ms-flex-preferred-size: 46px;
        flex-basis: 46px;
    border-color: #dee2e6;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .input-spinner .btn {
    width: 36px;
    text-align: center; }

.checkbox-btn {
  position: relative; }
  .checkbox-btn input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .checkbox-btn input:checked ~ .btn {
    border-color: #0B3071;
    background-color: #0B3071;
    color: #fff; }

.list-inline {
  margin-bottom: 0; }

.list-inline-item {
  vertical-align: middle; }

/* --------- description list --------*/
dl[class="row"] {
  margin-bottom: 0; }

[class*="dlist-"] {
  margin-bottom: 5px; }
  [class*="dlist-"] dd {
    margin-bottom: 0; }

.dlist-inline dt, .dlist-inline dd {
  display: inline-block; }

.dlist-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dlist-align dt {
    width: 120px;
    word-wrap: break-word;
    font-weight: normal; }
  .dlist-align dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

/* -------------------- list.row--------------------- */
ul.row, ul.row-sm {
  list-style: none;
  padding: 0; }

/* ================= lists ================= */
[class*="list-"] li:after {
  visibility: hidden;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  clear: both; }

.list-icon {
  list-style: none;
  padding-left: 0; }
  .list-icon li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 30px; }
  .list-icon .icon {
    width: 22px;
    margin-right: 15px;
    vertical-align: middle;
    text-align: center;
    color: #ebc231;
    position: absolute;
    top: 3px;
    left: 0; }
  .list-icon span {
    vertical-align: middle; }

.list-bullet {
  list-style: none;
  padding-left: 0; }

.list-bullet li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px; }

.list-bullet li::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  border-radius: 100%;
  height: 7px;
  background: #ebc231; }

.list-check {
  padding-left: 0;
  list-style: none; }
  .list-check > li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 7px; }
  .list-check > li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;
    color: #dc3545;
    position: absolute;
    top: 2px;
    left: 0;
    content: "\f00c"; }

.list-normal {
  list-style: none;
  padding-left: 0; }
  .list-normal li {
    padding-left: 1em;
    margin-bottom: 7px; }
  .list-normal li:before {
    content: "\2022";
    color: #0B3071;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.list-menu {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .list-menu li {
    margin-bottom: 5px; }
  .list-menu a {
    color: #212529; }
    .list-menu a:hover {
      color: #0B3071; }

.cols-two {
  -webkit-column-count: 2;
          column-count: 2; }

.cols-three {
  -webkit-column-count: 3;
          column-count: 3; }

.cols-four {
  -webkit-column-count: 4;
          column-count: 4; }

/* ================ OWL SLIDER BANNER ================ */
.slider-banner-owl .owl-nav .owl-prev, .slider-banner-owl .owl-nav .owl-next {
  padding: 16px 7px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute; }
.slider-banner-owl .owl-nav .owl-prev {
  left: 0; }
.slider-banner-owl .owl-nav .owl-next {
  right: 0; }
.slider-banner-owl .item-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.slider-banner-slick .slick-prev, .slider-banner-slick .slick-next {
  padding: 18px 7px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute; }
  .slider-banner-slick .slick-prev:before, .slider-banner-slick .slick-next:before {
    display: none; }
.slider-banner-slick .slick-prev {
  left: 0; }
.slider-banner-slick .slick-next {
  right: 0; }
.slider-banner-slick .item-slide img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

/* ================== header main ==================  */
.header-main {
  padding: 20px 0;
  background: #dbe8ff; }

.navbar-main .nav-link {
  font-weight: 600;
  color: #fff;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px; }
  .navbar-main .nav-link:hover {
    color: #ebc231; }
.navbar-main .active {
  border-bottom: 2px solid red; }

/* desktop only */
@media all and (min-width: 768px) {
  .navbar-main {
    padding: 0; } }
/* desktop only .end */
/* ================ SECTION-FOOTER ==================  */
.section-footer a {
  color: inherit; }
  .section-footer a:hover {
    color: yellow; }
.section-footer .logo-footer {
  height: 60px; }
.section-footer .title {
  font-weight: 600;
  margin-bottom: 16px;
  color: #343a40; }

.nav-footer {
  margin-bottom: 20px; }

.item-blog a, .card-blog a {
  color: #212529; }
.item-blog .meta, .card-blog .meta {
  margin-bottom: 10px;
  color: #6c757d; }
  .item-blog .meta span, .card-blog .meta span {
    margin-right: 10px; }
  .item-blog .meta .date, .card-blog .meta .date {
    margin-right: 7px; }
.item-blog .img-wrap, .card-blog .img-wrap {
  height: 200px;
  overflow: hidden; }
.item-blog img, .card-blog img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
.item-blog .title, .card-blog .title {
  font-size: 18px;
  font-weight: 500; }
.item-blog:hover .title, .card-blog:hover .title {
  color: #0B3071; }

.card-blog .img-wrap {
  border-radius: 0.5rem 0.5rem 0 0; }

.item-blog .img-wrap {
  border-radius: 0.5rem; }
.item-blog .info-wrap {
  padding-top: 15px; }

.map-marker {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: #dc3545;
  position: absolute; }
  .map-marker:after {
    content: " ";
    left: -35px;
    top: -35px;
    width: 90px;
    height: 90px;
    line-height: 100px;
    border-radius: 100px;
    background: rgba(220, 53, 69, 0.2);
    position: absolute; }

.steps-vertical {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding: 0;
  border-left: 4px solid #ced4da; }
  .steps-vertical > li {
    position: relative;
    padding-left: 40px;
    margin-top: 30px; }
  .steps-vertical > li:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #0B3071;
    top: -7px;
    left: -17px; }

    .steps--background {
      background-color: #2c5d7d;
    }

/* BASE STYLE FOR PRODUCT ITEM */
[class*='card-product'] a.title {
  color: #343a40;
  display: block; }
  [class*='card-product'] a.title:hover {
    color: #0B3071; }
[class*='card-product'] .badge {
  top: 10px;
  left: 10px;
  position: absolute; }
[class*='card-product'] p {
  margin-bottom: 0; }
[class*='card-product'] .img-wrap {
  overflow: hidden;
  position: relative; }
  [class*='card-product'] .img-wrap img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
       object-fit: cover; }

/* GRID STYLE PRODUCT ITEM */
.card-product-grid {
  margin-bottom: 30px; }
  .card-product-grid .img-wrap {
    border-radius: 0.5rem;
    height: 220px; }
  .card-product-grid .info-wrap {
    padding-top: 16px; }
  .card-product-grid .topbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    left: 0;
    text-align: initial;
    padding: 10px 15px; }
    .card-product-grid .topbar a {
      color: #ccc; }
      .card-product-grid .topbar a:hover {
        color: #0B3071; }

.item-slide .card-product-grid {
  margin-bottom: 0; }

.card-sm .img-wrap {
  height: 160px; }

.card-lg .img-wrap {
  height: 280px; }

.card-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  border-radius: 0.5rem; }
  .card-banner .card-body {
    background-size: cover;
    position: relative;
    z-index: 10; }
  .card-banner .caption {
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 10;
    padding: 1.25rem;
    color: #fff; }
  .card-banner .caption.bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%; }
  .card-banner .caption.top {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%; }
  .card-banner .caption.left {
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute; }
  .card-banner .text-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 7px 20px;
    padding-top: 30px;
    border-radius: 0 0 0.5rem 0.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff; }
  .card-banner .img-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    max-width: 100%; }

.masonry {
  -webkit-column-gap: 30px;
          column-gap: 30px;
  -webkit-column-count: 3;
          column-count: 3; }
  .masonry .item-masonry {
    display: inline-block;
    margin-bottom: 30px; }

.item-team .img-wrap {
  margin-bottom: 1rem; }
.item-team p {
  margin-bottom: 0.3333333333rem; }

.item-comment .name {
  margin-bottom: 3px; }

.banner {
  position: relative; }
  .banner .caption {
    position: absolute;
    left: 50px;
    top: 50px;
    max-width: 500px;
    color: #fff; }

.section {
  background-size: cover;
  background-position: center center; }

.card-bg {
  border-radius: 7px;
  padding: 30px;
  background: rgba(11, 48, 113, 0.9);
  color: #fff; }

.border-top-green {
  border-top: 10px solid #97d033; }

.logos-wrap {
  margin-top: 30px; }
  .logos-wrap .col, .logos-wrap .col-md {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .logos-wrap img {
    max-width: 250px;
    border: 1px solid #ddd;
    margin-bottom: 30px; }

.item-feature {
  margin-bottom: 30px; }

  .block-colored {
    background: #ec0404;
    color: #fff;
    padding: 40px;
    min-height: 150px; }
    .block-colored.blue {
      background-color: #1f63ab; }
    .block-colored.green {
      background-color: #149e1d; }
    .block-colored:nth-child(even) {
      margin-left: 50px;
      border-radius: 60px 0 60px 0; }
    .block-colored:nth-child(odd) {
      margin-right: 50px;
      border-radius: 0 60px 0 60px; }
  
  .post-resurs {
    margin-bottom: 40px; }
    .post-resurs .title {
      margin-bottom: 10px;
      text-align: center;
      color: #0d53a9; }
    .post-resurs img {
      width: 100%; }
    .post-resurs .num {
      font-size: 35px;
      color: #0d53a9;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 1; }
    .post-resurs .info {
      position: relative;
      padding-left: 100px;
      margin-top: 20px; }
  
  .card-plan {
    border-radius: 30px; }
  
  .section-footer {
    border-top: 10px solid #97d033; }
  
  /* ================ PAGES HEADER ================== */
.card-blog {
  margin-bottom: 25px;
  overflow: hidden; }
  .card-blog a.title {
    color: initial;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px; }
    .card-blog a.title:hover {
      color: #0B3071; }
  .card-blog p {
    margin-bottom: 0; }
  .card-blog .img-wrap {
    overflow: hidden;
    position: relative;
    text-align: center; }
    .card-blog .img-wrap img {
      height: 100%;
      width: 100%;
      display: inline-block;
      -o-object-fit: cover;
         object-fit: cover; }
  .card-blog .info-wrap {
    overflow: hidden;
    padding: 18px 20px;
    border-top: 1px solid #dee2e6; }
  .card-blog .bottom-wrap {
    padding: 15px;
    border-top: 1px solid #dee2e6; }
  .card-blog:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
            box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .3s;
    transition: .3s; }

/*# sourceMappingURL=custom.css.map */

.steps--background {
  background-color: #5430a6;
}

.bg-darker-blue {
  background-color: #0a2540 !important; /* Darker Navy Blue */
}
