@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
	## Social Profiles
	## Top Bar Icon List
	## Top Bar Menu
	## Contact Methods
	## Nav Search Form
	## Nav Mini Cart
# Forms
# Navigation
	## Links
	## Primary Menu
# Accessibility
# Alignments
# Clearings
# Layout
	## Topbar
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #66717C;
  font-family: Mark-Pro;
  font-size: 16px;
  line-height: 1.5;
}

a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  font-family: DIN-Bold;
  line-height: 1.2em;
  font-weight: 700;
  color: #000F29;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 74px;
}

h2, .h2 {
  font-size: 48px;
}

h3, .h3 {
  font-size: 36px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code {
  color: #856B24;
}

code, kbd, tt, var {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

abbr, acronym {
  border-bottom: 1px dotted #8a8da1;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  margin-top: 0 !important;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

a {
  color: #000F29;
  text-decoration: none;
}

body {
  background: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  color: #66717C;
}
body.canvas-header {
  padding-left: 400px;
}
@media (max-width: 1440px) {
  body.canvas-header {
    padding-left: 300px;
  }
}
@media (max-width: 992px) {
  body.canvas-header {
    padding-left: 0;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

p {
  margin-bottom: 1em;
}

.pr {
  position: relative;
}

.no-scroll {
  overflow: hidden;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-80 {
  padding-top: 63px;
}

.pt-100 {
  padding-top: 110px;
}
@media (max-width: 576px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pt-50 {
  padding-top: 50px;
}

.h-100 {
  height: 100%;
}

.site-main {
  min-height: 50vh;
}

@font-face {
  font-family: Mark-Pro;
  src: url(../fonts/Mark-Pro.ttf);
}
@font-face {
  font-family: DIN-Bold;
  src: url(../fonts/DIN-Bold.ttf);
}
@font-face {
  font-family: DIN-Black;
  src: url(../fonts/DIN-BlackAlternate.ttf);
}
@font-face {
  font-family: DIN-Medium;
  src: url(../fonts/DIN-Medium.ttf);
}
@media (max-width: 767px) {
  .position-default {
    position: static !important;
  }
}

.pts-18 {
  padding-top: 18%;
}
@media (max-width: 1024px) {
  .pts-18 {
    padding-top: 30%;
  }
}
@media (max-width: 576px) {
  .pts-18 {
    padding-top: 40%;
  }
}

@media (min-width: 992px) {
  .pl_30 {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .akijshipping-order-2 {
    order: 2;
  }
}
.pb-50 {
  padding-bottom: 50px;
}

.pb-110 {
  padding-bottom: 110px;
}

.mb-70 {
  margin-bottom: 67px !important;
  font-weight: 500 !important;
}

.akijshipping-slider-pagination {
  height: 40px;
}

.akijshipping-portfolio-pagination {
  margin: 45px auto 0;
  width: max-content;
}

.swiper-container {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1310px;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1170px;
}

@media (max-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px !important;
  }
}
@media (max-width: 576px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }
}
@media (min-width: 991px) {
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}
@media (max-width: 1024px) {
  .nio-order-md {
    order: 1;
  }
  .btn-responsive {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .btn-responsive {
    max-width: 100%;
    width: 100%;
  }
  .btn-responsive .btn {
    font-size: 1rem;
  }
}
strong,
b {
  font-weight: 700;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.container-full {
  max-width: 1670px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.extended-parallax {
  position: absolute;
}

.height-max-content {
  height: max-content;
}

.akijshipping-image-order-2 {
  order: 2;
}

#preloader .loading {
  font-size: 84px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  line-height: 1;
}
@media (max-width: 767px) {
  #preloader .loading {
    font-size: 64px;
  }
}
@media (max-width: 576px) {
  #preloader .loading {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  #preloader .loading {
    font-size: 30px;
  }
}
#preloader .loading span {
  position: relative;
  color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}
#preloader .loading span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #000F29;
  opacity: 0;
  transform: scale(1.5);
  animation: loading 3s infinite;
}
#preloader .loading span:nth-child(2)::after {
  animation-delay: 0.1s;
}
#preloader .loading span:nth-child(3)::after {
  animation-delay: 0.2s;
}
#preloader .loading span:nth-child(4)::after {
  animation-delay: 0.3s;
}
#preloader .loading span:nth-child(5)::after {
  animation-delay: 0.4s;
}
#preloader .loading span:nth-child(6)::after {
  animation-delay: 0.5s;
}
#preloader .loading span:nth-child(7)::after {
  animation-delay: 0.6s;
}

@keyframes loading {
  0%, 75%, 100% {
    transform: scale(1.5);
    opacity: 0;
  }
  25%, 50% {
    transform: scale(1);
    opacity: 1;
  }
}
.page-loading-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

ul, ol {
  padding-left: 20px;
  margin-bottom: 30px;
}

.comment-list ul, .comment-list ol {
  padding-left: 25px;
  margin-bottom: 30px;
}
.comment-list ol ol, .comment-list ol ul, .comment-list ul ol, .comment-list ul ul {
  margin-bottom: 0;
}

ul ul {
  list-style-type: disc;
}

.akijshipping__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.akijshipping__list li {
  color: #66717C;
  line-height: 1.9;
  display: flex;
  align-items: baseline;
  position: relative;
  font-size: 16px;
}
.akijshipping__list li.icon-shape .akijshipping__list-icon {
  padding: 0.3em;
  background-color: #F1F6FE;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  text-align: center;
  margin-right: 10px;
}
.akijshipping__list li.icon-shape .akijshipping__list-icon i, .akijshipping__list li.icon-shape .akijshipping__list-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  color: #856B24;
  font-size: 16px;
}
.akijshipping__list li p {
  margin: 0;
}
.akijshipping__list li .akijshipping__list-icon {
  margin-right: 10px;
  font-size: 14px;
  color: #a6afbc;
  text-align: center;
}
.akijshipping__list li a {
  color: #000F29;
  display: flex;
  align-items: baseline;
}
.akijshipping__list li a:hover {
  color: #856B24;
}
.akijshipping__list.list-dice li {
  padding-left: 25px;
  display: block;
}
.akijshipping__list.list-dice li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 15px;
  background: #6730e3;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.akijshipping__list.inline-items li {
  display: inline-block;
}
.akijshipping__list.inline-items li:not(:last-child) {
  margin-right: 20px;
}

table {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #E5E7E9;
}
table thead {
  background: #F1F6FE;
}
table th {
  text-align: left;
  padding: 10px 15px;
  color: #000F29;
  font-size: 16px;
  font-weight: 600;
  min-width: 130px;
  vertical-align: middle;
}
table th a {
  color: #000F29;
}
table th a:hover {
  color: #856B24;
}
table td {
  padding: 10px 15px;
  border-top: none;
  border-right: none;
  vertical-align: middle;
}
table td:last-child {
  border-right: 1px solid #E5E7E9;
}

.wp-block-calendar table th {
  min-width: 40px;
  text-align: center;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  direction: ltr;
}
tbody > tr {
  border-top: 1px solid #E5E7E9;
}

tfoot tr #prev a:hover, tfoot tr #next a:hover {
  color: #856B24;
}

tbody > tr > th {
  background-color: #f5f5f5;
}

table thead ~ tbody > tr > th {
  background-color: transparent;
}

caption {
  caption-side: top;
  text-align: center;
}

.calendar_wrap caption {
  text-align: center;
  background: #f0f2f9;
  color: #051441;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
}
.calendar_wrap table tr, .calendar_wrap table td {
  border: 0;
}
.calendar_wrap table thead tr {
  border: 0;
}
.calendar_wrap table thead tr th {
  border: 0;
}

nav.wp-calendar-nav {
  background: #f0f2f9;
  padding: 5px 20px;
  border-radius: 6px;
}

.wp-calendar-nav-next {
  float: right;
}

@media (max-width: 576px) {
  table th {
    min-width: 80px;
  }
}
/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/
.asll-btn {
  position: relative;
  padding: 17px 30px;
  background-color: #856B24;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.asll-btn.btn-circle {
  border-radius: 40px;
}
.asll-btn.btn-sqr {
  border-radius: 0;
}
.asll-btn.btn-round {
  border-radius: 5px;
}
.asll-btn .asll-btn-content-wrapper {
  display: flex;
  align-items: center;
}
.asll-btn .asll-btn-content-wrapper .elementor-align-icon-right, .asll-btn .asll-btn-content-wrapper .asll-btn__align-icon-right {
  order: 2;
}
.asll-btn:hover {
  background: #5d4b19;
  color: #ffffff;
}
.asll-btn:hover:before {
  height: 0;
}
.asll-btn.btn-small {
  padding: 5px 30px;
}
.asll-btn.btn-lg {
  padding: 16px 35px;
}
.asll-btn.btn-outline {
  background: transparent;
  color: #856B24;
  border-color: #856B24;
}
.asll-btn.btn-outline:hover {
  color: #fff;
  border-color: #856B24;
  background: #5d4b19;
}
.asll-btn.btn-outline.btn-light {
  border-color: #856B24;
  color: #000F29;
}
.asll-btn.btn-outline.btn-light:hover {
  color: #fff;
  background-color: #856B24;
}
.asll-btn.btn-outline.btn-dark {
  border: 1px solid #CCD0D3;
  color: #000F29;
}
.asll-btn.btn-outline.btn-dark:hover {
  color: #fff;
  background-color: #856B24;
  border-color: #856B24;
}
.asll-btn.btn-light:not(.btn-outline) {
  background: #856B24;
  color: #ffffff;
}
.asll-btn.btn-light:not(.btn-outline):hover {
  color: #ffffff;
  background: #5d4b19;
}
.asll-btn.btn-dark:not(.btn-outline) {
  background-color: #000F29;
  color: #fff;
  border-color: #000F29;
}
.asll-btn.btn-dark:not(.btn-outline):hover {
  color: #000F29;
  background: transparent;
}
.asll-btn .elementor-align-icon-left {
  margin-right: 5px;
  order: -1;
}
.asll-btn .elementor-align-icon-right {
  margin-left: 5px;
}
.asll-btn .asll-btn-icon {
  font-size: 14px;
}
.asll-btn .asll-btn__icon {
  line-height: 1;
}

.asll-btn__icon {
  line-height: 1;
}

.play-button {
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.play-button .asll-btn__text {
  position: relative;
  z-index: 1;
}
.play-button .asll-btn__text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #111921;
  transition: all 0.3s ease-in-out;
}
.play-button .asll-btn__icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #111921;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin-right: 7px;
}
.play-button .asll-btn__icon i {
  margin-left: 3px;
}

.akijshipping-inline > div {
  display: inline-block;
}
@media (max-width: 420px) {
  .akijshipping-inline .akijshipping-button-primary {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
}

.akijshipping-block > div {
  display: block;
}

/**
* Popup Button
 */
.popup-btn {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 77px;
  text-align: center;
  background-color: #856B24;
  color: #fff;
  border-radius: 50%;
  position: relative;
  font-size: 20px;
}
.popup-btn i {
  margin-left: 5px;
}
.popup-btn:before {
  content: "";
  position: absolute;
  left: -12.5px;
  top: -12.5px;
  height: 100px;
  width: 100px;
  opacity: 0;
  border-radius: 50%;
  border: 1px solid #856B24;
  animation: btnWave 1500ms linear infinite;
}
.popup-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 50%;
  border: 10px solid #856B24;
  animation: btnWave 1000ms linear infinite;
}
.popup-btn:hover {
  color: #fff;
}

@keyframes btnWave {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* Back To Top */
.akijshipping-back-btn {
  position: relative;
  font-family: DIN-Bold;
  display: inline-flex;
  font-size: 24px;
  font-weight: 600;
  color: #000F29;
  align-items: center;
  gap: 10px;
}
.akijshipping-back-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background-color: #000F29;
}
.akijshipping-back-btn:hover {
  color: #856B24;
}
.akijshipping-back-btn:hover svg path {
  stroke: #856B24;
}
.akijshipping-back-btn:hover:after {
  background-color: #856B24;
}

