body {
  font-weight: 400;
  font-family: 'Barlow', sans-serif!important;
  overflow-x: hidden;
}
p{
  margin-bottom: 10px!important;
}
#header .header img {
  height: 85px;
  margin-top: 10px;
}
.logo {
  height: 70px;
}
.btn-blue {
  background: #3E5678;
  color: #fff;
  border-radius: 6px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  text-transform: none;
  padding: 7px 30px;
  text-decoration: none;
  height: 45px;
  display: inline-block;
  border: none;
  transition: all .2s ease;
  border: 3px solid #3E5678;
}
.btn-blue:hover {
  background: #fff;
  color: #3E5678;
}
.navbar-nav .btn-blue{
  margin-left:110px;
}
.navbar {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed !important;
  left:0;
  right:0;
  width: 100%;
  top: 0;
  z-index: 9000;
  padding-bottom: 0;
}
.navbar-nav {
  display: flex;
  align-items: center;
}
.border-left {
  border-right: 1px solid #000;
}
.border-header {
  border-top: 1px solid #000!important;
}
.back-gray {
  background: #E2E0E0;
}
.back-black {
  background: #000;
}
.back-blue {
  background: #00287A;
}
.back-white {
  background: #fff;
}
.back-footer {
  background: #1F242E;
}
.color-blue {
  color: #00287A;
}
.color-turq {
  color: #67ABB3;
}
.color-gray {
  color: #707070;
  text-decoration: none;
}
.color-gray:hover {
  color: #707070;
  text-decoration: none;
}
.color-white{
  color: #fff;
}
.color-black{
  color: #000;
  text-decoration: none;
}
.size-xs {
  font-size: 16px;
}
.size-s {
  font-size: 20px;
}
.size-m {
  font-size: 25px;
}
.size-l {
  font-size: 30px;
}
.size-xl {
  font-size: 48px;
}
.size-xxl {
  font-size: 55px;
}
.weight-400 {
  font-weight: 400;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.weight-900 {
  font-weight: 900;
}
#main {
  padding: 50px 0 0;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0!important;
  align-items: center;
}
.nav-item {
  list-style: none;
}
.nav-item a, .nav-item label {
  color:#000!important;
  transition: color .2s ease;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 20px;
}
.nav-item.color-blue a {
  color:#00287A!important;
  font-weight: 500;
}
.nav-item.active-back {
  background: #F6F6F6;
}
.nav-item.active a {
  transition: color .2s ease;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 20px;
}
.nav-item a.inactive {
  color:#707070!important;
  transition: color .2s ease;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 40px;
}
.nav-item a:hover {
  color: #707070!important;
}
.dropdown-toggle::after {
  display: none!important;
}
.dropdown-menu {
  min-width: 17rem !important;
  padding: 0!important;
  border: none!important;
}
.dropdown-menu li {
  margin: 0 !important;
  padding: 14px 20px;
  border-bottom: 1px solid #989898;
  height: 60px !important;
  text-align: center;
}
.dropdown-menu li a{
  color:#000!important;
  transition: color .2s ease;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  margin: 0 !important;
}
.dropdown-menu li a:hover {
  color: gray!important;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.nav-link {
  padding: 0!important;
}
#cards{
  padding: 30px 0;
}

#cards img{
  height: 70px;
  margin-right: 15px;
}

.ul {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.ul .li {
  display: flex;
  align-items: flex-start;
  align-items: center;
  padding: 20px 10px;
  width: 100%;
  margin-bottom: 25px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.ul .li img{
  height: 20px;
  margin-right: 20px;
}
.ul .li p{
  margin-bottom: 0!important;
  line-height: 23px;
}
.ul .li.black {
  background: #2E353A;
  color: #fff;
  border-radius: 5px;
}
.ul .li.gray {
  background: #DBDBDB;
  border-radius: 5px;
}

#social-grow {
  position: relative;
}
.fixed-position {
  position: absolute;
  top: 196px;
  height: 332px;
  z-index: -1;
  width: 100%;
}
.fixed-position2 {
  position: absolute;
  top: 340px;
  height: 216px;
  z-index: -1;
  width: 100%;
}
.anchor {
  height: 165px;
  width: 100%;
}

#partners {
  margin: 50px;
  padding: 20px;
  position: relative;
}

#partners hr {
  background-color: #000;
}
#partners img {
  margin-bottom: 15px;
  height: 40px;
  width: auto;
}
#footer {
  position: relative;
  border-bottom: 1px solid #fff;
}
#footer .a-go-up {
  position: absolute;
  right: 5px;
  top: 10px;
}
#footer .a-go-up img {
  height: 25px;
  width: 25px;
}
footer {
  padding: 50px 0;
}
footer .logo-white {
  height: 30px;
  width: auto;
}
.f-icon {
  height: 20px;
}
footer a {
  text-decoration: none;
}
.fixed-height1 {
  height: 580px!important;
  padding: 0 30px;
}
.fixed-height2 {
  height: 680px!important;
  padding: 0 30px;
}
.carousel-control-next {
  right: -60px!important;
}
.carousel-control-prev {
  left: -60px!important;
}

