*,
body {
  font-family: Roboto, sans-serif;
}

.site-header {
  background: rgba(224, 31, 38, 0.9);
  line-height: 48px;
}
.site-header .navbar {
  padding: 0;
}
.site-header .nav-item a {
  color: white;
  border-bottom: 1px solid transparent;
}
.site-header .nav-item a:hover {
  border-bottom: 1px solid;
}
.site-header .nav-item a.active {
  border-bottom: 1px solid #ffffff;
}
.site-header .navbar-nav.navbar-right .nav-item {
  display: flex;
}
.site-header .navbar-nav.navbar-right .nav-item + .nav-item::before {
  float: left;
  padding: 0 10px;
  color: #ffffff;
  content: "|";
  font-weight: 200;
  line-height: 60px;
}

.banner-full {
  height: 100%;
  width: 100%;
  background: no-repeat;
  background-size: cover;
  -o-background-size: cover;
}
.banner-full.bg1 {
  padding: 10rem 0;
  min-height: 800px;
  background-image: url(../img/bg-1.png);
}
.banner-full.bg2 {
  background-image: url(../img/bg-2.png);
}
.banner-full.bg3 {
  background-image: url(../img/bg-3.png);
}
.banner-full.bg4 {
  background-image: url(../img/bg-4.png);
}
.banner-full .btn-home {
  background: rgba(255, 255, 255, 0.75);
}
.banner-full .btn-home:hover {
  background-color: #3e70b4;
  color: #ffffff;
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  transform: translate3d(0, -3px, 0);
}
.banner-full .h-500px {
  min-height: 600px;
}
.banner-full .icon {
  width: 120px;
  height: 120px;
  background-color: #E01F26;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  border-radius: 100%;
}

.lift {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.bg-innr {
  background: rgba(255, 255, 255, 0.94);
}

.primary-text {
  color: #3e70b4;
}

.dark-bg {
  background-color: #193766;
}

.primary-bg {
  background-color: #3e70b4;
}

.dark2 {
  background-color: #13316B;
}

.inner-bg {
  background-color: rgba(40, 79, 111, 0.66);
  height: 450px;
  display: flex;
  align-items: center;
}

.title-bd {
  position: relative;
}
.title-bd::before {
  position: absolute;
  bottom: -10px;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #3e70b4;
}

.list-styled li {
  position: relative;
  position: relative;
  list-style-position: inside;
  padding: 0 15px;
}
.list-styled li::before {
  content: url("https://api.iconify.design/bx:bxs-square-rounded.svg?color=%23E01F26&height=14");
  position: absolute;
  left: -0.5rem;
  color: skyblue;
}

.breadcrumb .breadcrumb-item a {
  color: #3e70b4;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item.active {
  color: #382100;
}

section {
  padding: 5rem 0;
}
section .thumbnail-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
section .thumbnail-grid .colm {
  width: calc(100% / 5);
  flex-wrap: wrap;
  justify-content: center;
}
section .card2 {
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.11));
  border-radius: 10px;
  margin: 10px;
}
section .card2:hover {
  box-shadow: 0 0 0 0.5px #3e70b4;
  cursor: pointer;
  color: #E01F26;
}

.img-logo {
  max-width: 300px;
}

footer ul li {
  margin-bottom: 10px;
}
footer ul li a.link-light {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}
footer ul li a.link-light:hover {
  color: #E01F26;
}

.roles .inner {
  max-width: 160px;
  height: 160px;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
}
.roles .inner.default {
  background-color: #999;
  border-radius: 6px;
}
.roles .slick-slide img {
  object-fit: cover;
  background-position: top;
}
.roles .slick-next:before {
  content: url("https://api.iconify.design/ant-design:arrow-right-outlined.svg?height=16") !important;
  vertical-align: -0.125em;
}
.roles .slick-prev:before {
  content: url("https://api.iconify.design/ant-design:arrow-left-outlined.svg?height=16") !important;
  vertical-align: -0.125em;
}

.txt-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  max-height: 80px;
  color: #ffffff;
  text-decoration: none;
  line-height: normal;
  font-size: 13px;
}
.txt-inner:hover {
  color: #E01F26;
}

