.main-nav__main-navigation .main-nav__navigation-box>li ul {
  width: 280px !important;
}

.scroll-to-top {
    background: #00022b;
}
.nav-arrow {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #00022b;
  position: relative;
  z-index: 99;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
  transition: all .4s ease;
}

.nav-arrow i {
  color: #ffffff;
  font-size: 18px;
  line-height: 35px;
}

.nav-arrow:hover {
  background-color: var(--thm-black);
}

.nav-arrow:hover i {
  color: #fff;
}

.navigation {
  display: block;
  height: 40px;
}

.navigation a {
  color: black;
}

.to-left {
  float:left;
}

.to-right {
  float:right;
}

.to-left > a, .to-right > a {
    margin: 0 8px;
    color: #010660;
}


.page-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 125px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .page-header {
    padding-top: 100px;
  }
}

.page-header::before {
  content: none;
}

@media(max-width: 991px) {
  .page-header::before {
    height: 80px;
  }
}

.page-header__white-curv::before {
  background-color: #fff;
}

.page-header .container {
  position: relative;
}

.page-header h2 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 300;
  line-height: 1em;
}

/*--------------------------------------------------------------
# Page Sub Header
--------------------------------------------------------------*/

.page-subheader {
  background-color: #f4f4f8;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}

@media(max-width: 991px) {
  .page-subheader {
    padding-bottom: 30px;
  }
}

.page-subheader::before {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--thm-gray);
  clip-path: polygon(72.5% 70%, 0% 100%, 100% 100%);
}

@media(max-width: 991px) {
  .page-subheader::before {
    height: 80px;
  }
}

.page-subheader .container {
  position: relative;
}

.page-subheader h3 {
  margin: 0;
  color: black;
  text-transform: uppercase;
  font-size: 47px;
  font-weight: 300;
  line-height: 1em;
}