#contact_form fieldset {
  position: relative;
}
#contact_form fieldset label{
  position: absolute;
  top: -12px;
  left: 16px;
  background: #fff;
  padding: 0px 5px;
}
#contact_form fieldset input {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #B4BEC8;
  padding: 0 15px;
}
#contact_form fieldset textarea {
  width: 100%;
  height: 150px;
  border-radius: 6px;
  border: 1px solid #B4BEC8;
  padding: 8px 15px;
  font-size: 16px;
}
input:-internal-autofill-selected {
  background-color: #fff !important;
}
.height-170 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 170px;
}
.custom-margin {
  margin-top: -30px;
}
.go-down, .go-down img{
  width: 35px;
}
.banda::after {
  content: '';
  position: absolute;
  height: 300px;
  width: calc(100% + 2000px);
  background: rgba(226, 224, 224, 0.3);
  top: calc(50% - 150px);
  left: -1000px;
  right: -1000px;
  z-index: -1;
}
.banda2::after {
  content: '';
  position: absolute;
  height: 400px;
  width: calc(100% + 2000px);
  background: rgba(226, 224, 224, 0.3);
  top: calc(50% - 200px);
  left: -1000px;
  right: -1000px;
  z-index: -1;
}
.rocket {
  width: 80%;
}

.box-head {
  background: #2E353A;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 20px;
  color: #fff;
  height: 112px;
  display: flex;
  align-items: center;
}
.box-body {
  background: #DBDBDB;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 30px;
  width: auto;
}
.box-body ul {
  padding-left: 1rem;
}
.box-check {
  background:#2E353A;
  padding: 10px 15px;
  border-radius: 5px;
  width: 145px;
}
.box-check img{
  width: 20px;
  margin-right: 15px;
}
.box-body2 {
  background: #DBDBDB;
  border-radius: 5px;
  padding: 15px 15px;
  width: calc(100% - 160px);
  margin-left: 15px;
}
.box-body2 ul {
  padding-left: 1rem;
}
.custom-width {
  width: 30%;
  background: #F6F6F6;
}

@media screen and (max-width: 1400px) {
  .fixed-position {
    top: 155px;
  }
  .fixed-position2 {
    top: 268px;
  }
  .fixed-height1 {
    height: 570px!important;
    padding: 0 30px;
  }
  .fixed-height2 {
    height: 720px!important;
    padding: 0 30px;
  }
  .height-170 {
    height: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .fixed-position {
    top: 111px;
  }
  .fixed-position2 {
    top: 143px;
    height: 270px;
  }
  .fixed-height1 {
    height: 590px!important;
    padding: 0 20px;
  }
  .fixed-height2 {
    height: 715px!important;
    padding: 0 20px;
  }
  .navbar-nav .btn-blue{
    margin-left: 20px;
  }
  .nav-item a {
    margin: 0 20px;
  }
  .height-170 {
    height: 255px;
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    min-height: 80px;
  }
  .logo {
    height: 50px;
  }
  .navbar-collapse ul li {
    margin: 0 20px;
    height: 45px;
    width: 100%;
  }
  .btn-blue {
    margin: 0;
  }
  .navbar-nav .dropdown-menu {
    position: absolute!important;
    top: 40px !important;
  }
  .size-xs {
    font-size: 12px;
  }
  .size-xs {
    font-size: 14px;
  }
  .size-x {
    font-size: 16px;
  }
  .size-m {
    font-size: 18px;
  }
  .size-l {
    font-size: 25px;
  }
  .size-xl {
    font-size: 36px;
  }
  .size-xxl {
    font-size: 45px;
  }
  .dropdown-menu[data-bs-popper] {
    left: 0px!important;
  }
  .fixed-position {
    top: 69px;
    height: 297px;
  }
  .fixed-position2 {
    top: 81px;
    height: 236px;
  }
  .height-170 {
    height: auto;
  }
  .border-left {
    border-right:none;
  }
  .border-header {
    border-top: none!important;
  }
  .anchor {
    height: 114px;
    width: 100%;
  }
  .custom-margin {
    margin-top: 0;
  }
  .banda::after{
    content:'';
    display: none;
  }
  .banda2::after{
    content:'';
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .fixed-position {
    top: 25px;
  }
  .fixed-position2 {
    top: 52px;
  }
  .height-170 {
    height: auto;
  }
  #partners {
    margin: 0;
    padding: 20px;
    position: relative;
  }
  .box-check {
    width: 100%;
    margin-bottom: 20px;
  }
  .box-body2 {
    width:  100%;
    margin-left: 0;
  }
}