.slider-single .slick-slider .card {
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  height: 400px;
  position: relative;
}
.slider-single .slick-slider .card img {
  object-fit: scale-down;
  height: 100%;
}
.slider-single .slider-nav .slick-slide {
  background-color: #ffffff;
  overflow: hidden;
  margin: 0 10px;
}
.slider-single .slider-nav .slick-slide > div {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.125);
  height: 80px;
  border-radius: 6px;
}
.slider-single .slider-nav .slick-slide img {
  object-fit: scale-down;
  height: 100%;
}
.slider-single .slider-nav .slick-slide.slick-current > div {
  border: 1px solid #3e70b4;
  border-radius: 6px;
}
.slider-single .slider-nav .slick-next,
.slider-single .slider-nav .slick-prev {
  z-index: 1;
  opacity: 1;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.5s cubic-bezier(0.64, 0.05, 0.35, 1);
}
.slider-single .slider-nav .slick-next {
  right: -5px;
}
.slider-single .slider-nav .slick-prev {
  left: -5px;
}

.listed ol {
  list-style-position: inside;
  counter-reset: item;
}
.listed ol li {
  display: block;
  margin-bottom: 20px;
  font-weight: 300;
}
.listed ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  padding-right: 10px;
  margin-left: -20px;
}

.shdw {
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  max-width: 300px;
  transition: all ease 0.25s;
  overflow-y: auto;
  z-index: 1032;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(72, 78, 109, 0.74);
  visibility: hidden;
  z-index: 1031;
}

.main-navigation.active .sidebar {
  left: 0;
  padding-left: 20px;
}
.main-navigation.active .overlay {
  visibility: visible;
}

.main-heading {
  position: relative;
  z-index: 100;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.pt-10 {
  padding-top: 10rem;
}

@media only screen and (max-width: 500px) {
  section .thumbnail-grid .colm {
    width: 100%;
  }
  section .thumbnail-grid .colm img {
    width: 100%;
  }

  .img-logo {
    max-width: 180px;
  }

  .banner-full.bg1 {
    min-height: auto;
  }

  .site-header {
    background-color: #3e70b4;
    line-height: 48px;
  }
  .site-header .navbar {
    padding: 0;
  }
  .site-header .nav-item a {
    color: white;
    border-bottom: 1px solid transparent;
  }
  .site-header .nav-item a:hover {
    border-bottom: 1px solid;
  }
  .site-header .nav-item a.active {
    color: #E01F26;
    border-bottom: 1px solid transparent;
  }
  .site-header .navbar-nav.navbar-right .nav-item + .nav-item::before {
    content: "";
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  section .thumbnail-grid .colm {
    width: calc(100% / 3);
  }
  section .thumbnail-grid .colm img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section .thumbnail-grid .colm {
    width: calc(100% / 4);
  }
  section .thumbnail-grid .colm img {
    width: 100%;
  }

  .sidebar {
    background-color: #193766;
  }

  .site-header .nav-item a {
    color: white;
    border-bottom: 1px solid transparent;
  }
  .site-header .nav-item a:hover {
    border-bottom: 1px solid;
  }
  .site-header .nav-item a.active {
    color: #E01F26;
    border-bottom: 1px solid transparent;
  }
  .site-header .navbar-nav.navbar-right .nav-item + .nav-item::before {
    content: "";
    padding: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  section .thumbnail-grid .colm img {
    width: 100%;
  }

  .sidebar {
    background-color: #193766;
  }

  .site-header .nav-item a {
    color: white;
    border-bottom: 1px solid transparent;
  }
  .site-header .nav-item a:hover {
    border-bottom: 1px solid;
  }
  .site-header .nav-item a.active {
    color: #E01F26;
    border-bottom: 1px solid transparent;
  }
  .site-header .navbar-nav.navbar-right .nav-item + .nav-item::before {
    content: "";
    padding: 0;
  }
}
@media (min-width: 992px) {
  .sidebar {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    flex-direction: row;
    max-width: 100%;
    transform: none;
    transition: none;
    overflow-y: visible;
    z-index: auto;
  }
}