/*--------------------------------------------------------------
## Animation
--------------------------------------------------------------*/
@keyframes shape_one {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(2000px, 2000px) rotate(72deg);
    transform: translate(2000px, 2000px) rotate(72deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_two {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(53px, -80px) rotate(36deg);
    transform: translate(53px, -80px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(161px, 72px) rotate(72deg);
    transform: translate(161px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 112px) rotate(108deg);
    transform: translate(83px, 112px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-60px, 92px) rotate(144deg);
    transform: translate(-60px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_three {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(90px, -36px) rotate(36deg);
    transform: translate(90px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(101px, 32px) rotate(72deg);
    transform: translate(101px, 32px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(103px, 102px) rotate(108deg);
    transform: translate(103px, 102px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-76px, 62px) rotate(144deg);
    transform: translate(-76px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes shape_four {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(191px, 72px) rotate(72deg);
    transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-56px, 92px) rotate(144deg);
    transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_four {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(191px, 72px) rotate(72deg);
    transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-56px, 92px) rotate(144deg);
    transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes shape_five {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, -92px) rotate(72deg);
    transform: translate(141px, -92px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(153px, 92px) rotate(108deg);
    transform: translate(153px, 92px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-99px, 62px) rotate(144deg);
    transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_five {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, -92px) rotate(72deg);
    transform: translate(141px, -92px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(153px, 92px) rotate(108deg);
    transform: translate(153px, 92px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-99px, 62px) rotate(144deg);
    transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes shape_six {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(95px, -58px) rotate(36deg);
    transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(81px, 82px) rotate(72deg);
    transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(53px, 152px) rotate(108deg);
    transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-56px, 32px) rotate(144deg);
    transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_six {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(95px, -58px) rotate(36deg);
    transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(81px, 82px) rotate(72deg);
    transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(53px, 152px) rotate(108deg);
    transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-56px, 32px) rotate(144deg);
    transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.ttUpX {
  animation-name: ttUpX;
}

@keyframes ttUpX {
  0% {
    opacity: 0;
    transform: translate(-80px, 30px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes zoommd {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes movexy {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    -webkit-transform: translateX(30px) scale(1.1) translateY(10px);
    transform: translateX(30px) scale(1.1) translateY(10px);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.1) translate(0px);
  }
}
@keyframes zoom {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.zoom {
  animation-name: zoom;
}

@keyframes zoom2 {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
.zoom2 {
  animation-name: zoom2;
}

@keyframes zoommd {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.zoomBounce {
  animation-name: zoomBounce;
}

@keyframes zoomBounce {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes movexy {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0, 20%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 20%, 0) rotateZ(-360deg);
  }
}
@keyframes gptFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gptFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gptFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gptFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes gptFadeRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes gptZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes gptBounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.gptFade {
  animation-name: gptFade;
}

.gptFadeUp {
  animation-name: gptFadeUp;
}

.gptFadeDown {
  animation-name: gptFadeDown;
}

.gptFadeLeft {
  animation-name: gptFadeLeft;
}

.gptFadeRight {
  animation-name: gptFadeRight;
}

.gptZoomIn {
  animation-name: gptZoomIn;
}

.gptBounceIn {
  animation-name: gptBounceIn;
}

@keyframes jumping {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes jump {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveclouds {
  0% {
    transform: translate3d(-10px, -10px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(-20px, 20px, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(30px, 0px, 0);
    opacity: 1;
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    width: 80px;
    height: 80px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 120px;
    width: 120px;
    opacity: 0;
  }
}
@keyframes pulsesm {
  0% {
    width: 60px;
    height: 60px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 80px;
    width: 80px;
    opacity: 0;
  }
}
.gpUpX {
  animation-name: gpUpX;
}

.gpUpSmX {
  animation: gpUpX 1s both 1s;
  animation-delay: 0.3s;
}

.gpDownX {
  animation-name: gpDownX;
}

@keyframes gpUpX {
  0% {
    opacity: 0;
    transform: translate(80px, -30px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes gpDownX {
  0% {
    opacity: 0;
    transform: translate(-80px, 80px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes leafMotion {
  50% {
    transform: rotate(4deg);
  }
}
@keyframes jump {
  0% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(2px);
  }
}
@keyframes slideInnew3 {
  0% {
    opacity: 0;
    transform: translate(80px, -80px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes animeone {
  0% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translate(80px, 1px) rotate(50deg);
  }
  40% {
    transform: translate(145px, 72px) rotate(90deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(125deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(140deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}
@keyframes animetwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}
@keyframes animethree {
  0% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translateY(-73px) rotate(-36deg);
  }
  40% {
    transform: translateY(-141px) rotate(-72deg);
  }
  60% {
    transform: translateY(-83px) rotate(-108deg);
  }
  80% {
    transform: translateY(40px) rotate(-144deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}
/*--------------------------------------------------------------
## Section Heading
--------------------------------------------------------------*/
.section-heading {
  position: relative;
  z-index: 2;
}
.section-heading .subtitle {
  color: #006BE2;
  font-size: 16px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.section-heading .section-title {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .section-heading .section-title {
    font-size: 50px !important;
  }
}
@media (max-width: 992px) {
  .section-heading .section-title {
    font-size: 46px;
  }
}
.section-heading .section-title span {
  font-weight: 300;
}
.section-heading .section-title.has-secondary-title {
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .section-heading .section-title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .section-heading .section-title br {
    display: none;
  }
}
.section-heading .description {
  font-weight: 400;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 991px) {
  .section-heading .description br {
    display: none;
  }
}
.section-heading .description p:first-child {
  margin-bottom: 0;
}
.section-heading .description p:nth-child(2) {
  margin-top: 20px;
}
.section-heading .description p:not(:last-child) {
  margin-bottom: 20px;
}
.section-heading.text-left .description {
  margin: 0;
}
.section-heading.text-right .description {
  margin: 0 0 0 auto;
}
.section-heading .section-title-secondary {
  font-size: 46px;
  font-weight: 700;
}

.plus-jakarta h2, .plus-jakarta h3, .plus-jakarta h4, .plus-jakarta h5, .plus-jakarta h6, .plus-jakarta p, .plus-jakarta span, .plus-jakarta a, .plus-jakarta li {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.banner {
  height: 875px;
  position: relative;
  overflow: hidden;
}
.banner__shape-bg {
  position: absolute;
  background: #856B24;
  height: 100%;
  width: 100%;
  max-width: 71%;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .banner__shape-bg {
    max-width: 100%;
  }
}
.banner__shape-circle {
  position: absolute;
  top: 100px;
  left: 12%;
}
@media (max-width: 1470px) {
  .banner__shape-circle {
    left: 4%;
    max-width: 750px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.banner__title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.banner__title span {
  color: #856B24;
}
.banner__description {
  font-size: 24px;
  color: #eae7f7;
  margin-bottom: 60px;
  line-height: 32px;
}
.banner__btns .banner-btn:not(:first-child) {
  margin-left: 25px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .banner__btns .banner-btn:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 576px) {
  .banner__btns .banner-btn:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.banner__content, .banner__feature-image {
  position: relative;
  z-index: 2;
}
.banner--one {
  height: 100vh;
  min-height: 800px;
}
@media (max-width: 991px) {
  .banner--one {
    height: auto;
    padding: 120px 0 100px;
  }
}
.banner--one .banner__feature-image {
  margin-right: -100px;
  margin-left: -50px;
}
@media (max-width: 1200px) {
  .banner--one .banner__feature-image {
    margin-right: -50px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .banner--one .banner__feature-image {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .banner--one .banner__content {
    text-align: center;
  }
}
.banner--one .banner__title {
  font-size: 126px;
  font-weight: 600;
  line-height: 1.05;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}
@media (max-width: 1470px) {
  .banner--one .banner__title {
    font-size: 90px;
  }
}
@media (max-width: 1200px) {
  .banner--one .banner__title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .banner--one .banner__title {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.banner--one .banner__description {
  font-family: "DM Sans", Sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .banner--one .banner__description br {
    display: none;
  }
}
.banner--two {
  background: #4d3b8e;
  height: 870px;
}
@media (max-width: 1200px) {
  .banner--two {
    height: 768px;
  }
}
@media (max-width: 991px) {
  .banner--two {
    height: auto;
    padding-top: 100px;
  }
  .banner--two .banner__content {
    text-align: center;
  }
}
.banner--two .container {
  height: 100%;
}
.banner--two .container .row {
  width: 100%;
}
@media (max-width: 767px) {
  .banner--two .container.d-flex {
    display: block !important;
  }
}
.banner--two .banner__title {
  color: #fff;
  font-size: 80px;
  line-height: 102px;
  margin-bottom: 55px;
}
@media (max-width: 1470px) {
  .banner--two .banner__title {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 1200px) {
  .banner--two .banner__title {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .banner--two .banner__title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banner--two .banner__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner--two .banner__feature-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 55;
}
@media (max-width: 1470px) {
  .banner--two .banner__feature-image {
    max-width: 480px;
  }
}
@media (max-width: 1200px) {
  .banner--two .banner__feature-image {
    position: relative;
  }
}
@media (max-width: 991px) {
  .banner--two .banner__feature-image {
    margin: 40px auto 0;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .banner--two .banner__feature-image {
    max-width: 300px;
  }
}
.banner--two .banner__btns .banner-btn:hover {
  background: #fff;
  border-color: #fff;
}
.banner--two .banner__btns .banner-btn--two {
  background: #5c4a9d;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.banner--two .banner__btns .banner-btn--two:hover {
  background: #fff;
  border-color: #fff;
}
.banner__left-top-shape {
  width: 430px;
  height: 430px;
  background: #d4f5f4;
  border-radius: 50%;
  position: absolute;
  left: -10%;
  top: -12%;
}
.banner .banner-btn {
  padding: 20px 54px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 1470px) {
  .banner .banner-btn {
    padding: 20px 30px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .banner .banner-btn {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .banner .banner-btn {
    padding: 15px 30px;
    font-size: 14px;
  }
}
.banner .banner__marquee {
  position: absolute;
  transform-origin: top left;
  left: 168px;
  height: 168px;
  width: 750px;
  top: 50px;
  background: linear-gradient(0.97deg, #4d3b8e 21.55%, rgba(77, 59, 142, 0) 303.01%);
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1470px) {
  .banner .banner__marquee {
    left: 100px;
    height: 100px;
  }
}
@media (max-width: 1400px) {
  .banner .banner__marquee {
    display: none;
  }
}
.banner .banner__marquee:before {
  content: "";
  position: absolute;
  width: 168px;
  height: 220.33px;
  left: -24px;
  background: linear-gradient(0.97deg, #4d3b8e 21.55%, rgba(77, 59, 142, 0) 303.01%);
  transform: rotate(90deg);
  z-index: 2;
}
.banner .banner__marquee:after {
  content: "";
  position: absolute;
  width: 168px;
  height: 220.33px;
  background: linear-gradient(0.97deg, #4d3b8e 21.55%, rgba(77, 59, 142, 0) 303.01%);
  transform: rotate(-90deg);
  z-index: 2;
  left: 627px;
}
.banner .banner__marquee.marque-center {
  transform-origin: top center;
  left: 45%;
  top: 48%;
  width: 750px;
}
@media (max-width: 1470px) {
  .banner .banner__marquee.marque-center {
    left: 35%;
  }
}
.banner__marquee-text {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.banner__marquee-text .marquee-text {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  padding: 0 80px;
}
.banner__marquee-text .marquee-text:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
## Jobs
--------------------------------------------------------------*/
.jobs-details_content .breadcrumbs {
  margin-bottom: 13px;
}
@media (min-width: 991px) {
  .jobs-details_content .jobs-details_content-inner {
    padding-right: 50px;
  }
}
.jobs-details_content .jobs-details_title {
  margin-bottom: 16px;
}
.jobs-details_content .post-header {
  margin-bottom: 30px;
}
.jobs-details_content .job-sidebar .asll-btn {
  margin-bottom: 30px;
}
.jobs-details_content .job-share-title {
  font-size: 16px;
}
.jobs-details_content .social-share-link-title {
  display: none;
}

.akijshipping-jobs__grid-wrapper .col-md-6 {
  margin-bottom: 24px;
}

.asll-job {
  background: #fff;
  padding: 32px;
  background: #fff;
  height: 100%;
}
.asll-job .asll-job-box .post-header {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .asll-job .asll-job-box .post-meta {
    display: block;
  }
}
.asll-job .asll-job-box .post-meta li {
  font-size: 16px;
  color: #66717C;
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .asll-job .asll-job-box .post-meta li {
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0;
  }
}
.asll-job .asll-job-box .post-meta li .posted-on {
  font-size: 16px;
  font-weight: 500;
}
.asll-job .asll-job-box .post-meta li .posted-on a {
  color: #66717C;
}
@media (max-width: 480px) {
  .asll-job .asll-job-box .post-meta li a {
    font-size: 14px;
  }
}
.asll-job .asll-job-box__title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 8px;
}
.asll-job .asll-job-box .job-post-content {
  color: #66717C;
  margin-bottom: 24px;
}
.asll-job .asll-job-box .asll-btn {
  padding: 10px 30px;
}

/*--------------------------------------------------------------
## Logo Carousel
--------------------------------------------------------------*/
.client-logo {
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.client-logo img {
  filter: gray; /* IE */
  -webkit-filter: grayscale(1); /* Old WebKit */
  -webkit-filter: grayscale(100%); /* New WebKit */
  filter: url(resources.svg#desaturate); /* older Firefox */
  filter: grayscale(100%); /* Current draft standard */
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}
.client-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.akijshipping-client-logo .swiper-wrapper {
  display: flex;
  align-items: center;
}

/* Logo Marque */
/*--------------------------------------------------------------
## Counter
--------------------------------------------------------------*/
.asll-counter {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.asll-counter__number {
  font-family: DIN-Bold;
  color: #000F29;
  font-size: 24px;
  line-height: 1;
  margin: 0;
  display: flex;
  align-items: center;
}
.asll-counter__title {
  margin: 0;
  color: #66717C;
}

.counter-wrapper {
  background: #F3F6F8;
  padding: 40px;
}
@media (max-width: 575px) {
  .counter-wrapper .asll-counter {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.asll-team {
  background: #F3F6F8;
}
.asll-team__info {
  padding: 32px;
}
.asll-team__name {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}
.asll-team__designation {
  font-size: 16px;
  color: #66717C;
  margin-bottom: 4px;
}
.asll-team__email {
  margin-bottom: 4px;
}
.asll-team__email a {
  font-size: 16px;
  color: #66717C;
  margin: 0;
}
.asll-team__email a:hover {
  color: #856B24;
}
.asll-team__phone {
  display: flex;
  gap: 10px;
}

/*--------------------------------------------------------------
## Blog Post Grid
--------------------------------------------------------------*/
.akijshipping__post-grid__blog-meta-category {
  color: #4d5afe;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.akijshipping__post-grid .akijshipping__feature-image {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.akijshipping__post-grid .akijshipping__feature-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 30px 0 rgba(133, 107, 36, 0.1);
}
.akijshipping__post-grid .akijshipping__entry-title {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}
.akijshipping__post-grid .posted-on a {
  color: #777f95;
  display: block;
  font-size: 16px;
}
.akijshipping__post-grid .akijshipping__blog-meta-category {
  color: #856B24;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.akijshipping__post-grid .akijshipping__blog-meta-category:not(:first-child) {
  margin-left: 10px;
}
.akijshipping__post-grid .akijshipping__blog-meta-category:not(:first-child):before {
  content: "/";
  margin-right: 10px;
}

.blog-post-one {
  margin-bottom: 24px;
}
.blog-post-one .feature-image {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.blog-post-one .feature-image a:before {
  display: none;
}
.blog-post-one .feature-image img {
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.blog-post-one .feature-image .post-meta {
  margin-bottom: 40px;
  margin-left: 0;
}
.blog-post-one .feature-image .post-meta li {
  text-transform: uppercase;
  font-weight: 500;
  color: #797986;
  font-size: 13px;
  display: inline-block;
}
.blog-post-one .feature-image .post-meta li.post-category a {
  font-size: 12px !important;
  font-weight: 500;
  background: rgba(133, 107, 36, 0.102);
  color: #856B24;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 6px 9px;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 5px;
}
.blog-post-one .feature-image .post-meta li.post-category a:not(:last-child) {
  margin-right: 7px;
}
.blog-post-one .feature-image .post-meta li.post-category a:hover {
  color: #fff;
  background: #856B24;
}
.blog-post-one .feature-image .post-meta li .posted-on a {
  text-transform: uppercase;
  font-weight: 500;
  color: #797986;
  font-size: 13px;
}
.blog-post-one .feature-image .post-meta li i {
  margin-right: 7px;
  font-size: 14px;
}
.blog-post-one .feature-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f3f6f8;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.blog-post-one .feature-image .entry-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px 40px;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.blog-post-one .feature-image .entry-content .author {
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
.blog-post-one .feature-image .entry-content .author a {
  color: #92929f;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.blog-post-one .feature-image .entry-content .author .avatar {
  border-radius: 50%;
  margin-right: 15px;
}
.blog-post-one .feature-image .entry-content .entry-title {
  font-size: 20px;
  font-weight: 600;
}
.blog-post-one .feature-image .entry-content .entry-title a {
  color: #212d46;
  transition: all 0.3s ease-in-out;
}
.blog-post-one .feature-image .entry-content p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.blog-post-one .feature-image:hover img {
  transform: scale(1.07);
}
.blog-post-one .feature-image:hover:before {
  background: rgba(1, 5, 14, 0.5);
}
.blog-post-one .feature-image:hover .entry-content {
  transform: translateY(-70px);
}
.blog-post-one .feature-image:hover .entry-content .author a {
  color: #fff;
}
.blog-post-one .feature-image:hover .author {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.blog-post-one .feature-image:hover .post-meta li.post-category a {
  background-color: #856B24;
  color: #fff;
}
.blog-post-one .feature-image:hover .entry-title a {
  color: #fff;
}
.blog-post-one .feature-image:hover p {
  opacity: 1;
  visibility: visible;
}
.blog-post-one .feature-image:hover .post-meta li {
  color: #fff;
}
.blog-post-one .feature-image:hover .post-meta li .posted-on a {
  color: #fff;
}
.blog-post-one .feature-image:hover .post-meta li i {
  color: #fff;
}
.blog-post-one .feature-image:hover p {
  color: #fff;
}
.blog-post-one .feature-image:hover .read-more-btn {
  color: #fff;
}
.blog-post-one .feature-image .read-more-btn {
  text-transform: uppercase;
  color: #797986;
  font-weight: 500;
  font-size: 13px;
  position: absolute;
  bottom: 50px;
  left: 40px;
  z-index: 2;
}
.blog-post-one .feature-image .read-more-btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.blog-post-one.color-two .entry-content .meta-cat a {
  background: rgba(255, 94, 133, 0.102);
  color: #ff5e85;
}
.blog-post-one.color-two .entry-content .meta-cat a:hover {
  background: #ff5e85;
  color: #fff;
}
.blog-post-one.color-three .entry-content .meta-cat a {
  background: rgba(120, 74, 252, 0.102);
  color: #784afc;
}
.blog-post-one.color-three .entry-content .meta-cat a:hover {
  background: #784afc;
  color: #fff;
}

.akijshipping-post__item {
  margin-bottom: 24px;
}
.akijshipping-post__item .akijshipping-post__feature-image {
  position: relative;
  margin-bottom: 12px;
}
.akijshipping-post__item .akijshipping-post__feature-image img {
  width: 100%;
}
.akijshipping-post__item .category-lists a {
  color: #000F29;
  font-weight: 500;
}
.akijshipping-post__item .category-lists a:not(:last-child) {
  margin-right: 10px;
}
.akijshipping-post__item .akijshipping-post__blog-content {
  padding: 32px;
  background: #F1F6FE;
}
@media (max-width: 767px) {
  .akijshipping-post__item .akijshipping-post__blog-content {
    padding: 25px 15px 30px;
  }
}
.akijshipping-post__item .akijshipping-post__date-meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #5e6371;
  margin-bottom: 16px;
  display: inline-block;
}
.akijshipping-post__item .akijshipping-post__date-meta .posted-on {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.akijshipping-post__item .akijshipping-post__date-meta .posted-on a {
  color: #5e6371;
}
.akijshipping-post__item .akijshipping-post__date-meta .posted-on a:hover {
  color: #856B24;
}
.akijshipping-post__item .akijshipping-post__date-meta i {
  margin-right: 5px;
  vertical-align: -1px;
}
.akijshipping-post__item .akijshipping-post__entry-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  font-family: DIN-Black;
}
.akijshipping-post__item .akijshipping-post__entry-title a:hover {
  text-decoration: underline;
  color: #000F29;
}
.akijshipping-post__item p.akijshipping-post__entry-content {
  margin: 0;
}
.akijshipping-post__item .akijshipping-post__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px;
  border-top: 1px solid #ecf0f9;
}
.akijshipping-post__item .akijshipping-post__meta-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.akijshipping-post__item .akijshipping-post__author-avatar {
  font-size: 14px;
}
.akijshipping-post__item .akijshipping-post__author-avatar a {
  color: #000F29;
  font-size: 14px;
}
.akijshipping-post__item .akijshipping-post__comments,
.akijshipping-post__item .akijshipping-post__views {
  font-size: 14px;
  color: #5e6371;
  display: inline-block;
  line-height: 1;
}
.akijshipping-post__item .akijshipping-post__comments .comment-text,
.akijshipping-post__item .akijshipping-post__views .comment-text {
  display: none;
}
.akijshipping-post__item .akijshipping-post__comments i,
.akijshipping-post__item .akijshipping-post__views i {
  margin-right: 3px;
  vertical-align: -2px;
  font-size: 16px;
}
.akijshipping-post__item .post_view_count {
  display: inline-block;
  margin: 0;
}
.akijshipping-post__item .post_view_count span {
  display: none;
}

.akijshipping__post-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f1f6fe;
  padding: 0;
}
@media (max-width: 767px) {
  .akijshipping__post-list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .akijshipping__post-list {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .akijshipping__post-list:not(:last-child) .akijshipping__feature-image {
    border-bottom: 1px solid #2d3741;
  }
}
.akijshipping__post-list .akijshipping__feature-image {
  max-width: 400px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .akijshipping__post-list .akijshipping__feature-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .akijshipping__post-list .akijshipping__feature-image {
    width: 100%;
    max-width: 100%;
    min-height: 215px;
  }
}
.akijshipping__post-list .akijshipping__feature-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202026;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.akijshipping__post-list .akijshipping__feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.akijshipping__post-list .akijshipping__meta-category-wrapper {
  margin-bottom: 18px;
}
.akijshipping__post-list .akijshipping__blog-meta-category {
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  background: #4d3b8e;
  border-radius: 30px;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
}
.akijshipping__post-list .akijshipping__blog-meta-category:not(:last-child) {
  margin-right: 10px;
}
.akijshipping__post-list .akijshipping__blog-content {
  flex: 2;
  padding: 30px 9%;
  border: 1px dashed #cbd3e1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .akijshipping__post-list .akijshipping__blog-content {
    padding: 30px 5%;
  }
}
@media (max-width: 1200px) {
  .akijshipping__post-list .akijshipping__blog-content {
    padding: 25px;
  }
}
.akijshipping__post-list .akijshipping-post__entry-content {
  margin-bottom: 30px;
  font-size: 18px;
  color: #4e566d;
  line-height: 28px;
}
@media (max-width: 991px) {
  .akijshipping__post-list .akijshipping-post__entry-content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.akijshipping__post-list .akijshipping__entry-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.akijshipping__post-list .akijshipping__entry-title a {
  color: #fff;
  text-decoration: revert;
}
.akijshipping__post-list .akijshipping__post-list-title-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 30px;
  z-index: 2;
}
.akijshipping__post-list .akijshipping__post-list--meta {
  display: flex;
  gap: 20px;
}
.akijshipping__post-list .akijshipping-post__date-meta .posted-on,
.akijshipping__post-list .akijshipping-post__author-meta .posted-on {
  vertical-align: middle;
}
.akijshipping__post-list .akijshipping__post-list--meta a {
  color: #8c96af;
  font-size: 14px;
  font-weight: 400;
}
.akijshipping__post-list .akijshipping__post-list--meta a:hover {
  color: #856B24;
}
.akijshipping__post-list:hover .akijshipping__feature-image:after {
  opacity: 1;
}
.akijshipping__post-list:hover .akijshipping__entry-title a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Icon Box
--------------------------------------------------------------*/
.akijshipping-icon-box {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.akijshipping-icon-box.icon--left, .akijshipping-icon-box.icon--right {
  display: flex;
  flex-wrap: wrap;
}
.akijshipping-icon-box.icon--left .akijshipping-icon-box__icon-container, .akijshipping-icon-box.icon--right .akijshipping-icon-box__icon-container {
  margin-bottom: 0;
}
.akijshipping-icon-box.icon--left .akijshipping-icon-box__content, .akijshipping-icon-box.icon--right .akijshipping-icon-box__content {
  flex: 2;
}
.akijshipping-icon-box.icon--left {
  text-align: left;
}
.akijshipping-icon-box.icon--left .akijshipping-icon-box__icon-container {
  margin-right: 20px;
}
.akijshipping-icon-box.icon--right {
  text-align: right;
}
.akijshipping-icon-box.icon--right .akijshipping-icon-box__icon-container {
  order: 2;
  margin-left: 20px;
}
.akijshipping-icon-box__icon-container {
  margin-bottom: 35px;
  display: inline-flex;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  font-size: 2em;
  color: #856B24;
  position: relative;
  transition: all 0.3s ease-in-out;
  height: max-content;
}
.akijshipping-icon-box__icon-container i, .akijshipping-icon-box__icon-container svg, .akijshipping-icon-box__icon-container img {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.akijshipping-icon-box__icon-shape img, .akijshipping-icon-box__icon-shape svg {
  position: absolute;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.akijshipping-icon-box--icon-shape .akijshipping-icon-box__icon-container {
  min-height: 100px;
  position: relative;
  margin-bottom: 25px;
  padding: 15px 0;
  width: 100%;
  justify-content: center;
}
.akijshipping-icon-box--icon-shape .akijshipping-icon-box__icon-container .shape-image {
  position: absolute;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: auto;
  min-width: 51px;
  width: auto;
}
.akijshipping-icon-box--icon-shape .akijshipping-icon-box__icon-container img:not(.shape-image) {
  min-width: 50px;
}
.akijshipping-icon-box__content {
  position: relative;
}
.akijshipping-icon-box__title {
  margin-bottom: 24px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.akijshipping-icon-box__title a {
  color: #000F29;
}
.akijshipping-icon-box__title a:hover {
  color: #856B24;
}
.akijshipping-icon-box__description {
  margin: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .akijshipping-icon-box__description br {
    display: none;
  }
}
.akijshipping-icon-box__button {
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
}
.akijshipping-icon-box__button i {
  font-size: 90%;
}
.akijshipping-icon-box__button:not(.asll-btn) {
  color: #000F29;
  font-weight: 500;
}
.akijshipping-icon-box__button:not(.asll-btn):hover {
  color: #856B24;
}
.akijshipping-icon-box .asll-btn {
  margin-top: 45px;
}
.akijshipping-icon-box .asll-btn.btn-outline {
  border-color: #e0e3e8;
  color: #6a7695;
}
.akijshipping-icon-box .asll-btn.btn-outline:hover {
  border-color: #856B24;
  color: #fff;
}
.akijshipping-icon-box__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 17px;
  line-height: 1;
  background-color: rgba(133, 107, 36, 0.2);
  color: #856B24;
  border-radius: 4px;
  width: max-content;
  height: max-content;
}
.akijshipping-icon-box .button-text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.akijshipping-icon-box .button-text-wrapper .akijshipping-button-icon {
  line-height: 1;
}
.akijshipping-icon-box .button-text-wrapper .elementor-button-text {
  flex-grow: 1;
  display: inline-block;
  order: 1;
}
.akijshipping-icon-box .button-text-wrapper .akijshipping-align-icon-right {
  order: 2;
}

.akijshipping-shape-circle .akijshipping-icon-box__icon-container {
  border-radius: 50%;
}

.akijshipping-view-stacked .akijshipping-icon-box__icon-container, .akijshipping-view-framed .akijshipping-icon-box__icon-container {
  padding: 0.5em;
  text-align: center;
}

.akijshipping-view-stacked .akijshipping-icon-box__icon-container {
  background-color: #856B24;
  color: #fff;
}

.akijshipping-view-framed .akijshipping-icon-box__icon-container {
  border: 2px solid #856B24;
  color: #856B24;
}

.akijshipping-shape-rounded .akijshipping-icon-box__icon-container {
  border-radius: 6px;
}

.bg-hover-type--creative {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.bg-hover-type--creative:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  background-color: #856B24;
}
.bg-hover-type--creative.bg-hover-direction--left:before {
  transform-origin: right center;
  transform: scale(0, 1);
}
.bg-hover-type--creative.bg-hover-direction--left:hover:before {
  transform-origin: left center;
  transform: scale(1, 1);
}
.bg-hover-type--creative.bg-hover-direction--right:before {
  transform-origin: left center;
  transform: scale(0, 1);
}
.bg-hover-type--creative.bg-hover-direction--right:hover:before {
  transform-origin: right center;
  transform: scale(1, 1);
}
.bg-hover-type--creative.bg-hover-direction--top:before {
  transform-origin: center bottom;
  transform: scale(1, 0);
}
.bg-hover-type--creative.bg-hover-direction--top:hover:before {
  transform-origin: center top;
  transform: scale(1, 1);
}
.bg-hover-type--creative.bg-hover-direction--bottom:before {
  transform-origin: center top;
  transform: scale(1, 0);
}
.bg-hover-type--creative.bg-hover-direction--bottom:hover:before {
  transform-origin: center bottom;
  transform: scale(1, 1);
}

/*--------------------------------------------------------------
## Logo List
--------------------------------------------------------------*/
.asll-logo-list {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 991px) {
  .asll-logo-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .asll-logo-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.asll-logo-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.asll-logo-list__item:hover {
  background-color: #fff;
  box-shadow: -2px 16px 66px rgba(73, 73, 73, 0.1);
  border-color: #fff;
}

/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/
#akijshipping-dynamic-tabs {
  position: relative;
  z-index: 2;
}
#akijshipping-dynamic-tabs.horizontal #akijshipping-dynamic-tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #CCD0D3;
  display: inline-flex;
}
#akijshipping-dynamic-tabs.horizontal #akijshipping-dynamic-tabs-nav li {
  display: inline-block;
}
#akijshipping-dynamic-tabs.horizontal #akijshipping-dynamic-tabs-nav .tab-badge {
  color: #FD462C;
  font-size: 12px;
  font-weight: 700;
  background: rgba(253, 70, 44, 0.1);
  padding: 3px 7px 5px;
  border-radius: 30px;
  margin-left: 5px;
  display: inline-block;
  line-height: 1;
}
#akijshipping-dynamic-tabs.horizontal #akijshipping-dynamic-tabs-nav.style-one li:not(:last-child) {
  margin-right: 0;
  border-right: 1px solid #CCD0D3;
}
#akijshipping-dynamic-tabs.horizontal #akijshipping-dynamic-tabs-nav.style-one li a {
  font-size: 16px;
  font-weight: 500;
  padding: 17px 26px;
  color: #525258;
  display: inline-flex;
  align-items: center;
}
#akijshipping-dynamic-tabs.horizontal #akijshipping-dynamic-tabs-nav.style-one li.active {
  border-color: #856B24;
}
#akijshipping-dynamic-tabs.horizontal #akijshipping-dynamic-tabs-nav.style-one li.active a {
  background-color: #856B24;
  color: #ffffff;
}
#akijshipping-dynamic-tabs.horizontal #akijshipping-dynamic-tabs-nav.style-two {
  border-bottom: 1px solid #E8E8E9;
  position: relative;
}
#akijshipping-dynamic-tabs.horizontal #akijshipping-dynamic-tabs-nav.style-two li:nth-child(-n+2) {
  margin-right: 70px;
}
#akijshipping-dynamic-tabs.horizontal #akijshipping-dynamic-tabs-nav.style-two li a {
  background: #BFE3E8;
  border-radius: 25px;
  padding: 17px 36px;
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
  color: #5A5E62;
  display: inline-block;
  position: relative;
}
#akijshipping-dynamic-tabs.horizontal #akijshipping-dynamic-tabs-nav.style-two li.active a {
  color: #856B24;
}
#akijshipping-dynamic-tabs.horizontal #akijshipping-dynamic-tabs-nav.style-two li.active a:after {
  animation: featureProgressScaleX 10s linear forwards;
}
#akijshipping-dynamic-tabs.horizontal .akijshipping-dynamic-tabs-contents {
  margin-top: 60px;
}
#akijshipping-dynamic-tabs.vertical {
  display: flex;
}
@media (max-width: 767px) {
  #akijshipping-dynamic-tabs.vertical {
    flex-direction: column;
  }
}
#akijshipping-dynamic-tabs.vertical #akijshipping-dynamic-tabs-nav {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  min-width: 200px;
  height: max-content;
  text-align: left;
  margin-right: 50px;
}
@media (max-width: 767px) {
  #akijshipping-dynamic-tabs.vertical #akijshipping-dynamic-tabs-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  #akijshipping-dynamic-tabs.vertical #akijshipping-dynamic-tabs-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
#akijshipping-dynamic-tabs.vertical #akijshipping-dynamic-tabs-nav li {
  display: block;
}
#akijshipping-dynamic-tabs.vertical #akijshipping-dynamic-tabs-nav li:not(:last-child) {
  margin-bottom: 20px;
}
#akijshipping-dynamic-tabs.vertical #akijshipping-dynamic-tabs-nav li a {
  background: #BFE3E8;
  border-radius: 30px;
  padding: 17px 36px;
  font-family: DIN-Bold;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #akijshipping-dynamic-tabs.vertical #akijshipping-dynamic-tabs-nav li a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
#akijshipping-dynamic-tabs.vertical #akijshipping-dynamic-tabs-nav li.active a {
  color: #ffffff;
  background: #856B24;
}
#akijshipping-dynamic-tabs.vertical #akijshipping-dynamic-tabs-content {
  flex: 1;
  overflow-y: auto;
}

.akijshipping-dynamic-tabs-wrapper .content {
  position: relative;
}
.akijshipping-dynamic-tabs-wrapper .content:not(:first-child) {
  display: none;
}

.tab-swipe-line {
  background: #856B24;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2px;
  bottom: 0;
}

@keyframes featureProgressScale {
  0% {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes featureProgressScaleX {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.d-none {
  display: none !important;
}

.block-vertical-slider #scrollspy {
  position: sticky;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease-in;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.block-vertical-slider #scrollspy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease-in;
  margin-right: 50px;
}

.block-vertical-slider #scrollspy .list-group-item.active {
  background-color: #ff8200;
}

.block-vertical-slider #scrollspy .list-group-item {
  width: 8px;
  background-color: #d0d3d4;
  border-radius: 0;
  padding: 0;
  height: 100%;
  max-height: 92px;
  margin-bottom: 12px;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ff8200;
  border-color: #ff8200;
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.block-vertical-slider .slider-content.active {
  opacity: 1;
}

.block-vertical-slider .slider-content h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #111921;
}
@media screen and (max-width: 991px) {
  .block-vertical-slider .slider-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .block-vertical-slider .slider-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .block-vertical-slider .slider-content h3 br {
    display: none;
  }
}

.block-vertical-slider .slider-content {
  opacity: 0.6;
  transition: all 0.2s ease-in;
}
.block-vertical-slider .slider-content p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #5A5E62;
  margin-bottom: 26px;
}
.block-vertical-slider .slider-content .asll-btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #0987F8;
  border-color: #0987F8;
  padding: 9px 26px;
  line-height: 1.2;
}
.block-vertical-slider .slider-content .asll-btn:hover {
  color: #fff;
  background-color: #0987F8;
  border-color: #0987F8;
}

.block-vertical-slider {
  position: relative;
}

@media (min-width: 768px) {
  .block-vertical-slider .slider-image {
    position: sticky;
    top: 200px;
    transition: all 0.2s ease-in;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper:first-child {
    opacity: 1 !important;
  }
  .d-md-block {
    display: block !important;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper:first-child {
    opacity: 1 !important;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper {
    transition: all 0.2s ease-in;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .block-vertical-slider .slider-image {
    position: sticky;
    top: 200px;
    transition: all 0.2s ease-in;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper:first-child {
    opacity: 1 !important;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper {
    transition: all 0.2s ease-in;
  }
  .block-vertical-slider .slider-content {
    display: block;
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: 300px;
  }
  .d-md-block {
    display: block !important;
  }
  .block-vertical-slider .slider-image .slider-image--wrapper:not(:first-child) {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
  }
}
.akijshipping-scrolling-tab__content {
  position: relative;
}
.akijshipping-scrolling-tab__content .circle-shape {
  position: absolute;
  background: #E7F0FD;
  z-index: -1;
}
.akijshipping-scrolling-tab__content.akijshipping-scrolling-tab__content--one .circle-shape {
  width: 370px;
  height: 370px;
  right: -37px;
  top: -70px;
  border-radius: 50%;
}
.akijshipping-scrolling-tab__content.akijshipping-scrolling-tab__content--one .akijshipping-scrolling-tab__content-image-one {
  flex: 1;
  margin-right: 10px;
}
.akijshipping-scrolling-tab__content.akijshipping-scrolling-tab__content--two .circle-shape {
  width: 100%;
  height: 280px;
  top: 0;
  left: 0;
}
.akijshipping-scrolling-tab__content.akijshipping-scrolling-tab__content--two .akijshipping-scrolling-tab__content-image-two {
  flex: 1;
  margin-left: 10px;
}

/*--------------------------------------------------------------
## Fleet
--------------------------------------------------------------*/
.fleet-details_content {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .asll-gallery-slider-wrapper {
    margin-top: 50px;
  }
}

.asll-gallery-top {
  margin-bottom: 15px;
}
.asll-gallery-top .asll-slider-image {
  height: 310px;
}
.asll-gallery-top .asll-slider-image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.swiper-gallery-pagination {
  text-align: center;
  margin-top: 7px;
}
.swiper-gallery-pagination .swiper-pagination-bullet {
  background: #CCD0D3;
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 4px;
  border-radius: 0;
  margin: 0 4px;
}
.swiper-gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #856B24;
  width: 32px;
}

.asll-gallery-thumbs-wrapper {
  position: relative;
}

.asll-gallery-thumbs {
  position: relative;
}
.asll-gallery-thumbs .swiper-slide .asll-slider-thumbnail img {
  width: 100%;
  height: 95px;
  object-fit: cover;
  opacity: 0.6;
}
.asll-gallery-thumbs .swiper-slide.swiper-slide-active .asll-slider-thumbnail img {
  opacity: 1;
}

.asll-slider-thumbnail img {
  width: 100%;
  height: 95px;
  object-fit: cover;
}

h2.fleet-details__title {
  font-size: 48px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  h2.fleet-details__title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  h2.fleet-details__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.fleet-details-wrapper {
  padding-bottom: 90px;
}

.fleet-slider-prev {
  left: -17px;
}

.fleet-slider-next {
  right: -17px;
}

.fleet-slider-prev, .fleet-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  border: 1px solid #E7ECF2;
  background: #F3F6F8;
  z-index: 2;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.contact-info-wrapper .contact-info:not(:last-child) {
  margin-bottom: 38px;
}
.contact-info-wrapper .contact-info .info-title {
  font-size: 16px;
  font-weight: 600;
  color: #2c2c51;
}
.contact-info-wrapper .contact-info .info-title.style-two {
  color: #856B24;
}
.contact-info-wrapper .contact-info p {
  margin-bottom: 0;
}
.contact-info-wrapper .phone {
  display: flex;
  margin-bottom: 21px;
}
.contact-info-wrapper .phone i {
  color: #856B24;
  margin-right: 12px;
  font-size: 25px;
}
@media (max-width: 480px) {
  .contact-info-wrapper .phone i {
    font-size: 20px;
  }
}
.contact-info-wrapper .phone .phone-number {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 480px) {
  .contact-info-wrapper .phone .phone-number {
    font-size: 24px;
  }
}
.contact-info-wrapper .email {
  margin-bottom: 44px;
}
.contact-info-wrapper .email .email-id {
  font-family: DIN-Bold;
  font-size: 20px;
  color: #4c4c4c;
  margin: 0;
}

/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/
.asll-contact-info {
  background: #F3F0E9;
  padding: 32px;
}
.asll-contact-info__title {
  font-family: DIN-Bold;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
.asll-contact-info__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.asll-contact-info__list li {
  display: flex;
  align-items: center;
  color: #66717C;
}
.asll-contact-info__list li:not(:last-child) {
  margin-bottom: 16px;
}
.asll-contact-info__list li svg {
  min-width: 24px;
  margin-right: 10px;
}
.asll-contact-info__list li a {
  color: #66717C;
}
.asll-contact-info__list li a:hover {
  color: #856B24;
}

/*--------------------------------------------------------------
## Vessels
--------------------------------------------------------------*/
.asll-vessels {
  position: relative;
  margin-bottom: 24px !important;
  overflow: hidden;
}
.asll-vessels__thumb img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.asll-vessels__content {
  position: absolute;
  bottom: 0;
  height: 132px;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 32px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.asll-vessels__content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -60px;
  width: 100%;
  height: 100%;
  background: #F3F6F8;
  z-index: -1;
  transform: skewX(17deg);
}
@media (max-width: 380px) {
  .asll-vessels__content:before {
    left: -35px;
    transform: skewX(12deg);
  }
}
.asll-vessels__content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -45px;
  width: 100%;
  height: 100%;
  background: #856B24;
  z-index: -2;
  transform: skewX(17deg);
}
@media (max-width: 380px) {
  .asll-vessels__content:after {
    left: -20px;
    transform: skewX(12deg);
  }
}
.asll-vessels:hover .asll-vessels__thumb img {
  transform: scale(1.1) translateY(-20px);
}
.asll-vessels__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.asll-vessels__title:hover {
  color: #856B24;
}
.asll-vessels__excerpt {
  padding-bottom: 15px;
  position: relative;
  color: #856B24;
  font-size: 16px;
  text-decoration-line: underline;
  font-weight: 600;
}
.asll-vessels__excerpt p {
  margin: 0;
  position: relative;
}
.asll-vessels__lists {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-top: 10px;
}
.asll-vessels__lists::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  background: transparent;
  top: 0 !important;
  left: 0;
}
.asll-vessels__lists li {
  display: block;
}
.asll-vessels__list-item {
  color: #66717C;
}
.asll-vessels__list-item:not(:last-child) {
  margin-bottom: 8px;
}
.asll-vessels__list-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.asll-vessels__list-value {
  color: #001224;
  font-weight: 700;
}
.asll-vessels .asll-vessels__feature-lists {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
.asll-vessels .asll-btn {
  width: max-content;
  margin: 0 auto;
}
.asll-vessels .asll-btn svg {
  margin-right: 5px;
}
.asll-vessels .asll-btn svg path {
  transition: all 0.3s ease-in-out;
}
.asll-vessels .asll-btn:hover svg path {
  fill: #fff;
}

/*--------------------------------------------------------------
## Image
--------------------------------------------------------------*/
.image-wrapper {
  position: relative;
}
.image-wrapper .content-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.popup-play-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 55px;
  width: 55px;
  background: #fff;
  display: block;
  line-height: 58px;
  font-size: 24px;
  border-radius: 50%;
  animation: ripple-white 1s linear infinite;
  color: #856B24;
}
.popup-play-btn i {
  margin-left: 8px;
}
.popup-play-btn:hover {
  background: #856B24;
  color: #fff;
}

.akijshipping-parallax__image {
  position: relative;
  z-index: 3;
  text-align: right;
  max-width: 670px;
}
.akijshipping-parallax__image .image-two, .akijshipping-parallax__image .image-three {
  position: absolute;
}
.akijshipping-parallax__image .image-two {
  left: 190px;
  top: 210px;
}
.akijshipping-parallax__image .image-three {
  bottom: 210px;
  left: 104px;
}
.akijshipping-parallax__image .circle {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 30px;
  background-image: linear-gradient(60deg, #504cfa 0%, #ff3695 100%);
  height: 500px;
  width: 500px;
  opacity: 0.051 !important;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .akijshipping-parallax__image .circle {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .akijshipping-parallax__image .circle {
    height: 300px;
    width: 300px;
  }
}
.akijshipping-parallax__image .dot_shape {
  position: absolute;
  left: 165px;
  bottom: 45px;
  z-index: -1;
  animation: wave 3s 0.1s infinite linear;
  right: 0;
  top: 100px;
}
.akijshipping-parallax__image-style-2 .parallax-image {
  position: relative;
  z-index: 2;
  margin-left: -55px;
}
.akijshipping-parallax__image-style-2 .circle {
  display: block;
  height: 340px;
  width: 340px;
  background: #fefcf3;
  border-radius: 50%;
  position: absolute;
  bottom: -25px;
  left: -110px;
  opacity: 1 !important;
  z-index: -1;
}
.akijshipping-parallax__image-style-2 .dot_shape {
  position: absolute;
  left: 165px;
  right: auto;
  bottom: 45px;
  top: auto;
  z-index: 1;
  animation: wave 3s 0.1s infinite linear;
}
.akijshipping-parallax__image-style-3 .parallax-image {
  margin-right: -50px;
}
.akijshipping-parallax__image-style-3 .circle {
  background: #fcf8fc;
  right: -140px;
  left: auto;
  top: auto;
  bottom: 40px;
  opacity: 1 !important;
  height: 340px;
  width: 340px;
  z-index: -2;
}
.akijshipping-parallax__image-style-3 .dot_shape {
  right: 140px;
  top: auto;
  left: auto;
  bottom: 50px;
  opacity: 1;
}
.akijshipping-parallax__image-style-4 .parallax-image {
  position: relative;
  z-index: 3;
  margin-left: 65px;
  text-align: left;
}
.akijshipping-parallax__image-style-4 .image-two {
  left: 270px;
  top: 50px;
  z-index: 2;
}
.akijshipping-parallax__image-style-4 .circle {
  position: absolute;
  right: -40%;
  left: auto;
  top: -20%;
  height: 650px;
  width: 650px;
  background: #f6f9fb;
  border-radius: 50%;
  opacity: 1 !important;
}
.akijshipping-parallax__image-style-4 .dot_shape {
  right: -60px;
  left: auto;
  top: auto;
  bottom: 20px;
  z-index: 1;
  animation: jump 3s infinite;
}
.akijshipping-parallax__image-style-5 {
  position: relative;
  max-width: 470px;
  height: 624px;
  margin: 0 auto;
}
.akijshipping-parallax__image-style-5 .animate-circle.style-one {
  position: absolute;
  top: 0;
  margin-right: -43px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.akijshipping-parallax__image-style-5 .animate-circle img {
  position: absolute;
}
.akijshipping-parallax__image-style-5 .animate-circle .anim-bg-one {
  right: -80px;
  top: 80px;
  animation: wave 4s 0.1s infinite linear;
}
.akijshipping-parallax__image-style-5 .animate-circle .anim-bg-two {
  top: 127px;
  left: 57px;
  animation: wave 3s 0.1s infinite linear;
  transition-delay: 0.3s;
}
.akijshipping-parallax__image-style-5 .animate-circle .anim-bg-three {
  left: 25px;
  top: 150px;
  animation: wave 2s 0.1s infinite linear;
  transition-delay: 0.5s;
}
.akijshipping-parallax__image-style-5 .image-one {
  right: -33px;
  top: 0;
}
.akijshipping-parallax__image-style-5 .image-two {
  left: 3px;
  top: 53%;
  transform: translateY(-50%);
  z-index: 44;
}

@keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
  }
}
@keyframes jump {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error_page {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .error_page {
    padding: 120px 0 130px;
  }
}
.error_page .error-page-content {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .error_page .error-page-content {
    text-align: center;
    margin-bottom: 40px;
  }
}
.error_page .error-page-content .error-title {
  font-size: 48px;
  color: #000F29;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .error_page .error-page-content .error-title {
    font-size: 32px;
  }
}
.error_page .error-page-content p {
  color: #66717C;
  font-size: 18px;
  margin-bottom: 40px;
}
.error_page .error-image {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.error_page .error-image img {
  max-width: 920px;
}
.error_page .animate-element {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.error_page .animate-element li {
  position: absolute;
}
.error_page .animate-element li:nth-child(1) {
  top: 37%;
  left: 11%;
}
.error_page .animate-element li:nth-child(2) {
  bottom: 29%;
  left: 11%;
}
.error_page .animate-element li:nth-child(3) {
  top: 25%;
  right: 100px;
}
.error_page .animate-element li:nth-child(4) {
  bottom: 33%;
  right: 12%;
}
@media (max-width: 991px) {
  .error_page .animate-element li:nth-child(1) {
    top: 18%;
    left: 2%;
  }
  .error_page .animate-element li:nth-child(2) {
    bottom: 10%;
    left: 3%;
  }
  .error_page .animate-element li:nth-child(3) {
    top: 16%;
    right: 25px;
  }
  .error_page .animate-element li:nth-child(4) {
    bottom: 5%;
    right: 2%;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}

.comments-rating label {
  display: inline-block;
}

.rating-container {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating-container * {
  font-size: 1.4rem;
}

.rating-container > input {
  display: none;
}

.rating-container > input + label {
  /* only enough room for the star */
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}

.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #f0ae0f;
  text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}

.rating-container > .star-cb-clear + label:before {
  width: 0.5em;
}

.rating-container:hover > input + label:before {
  content: "\f154";
  color: #888;
  text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: #f0ae0f;
  text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
  text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
  text-indent: -9999px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  overflow: hidden;
}
.site-footer.footer_dark {
  background: #001224;
}
.site-footer.footer_dark .description, .site-footer.footer_dark p {
  color: #CCD0D3;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.7;
}
.site-footer.footer_dark .logo-dark {
  display: none;
}
.site-footer .widget {
  position: relative;
  z-index: 2;
  padding: 0;
}
.site-footer .widget ul.footer-social-link {
  margin-top: 15px;
}
.site-footer .widget ul.footer-social-link li {
  display: inline-block;
}
.site-footer .widget ul.footer-social-link li:not(:last-child) {
  margin-right: 7px;
}
.site-footer .widget ul.footer-social-link li a {
  border: 2px solid rgba(255, 255, 255, 0.2);
  height: 44px;
  width: 44px;
  line-height: 41px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.site-footer .widget ul.footer-social-link li a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #856B24;
}
.site-footer .tagcloud a {
  color: #000F29;
  margin-bottom: 7px;
}
.site-footer .footer-wrapper {
  padding: 80px 0 31px;
}
.site-footer .site-info {
  position: relative;
  z-index: 22;
}
.site-footer .site-info .site-info-wrapper {
  border-top: 1px solid #334250;
}
.site-footer .site-info .site-info-inner {
  padding: 35px 0;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .site-footer .site-info .site-info-inner {
    display: block !important;
    text-align: center;
    padding: 20px 0;
  }
  .site-footer .site-info .site-info-inner .copyright {
    margin-bottom: 10px;
  }
}
.site-footer .site-info .copyright {
  padding: 41px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .site-footer .site-info .copyright {
    padding: 15px 0;
  }
}
.site-footer .site-info .copyright p {
  margin: 0;
  color: #CCD0D3;
  font-size: 16px;
}
.site-footer .site-info .copyright p a {
  color: #ffffff;
}
.site-footer .site-info .copyright p a:hover {
  color: #856B24;
}
.site-footer .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
  max-width: 48px;
}
.site-footer .menu-footer-menu-container {
  padding: 41px 0;
}
@media (max-width: 991px) {
  .site-footer .menu-footer-menu-container {
    padding: 0 0 15px 0;
  }
}

.akijshipping_about_widget_block {
  max-width: 380px;
}
.akijshipping_about_widget_block .akijshipping-footer-logo {
  margin-bottom: 18px;
}

.footer-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .footer-social-icons {
    order: 2;
  }
}
.footer-social-icons li {
  display: inline-block;
  margin: 0 3px;
}
.footer-social-icons li a {
  color: #808891;
  display: block;
  height: 34px;
  width: 34px;
  background: #334250;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
}
.footer-social-icons li a:hover {
  background: #134679;
  color: #ffffff;
}

.widget-newsletter .form-result {
  margin: 10px 0 0;
  padding: 10px 15px;
  line-height: 22px;
}
.widget-newsletter .newsletter-inner {
  background-color: #f3f6f8;
  border-radius: 6px;
  overflow: hidden;
}
.widget-newsletter .form-control[type=email] {
  margin-bottom: 0 !important;
  height: 50px;
  padding: 0 15px !important;
  border-radius: 0;
  background-color: transparent !important;
  border: 0 !important;
  color: #000F29;
}
.widget-newsletter .form-control[type=email]:focus {
  box-shadow: none;
  color: #000F29;
}
.widget-newsletter .newsletter-submit {
  border-radius: 0;
  padding: 10px 25px;
  min-width: 60px;
  box-shadow: none !important;
}
.widget-newsletter .newsletter-submit i.fa-circle-o-notch {
  display: none;
}
.widget-newsletter .newsletter-submit:hover {
  background-color: #856B24;
  color: #fff;
}
.widget-newsletter .newsletter-submit.clicked i.fa-paper-plane {
  display: none;
}
.widget-newsletter .newsletter-submit.clicked i.fa-circle-o-notch {
  display: block;
}
.widget-newsletter .form-result .content {
  font-size: 14px;
}

.site-footer .widget .akijshipping-block-social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .widget .akijshipping-block-social-link li {
  display: inline-block;
}
.site-footer .widget .akijshipping-block-social-link li:not(:last-child) {
  margin-right: 7px !important;
}
.site-footer .widget .akijshipping-block-social-link li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.302);
  border-radius: 30px;
  font-size: 14px;
}
.site-footer .widget .akijshipping-block-social-link li a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #856B24;
}

.footer-social-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-social-wrap {
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
  }
  .footer-social-wrap .footer-social-wrapper {
    margin-bottom: 20px;
  }
  .footer-social-wrap .copyright {
    padding: 15px 0 5px;
  }
}

.wp-widget-block-newsletter {
  max-width: 400px;
}

.single-post .footer_light, .blog .footer_light, .archive .footer_light, .search-results .footer_light, .single-akijshipping_job .footer_light, .single-akijshipping_support .footer_light {
  background-color: #F8F9FA;
}

.site-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-menu li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.site-footer-menu li:not(:last-child) {
  margin-right: 0;
  padding-right: 10px;
}
.site-footer-menu li:not(:last-child):after {
  content: ".";
  position: absolute;
  right: 0;
  bottom: 0;
}
.site-footer-menu li a {
  color: #CCD0D3;
  font-size: 15px;
  font-weight: 400;
}
.site-footer-menu li a:hover {
  color: #856B24;
}

.akijshipping-products-container {
  padding: 100px 0;
}

.woocommerce-products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.woocommerce-products-header .woocommerce-result-count {
  margin: 0;
  font-size: 15px;
}
.woocommerce-products-header .orderby {
  margin: 0;
  height: 40px;
  font-size: 14px;
  background-size: 10px;
  padding: 10px 20px;
}

.onsale {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 15px;
  padding: 5px 10px;
  background: #856B24;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
}

.akijshipping-product {
  position: relative;
}
.akijshipping-product .button:not(.akijshipping_product_wishlist_button), .akijshipping-product .added_to_cart {
  position: relative;
  padding: 11px 20px;
  border: 1px solid #000F29;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  background-color: #fff;
  font-size: 15px;
  min-height: 40px;
  min-width: 120px;
  text-align: center;
}
.akijshipping-product .button:not(.akijshipping_product_wishlist_button).added, .akijshipping-product .added_to_cart.added {
  display: none;
}
.akijshipping-product .button:not(.akijshipping_product_wishlist_button):after, .akijshipping-product .added_to_cart:after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  transition-delay: 0.1s;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  z-index: 1;
  border: 1px solid transparent;
  animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite;
}
.akijshipping-product .button:not(.akijshipping_product_wishlist_button).loading, .akijshipping-product .added_to_cart.loading {
  width: auto;
}
.akijshipping-product .button:not(.akijshipping_product_wishlist_button).loading span, .akijshipping-product .added_to_cart.loading span {
  color: transparent;
}
.akijshipping-product .button:not(.akijshipping_product_wishlist_button).loading.product_type_simple, .akijshipping-product .button:not(.akijshipping_product_wishlist_button).loading.product_type_subscription, .akijshipping-product .added_to_cart.loading.product_type_simple, .akijshipping-product .added_to_cart.loading.product_type_subscription {
  color: transparent;
}
.akijshipping-product .button:not(.akijshipping_product_wishlist_button).loading.product_type_simple:after, .akijshipping-product .button:not(.akijshipping_product_wishlist_button).loading.product_type_subscription:after, .akijshipping-product .added_to_cart.loading.product_type_simple:after, .akijshipping-product .added_to_cart.loading.product_type_subscription:after {
  transition-delay: 0.1s;
  color: #000;
  border-top: 1px solid;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  z-index: 1;
}
.akijshipping-product .button:not(.akijshipping_product_wishlist_button).loading.product_type_simple:hover:after, .akijshipping-product .button:not(.akijshipping_product_wishlist_button).loading.product_type_subscription:hover:after, .akijshipping-product .added_to_cart.loading.product_type_simple:hover:after, .akijshipping-product .added_to_cart.loading.product_type_subscription:hover:after {
  color: #fff;
}
.akijshipping-product .button:not(.akijshipping_product_wishlist_button):hover, .akijshipping-product .added_to_cart:hover {
  background-color: #000F29;
  color: #fff;
}
.akijshipping-product .tooltip {
  position: absolute;
  background: #000F29;
  color: #fff;
  top: -120%;
  z-index: 2;
  font-size: 10px;
  font-weight: 500;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  line-height: 1;
}
.akijshipping-product .tooltip:after {
  position: absolute;
  bottom: -16px;
  right: auto;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent transparent;
  border-top-color: #000F29;
  animation: none;
  opacity: 1;
}

.add_to_wishlist {
  opacity: 1 !important;
}
.add_to_wishlist:after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  transition-delay: 0.1s;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  z-index: 1;
  border: 1px solid transparent;
  animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite;
}
.add_to_wishlist.loading .default-heart {
  display: none;
}
.add_to_wishlist.loading svg {
  fill: #000;
}
.add_to_wishlist.loading:after {
  transition-delay: 0.1s;
  color: #000;
  border-top: 1px solid;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  z-index: 1;
}
.add_to_wishlist.loading:hover:after {
  color: #fff;
}
.add_to_wishlist .blockOverlay {
  display: none !important;
}

.akijshipping-product-image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.akijshipping-product-image .akijshipping-product-buttons {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.akijshipping-product-image .image-hover {
  position: absolute;
  top: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.akijshipping-product-image:hover .image-hover {
  transform: translateX(-100%);
}
.akijshipping-product-image:hover .akijshipping-product-buttons {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.akijshipping-product-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quickview-button, .akijshipping_product_wishlist_button {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #000F29;
  text-align: center;
  background-color: #fff;
  position: relative;
  font-size: 16px;
}
.quickview-button:hover, .akijshipping_product_wishlist_button:hover {
  background-color: #000F29;
  color: #fff;
}
.quickview-button:hover .tooltip, .akijshipping_product_wishlist_button:hover .tooltip {
  opacity: 1;
  top: -100%;
}
.quickview-button:hover svg path, .akijshipping_product_wishlist_button:hover svg path {
  fill: #fff;
}

.quickview-button {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.quickview-button:after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  transition-delay: 0.1s;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  z-index: 1;
  border: 1px solid transparent;
  animation: loader_fade 0.5s ease-in, loader_spinner 0.5s linear infinite;
}
.quickview-button.loading {
  color: transparent;
}
.quickview-button.loading:after {
  transition-delay: 0.1s;
  color: #000;
  border-top: 1px solid;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  z-index: 1;
}
.quickview-button.loading:hover:after {
  color: #fff;
}

.akijshipping_product_wishlist_button {
  line-height: 36px;
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

.akijshipping_product_wishlist_button svg {
  width: 14px;
  height: auto;
}
.akijshipping_product_wishlist_button .like-heart {
  display: none;
}
.akijshipping_product_wishlist_button.added .default-heart {
  display: none;
}
.akijshipping_product_wishlist_button.added .like-heart {
  display: inline;
}

.akijshipping-product-info {
  text-align: center;
  padding: 20px 30px 30px;
}
.akijshipping-product-info .rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.akijshipping-product-info span.price {
  font-size: 14px;
  font-weight: 600;
  color: #767676;
}

.akijshipping-product-list-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.star-rating {
  font-family: icomoon;
  overflow: hidden;
  position: relative;
  width: 85px;
  height: 1.2em;
  line-height: 1.2em;
  display: inline-block;
  font-size: 13px;
}
.star-rating:before {
  content: "\e9d9\e9d9\e9d9\e9d9\e9d9";
  color: #b6bbbe;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 4px;
}
.star-rating span {
  font-family: icomoon;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\e9d9\e9d9\e9d9\e9d9\e9d9";
  top: 0;
  position: absolute;
  left: 0;
  color: #e8ac0c;
  letter-spacing: 4px;
}

p.stars {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  font-family: "icomoon";
}

p.stars a:before {
  display: block;
  font-family: "icomoon";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3em;
  color: #666;
  content: "\e9d9";
  transition: all 0.3s ease;
}

p.stars a {
  display: inline-block;
}

p.stars a:hover ~ a:before, p.stars.selected:not(:hover) a.active ~ a:before {
  color: #b6bbbe;
}

p.stars:hover a:before, p.stars.selected:not(:hover) a:before {
  color: #ffbc53;
  content: "\e9d9";
  font-family: "icomoon";
}

p.stars a:before {
  display: block;
  font-family: "icomoon";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3em;
  color: #b6bbbe;
  content: "\e9d9";
  transition: all 0.3s ease;
}

.rating {
  display: flex;
  align-items: center;
}

.rating .review-count {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

@-webkit-keyframes loader_spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader_spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.shop-single-breadcrumb {
  padding: 30px 0;
  background: #fafafc;
}

.woocommerce-message {
  background-color: #d4edda;
  color: #155724;
  font-size: 0.875rem;
  line-height: 1.125rem;
  list-style-type: none;
  position: relative;
  margin-bottom: 2.5rem;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
}
.woocommerce-message .wc-forward {
  color: #155724;
  font-weight: 600;
  position: relative;
  order: 2;
  padding-bottom: 4px;
  display: inline-block;
}
.woocommerce-message .wc-forward:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: inline-block;
  background: #155724;
  height: 3px;
}

.woocommerce-product-gallery__wrapper {
  margin: 0;
  position: relative;
}

.woocommerce-product-gallery__image {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.woocommerce-product-gallery__image img {
  width: 100%;
}

.flex-control-nav {
  margin: 10px -5px 0;
  padding: 0;
  list-style: none;
}
.flex-control-nav li {
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 5px;
  cursor: pointer;
}
.flex-control-nav li img {
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.flex-control-nav li img.flex-active {
  opacity: 0.5;
}

@media (min-width: 992px) {
  .entry-summary {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .entry-summary {
    margin-top: 50px;
  }
}
.entry-summary .product_title {
  font-size: 36px;
}
.entry-summary .woocommerce-product-rating {
  margin-bottom: 20px;
}
.entry-summary .woocommerce-product-details__short-description {
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.entry-summary .product_meta {
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.entry-summary .price {
  font-size: 30px;
  color: #000F29;
  font-weight: 600;
}
.entry-summary .single_add_to_cart_button {
  margin-left: 10px;
}
.entry-summary a.reset_variations {
  font-size: 13px;
  position: relative;
  padding-left: 12px;
  line-height: 1;
}
.entry-summary a.reset_variations:before {
  content: "\ea0f";
  font-family: "IcoMoon" !important;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 8px;
}
.entry-summary .yith-wcwl-icon, .entry-summary .feedback {
  display: none;
}
.entry-summary .yith-wcwl-add-button .add_to_wishlist {
  padding-left: 20px;
  position: relative;
}
.entry-summary .yith-wcwl-add-button .add_to_wishlist:before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
  font-size: 15px;
}
.entry-summary .yith-wcwl-add-button .add_to_wishlist span {
  display: inline-block;
}
.entry-summary .yith-wcwl-add-button.loading .add_to_wishlist:after {
  left: 8px;
  color: #000F29;
  transition-delay: 0.1s;
  border-top: 1px solid;
  z-index: 1;
}
.entry-summary .yith-wcwl-add-button.loading .add_to_wishlist:before {
  opacity: 0;
}
.entry-summary .yith-wcwl-add-button.loading .add_to_wishlist.blockOverlay {
  display: none;
}
.entry-summary .yith-wcwl-wishlistexistsbrowse > a, .entry-summary .yith-wcwl-wishlistaddedbrowse > a {
  padding-left: 20px;
  position: relative;
}
.entry-summary .yith-wcwl-wishlistexistsbrowse > a:before, .entry-summary .yith-wcwl-wishlistaddedbrowse > a:before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  font-size: 15px;
}
.entry-summary .yith-wcwl-wishlistexistsbrowse > a span, .entry-summary .yith-wcwl-wishlistaddedbrowse > a span {
  display: inline-block;
  margin-left: 5px;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}

.product_meta {
  margin-top: 30px;
}

.variations select {
  margin: 0;
}
.variations tbody > tr > th {
  background-color: transparent;
}

.quantity {
  width: 110px;
  display: inline-flex;
  align-items: center;
  position: relative;
  background-color: transparent;
  border: 1.5px solid #dce0e5;
  border-radius: 30px;
  line-height: 1;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input:not([type=checkbox]):not([type=submit]) {
  box-shadow: none;
}
.quantity .qty {
  margin: 0 !important;
  border-radius: 0;
  height: 46px;
  background-color: transparent !important;
  border: 0 !important;
  color: #000F29;
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px 0 15px !important;
  text-align: center !important;
}
.quantity .qty:focus {
  border-color: transparent;
}
.quantity .minus-btn, .quantity .plus-btn {
  height: 15px;
  width: 30px;
  text-align: center;
}
.quantity .minus-btn {
  margin-left: 10px;
}
.quantity .plus-btn {
  margin-right: 10px;
}

.reset_variations {
  display: none;
}

.product_meta .sku_wrapper, .product_meta .posted_in {
  display: block;
  color: #000F29;
}

.woocommerce-tabs .wc-tabs {
  margin: 100px 0 40px;
  padding: 0 0 20px;
  border-bottom: 1px solid #eee;
  list-style: none;
  text-align: center;
}
.woocommerce-tabs .wc-tabs li {
  display: inline-block;
  margin: 0 15px;
}
.woocommerce-tabs .wc-tabs li.active a {
  color: #856B24;
}
.woocommerce-tabs table td {
  width: 50%;
}
.woocommerce-tabs h2 {
  font-size: 24px;
}

.woocommerce-Reviews #comments {
  margin-top: 0;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item__value p {
  margin-bottom: 0;
}

h2.woocommerce-Reviews-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.woocommerce-Reviews .comment-form textarea {
  margin-bottom: 10px;
}

.comment-form-comment {
  margin-bottom: 0;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.commentlist li:not(:last-child) {
  border-bottom: 1px solid #E5E7E9;
  margin-bottom: 20px;
}

.author-avatar-wrapper {
  display: flex;
  align-items: center;
}
.author-avatar-wrapper img {
  border-radius: 50%;
  margin-right: 10px;
}
.author-avatar-wrapper .meta {
  margin: 0;
  line-height: 26px;
  font-size: 16px;
  color: #000F29;
}
.author-avatar-wrapper .meta strong {
  font-weight: 600;
}
.author-avatar-wrapper .meta .woocommerce-review__published-date, .author-avatar-wrapper .meta .woocommerce-review__dash {
  font-size: 13px;
  color: #8d979e;
}
.author-avatar-wrapper .author-info {
  display: flex;
  flex-direction: column;
}

.comment-text {
  margin-top: 15px;
}

.woocommerce-Reviews #reply-title {
  font-size: 16px;
  color: #000F29;
}
.woocommerce-Reviews .comment-form-rating label, .woocommerce-Reviews .comment-form-comment label {
  font-size: 14px;
  color: #000F29;
  margin-right: 10px;
}
.woocommerce-Reviews .comment-form-rating label .required, .woocommerce-Reviews .comment-form-comment label .required {
  color: darkred;
}

/* Quick View*/
.product_detail {
  display: flex;
}

.akijshipping-quick-view.active {
  opacity: 1;
  visibility: visible;
}

.slider_img_productd {
  position: relative;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 34px;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  cursor: pointer;
}
.slick-arrow.feather-chevron-right {
  right: 20px;
}
.slick-arrow.feather-chevron-left {
  left: 20px;
}

.akijshipping-quick-view {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.akijshipping-quick-view .woocommerce-notices-wrapper {
  margin-bottom: 0;
}
.akijshipping-quick-view form.cart {
  display: flex;
  align-items: center;
}
.akijshipping-quick-view .product_meta {
  margin-top: 30px;
}
.akijshipping-quick-view .quickview-container {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 1000px;
  transition: all 0.3s ease-in-out;
}
.akijshipping-quick-view.active .quickview-container {
  transform: translate(-50%, -50%) scale(1);
}
.akijshipping-quick-view .quickview-close {
  text-align: center;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 15px;
  color: #3e4a5e;
  z-index: 10000;
  width: 36px;
  height: 36px;
  border: 1px solid lightgrey;
  font-size: 20px;
  line-height: 36px;
  border-radius: 4px;
}
.akijshipping-quick-view .quickview-close:hover {
  background: #856B24;
  color: #fff;
  border-color: #856B24;
}
.akijshipping-quick-view .product_detail {
  overflow: hidden;
  display: flex;
  background: #fff;
  color: #818995;
  border-radius: 10px;
  position: relative;
  height: 500px;
}
.akijshipping-quick-view .slider_img_productd .slick-arrow {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: transparent;
  top: calc(50% - 12.5px);
  border: 0;
  color: #3e4a5e;
  font-size: 22px;
}
.akijshipping-quick-view .slider_img_productd .slick-arrow.fa-angle-left {
  left: 15px;
}
.akijshipping-quick-view .slick-dots {
  position: absolute;
  bottom: 35px;
}
.akijshipping-quick-view .slick-dots li, .akijshipping-quick-view .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.akijshipping-quick-view .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #d4d4d4;
  padding: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
}
.akijshipping-quick-view .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.akijshipping-quick-view .quickview-container .akijshipping-single-info .content_product_detail {
  padding: 50px 40px;
  width: 100%;
}

.akijshipping-single-info {
  overflow-y: auto;
}

.akijshipping-single-info, .img-quickview {
  width: 50%;
}

.img-quickview {
  height: 100%;
}

.akijshipping-single-info::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.akijshipping-single-info::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.akijshipping-single-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.akijshipping-single-info::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

.akijshipping-single-info::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}

.wishlist_table thead {
  background: transparent;
}
.wishlist_table td {
  text-align: left;
}
.wishlist_table td.product-add-to-cart {
  text-align: right;
}
.wishlist_table td.product-remove {
  text-align: center;
}
.wishlist_table td.product-remove a {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  border-radius: 30px;
}

.wishlist_table .product-add-to-cart a {
  display: inline-block !important;
  padding: 13px 30px;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid #856B24;
  background: #856B24;
  color: #fff;
  font-weight: 500;
}
.wishlist_table .product-add-to-cart a .tooltip {
  display: none;
}
.wishlist_table .product-add-to-cart a:hover {
  color: #856B24;
  background: transparent;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
  font-size: 16px;
  font-weight: 500;
}

table.wishlist_table tbody td, table.wishlist_table thead th {
  font-size: 16px;
  text-align: left;
}
table.wishlist_table tbody td ins, table.wishlist_table thead th ins {
  font-weight: 600;
}

td.product-name a {
  font-weight: 500;
  color: #000F29;
}
td.product-name a:hover {
  color: #856B24;
}

.wishlist_table tr td.product-thumbnail a img {
  width: 100%;
  border-radius: 6px;
}

.product_list_widget {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product_list_widget li {
  padding-left: 85px !important;
  min-height: 70px;
}
.product_list_widget li:not(:last-child) {
  margin-bottom: 15px !important;
}
.product_list_widget li > a {
  display: block;
}
.product_list_widget li > a span {
  color: #000F29;
  transition: all 0.3s ease-in-out;
}
.product_list_widget li > a span:hover {
  color: #856B24;
}
.product_list_widget li .star-rating {
  display: block;
}
.product_list_widget li:before {
  display: none;
}
.product_list_widget li .woocommerce-Price-amount {
  font-size: 14px;
}
.product_list_widget li img {
  width: 70px;
  position: absolute;
  left: 0;
  height: 70px;
}

.wc-block-price-filter__range-input-wrapper input:not([type=checkbox]):not([type=submit]) {
  border: 0;
  padding: 0;
  height: auto;
}
.wc-block-price-filter__range-input-wrapper input:not([type=checkbox]):not([type=submit]):focus, .wc-block-price-filter__range-input-wrapper textarea:focus {
  border: 0 !important;
}

.wc-block-price-filter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider__range-input-progress {
  width: 100%;
}

input.wc-block-components-price-slider__amount {
  padding: 0 !important;
  margin: 0;
  width: auto;
  background-color: transparent !important;
  height: max-content;
  border-radius: 0 !important;
}

.wc-block-components-price-slider__range-input-progress {
  --range-color: #00CFC8;
}

.wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider__range-input-progress {
  height: 3px;
  box-shadow: none;
}

.wc-block-price-filter__controls input {
  margin-bottom: 0 !important;
}

.wc-block-components-price-slider__controls {
  display: inline-block;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  border: 0 !important;
  font-size: 14px;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.wc-block-components-price-slider__range-input {
  padding: 0;
  border: 0;
  outline: none;
  background: transparent !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px !important;
}
.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
  cursor: default;
  height: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  background-position: 0 0;
  width: 14px;
  height: 14px;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: none;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: -6px 0 0;
  background-color: #856B24;
  border: 0;
  border-radius: 30px;
  position: relative;
}

button.wc-block-components-filter-reset-button {
  background-color: #f0f2f4;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 30px;
  color: #090b29;
  font-weight: 600;
  font-size: 14px;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
  background-position-y: -23px;
  background-color: #856B24;
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
  border: 0;
}
.wc-block-components-price-slider__range-input::-moz-range-track {
  cursor: default;
  height: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-progress {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 28px;
  height: 23px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: none;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input::-ms-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 28px;
  height: 23px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: none;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-ms-thumb:hover {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-ms-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
  z-index: 21;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
  margin-left: -2px;
  background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
  background-position-x: left;
  transform: translate(-2px, 4px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
  background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
  z-index: 20;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
  background-position-x: right;
  margin-left: 2px;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
  background-position-x: right;
  transform: translate(2px, 4px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
  background-position-x: right;
}

.wc-block-components-filter-reset-button:hover {
  background-color: #856B24;
  color: #fff;
}

table.shop_table tbody tr:not(:last-child) {
  border-bottom: 1px solid #E5E7E9;
}

.woocommerce-cart table.shop_table td.product-thumbnail {
  padding-right: 10px;
  line-height: 1;
  width: 14%;
}

.woocommerce-cart table.shop_table td.product-thumbnail a {
  display: block;
  max-width: 100px;
  border-radius: 6px;
  overflow: hidden;
}

.woocommerce-cart table.shop_table td.product-thumbnail img {
  min-width: 100px;
}

h3.product-name {
  font-size: 18px;
}

.woocommerce-cart-form {
  border: 1px solid #E5E7E9;
  border-radius: 10px;
  padding: 15px;
}
.woocommerce-cart-form table {
  border: 0;
  margin-bottom: 0;
}
.woocommerce-cart-form table.shop_table tbody tr {
  border-top: 0;
}
.woocommerce-cart-form td:last-child {
  border-right: 0;
}
.woocommerce-cart-form .woocommerce-Price-amount {
  color: #000F29;
  font-weight: 600;
}

.product-name-wrapper, .product-info-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-name-wrapper {
  margin-bottom: 10px;
}
.product-name-wrapper .product-name {
  margin-bottom: 0;
}

.product-info-bottom .quantity .qty {
  height: 40px;
}
.product-info-bottom a.remove {
  font-size: 14px;
  color: #919191;
  line-height: 1;
  display: inline-block;
}
.product-info-bottom a.remove i {
  margin-right: 3px;
  vertical-align: -1px;
}
.product-info-bottom a.remove:hover {
  color: #000F29;
}

.cart_totals > h2 {
  display: none;
}

.checkout-button {
  display: block;
  background: #000F29;
  color: #fff;
  padding: 15px 30px;
  line-height: 1.2;
  text-align: center;
  border-radius: 6px;
}
.checkout-button:hover {
  color: #fff;
  background: #856B24;
}

.cart_totals {
  background: #F1F6FE;
  padding: 20px 20px 30px;
  border-radius: 10px;
}
.cart_totals .shop_table {
  border: 0;
}
.cart_totals .shop_table tbody > tr {
  border-top: 0;
}
.cart_totals .shop_table td:last-child {
  border-right: 0;
  font-size: 14px;
  color: #000F29;
}
.cart_totals .shop_table td {
  text-align: right;
}
.cart_totals .shop_table td p strong {
  font-weight: 600;
  color: #000F29;
}
.cart_totals .shop_table th:not(:last-child) {
  font-weight: 400;
}
.cart_totals .shop_table .order-total th {
  font-weight: 600;
}
.cart_totals .shop_table .order-total strong {
  font-weight: 600;
}
.cart_totals .shop_table .order-total .woocommerce-Price-amount {
  color: #000F29;
  font-size: 16px;
}

.woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-notices-wrapper {
  margin-bottom: 30px;
}

.woocommerce-info {
  padding: 20px 30px;
  background-color: #F1F6FE;
  border-radius: 6px;
  border-top: 3px solid #856B24;
}
.woocommerce-info a {
  font-weight: 600;
}

.checkout_coupon p {
  margin-top: 20px;
}

.woocommerce-error {
  padding: 0.9em 1.5em;
  margin: 0 0 20px;
  position: relative;
  background-color: #F1F6FE;
  border-top: 3px solid #856B24;
  list-style: none !important;
  width: auto;
  border-radius: 6px;
}
.woocommerce-error strong {
  color: #000F29;
  font-weight: 600;
}

.wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

#payment {
  padding: 30px;
  background-color: #F1F6FE;
  border-radius: 10px;
}

.shop-table-wrapper {
  padding: 30px;
  background-color: #F1F6FE;
  border-radius: 10px;
  margin-bottom: 30px;
}
.shop-table-wrapper table {
  border: 0;
  margin: 0;
}
.shop-table-wrapper table .product-total {
  text-align: right;
  font-size: 15px;
}
.shop-table-wrapper table .product-name {
  width: 60%;
  font-size: 15px;
}
.shop-table-wrapper table td, .shop-table-wrapper table th {
  padding: 10px 0;
}
.shop-table-wrapper table > tr {
  border-top: 0;
  border-bottom: 1px solid #d3d3d3;
}
.shop-table-wrapper table > tr th:last-child {
  text-align: right;
}
.shop-table-wrapper table td.product-name strong {
  font-weight: 600;
  color: #000F29;
}
.shop-table-wrapper table td:last-child {
  text-align: right;
  border-right: 0;
}
.shop-table-wrapper table tfoot, .shop-table-wrapper table .woocommerce-shipping-totals, .shop-table-wrapper table .order-total {
  border-top: 1px solid #d3d3d3;
}
.shop-table-wrapper .woocommerce-Price-amount {
  color: #000F29;
}
.shop-table-wrapper .shop-table-wrapper {
  padding: 0;
  margin: 0;
}

.payment_box p {
  font-size: 14px;
}

.wc_payment_method [type=radio]:checked + label {
  color: #000F29;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

.select2-container .select2-selection--single {
  height: 44px;
  border-color: #E5E7E9;
  padding: 8px 10px;
  margin-bottom: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
}

.woocommerce-billing-fields__field-wrapper > p, .woocommerce-shipping-fields__field-wrapper > p {
  margin-bottom: 0;
}

#ship-to-different-address {
  overflow: hidden;
}

#ship-to-different-address label input[type=checkbox] {
  display: none;
}

#ship-to-different-address label span {
  position: relative;
  display: block;
  margin: 0;
  padding-inline-end: 48px;
}

#ship-to-different-address label {
  font-weight: inherit;
  cursor: pointer;
  color: inherit;
  margin: 0;
  font-size: inherit;
}

#ship-to-different-address label input[type=checkbox]:checked + span:after {
  right: 3px;
}

#ship-to-different-address label input[type=checkbox]:checked + span:before {
  background-color: #856B24;
}

#ship-to-different-address label span:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  height: 20px;
  width: 36px;
  margin: auto;
  background-color: #c2c2c2;
  border-radius: 90px;
  transition: 0.1s;
}

#ship-to-different-address label span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 14px;
  height: 14px;
  margin: auto;
  background-color: #fff;
  border-radius: 90px;
  transition: 0.3s ease-in-out;
}

.box-form-login {
  padding: 50px;
  border: 1px solid #E5E7E9;
  border-radius: 10px;
}

.rememberme-lost {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px;
}

.login .button, .register .button {
  width: 100%;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}

.woocommerce-account div.woocommerce {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation {
  width: 25%;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #E5E7E9;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul {
    border-right: 0;
    border-bottom: 1px solid #E5E7E9;
  }
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
  }
}
.woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li:not(:last-child) {
    margin-right: 17px;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 13px;
  }
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #856B24;
}

.woocommerce-MyAccount-content {
  flex: 2;
  padding-left: 65px;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-content {
    padding-left: 0;
    margin-top: 30px;
  }
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .hello-customer {
  font-size: 24px;
  font-weight: 400;
  color: #000F29;
}
.woocommerce-account .woocommerce-MyAccount-content .hello-customer .not-admin {
  font-size: 18px;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .hello-customer {
    font-size: 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-content .hello-customer .not-admin {
    font-size: 16px;
  }
}

.addresses .woocommerce-Address {
  width: 100% !important;
  border: 1px solid #E5E7E9;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.addresses .woocommerce-Address-title.title {
  margin-bottom: 30px;
}
.addresses .woocommerce-Address-title.title h3 {
  font-size: 20px;
  margin: 0;
}
.addresses a.edit {
  padding: 12px 30px;
  color: #ffffff;
  font-size: 14px;
  background-color: #000F29;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  margin-top: 30px;
}
.addresses a.edit:hover {
  background-color: #856B24;
}

.woocommerce-EditAccountForm p {
  margin-bottom: 0;
}
.woocommerce-EditAccountForm legend {
  font-size: 18px;
  color: #000F29;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  padding: 18px 30px;
  height: auto;
  background-color: #856B24;
  border: 0;
  font-weight: 500;
  border-radius: 0;
  font-size: 16px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #856B24;
  color: #ffffff;
}

.return-to-top {
  position: fixed;
  bottom: -30px;
  right: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  z-index: 998;
  border-radius: 50%;
  opacity: 0;
  transition: bottom 0.5s ease, opacity 0.5s ease;
}
.return-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  opacity: 1;
  display: block;
  transform: scale(1);
  border-radius: inherit;
  transition: transform 0.5s ease, opacity 0.6s ease;
}
.return-to-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0 transparent;
  transform: scale(1);
  transition: all 0.3s ease;
  border-radius: inherit;
}
.return-to-top > i {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  width: inherit;
  height: inherit;
  line-height: inherit;
  display: block;
  color: transparent;
  text-shadow: 0 0 #fff, 0 50px #fff;
  -webkit-transition: text-shadow 0.2s ease;
  -moz-transition: text-shadow 0.2s ease;
  transition: text-shadow 0.2s ease;
  z-index: 1;
}
.return-to-top:hover:after {
  transform: scale(1.07);
  background: #856B24;
  box-shadow: 0 10px 20px 8px rgba(133, 107, 36, 0.15);
}
.home-analytics .return-to-top:hover:after {
  background: #856B24;
  box-shadow: 0 10px 20px 8px rgba(133, 107, 36, 0.15);
}
.return-to-top:hover > i {
  text-shadow: 0 -50px #fff, 0 0 #fff;
}
.return-to-top.back-top {
  bottom: 20px;
  opacity: 1;
}

input:not([type=checkbox]):not([type=submit]),
textarea {
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 15px;
  font-weight: 400;
  outline: 0;
  transition: all 0.3s linear;
  border: 1px solid #E5E7E9;
  border-radius: 0;
  background-color: #fff;
  font-size: 15px;
  height: 60px;
}
input:not([type=checkbox]):not([type=submit])::placeholder,
textarea::placeholder {
  color: #6A6A74;
}
input:not([type=checkbox]):not([type=submit]):focus,
textarea:focus {
  box-shadow: none !important;
  background-color: #fff;
  border-color: #001224;
}

select {
  width: 100%;
  background-color: #fafafc;
  border: 1px solid #f1f1f6;
  font-size: 16px;
  display: inline-block;
  background-position: right 10px center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.656 490.656' style='enable-background:new 0 0 490.656 490.656;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M487.536,120.445c-4.16-4.16-10.923-4.16-15.083,0L245.317,347.581L18.203,120.445c-4.16-4.16-10.923-4.16-15.083,0 c-4.16,4.16-4.16,10.923,0,15.083l234.667,234.667c2.069,2.091,4.8,3.136,7.531,3.136s5.461-1.045,7.552-3.115l234.667-234.667 C491.696,131.368,491.696,124.627,487.536,120.445z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 5px;
  margin-bottom: 20px;
}
select:focus {
  outline: 0;
}

.form-submit {
  margin: 0;
}

textarea {
  height: 160px;
  margin-bottom: 20px;
}

.post-password-form input, .post-password-form label {
  margin: 0;
}
.post-password-form input[type=password] {
  height: 51px;
  border-width: 2px;
  padding: 0 15px;
  background: #F1F6FE;
}
.post-password-form input[type=submit] {
  background: #856B24;
  color: #fff;
  border: 0;
  height: 50px;
  border-radius: 4px;
}
.post-password-form input[type=submit]:hover {
  background: #000F29;
}

.contact-form label {
  width: 100%;
}
.contact-form p {
  margin-bottom: 0;
}

input[type=checkbox], input[type=radio] {
  height: auto;
}

.wpcf7-form-control input[type=checkbox], .wpcf7-form-control input[type=radio] {
  margin: 10px;
}
.wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 15px;
}
.wpcf7-form-control .wpcf7-list-item > label {
  display: flex;
  align-items: baseline;
  font-size: 15px;
  line-height: 22px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #856B24;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-result {
  display: none;
}

.wpcf7 .ajax-loader {
  display: block;
}

.contact-form p {
  position: relative;
}
.contact-form p i {
  position: absolute;
  left: 11px;
  bottom: 35px;
  z-index: 2;
  height: 40px;
  width: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.wpcf7-form-control-wrap {
  display: block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000F29;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #856B24;
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Primary Menu
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 999;
}
.error404 .site-header {
  box-shadow: 0 2px 6px rgba(1, 15, 28, 0.1);
}
.site-header .container-fluid {
  max-width: 1755px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.site-header .site-logo .site-title {
  font-size: 34px;
  font-weight: 500;
  padding: 8px 0;
  margin: 0;
}
.site-header .site-logo a {
  font-size: 30px;
  font-weight: 700;
  padding: 21px 0;
  display: block;
  color: #000F29;
}
@media (max-width: 991px) {
  .site-header .site-logo a {
    padding: 13px 0;
  }
}
.site-header .site-logo a h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #000F29;
}
.site-header .site-logo .logo-sticky {
  display: none;
}
.site-header .add-menu {
  margin: 0;
  padding: 31px 0;
  list-style: none;
  font-weight: 500;
}
.site-header .add-menu li a {
  color: #000F29;
}
.site-header .add-menu li a:hover {
  color: #856B24;
}
.site-header .akijshipping-hamburger {
  width: 24px;
  cursor: pointer;
}
.site-header .akijshipping-hamburger.active {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .site-header .akijshipping-hamburger {
    display: none;
  }
}
.site-header .akijshipping-hamburger:focus {
  outline: 0;
}
.site-header .akijshipping-hamburger .bar {
  background: #000F29;
  height: 2px;
  display: block;
}
.site-header .akijshipping-hamburger .bar:not(:last-child) {
  margin-bottom: 5px;
}
.site-header.header_transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 18, 36, 0.4) 0%, rgba(0, 18, 36, 0) 100%);
}
.site-header.showed {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 99999;
}
.header-position .site-header.showed {
  top: 32px;
}
@media (max-width: 782px) {
  .header-position .site-header.showed {
    top: 46px;
  }
}
.site-header.showed .site-logo .main-logo {
  display: none;
}
.site-header.showed .site-logo a {
  color: #000F29;
  padding: 13px 0;
}
.site-header.showed .site-logo h3 {
  color: #000F29;
}
.site-header.showed .add-menu li a {
  color: #000F29;
}
.site-header.showed .add-menu li a:hover {
  color: #856B24;
}
.site-header.showed .akijshipping-hamburger .bar {
  background: #000F29;
}
.site-header.header_dark .akijshipping-hamburger .bar {
  background: #000F29;
}
.site-header.header_dark .add-menu li a {
  color: #000F29;
}
.site-header.header_dark .site-logo a h3 {
  color: #000F29;
}
.site-header.header_light .akijshipping-hamburger .bar {
  background: #ffffff;
}
.site-header.header_light .add-menu li a {
  color: #ffffff;
}
.site-header.header_light .site-logo a h3 {
  color: #ffffff;
}
.site-header.header_light .site-main-menu > li.menu-item-has-children > a:after {
  color: #ffffff;
}
.site-header.header_light .site-main-menu > li > a {
  color: #ffffff;
}
.site-header.header_light .site-main-menu > li > a:hover {
  color: #856B24;
}
.site-header.header_light .site-main-menu > li > a:hover:after {
  color: #856B24;
}
.site-header.header_light .site-main-menu li.menu-item-has-children > a:hover:after {
  color: #ffffff;
}
.site-header ul.icon-menu:before {
  display: none;
}
.site-header .nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .nav-right .asll-btn {
  padding: 11px 30px;
}
.site-header .menu-wrapper {
  justify-content: center;
  display: flex;
  align-items: center;
}
.site-header .menu-wrapper .nav-right {
  display: none;
}
@media (max-width: 991px) {
  .site-header .menu-wrapper {
    display: block;
  }
  .site-header .menu-wrapper .nav-right {
    display: block;
    justify-content: start;
    margin-left: 30px;
    margin-top: 20px;
  }
}
.submenu-align-right .site-header {
  width: auto;
}
.site-header .site-main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .site-main-menu > li {
  position: relative;
}
@media (min-width: 992px) {
  .site-header .site-main-menu > li {
    padding: 36px 0;
  }
}
.site-header .site-main-menu > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #000F29;
}
.site-header .site-main-menu > li > a:hover {
  color: #856B24;
}
.site-header .site-main-menu > li.current_page_item a, .site-header .site-main-menu > li.current-menu-parent a {
  color: #856B24;
}
.site-header .site-main-menu > li.current_page_item .sub-menu .current-menu-item a:not(.tt-btn-link), .site-header .site-main-menu > li.current-menu-parent .sub-menu .current-menu-item a:not(.tt-btn-link) {
  color: #856B24;
}
.site-header .site-main-menu > li:not(.mega-menu) {
  position: relative;
}
.site-header .site-main-menu li {
  display: inline-block;
}
@media (max-width: 991px) {
  .site-header .site-main-menu li {
    display: block;
  }
}
.site-header .site-main-menu li:not(:last-child) {
  margin-right: 35px;
}
@media (max-width: 1200px) {
  .site-header .site-main-menu li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .site-header .site-main-menu li:not(:last-child) {
    margin-right: 0;
  }
}
.site-header .site-main-menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .site-header .site-main-menu li.menu-item-has-children > a:after {
    position: absolute;
    content: "\e64b";
    font-family: "themify";
    font-weight: 900;
    right: 0;
    font-size: 12px;
    top: 5px;
    line-height: 1;
    color: #000F29;
  }
}
.site-header .site-main-menu li.menu-item-has-children > a:hover:after {
  color: #856B24;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu {
  margin: 0;
}
@media (min-width: 992px) {
  .site-header .site-main-menu li.menu-item-has-children .sub-menu {
    padding: 15px 0;
    display: block;
    position: absolute;
    top: 115%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 10px rgba(20, 48, 58, 0.0823529412);
    min-width: 220px;
    z-index: 2222;
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu.sub-menu-wide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 80px 25px;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu.sub-menu-wide > .mega-menu-item > a.menu-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  color: #000F29;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu.sub-menu-wide .sub-menu {
  position: unset;
  box-shadow: unset;
  visibility: unset;
  opacity: unset;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li {
  display: block;
  position: relative;
  margin-right: 0;
  line-height: 36px;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li a:not(.tt-btn-link) {
  font-size: 15px;
  padding: 8px 20px;
  display: block;
  line-height: 1.4;
  color: #464A56;
  font-weight: 500;
}
@media (max-width: 991px) {
  .site-header .site-main-menu li.menu-item-has-children .sub-menu li a:not(.tt-btn-link) {
    padding: 12px 40px;
  }
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li a:not(.tt-btn-link):hover {
  color: #856B24;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li.has-submenu a:after {
  right: 20px;
  top: 6px;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li .sub-menu {
  padding: 15px 0;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 220px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 5px 10px rgba(20, 48, 58, 0.0823529412);
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.site-header .site-main-menu li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.single-post .site-header, .single-asll-jobs .site-header {
  background: #001224;
}
.single-post .site-header .site-logo a h3, .single-asll-jobs .site-header .site-logo a h3 {
  color: #ffffff;
}
.single-post .site-header .add-menu li a, .single-asll-jobs .site-header .add-menu li a {
  color: #fff;
}
.single-post .site-header .add-menu li a:hover, .single-asll-jobs .site-header .add-menu li a:hover {
  color: #856B24;
}
.single-post .site-header .site-main-menu > li > a, .single-asll-jobs .site-header .site-main-menu > li > a {
  color: #CCD0D3;
}
.single-post .site-header .site-main-menu > li > a:hover, .single-asll-jobs .site-header .site-main-menu > li > a:hover {
  color: #ffffff;
}
.single-post .site-header .site-main-menu > li.current-menu-item > a, .single-asll-jobs .site-header .site-main-menu > li.current-menu-item > a {
  color: #ffffff;
}
.site-header.submenu-align-right .menu-wrapper {
  width: auto;
}
.site-header.submenu-align-right .site-main-menu > li:nth-last-child(-n+3).menu-item-has-children .sub-menu {
  left: auto;
  right: 0;
}
.site-header.submenu-align-right .site-main-menu > li:nth-last-child(-n+3).menu-item-has-children .sub-menu li ul {
  right: 100%;
}
.site-header.header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.header--transparent.header_light:not(.showed) .site-main-menu > li > a {
  color: #fff;
}
.site-header.header--transparent.header_light:not(.showed) .site-main-menu > li.menu-item-has-children > a:after {
  color: #fff;
}
.site-header.header-fixed.showed:not(.mobile-header) .site-main-menu > li {
  padding: 27px 0;
}
.site-header.header-fixed.showed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.header-position .site-header.header-fixed.showed {
  top: 32px;
}
@media (max-width: 782px) {
  .header-position .site-header.header-fixed.showed {
    top: 46px;
  }
}
.header-position .site-header.header-fixed.showed .fullscreen-menu {
  top: 0;
}
.site-header.header-fixed.showed .site-logo .main-logo {
  display: none;
}
.site-header.header-fixed.showed .site-logo .logo-sticky {
  display: block;
}
.site-header.header-fixed.showed .site-main-menu li a {
  color: #000F29;
}
.site-header.header-fixed.showed .site-main-menu li a:hover {
  color: #856B24;
}
.site-header .elementor-widget .elementor-icon-list-icon {
  display: inline-flex;
}

@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.menu-trigger {
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  border: 0px solid transparent;
}
@media (max-width: 991px) {
  .menu-trigger {
    justify-content: center;
    display: block !important;
  }
}
.menu-trigger .dot_icon {
  display: flex;
  flex-wrap: wrap;
  width: 24px;
  height: 24px;
  margin: -2px;
  overflow: hidden;
}
.menu-trigger .dot_icon .dot {
  width: 4px;
  height: 4px;
  background: #000F29;
  margin: 2px;
  transition: all 0.3s linear;
}
.menu-light .menu-trigger .dot_icon .dot {
  background: #fff;
}
.menu-trigger:hover .dot_icon .dot:nth-child(odd) {
  transform: translate(8px, 8px);
}
.menu-trigger:hover .dot_icon .dot:nth-child(5) {
  opacity: 0;
}

#site-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  #site-navigation > div {
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .close-menu {
    display: none;
  }
}
.mobile-menu-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
}
.mobile-menu-header h3 {
  margin-bottom: 0;
}

.close-menu {
  height: 40px;
  width: 40px;
  background: rgba(136, 136, 136, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  color: #051441;
  font-size: 14px;
}

.site-main-menu {
  list-style: none;
}
.site-main-menu ul {
  list-style: none;
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }
}

.mobile-menu-icon > span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
### Main Nav Mobile
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .site-header {
    height: auto;
    /*--------------------------------------------------------------
    ### Main Nav
    --------------------------------------------------------------*/
  }
  .site-header .mobile-menu-header {
    display: flex;
  }
  .site-header .site-logo .logo-sticky {
    display: none;
  }
  .site-header .tt-hamburger {
    display: block;
  }
  .site-header.showed .logo-sticky {
    display: block;
  }
  .site-header.showed .main-nav-container .menu-item-depth-0 > a.active {
    color: #fff;
  }
  .site-header .nav-right {
    display: none;
  }
  .site-header .main-nav-container {
    position: fixed;
    top: 0;
    height: 100vh;
    background: #fff;
    max-width: 400px;
    width: 100%;
    text-align: left;
    overflow-y: auto;
    padding-bottom: 50px;
    right: -100px;
    transition-duration: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .header-position .site-header .main-nav-container {
    top: 32px;
  }
}
@media (max-width: 991px) and (max-width: 780px) {
  .header-position .site-header .main-nav-container {
    top: 46px;
  }
}
@media (max-width: 991px) and (max-width: 420px) {
  .site-header .main-nav-container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .site-header .main-nav-container.open {
    opacity: 1;
    right: 0;
    visibility: visible;
  }
  .site-header .main-nav-container li {
    position: relative;
  }
  .site-header .main-nav-container li a:not(.tt-btn-link) {
    font-family: "DIN-Bold";
    font-size: 16px;
    color: #000F29;
    position: relative;
    z-index: 1;
    padding: 14px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
  }
  .site-header .main-nav-container li a:not(.tt-btn-link):hover {
    display: block;
    background-color: #f5f5f5;
  }
  .site-header .main-nav-container li.is-open > a {
    background-color: #f5f5f5;
    color: #856B24;
  }
  .site-header .main-nav-container li .tt-btn-link {
    padding: 11px 35px;
  }
  .site-header .main-nav-container li i.ti-plus {
    position: absolute;
    right: 30px;
    top: 16px;
    font-size: 15px;
    z-index: 3;
  }
  .site-header .main-nav-container li.menu-item-has-children > a {
    position: relative;
  }
  .site-header .main-nav-container li.menu-item-has-children > a.active:after {
    content: "\e622";
  }
  .site-header .main-nav-container li.menu-item-has-children li a {
    font-size: 14px;
    text-transform: capitalize;
  }
  .site-header .main-nav-container.current-menu-item.is-open > a {
    display: block;
    background-color: #f5f5f5;
  }
  .site-header .main-nav-container .site-vertical-menu li a {
    padding: 12px 15px;
    margin-bottom: 0;
  }
  .header-position .site-header.showed .main-nav-container {
    top: 0;
  }
  .site-header .main-nav {
    position: static;
    z-index: 3333;
    line-height: 1.2;
  }
  .site-header .main-nav .site-main-menu {
    padding-left: 0;
  }
  .site-header .main-nav .sub-menu {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    display: none;
  }
  .site-header .main-nav .sub-menu > li {
    padding: 0;
  }
  .site-header .main-nav .sub-menu.active .main-item > .menu-link {
    background: #f8f9fa;
  }
  .site-header .main-nav .sub-menu li a {
    border-top: 0;
  }
  .site-header .main-nav .sub-menu li.is-open a.is-open .fa-chevron-down {
    color: #856B24;
  }
  .site-header .main-nav .sub-menu li.current-menu-item a.active {
    color: #856B24;
  }
  .site-header .main-nav .nav-item.active-main-item > .menu-link {
    color: #856B24;
    background: #f8f9fa;
    border-color: #856B24;
  }
  .site-header .main-nav .sub-menu {
    margin-bottom: 0;
  }
  .site-header .main-nav {
    cursor: default;
    position: relative;
    z-index: 10;
    text-align: left;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header .main-nav a:before,
  .site-header .main-nav .close-bar {
    display: none;
  }
  .site-header .main-nav .site-main-menu {
    margin-top: 20px;
  }
  .site-header .main-nav .site-main-menu,
  .site-header .main-nav .site-main-menu ul {
    list-style: none;
  }
  .site-header .main-nav .nav-item:before,
  .site-header .main-nav .nav-item.current-menu-item:before,
  .site-header .main-nav .nav-item.current-menu-ancestor:before {
    background-color: #856B24;
  }
  .site-header .main-nav .nav-item.active-main-item > .menu-link {
    color: #856B24;
  }
  .site-header .main-nav.hidden {
    display: none;
  }
}
@media screen and (max-width: 991px) and (max-width: 1024px) {
  .site-header .main-nav .close-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-header .elementor-column.elementor-col-50, .site-header .elementor-column[data-col="50"] {
    width: 100% !important;
  }
}

.mask-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 222;
}

.mega-menu-wrapper > a {
  display: block !important;
}
@media (max-width: 991px) {
  .mega-menu-wrapper .elementor-element > .elementor-element-populated {
    padding: 10px !important;
  }
  .mega-menu-wrapper .elementor-column {
    width: 100% !important;
  }
}

.woo_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woo_header form.search-form {
  display: flex;
  max-width: 450px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.woo_header input:not([type=checkbox]):not([type=submit]) {
  margin: 0;
  padding: 0 20px;
  border-radius: 0;
  border: 0;
}
.woo_header input:not([type=checkbox]):not([type=submit]):focus {
  background-color: #f5f5f5;
  padding: 0 20px;
}
.woo_header button {
  padding: 10px 20px;
  border-radius: 0;
}
.woo_header button:hover {
  background-color: #856B24;
}

.close-header {
  background-color: #f84258;
  color: #fff;
  justify-content: end;
  padding: 20px;
  display: none;
}
@media (max-width: 991px) {
  .close-header {
    display: flex;
  }
}
.close-header .button-close i {
  font-weight: 700;
}

@media (max-width: 991px) {
  .admin-bar .header-categories {
    margin-top: 32px;
  }
}

/* Vertical Menu */
/* Sidebar Canvas menu */
.offcanvas-backdrop {
  z-index: 9999;
}

.offcanvas {
  z-index: 99991;
}

.akijshipping-offcanvas-sidebar {
  background: #000F29;
  width: 690px !important;
  padding: 100px;
}
@media (max-width: 1200px) {
  .akijshipping-offcanvas-sidebar {
    padding: 50px;
  }
}
.akijshipping-offcanvas-sidebar .offcanvas-menu-header {
  margin-bottom: 65px;
}
.akijshipping-offcanvas-sidebar .canvas-menu-description {
  margin-bottom: 68px;
}
.akijshipping-offcanvas-sidebar .canvas-menu-description p {
  color: #fff;
  font-size: 27px;
  line-height: 1.4;
  font-family: DIN-Bold;
  margin: 0;
}
.akijshipping-offcanvas-sidebar .canvas-menu-title {
  font-family: Mark-Pro;
  color: #888888;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}
.akijshipping-offcanvas-sidebar .contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.akijshipping-offcanvas-sidebar .contact-info li {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
}
.akijshipping-offcanvas-sidebar .contact-info li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #BFE3E8;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.akijshipping-offcanvas-sidebar .contact-info li:not(:last-child) {
  margin-bottom: 20px;
}
.akijshipping-offcanvas-sidebar .canvas-menu-newaletter {
  margin-top: 72px;
}
.akijshipping-offcanvas-sidebar .newsletter-inner {
  display: flex;
}
.akijshipping-offcanvas-sidebar .newsletter-form {
  background: #767682;
  border-radius: 10px;
}
.akijshipping-offcanvas-sidebar .newsletter-form input:not([type=checkbox]):not([type=submit]) {
  background: transparent;
  color: #fff;
}
.akijshipping-offcanvas-sidebar .newsletter-form input:not([type=checkbox]):not([type=submit])::placeholder {
  color: #fff;
}
.akijshipping-offcanvas-sidebar .newsletter-form .newsletter-submit {
  min-width: 65px;
  background: #4D3B8E;
  color: #fff;
  border: 0;
  border-radius: 10px;
}
.akijshipping-offcanvas-sidebar .btn-close {
  background: #856B24 !important;
  opacity: 1;
  border: 0;
  padding: 0;
  background: none;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 42px;
  border-radius: 30px;
}
.akijshipping-offcanvas-sidebar .btn-close:focus {
  box-shadow: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 10px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 40px;
}
.alignright.size-full {
  margin-bottom: 60px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 2em 1em;
}

.wp-block-media-text__media img {
  border-radius: 15px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.content-area {
  padding: 120px 0;
  min-height: 35vh;
}
@media (max-width: 991px) {
  .content-area {
    padding: 80px 0;
  }
}

.blog-archive-wrapper {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .blog-archive-wrapper {
    padding: 80px 0;
  }
}

.sidebar_left {
  flex-direction: row-reverse;
}

.page_404_wrapper .banner_404_text {
  max-width: 500px;
  margin: 0 auto 40px;
}
.page_404_wrapper .search_result_form {
  max-width: 400px;
  margin: 0 auto 30px;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  min-height: 385px;
  padding: 50px 0;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background: #001224;
}
.page-header.fleet-page-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #001224 0%, rgba(0, 18, 36, 0.2) 100%), url(<path-to-image>), lightgray 0px -109.905px/100% 178.605% no-repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .page-header {
    min-height: 300px !important;
  }
}
.page-header .page-header_wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-header .page-header_title {
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .page-header .page-header_title {
    font-size: 40px !important;
  }
}
@media (max-width: 767.98px) {
  .page-header .page-header_title {
    font-size: 34px !important;
  }
}
.page-header .breadcrumbs {
  font-size: 18px;
  font-weight: 400;
  color: #CCD0D3;
}
.page-header .breadcrumbs a {
  color: #ffffff;
}
.page-header .breadcrumbs a:hover {
  color: #856B24;
}
.page-header .breadcrumbs .separator {
  display: inline-block;
  margin: 0 9px;
  height: 4px;
  width: 4px;
  border-radius: 20px;
  background-color: #66717C;
}

.header_transparent ~ .page-header .page-header_wrapper,
.header_transparent ~ .event-page-header .page-header_wrapper {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .header_transparent ~ .page-header .page-header_wrapper,
  .header_transparent ~ .event-page-header .page-header_wrapper {
    margin-top: 50px;
  }
}

.fleet-page-header .page-header_wrapper {
  margin-top: 75px;
}

/*--------------------------------------------------------------
## Middle Area
--------------------------------------------------------------*/
#header-middle-area > div {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  #header-middle-area > div {
    padding: 10px 0;
  }
  #header-middle-area #middle-logo {
    margin-bottom: 15px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
## Sideber Content
--------------------------------------------------------------*/
.sidebar_left .col-lg-4 {
  order: 1;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget:not(:last-child) {
  margin-bottom: 50px;
}
.sidebar .widget {
  padding: 25px;
  background: #FFFFFF;
  box-shadow: 0 4px 40px 0 rgba(0, 18, 36, 0.06);
}
.widget .widget-title {
  font-size: 20px;
  margin-bottom: 34px;
  font-weight: 600;
  position: relative;
}
.widget.akijshipping-recent-posts .widget-title {
  margin-bottom: 25px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  position: relative;
}
.widget ul li a {
  font-size: 15px;
  color: #656575;
  font-weight: 400;
}
.widget ul li a .post_count {
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.widget ul li a:hover {
  color: #856B24;
}

.site-footer .widget_nav_menu ul li a:hover {
  color: #ffffff;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar select {
  background-color: #fff;
}
.sidebar .widget-title, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #000F29;
  position: relative;
  margin-bottom: 24px;
}
.sidebar .wp-block-latest-posts__list {
  margin-top: 7px;
}
.sidebar .widget_calendar caption {
  background-color: #f0f2f9;
}
.sidebar .wp-calendar-nav {
  background-color: #fff;
}
.sidebar .widget ul.wp-block-categories li, .sidebar .widget ul.wp-block-archives li, .sidebar .widget ul:not(.wp-block-latest-posts) li, .sidebar .widget.widget_archive ul.wp-block-categories li, .sidebar .widget.widget_archive ul.wp-block-archives li, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li {
  position: relative;
}
.sidebar .widget ul.wp-block-categories li:before, .sidebar .widget ul.wp-block-archives li:before, .sidebar .widget ul:not(.wp-block-latest-posts) li:before, .sidebar .widget.widget_archive ul.wp-block-categories li:before, .sidebar .widget.widget_archive ul.wp-block-archives li:before, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #66717C;
  border-radius: 50%;
}
.sidebar .widget ul.wp-block-categories li a, .sidebar .widget ul.wp-block-archives li a, .sidebar .widget ul:not(.wp-block-latest-posts) li a, .sidebar .widget.widget_archive ul.wp-block-categories li a, .sidebar .widget.widget_archive ul.wp-block-archives li a, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a {
  color: #000F29;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 9px 15px;
}
.sidebar .widget ul.wp-block-categories li a:hover, .sidebar .widget ul.wp-block-archives li a:hover, .sidebar .widget ul:not(.wp-block-latest-posts) li a:hover, .sidebar .widget.widget_archive ul.wp-block-categories li a:hover, .sidebar .widget.widget_archive ul.wp-block-archives li a:hover, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a:hover {
  color: #856B24;
}
.sidebar .widget ul.wp-block-categories li:not(:last-child) a, .sidebar .widget ul.wp-block-archives li:not(:last-child) a, .sidebar .widget ul:not(.wp-block-latest-posts) li:not(:last-child) a, .sidebar .widget.widget_archive ul.wp-block-categories li:not(:last-child) a, .sidebar .widget.widget_archive ul.wp-block-archives li:not(:last-child) a, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li:not(:last-child) a {
  border-bottom: 1px solid #E5E7E9;
}

@media (max-width: 991px) {
  .sidebar-container {
    padding-left: 15px !important;
  }
}

.sidebar-widget-area .widget ul li:last-child a {
  border-bottom: 0;
}

.sidebar .widget-title {
  position: relative;
  display: inline-block;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_product_categories ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  border-bottom: 0;
}
.widget_recent_entries li .children,
.widget_recent_comments li .children,
.widget_archive li .children,
.widget_categories li .children,
.widget_meta li .children,
.widget_product_categories li .children,
.widget_rss li .children,
.widget_pages li .children,
.widget_nav_menu li .children {
  margin-top: 5px;
  padding-left: 10px;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  margin-bottom: 0;
}
.widget_recent_entries a,
.widget_recent_comments a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_product_categories a,
.widget_rss a,
.widget_pages a,
.widget_nav_menu a {
  display: block;
  font-size: inherit;
  font-family: inherit;
}
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_product_categories a:hover,
.widget_rss a:hover,
.widget_pages a:hover,
.widget_nav_menu a:hover {
  color: #856B24;
}

.widget_recent_comments ul {
  margin-top: 10px;
}

.widget_rss ul li {
  padding-left: 0 !important;
  margin-bottom: 25px;
}
.widget_rss ul li:before {
  display: none;
}
.widget_rss ul li .rsswidget {
  font-weight: 600;
  color: #051441;
  line-height: 1.4;
}
.widget_rss ul li .rssSummary {
  color: #051441;
  line-height: 1.4;
}
.widget_rss ul li .rss-date {
  margin-bottom: 5px;
  display: block;
}
.widget_rss ul li cite {
  font-weight: 500;
  margin-top: 6px;
  display: inline-block;
}
.widget_rss a {
  border-bottom: 0 !important;
  display: inline-block;
  border: 0 !important;
  padding: 0 !important;
}

.post-count {
  color: #000F29;
  transition: all 0.3s ease-in-out;
  margin-left: 3px;
}

.widget_archive .post-count {
  margin-left: 3px;
}

.widget_pages .sub-menu,
.widget_nav_menu .sub-menu {
  margin-top: 7px;
}
.widget_pages .sub-menu > li,
.widget_nav_menu .sub-menu > li {
  border-bottom: 0;
}
.widget_pages .sub-menu > li .sub-menu,
.widget_nav_menu .sub-menu > li .sub-menu {
  padding-left: 0;
}
.widget_pages .sub-menu > li .sub-menu > li > a,
.widget_nav_menu .sub-menu > li .sub-menu > li > a {
  padding-left: 5px;
}

.sidebar .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: auto;
}

.widget_pages .sub-menu > li .sub-menu > li > a,
.widget_nav_menu .sub-menu > li .sub-menu > li > a {
  padding: 0;
}

.widget_categories li,
.widget_product_categories li {
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_categories a,
.widget_product_categories a {
  display: block;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.widget_recent_comments .recentcomments {
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
  word-break: break-word;
  display: inline-block;
  border-top: 0 !important;
  width: 100%;
}
.widget_recent_comments .recentcomments a {
  line-height: 30px;
  border-bottom: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}
.widget_recent_comments .recentcomments a:before {
  display: none;
}
.widget_recent_comments .recentcomments:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\e645";
  font-family: "themify";
  color: #465675;
  font-size: 20px;
}
.widget_recent_comments .recentcomments:last-child {
  margin-bottom: 0;
}
.widget_recent_comments .recentcomments a {
  display: inline-block;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
}

.widget_calendar td,
.widget_calendar th {
  padding: 5px 0;
  text-align: center;
  min-width: auto;
  line-height: 1.8;
  font-size: 15px;
}

.widget_calendar td#today {
  background: #856B24;
  color: #fff;
  border-radius: 3px;
}
.widget_calendar td#today a {
  color: #fff;
}

@media (max-width: 991.98px) {
  .page-content .widget {
    margin: 0 0 52px;
  }
}
@media (max-width: 767.98px) {
  .page-content .widget {
    margin: 0 0 32px;
  }
  .page-sidebar {
    margin-bottom: 50px;
  }
  .page-sidebar .page-sidebar-inner .page-sidebar-content {
    padding-right: 30px;
    border: 1px solid #eee;
  }
  .page-sidebar .page-sidebar-inner .page-sidebar-content:after {
    display: none;
  }
  .single-post .page-main-content {
    padding-bottom: 20px;
  }
}
.tagcloud a {
  font-size: inherit !important;
  display: inline-block;
  line-height: 1.7;
}
.tagcloud a:hover {
  color: #856B24;
  border-color: #856B24;
}
.tagcloud .tagcloud {
  margin-top: 20px;
}

/* Recent Post */
.akijshipping-widget-recent-posts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.akijshipping-widget-recent-posts .recent-posts-image_wrapper {
  width: 85px;
  margin-right: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.akijshipping-widget-recent-posts .recent-posts-image_wrapper img {
  border-radius: 6px;
}
.akijshipping-widget-recent-posts .recent-posts-content_wrapper {
  flex: 1;
}
.akijshipping-widget-recent-posts .post-title {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
}
.akijshipping-widget-recent-posts .post-title a {
  color: #000F29;
  line-height: 1.2;
}
.akijshipping-widget-recent-posts .post-title a:hover {
  color: #856B24;
}
.akijshipping-widget-recent-posts .date {
  color: #71717c;
  font-size: 16px;
}
.akijshipping-widget-recent-posts .date i {
  margin-right: 5px;
}
.akijshipping-widget-recent-posts .date a {
  color: #758598;
}

.about-widget_wrapper {
  max-width: 260px;
}
.about-widget_wrapper p {
  color: #c8c9d1;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
.about-widget_wrapper .footer-logo {
  margin-bottom: 28px;
}
.about-widget_wrapper .footer-logo a {
  display: block;
  max-width: 150px;
}
.about-widget_wrapper .footer-logo a img {
  height: 52px;
}

.akijshipping-contact-widget .about_text {
  color: rgba(255, 255, 255, 0.702);
  margin-bottom: 20px;
}
.akijshipping-contact-widget .footer-contact-info li {
  margin-bottom: 19px;
  display: flex;
  align-items: baseline;
  line-height: 26px;
}
.akijshipping-contact-widget .footer-contact-info li i {
  margin-right: 10px;
}

.author-about-widget {
  text-align: center;
}
.author-about-widget .author-image {
  margin: 0 auto 23px;
  border: 3px solid rgba(240, 64, 55, 0.2);
  border-radius: 50%;
  max-width: 155px;
  height: 155px;
  padding: 8px;
}
.author-about-widget .author-image img {
  width: 100%;
  border-radius: 50%;
}
.author-about-widget .author_name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.author-about-widget .about_text {
  line-height: 1.3;
  margin-bottom: 27px;
}
.author-about-widget .author-social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.author-about-widget .author-social-link li {
  display: inline-block;
}
.author-about-widget .author-social-link li:not(:last-child) {
  margin-right: 7px;
}
.author-about-widget .author-social-link li a {
  font-size: 15px;
  color: #fff;
  position: relative;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  display: block;
}
.author-about-widget .author-social-link li a i {
  display: block;
  line-height: 34px;
}
.author-about-widget .author-social-link li a i:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  background-color: #856B24;
}
.author-about-widget .author-social-link li a i.fa-facebook:after {
  background-color: #405fa4;
}
.author-about-widget .author-social-link li a i.fa-twitter:after {
  background-color: #16aefd;
}
.author-about-widget .author-social-link li a i.fa-pinterest-p:after {
  background-color: #e60023;
}
.author-about-widget .author-social-link li a i.fa-fa-vimeo:after {
  background-color: #0a66c2;
}
.author-about-widget .author-social-link li a i:hover:after {
  transform: scale(1.2);
}
.author-about-widget .author-social-link li a:hover {
  color: #fff;
}

/* Tags */
.tagcloud {
  color: #2b2350;
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 500;
}
.tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  background: #E6E6E6;
  color: #636363;
  padding: 9px 13px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 1;
}
.tagcloud a:hover {
  background-color: #856B24;
  color: #fff;
  position: relative;
  z-index: 2;
}

.site-footer .widget-title, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  font-size: 24px;
  font-weight: 700;
  color: #2c2c51;
  margin-bottom: 22px;
}
.site-footer .widget {
  margin-bottom: 30px;
  border: 0;
}
.site-footer .widget.widget_media_image {
  margin-bottom: 0;
}
.site-footer .widget ul li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.site-footer .widget ul li a {
  color: #CCD0D3;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
.site-footer .widget ul li a .post-count {
  color: #CDD0D3;
}
.site-footer .widget ul li a:hover {
  color: #ffffff;
}
.site-footer .widget ul li a:hover .post-count {
  color: #ffffff;
}
.site-footer .widget ul li .rsswidget {
  color: #fff;
}
.site-footer .widget ul.menu li:not(:last-child) {
  margin-bottom: 13px;
}
.site-footer .widget ul.menu li .sub-menu {
  padding-left: 15px;
}
.site-footer .widget ul.menu li .sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .site-footer .akijshipping_widget .wp-block-spacer {
    height: 0 !important;
  }
}
@media (max-width: 992px) {
  .site-footer .footer-wrapper {
    padding: 80px 0 0 !important;
  }
}
.site-footer .akijshipping-newsletter-widget .newsletter-inner input {
  border: 0;
  border-radius: 4px;
  height: 46px;
  padding: 10px 15px;
  margin-bottom: 8px;
}
.site-footer .akijshipping-newsletter-widget .newsletter-inner input::placeholder {
  color: #adadad;
}
.site-footer .akijshipping-newsletter-widget .newsletter-inner .newsletter-submit {
  font-family: DIN-Bold;
  font-size: 18px;
  font-weight: 700;
  padding: 11px 33px 6px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  height: 46px;
  outline: 0;
  border: 1px solid #856B24;
}
.site-footer .akijshipping-newsletter-widget .newsletter-inner .newsletter-submit .fa-spin {
  display: none;
}
.site-footer .akijshipping-newsletter-widget .newsletter-inner .newsletter-submit.clicked .fa-spin {
  display: block;
}
.site-footer .akijshipping-newsletter-widget .newsletter-inner .newsletter-submit.clicked span {
  display: none;
}
.site-footer .akijshipping-newsletter-widget .form-result {
  margin: 10px 0;
}
.site-footer.footer_dark .widget_calendar td {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer.footer_dark table {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.2);
}
.site-footer.footer_dark .calendar_wrap caption {
  background: #856B24;
  color: #ffffff;
}
.site-footer.footer_dark .widget_recent_comments .recentcomments:before, .site-footer.footer_dark .widget_rss a {
  color: #fff;
}
.site-footer.footer_dark .widget_rss ul li .rss-date {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer_dark .widget_rss ul li .rssSummary {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer_dark .textwidget {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer_dark table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer.footer_dark .wp-block-calendar tbody td, .site-footer.footer_dark .wp-block-calendar th {
  border-color: rgba(255, 255, 255, 0.6);
}
.site-footer.footer_dark .wp-block-calendar th {
  border: 0;
}

/* Widget Block */
.wp-block-latest-comments__comment-meta {
  line-height: 1.4;
}
.wp-block-latest-comments__comment-meta a {
  font-weight: 400;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  position: relative;
  background: #F1F6FE;
  border: 1px solid #F2F4F6;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
  padding: 0 15px;
  border: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border-color: transparent;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  background: #ffffff;
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon svg {
  font-size: 24px;
  transform: rotate(-90deg);
  fill: #856B24;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__inside-wrapper {
  padding: 5px;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__input {
  height: 46px;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__button {
  height: 46px;
  padding: 10px 20px;
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button .wp-block-search__button {
  padding: 0 12px;
}
.wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button svg {
  fill: #fff;
  font-size: 20px;
  transform: rotate(-90deg);
}

/* Recent Post */
.widget .wp-block-latest-posts li > a {
  font-family: DIN-Bold;
  font-size: 16px;
  line-height: 1.3;
  display: block;
  color: #000F29;
}
.widget .wp-block-latest-posts li > a:hover {
  color: #856B24;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child) {
  margin-bottom: 20px;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.wp-block-latest-posts__post-author {
  margin-right: 10px;
}

.wp-block-tag-cloud {
  margin-bottom: 0 !important;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}
.wp-block-tag-cloud a {
  display: inline-block;
  font-size: 14px !important;
  color: #66717C;
  background-color: #F3F6F8;
  padding: 12px 13px;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.wp-block-tag-cloud a:hover {
  color: #fff;
  background-color: #856B24;
  border-color: #856B24;
}

.akijshipping-block-social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.akijshipping-block-social-link li {
  display: inline-block;
}
.akijshipping-block-social-link li:not(:last-child) {
  margin-right: 10px;
}
.akijshipping-block-social-link li a {
  height: 40px;
  width: 40px;
  line-height: 39px;
  font-size: 14px;
  border: 1px solid #d5dde8;
  display: block;
  border-radius: 50%;
  color: #9090a3;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.akijshipping-block-social-link li a:hover {
  background: #856B24;
  border-color: #856B24;
  box-shadow: 0 20px 30px 0 rgba(133, 107, 36, 0.34);
  color: #fff;
}

.widget ~ .wp-block-spacer {
  margin-bottom: 0 !important;
}

.widget:has(.wp-block-spacer) {
  margin-bottom: 0 !important;
}

.akijshipping-block-contact-info li {
  display: flex;
  align-items: baseline;
  margin-bottom: 11px !important;
  position: relative;
  padding-left: 35px;
}
.akijshipping-block-contact-info li span {
  font-size: 16px;
  line-height: 24px;
  color: #CCD0D3;
  max-width: 250px;
}
.akijshipping-block-contact-info li svg, .akijshipping-block-contact-info li img {
  position: absolute;
  left: 0;
  top: 2px;
  margin-right: 10px;
  width: 24px;
}
.akijshipping_block_contact_info_widget .akijshipping-block-social-title {
  margin-bottom: 15px;
  font-size: 20px;
}

.site-footer .akijshipping_block_contact_info_widget li:not(:last-child) {
  margin-right: 20px !important;
}
.site-footer .akijshipping_block_contact_info_widget li a {
  height: auto;
  width: auto;
  border: 0;
}
.site-footer .akijshipping_block_contact_info_widget li a:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #0987F8;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.blog-list .post.sticky {
  display: block;
  border-color: #856B24;
}
.blog-list .post.sticky .blog-content .entry-title a {
  color: #856B24;
}

.updated:not(.published) {
  display: none;
}

.no-results .page-content {
  padding: 50px 0 120px;
  text-align: left;
}
@media (max-width: 991px) {
  .no-results .page-content {
    padding: 50px 0 80px;
  }
}

.page-content,
.entry-content,
.entry-summary {
  word-break: break-word;
}
.page-content:after,
.entry-content:after,
.entry-summary:after {
  content: "";
  clear: both;
  display: block;
}

.page-header .page-title {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 50px;
}

.page-content {
  padding: 120px 0;
}

.page-template-default .page-content {
  padding: 114px 0 97px;
}
.page-template-default .page-content .comments-area {
  padding: 34px 0 23px;
}
.page-template-default .page-content .page-links {
  margin-bottom: 20px;
}

.blog-post-archive {
  padding: 120px 0;
}

.search-no-results .page-content .page-content {
  padding: 20px 0 0;
}

.post-author {
  display: inline-block;
  font-size: 13px;
  color: #92929f;
  font-weight: 500;
}
.post-author img {
  border-radius: 50% !important;
  margin-right: 5px;
}
.post-author:hover {
  color: #856B24;
}

.post-wrapper .post-grid,
.blog-posts .post-grid {
  margin-bottom: 90px;
}

.post-wrapper.blog-masonry {
  width: calc(100% + 30px);
}
.post-wrapper.blog-masonry .post-item {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 50px;
}
.post-wrapper.blog-masonry.column-3 .post-item {
  width: calc(33.33% - 30px);
}
.post-wrapper .post-item {
  margin-bottom: 60px;
}

/* POst Grid */
.post-grid {
  position: relative;
  background: #fff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  overflow: hidden;
}
.post-grid .meta-category-wrapper a {
  display: inline-block !important;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 15px;
  background-color: rgba(23, 92, 255, 0.15);
}
.post-grid .meta-category-wrapper a:hover {
  color: #fff;
  background: #856B24;
}
.post-grid .meta-category-wrapper a:not(:last-child) {
  margin-right: 7px;
}
.post-grid .post-thumbnail-wrapper {
  margin-bottom: 12px;
  overflow: hidden;
}
.post-grid .post-thumbnail-wrapper a {
  display: block;
}
.post-grid .post-thumbnail-wrapper img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.post-grid .post-thumbnail-wrapper:hover img {
  transform: scale(1.05) rotate(3deg);
}
.post-grid .blog-content {
  padding: 32px;
  background: #F1F6FE;
}
.post-grid .blog-content .entry-title {
  font-size: 24px;
  line-height: 1.2;
  margin: 14px 0 9px;
}
.post-grid .blog-content .entry-title a {
  display: block;
}
.post-grid .blog-content .author span {
  display: inline-block;
  margin-right: 5px;
}
.post-grid .blog-content .author-simple a {
  color: #5c5c60;
}
.post-grid .blog-content .author-simple a:hover {
  color: #856B24;
}
.post-grid .blog-content p {
  margin-bottom: 0;
  color: #66717C;
}
.post-grid .blog-content .read_more_btn {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.post-grid .blog-content .read_more_btn i {
  margin-left: 5px;
  color: #000F29;
}
.post-grid .blog-content .read_more_btn:hover i {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  color: #856B24;
}

.post-meta {
  margin-bottom: 11px;
  padding: 5px 0 0;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .post-meta {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 480px) {
  .post-meta {
    margin-bottom: 20px;
    display: block;
  }
}
.post-meta li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #696969;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .post-meta li {
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0;
  }
  .post-meta li a {
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  .post-meta li {
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px;
  }
  .post-meta li a {
    font-size: 14px !important;
  }
}
.post-meta li i {
  margin-right: 8px;
  font-size: 16px;
  color: #856B24;
  line-height: 0.9;
}
.post-meta li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #CCD0D3;
  top: 54%;
  right: -15px;
  transform: translateY(-50%);
}
.post-meta li .author a {
  color: #5c5c60;
  font-weight: 400;
  font-size: 15px;
}
.post-meta li .author a:hover {
  color: #856B24;
}
.post-meta li a {
  margin: 0;
  color: #66717C;
  line-height: normal;
  font-size: 16px;
  font-weight: 500;
}
.post-meta li a:hover {
  color: #856B24;
}

.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-categories li {
  display: inline-block;
  position: relative;
}
.post-categories li:not(:last-child) a:after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0;
}

.entry-meta a,
.post-categories a {
  color: #856B24;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 20px;
  position: relative;
  line-height: 1.2;
  font-weight: 400;
}
.entry-meta a:not(:last-child):after,
.post-categories a:not(:last-child):after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0;
}

.single-post .container.no-sidebar {
  max-width: 970px !important;
}

.blog-single-wrapper {
  position: relative;
}

.related-post-wrapper {
  margin-top: 100px;
}
.related-post-wrapper .related-title {
  font-size: 30px;
  margin-bottom: 35px;
  font-weight: 700;
}

.jobs-details-wrapper {
  padding: 160px 0 100px;
}

.header_transparent ~ .jobs-details-wrapper {
  padding: 200px 0 100px;
}

.related-post {
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 30px 50px 0 rgba(9, 4, 48, 0.08);
  transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
  margin-bottom: 30px;
}
.related-post .feature-image img {
  min-height: 260px;
  width: 100%;
  object-fit: cover;
}
.related-post .post-footer-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related-post .post-footer-meta li {
  display: inline-block;
  position: relative;
  color: #5c5c60;
}
.related-post .post-footer-meta li:not(:last-child) {
  margin-right: 25px;
}
.related-post .post-footer-meta li a {
  color: #5c5c60;
  font-size: 15px;
  font-weight: 400;
}
.related-post .post-footer-meta li a:hover {
  color: #856B24;
}
.related-post .post-footer-meta li i {
  color: #856B24;
  margin-right: 10px;
}
.related-post .blog-content {
  padding: 30px 30px 34px;
}
.related-post .blog-content .post-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin: 15px 0 22px;
}
.related-post .blog-content .post-title a {
  color: #212d46;
}
.related-post .blog-content .post-title a:hover {
  color: #856B24;
}

.share_social-wpapper {
  display: flex;
  padding: 0;
  align-items: center;
  gap: 20px;
}
.share_social-wpapper .social-share-link-title {
  margin-bottom: 0;
  font-size: 16px;
}
.share_social-wpapper .share-text {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000F29;
  font-weight: 600;
}

.social-share-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-share-link li {
  display: inline-block;
}
.social-share-link li:not(:last-child) {
  margin-right: 10px;
}
.social-share-link li a {
  font-size: 24px;
  position: relative;
  text-align: center;
  display: block;
  color: #4C4D5C;
}
.social-share-link li a:hover {
  color: #856B24;
}

.asll-btn-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #000F29;
}
.asll-btn-link i {
  font-size: 80%;
  margin-left: 7px;
}

.tag_list {
  margin-top: 30px;
}
.tag_list .tags {
  color: #051441;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}

.single-post-navigation {
  margin-top: 70px;
  border-top: 1px solid #E5E7E9;
  border-bottom: 1px solid #E5E7E9;
  padding: 25px 0;
}

.single-post-nav {
  max-width: 90%;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .single-post-nav {
    width: 100%;
  }
}
.single-post-nav i {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  color: #000F29;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  border: 2px solid #E5E7E9;
}
.single-post-nav .post-nav-thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}
.single-post-nav .post-nav-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-nav .post-nav-wrapper {
  flex: 2;
}
.single-post-nav .post-nav-title {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 5px;
  line-height: 1;
}
.single-post-nav .post-title {
  font-family: DIN-Bold;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}
.single-post-nav:hover i {
  background-color: #856B24;
  color: #fff;
  border-color: #856B24;
}
.single-post-nav:hover .post-title {
  color: #856B24;
}

@media (max-width: 767px) {
  .post-next {
    margin-top: 30px;
  }
}
.post-next .single-post-nav {
  margin-left: auto;
}
.post-next .single-post-nav i {
  margin: 0 0 0 15px;
}
.post-next .post-nav-thumbnail {
  margin: 0 0 0 20px;
}
.post-next .post-nav-wrapper {
  text-align: right;
}

.portfolio-post-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #E5E7E9;
  border-bottom: 1px solid #E5E7E9;
  margin-top: 60px;
}
@media (max-width: 576px) {
  .portfolio-post-navigation {
    display: block;
  }
}
.portfolio-post-navigation .middle-icon {
  color: #dadada;
  font-size: 30px;
  text-align: center;
}
.portfolio-post-navigation > div {
  width: 40%;
}
@media (max-width: 576px) {
  .portfolio-post-navigation > div {
    width: 100%;
  }
}
.portfolio-post-navigation .middle-icon {
  width: 20%;
}
@media (max-width: 576px) {
  .portfolio-post-navigation .middle-icon {
    width: 100%;
    margin: 20px 0;
  }
}

blockquote, .wp-block-quote {
  padding: 30px;
  background: #F3F0E9;
  border: 0;
  overflow: hidden;
  position: relative;
}
blockquote:before, .wp-block-quote:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20px;
  height: 73px;
  width: 89px;
  background-image: url(../images/quote.svg);
}
blockquote p, .wp-block-quote p {
  font-size: 16px;
  line-height: 1.4;
  color: #66717C;
  font-style: normal;
  margin-bottom: 4px;
  position: relative;
}
blockquote p cite, .wp-block-quote p cite {
  margin-left: 0;
}
blockquote cite, .wp-block-quote cite {
  font-family: Mark-Pro;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000F29;
  padding-top: 23px;
  display: inline-block;
  position: relative;
}

.blog-container {
  padding: 120px 0;
}

.single-post .page-content {
  padding: 0;
}

.blog .page-content {
  padding: 120px 0;
}

.post-grid .feature-image {
  overflow: hidden;
}
.post-grid .feature-image a.feature-image-block {
  position: relative;
  display: block;
}
.post-grid .feature-image a.feature-image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.post-grid .feature-image img {
  transition: all 0.5s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.post-grid .feature-image:hover a:before {
  opacity: 1;
}
.post-grid .feature-image:hover img {
  transform: scale(1.07);
}

.blog-single-content-area {
  padding: 160px 0;
}
@media (max-width: 991px) {
  .blog-single-content-area {
    padding: 130px 0;
  }
}

.no-sidebar .post-single {
  max-width: 1000px;
  margin: 0 auto;
}
.no-sidebar.single-post #comments {
  max-width: 1000px;
  margin: 93px auto 0;
}

.post-single {
  margin-bottom: 0;
}
.post-single .breadcrumbs {
  margin-bottom: 16px;
  color: #66717C;
}
.post-single .breadcrumbs a {
  color: #000F29;
}
.post-single p {
  color: #66717C;
  font-size: 16px;
  margin-bottom: 25px;
}
.post-single .post-meta {
  margin-bottom: 30px;
}
.post-single .feature-image {
  margin-bottom: 45px;
}
.post-single .entry-header {
  padding-bottom: 25px;
}
.post-single .entry-title {
  font-size: 36px;
  margin: 10px 0 25px;
}
.post-single .wp-block-image {
  margin-top: 40px;
}
.post-single .blocks-gallery-grid li img {
  border-radius: 10px;
}
.post-single blockquote p {
  margin: 0;
}
.post-single .wp-block-image {
  text-align: center;
}
.post-single .wp-block-image {
  margin-bottom: 39px;
}
.post-single .edit-link {
  margin-left: 15px;
}
.post-single .single-post-title {
  font-size: 36px;
  margin-bottom: 16px;
  font-weight: 600;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.4;
}
.post-single .post-meta-cat {
  margin-bottom: 20px;
}
.post-single .post-meta-cat a {
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 5px;
  background-color: #37a45d;
  min-width: auto;
  font-weight: 400;
  margin: 0 5px;
  border: 0px solid transparent;
  display: inline-block;
}
.post-single .post-meta-cat a:first-child {
  background-color: #e9683e;
}
.post-single .meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-single .feature-image {
  text-align: center;
}
.post-single .entry-footer {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-single .entry-footer .tag_list {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8ebf4;
}
.post-single .tag-title {
  display: inline-block;
  margin-right: 10px;
}
.post-single .single-tagcloud a {
  color: #66717C;
  font-size: 16px;
  font-weight: 400;
  background: #F3F6F8;
  display: inline-block;
  padding: 8px 12px;
}
.post-single .single-tagcloud a:not(:last-child) {
  margin-right: 10px;
}
.post-single .single-tagcloud a:hover {
  background: #856B24;
  color: #ffffff;
}

.single-post-header-bg {
  min-height: 550px;
}
@media (max-width: 767px) {
  .single-post-header-bg {
    min-height: 350px;
  }
}
.single-post-header-bg .single-post-header {
  position: relative;
  z-index: 2;
}
.single-post-header-bg .akijshipping-blog-meta-category {
  font-size: 12px;
  font-weight: 500;
  background: #32ba13;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 6px 9px;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 10px;
  border: 2px solid transparent;
}
.single-post-header-bg .akijshipping-blog-meta-category:not(:last-child) {
  margin-right: 10px;
}
.single-post-header-bg .akijshipping-blog-meta-category:hover {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.single-post-header-bg .single-post-title {
  font-size: 45px;
  line-height: 1.2;
  max-width: 700px;
  margin: 20px auto 13px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #fff;
}
@media (max-width: 767px) {
  .single-post-header-bg .single-post-title {
    font-size: 30px;
  }
}

.feature-image-banner {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .feature-image-banner {
    height: 380px;
  }
}
.feature-image-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.feature-image-banner .single-post-header {
  position: relative;
  z-index: 2;
}
.feature-image-banner .single-post-header .single-post-title {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .feature-image-banner .single-post-header .single-post-title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .feature-image-banner .single-post-header .single-post-title {
    font-size: 30px;
  }
}
.feature-image-banner .single-post-header .post-meta {
  margin-top: 24px;
}
.feature-image-banner .single-post-header .post-meta li, .feature-image-banner .single-post-header .post-meta a {
  color: #fff;
}
.feature-image-banner .single-post-header .post-meta a:hover {
  color: #856B24;
}

.blog-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.blog-share .share-title p {
  color: #2b2350;
  display: inline-block;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}

.share-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share-link li {
  display: inline-block;
  margin-right: 5px;
  padding-left: 0 !important;
}
.share-link li:before {
  display: none;
}
.share-link li:last-child {
  margin-right: 0;
}
.share-link li a {
  display: block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 43px;
  color: #aba8a4;
  border-radius: 50%;
  font-size: 14px;
  border: 1px solid #e5dada;
}
.share-link li a:hover {
  background: #856B24;
  color: #fff;
  border-color: #856B24;
}

.post-single .wp-block-search {
  margin-bottom: 20px;
}
.post-single.tag-title:after {
  display: none;
}

@media (max-width: 991px) {
  .post-wrapper.blog-masonry.column-3 .post-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .post-wrapper.blog-masonry.column-3 .post-item {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment .comment-body.menu-comments .comment-author {
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }
  .comment-list .comment .comment-body .comment-author {
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }
  .comment-list .comment .comment-body .comment-content {
    padding-bottom: 20px;
  }
  .comment-list .comment .comment-body .comment-content h4 {
    font-size: 18px;
  }
  .comment-list .comment .comment-body .comment-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .comment-list .children {
    padding-left: 70px;
  }
  .comment-respond .comment-reply-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 420px) {
  .comment-list .comment .comment-body .comment-content .ratings {
    position: static;
  }
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 20px;
}
.page-links a,
.page-links .current {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f8f6f2;
  color: #000F29;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  margin-left: 5px;
}
.page-links a:hover,
.page-links .current:hover {
  background: #856B24;
  color: #fff;
}
.page-links .current {
  background: #856B24;
  color: #fff;
}

.post-navigation {
  margin-bottom: 50px;
}
.post-navigation .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  width: 102%;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 48%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: #333;
  margin-right: 2%;
  flex: 1;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: block;
  outline: 0;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
  color: #fff;
}
.post-navigation .nav-links .nav-previous:hover,
.post-navigation .nav-links .nav-next:hover {
  background: #856B24;
}
.post-navigation .nav-links .nav-previous {
  padding-right: 30px;
}
.post-navigation .nav-links .nav-next {
  padding-left: 30px;
}

.first-lg {
  -webkit-order: -1;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

/* Author Box */
.fiana_post_author_box {
  background: #faf8f5;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  border-radius: 6px;
  max-width: 670px;
}
.fiana_post_author_box .profile_image {
  width: 80px;
  margin-right: 20px;
  border-radius: 50%;
}
.fiana_post_author_box .profile_image img {
  border-radius: 50%;
}
.fiana_post_author_box .profile_content {
  flex: 1;
}
.fiana_post_author_box .profile_content .profile_name {
  font-size: 20px;
  line-height: 28px;
  color: #000F29;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
}
.fiana_post_author_box .profile_content .author-job {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  display: inline-block;
}
.fiana_post_author_box .profile_content .profile_bio p {
  font-size: 16px;
  color: #827f79;
  margin-bottom: 0;
  font-weight: 500;
}
.fiana_post_author_box .user-social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fiana_post_author_box .user-social-link li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

.post-share {
  display: inline-block;
  flex: 1;
}

.share-trigger .share-items {
  float: right;
}
.share-trigger .share-items a {
  height: 35px;
  width: 35px;
  display: inline-block;
  background: #f5f5f5;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  color: #fff;
}
.share-trigger .share-items a.facebook-bg {
  background: #3b5998;
}
.share-trigger .share-items a.facebook-bg:hover {
  background: #263961;
}
.share-trigger .share-items a.twitter-bg {
  background: #3cf;
}
.share-trigger .share-items a.twitter-bg:hover {
  background: #00ace6;
}
.share-trigger .share-items a.google-plus-bg {
  background: #dc4a38;
}
.share-trigger .share-items a.google-plus-bg:hover {
  background: #aa2d1e;
}
.share-trigger .share-items a.linkedin-bg {
  background: #0077B5;
}
.share-trigger .share-items a.linkedin-bg:hover {
  background: #004569;
}

@media (max-width: 991px) {
  .blog-container {
    padding: 80px 0;
  }
  #secondary {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .blog-container {
    padding: 50px 0;
  }
}
.search-header {
  margin-bottom: 30px;
}

.search_page_404_wrapper {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.search_page_404_wrapper .page-title {
  margin-bottom: 14px;
}
.search_page_404_wrapper .banner_404_text {
  margin-bottom: 30px;
}

.search_result_form .search-form {
  display: flex;
  border: 0;
  margin-bottom: 20px;
  background-color: #eff1f5;
  border-radius: 6px;
  height: 60px;
}
.search_result_form .search-form input {
  border: none;
  border-radius: 0;
  padding: 20px;
  margin: 0;
  background: transparent;
}
.search_result_form .search-form input::placeholder {
  color: #878793;
}
.search_result_form .search-form .search-submit {
  border: 0;
  background: transparent;
  padding: 10px 20px;
  color: #856B24;
  font-size: 22px;
}

.no-results .page-content {
  padding: 0 0 120px;
}
@media (max-width: 991px) {
  .no-results .page-content {
    padding: 0 0 80px;
  }
}

.pagination-wrapper ~ .sidebar {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination-wrapper {
  margin-top: 30px;
}

.blog-archive-wrapper #post-pagination {
  margin-top: 80px;
  text-align: center;
}
#post-pagination .page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}
#post-pagination .page-numbers li {
  display: inline-block;
}
#post-pagination .page-numbers li a,
#post-pagination .page-numbers li span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #e7e7f6;
  text-align: center;
  color: #7b8a9e;
  border-radius: 4px;
  margin-right: 10px;
}
#post-pagination .page-numbers li a:hover,
#post-pagination .page-numbers li a .current,
#post-pagination .page-numbers li span:hover,
#post-pagination .page-numbers li span .current {
  background: #856B24;
  border-color: #856B24;
  color: #fff;
}
#post-pagination .page-numbers li a:hover a,
#post-pagination .page-numbers li a .current a,
#post-pagination .page-numbers li span:hover a,
#post-pagination .page-numbers li span .current a {
  color: #fff;
}
#post-pagination .page-numbers li a.current,
#post-pagination .page-numbers li span.current {
  background: #856B24;
  color: #fff;
  border-color: #856B24;
}
#post-pagination .page-numbers li i {
  font-size: 20px;
}
#post-pagination .page-numbers li.next {
  line-height: 54px;
}

.akijshipping-pagination-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  border: 1px solid #E5E7E9;
}
.akijshipping-pagination-list li {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.akijshipping-pagination-list li a {
  display: block;
}
.akijshipping-pagination-list li:not(:last-child) {
  border-right: 1px solid #E5E7E9;
}
.akijshipping-pagination-list li .page-numbers {
  display: block;
}
.akijshipping-pagination-list li:hover, .akijshipping-pagination-list li span.current {
  background: #856B24;
  color: #ffffff;
  border-color: #856B24;
}
.akijshipping-pagination-list li:hover a, .akijshipping-pagination-list li span.current a {
  color: #ffffff;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
.widget_search .search-form {
  border-radius: 6px;
  position: relative;
  background-color: #eff1f5;
  display: flex;
  overflow: hidden;
}
.widget_search .search-form label {
  margin: 0;
  width: 100%;
}
.widget_search .search-form input {
  padding: 11px 20px;
  border-radius: 0;
  border: 0;
  width: 100%;
  color: #696969;
  height: 54px;
  margin: 0;
  background: transparent;
}
.widget_search .search-form input::placeholder {
  color: #878793;
}
.widget_search .search-form input:focus {
  border-color: #856B24;
}
.widget_search .search-form .search-submit {
  background-color: #856B24;
  border: 0;
  padding: 12px 18px 10px 20px;
  color: #fff;
  font-size: 22px;
  border-radius: 0;
}
.widget_search .search-form .search-submit:focus {
  outline: 0;
}
.widget_search .search-form .search-submit:hover {
  background-color: #006BE2;
}

#search-menu-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}
#search-menu-wrapper .close-search {
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 50%;
  background-color: #856B24;
  color: #fff;
  z-index: 9999999;
  opacity: 5;
  position: absolute;
  right: 15px;
  top: 40px;
  font-size: 26px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 576px) {
  #search-menu-wrapper .close-search {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
#search-menu-wrapper .overlay-bg {
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#search-menu-wrapper.toggled {
  opacity: 1;
  visibility: visible;
}
#search-menu-wrapper .wrapper {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#search-menu-wrapper .search-form {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b9b8b8;
}
#search-menu-wrapper .search-form input {
  font-family: DIN-Bold;
  border-radius: 0;
  border: 0;
  background: transparent;
  height: 100px;
  padding: 0;
  color: #000;
  font-size: 60px;
  font-weight: 600;
  margin: 0;
  line-height: 2.5;
}
@media (max-width: 991px) {
  #search-menu-wrapper .search-form input {
    height: 60px;
    font-size: 40px;
  }
}
#search-menu-wrapper .search-form input::placeholder {
  color: #b1b1b1;
}
#search-menu-wrapper .search-form button {
  background-color: #fff;
  color: #b1b1b1;
  border: 0;
  padding: 0;
  height: 80px;
  transition: all 0.3s ease-in-out;
  font-size: 40px;
}
@media (max-width: 991px) {
  #search-menu-wrapper .search-form button {
    font-size: 32px;
  }
}
#search-menu-wrapper .search-form button:hover {
  color: #856B24;
}

.sea-wrapper .search-form {
  display: flex;
  align-items: center;
}
.sea-wrapper .search-form label {
  margin: 0;
  width: 100%;
}
.sea-wrapper .search-form input {
  margin: 0;
}
.sea-wrapper .search-form .search-submit {
  background: #856B24;
  color: #fff;
  border: 0;
  height: 54px;
  border-radius: 4px;
  margin-left: 20px;
}
.sea-wrapper .search-form .search-submit:hover {
  background: #004ce5;
  color: #fff;
}

/*--------------------------------------------------------------
## Author Box
--------------------------------------------------------------*/
.author-info_wrapper {
  display: flex;
  padding: 37px 0;
  border-top: 1px solid #E5E7E9;
  border-bottom: 1px solid #E5E7E9;
  align-items: center;
}
.author-info_wrapper .author {
  color: #856B24;
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  .author-info_wrapper {
    padding: 20px 15px;
  }
}

.author-info_avatar {
  margin-right: 30px;
}
@media (max-width: 480px) {
  .author-info_avatar {
    width: 80px;
  }
}

.author-info_avatar img {
  border-radius: 50%;
}

.author-info_content {
  flex: 2;
}

.author-info_name {
  color: #000F29;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 6px;
}

.author-info {
  padding-right: 65px;
}

.author-info_name span {
  margin-right: 7px;
  font-size: 14px;
  display: block;
}

.author-info_description {
  border-left: 1px solid #E5E7E9;
  padding-left: 45px;
}
.author-info_description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.author-info_social-wrapper {
  line-height: 1;
  margin-top: 20px;
}

.author-info_wrapper .title_soc_share {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
}

.author-info_social-link {
  display: inline-block;
  margin-right: 13px;
  color: #CFCFCF;
  font-size: 15px;
}

.author-info_social-wrapper a {
  color: #6d6d6d;
}
.author-info_social-wrapper a:hover {
  color: #856B24;
}

.author-info_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
  margin-top: 50px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-section {
  padding: 80px 0;
}

.comment-wrapper {
  margin-top: 60px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments {
  margin-top: 93px;
}
#comments .comments-title {
  font-size: 22px;
  margin-bottom: 26px;
  font-weight: 600;
}

.comments-area .comment-inner {
  margin-bottom: 50px;
}
.comments-area .reply-title {
  font-size: 24px;
  font-weight: 600;
  color: #000F29;
  margin-bottom: 30px;
}
.comments-area .no-comments {
  margin: 0;
  line-height: 11px;
}

.page .comment-list-wrapper {
  margin-top: 40px;
}
.page .comment-respond .comment-reply-title,
.page .comment-respond .comment-notes, .page .comment-respond .logged-in-as {
  text-align: left;
}
.page .comment-list {
  margin-bottom: 0;
}
.page .comment-respond {
  margin-top: 60px;
}
.page .comment-list .comment .comment-body .comment_info .meta-wrapper {
  color: #bbb;
}

.comments-section .comment-list-wrapper {
  padding-top: 0;
  border: 0;
}

.comment-list {
  list-style: none;
  overflow: auto;
  margin-bottom: 0;
  padding-left: 0;
}
.comment-list > li {
  background-color: #F1F6FE;
  padding: 40px;
  margin-bottom: 20px;
}
.comment-list .comment .comment-body {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.comment-list .comment .comment-body:not(:last-child) {
  margin-bottom: 20px;
}
.comment-list .comment .comment-body .comment-avatar {
  margin-right: 25px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.comment-list .comment .comment-body .comment-avatar img {
  border-radius: 50%;
}
.comment-list .comment .comment-body .comment_content {
  margin-top: 7px;
  color: #777777;
  font-size: 16px;
  line-height: 28px;
}
.comment-list .comment .comment-body .comment_info {
  position: relative;
  overflow: auto;
  flex: 2;
}
.comment-list .comment .comment-body .comment_info .comment_author_says {
  font-family: DIN-Bold;
  color: #000F29;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.comment-list .comment .comment-body .comment_info .meta-wrapper {
  font-family: DIN-Bold;
  font-size: 14px;
  color: #777777;
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
}
.comment-list .comment .comment-body .comment_info .comment-reply-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.comment-list .comment .comment-body .comment_info p img {
  margin: 15px 0 5px;
}
.comment-list .comment .comment-body .comment-reply-link {
  font-size: 15px;
  font-weight: 400;
  color: #999999;
}
.comment-list .comment .comment-body .comment-reply-link i {
  font-size: 15px;
  margin-right: 5px;
}
.comment-list .comment .comment-body .comment-reply-link:hover {
  color: #856B24;
}
.comment-list .comment .children {
  margin: 0;
  padding-left: 70px;
  list-style: none;
}
.comment-list .comment .children .comment {
  margin-bottom: 20px;
}
.comment-list .comment .children .comment-avatar {
  height: 60px;
  width: 60px;
}
.comment-list .comment .children .comment-body {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}

#comments .comment-list .comment-respond {
  margin: 20px 0 40px;
  max-width: 100%;
}
#comments .comment-list .comment-respond #cancel-comment-reply-link {
  font-size: 15px;
  color: #856B24;
  margin-left: 10px;
  font-weight: 600;
}

.children .comment-respond {
  margin-left: 80px !important;
}

.comment-respond .comment-reply-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 20px;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  margin-bottom: 30px;
}
#review_form .comment-respond .comment-notes,
#review_form .comment-respond .logged-in-as {
  text-align: left;
}
.comment-respond .form-submit {
  text-align: center;
}

.comment-form {
  background-color: #F1F6FE;
  padding: 40px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 50%;
  display: inline-block;
  margin-bottom: 0;
}
.comment-form .comment-form-author {
  padding-right: 15px;
}
.comment-form .comment-form-email {
  padding-left: 15px;
  float: right;
}
.comment-form textarea {
  height: 150px;
  margin-bottom: 20px;
}
.comment-form #submit {
  margin-bottom: 0;
  background-color: #856B24;
  color: #fff;
  border: 1px solid #856B24;
  padding: 11px 20px;
  width: 100%;
  max-width: 200px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border-radius: 0;
}
.comment-form #submit:hover {
  color: #856B24;
  border-color: #856B24;
  background: transparent;
}
.comment-form .comment-form-cookies-consent {
  margin-bottom: 20px !important;
  font-size: 18px;
  color: #797986;
  position: relative;
}
.comment-form .comment-form-cookies-consent:after {
  content: "";
  display: block;
  clear: both;
}
.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: auto;
  height: auto;
}
.comment-form .comment-form-cookies-consent label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
  font-size: 16px;
}
.comment-form .comment-form-cookies-consent label:not(:empty) {
  padding-left: 0.75em;
}
.comment-form .comment-form-cookies-consent label:before, .comment-form .comment-form-cookies-consent label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
}
.comment-form .comment-form-cookies-consent label:before {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(5, 20, 65, 0.2);
  cursor: pointer;
  transition: background 0.3s;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.comment-form .comment-form-cookies-consent input[type=checkbox]:checked + label:before {
  background: #856B24;
  border: none;
}
.comment-form .comment-form-cookies-consent input[type=checkbox]:checked + label:after {
  transform: translate(0.17em, 0.25em) rotate(-45deg);
  width: 0.6em;
  height: 0.25em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}

#review_form input[type=text],
#review_form textarea {
  border: 1px solid rgba(5, 20, 65, 0.2);
}
#review_form input[type=text]::placeholder,
#review_form textarea::placeholder {
  color: #75757d;
}
#review_form input[type=text]:focus,
#review_form textarea:focus {
  border-color: rgba(133, 107, 36, 0.5);
}

@media (max-width: 991px) {
  .comment-list .comment .children {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .comment-list .comment .comment-body .comment-avatar {
    width: 55px;
    height: 55px;
  }
  .comment-list .comment .children {
    padding-left: 20px;
  }
  .comment-list .comment .children .comment .comment-body .comment-avatar {
    width: 40px;
    height: 40px;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

iframe {
  border-width: 0;
}

.entry-content iframe {
  max-height: 500px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.blog-content .gallery {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
## Block
--------------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
  background: #000F29;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.2;
}
.wp-block-button .wp-block-button__link:hover {
  background: #856B24;
  color: #fff;
}
.wp-block-button .wp-block-button__link br {
  display: none;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #000F29;
  border-color: #000F29;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #856B24;
  color: #856B24;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 30px);
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 30px 16px 0;
}

.wp-block-cover .wp-block-cover-text {
  padding: 30px;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image:before,
.wp-block-gallery .blocks-gallery-item:before {
  display: none;
}

.wp-block-cover p:not(.has-text-color) {
  color: #fff !important;
  line-height: 1.8;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  background-color: transparent;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 1.6em;
  font-weight: 300;
}
.wp-block-quote.is-large:before, .wp-block-quote.is-large:after, .wp-block-quote.is-style-large:before, .wp-block-quote.is-style-large:after {
  display: none;
}

.wp-block-pullquote {
  border-top: 4px solid #F3F3F3;
  border-bottom: 4px solid #F3F3F3;
  color: #40464d;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}

.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}
.entry .entry-content .wp-block-pullquote blockquote {
  background-color: transparent;
}
.entry .entry-content .wp-block-pullquote blockquote:before, .entry .entry-content .wp-block-pullquote blockquote:after {
  display: none;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  line-height: 1;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.entry .entry-content .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: 4rem;
  margin-bottom: 4.33rem;
  margin-right: 0;
  padding-left: 0;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-archives li,
.entry .entry-content .wp-block-categories li,
.entry .entry-content .wp-block-latest-posts li {
  margin-bottom: 7px;
  padding-left: 15px;
  position: relative;
}
.entry .entry-content .wp-block-archives li time,
.entry .entry-content .wp-block-categories li time,
.entry .entry-content .wp-block-latest-posts li time {
  line-height: 1;
}
.entry .entry-content .wp-block-archives li:before,
.entry .entry-content .wp-block-categories li:before,
.entry .entry-content .wp-block-latest-posts li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #7d92bb;
}
.entry .entry-content .wp-block-archives li a,
.entry .entry-content .wp-block-categories li a,
.entry .entry-content .wp-block-latest-posts li a {
  font-size: 16px;
  color: #465675;
}
.entry .entry-content .wp-block-archives li a:hover,
.entry .entry-content .wp-block-categories li a:hover,
.entry .entry-content .wp-block-latest-posts li a:hover {
  color: #856B24;
}
.entry .entry-content .wp-block-archives li .children,
.entry .entry-content .wp-block-categories li .children,
.entry .entry-content .wp-block-latest-posts li .children {
  padding-left: 30px;
}

.entry .entry-content .wp-block-categories-list .children li {
  padding-left: 0;
}
.entry .entry-content .wp-block-categories-list .children li:before {
  display: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-comments {
  padding-left: 0;
  margin-bottom: 0;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 15px;
}

pre.wp-block-preformatted {
  margin-top: 20px;
}

.post_format-post-format-quote blockquote {
  margin-top: 0;
}

.wp-block-archives,
.wp-block-categories-list {
  padding: 0;
  list-style: none;
}
.wp-block-archives li:not(:last-clild),
.wp-block-categories-list li:not(:last-clild) {
  margin-bottom: 10px;
}

.wp-block-archives-dropdown select {
  height: 50px;
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 20px;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
  color: #656575;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
  color: #856B24;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.entry .entry-content .wp-block-separator, .entry .entry-content hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
  margin-left: 0;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.wp-block-categories-dropdown .postform {
  margin-bottom: 20px;
}

.wp-block-search .wp-block-search__label {
  font-family: DIN-Bold;
  display: block;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 12px;
  color: #000F29;
}
.wp-block-search input[type=search] {
  margin-bottom: 0;
  box-shadow: none;
  height: 60px;
}
.wp-block-search input[type=search]:focus {
  box-shadow: none;
  background: #F1F6FE;
}
.wp-block-search .wp-block-search__button {
  height: 60px;
  border-radius: 0;
  border: 0;
  font-weight: 500;
  padding: 0 5px;
}
.wp-block-search .wp-block-search__button:hover {
  background: #856B24;
  color: #fff;
}

.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child,
.wp-block-gallery.is-cropped {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
  .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.22em;
    color: #fff;
  }
  .entry .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
  }
  .entry .entry-content .wp-block-separator.is-style-wide, .entry .entry-content hr.is-style-wide {
    max-width: calc(66.6666666667vw - 28px);
  }
  .entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-separator.is-style-wide, .entry .entry-content hr.is-style-wide {
    max-width: calc(50vw - 28px);
  }
  .entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
    max-width: calc(50vw - 28px);
  }
}
.entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

.entry .entry-content .wp-block-separator.is-style-dots:before, .entry .entry-content hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.wp-block-separator.is-style-dots:before {
  content: "···";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}
.wp-block-table.is-style-stripes td {
  border-color: #F3F3F3;
  border-bottom-width: 1px;
}
.wp-block-table.is-style-stripes td:not(:first-child) {
  border-left-width: 1px;
}
.wp-block-table.is-style-stripes tr {
  border-top: 1px solid #F3F3F3;
}
.wp-block-table.is-style-stripes tr:last-child td {
  border-bottom-width: 1px;
}

.site-footer .widget_block h1, .site-footer .widget_block h2, .site-footer .widget_block h3, .site-footer .widget_block h4, .site-footer .widget_block h5, .site-footer .widget_block h6 {
  font-size: 24px;
  font-weight: 600;
}
.site-footer.footer_dark h1, .site-footer.footer_dark h2, .site-footer.footer_dark h3, .site-footer.footer_dark h4, .site-footer.footer_dark h5, .site-footer.footer_dark h6 {
  color: #fff;
}
.site-footer.footer_dark .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a, .site-footer.footer_dark .wp-block-latest-comments__comment-meta {
  color: #dfdfdf;
}
.site-footer.footer_dark .wp-block-latest-comments__comment-excerpt p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer.footer_dark .wp-block-latest-comments__comment-date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.site-footer.footer_dark .wp-block-latest-posts__list li a {
  color: #d9d9d9;
  display: block;
}
.site-footer.footer_dark .wp-block-latest-posts__post-author, .site-footer.footer_dark .wp-block-latest-posts__post-date {
  color: rgba(255, 255, 255, 0.55);
  display: inline-block;
}
.site-footer.footer_dark .wp-block-calendar table caption {
  background-color: #d5deff;
}
.site-footer.footer_dark .wp-block-calendar table th {
  background-color: #f5f5f5;
}
.site-footer.footer_dark .wp-block-calendar a {
  color: #fff;
}
.site-footer.footer_dark .wp-calendar-nav a {
  color: #071c4d;
  text-decoration: none;
}
.site-footer.footer_dark .wp-calendar-nav a:hover {
  color: #856B24;
}

.wp-block-calendar a {
  text-decoration: none;
}

.wp-block-archives-list li {
  margin-bottom: 8px;
}

.wp-block-read-more {
  background: linear-gradient(90deg, #2C44FF 0%, #0CA6FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}
.wp-block-read-more:after {
  content: "\e628";
  font-family: themify;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
}
/*# sourceMappingURL=app.css.map */
