/*
Template Name: Expoint
Template URI: 
Description: Courier & Logistics HTML Template 
Author: IIDEA INFORMATICS 
Author URI: 
Version: 1.0
 */
/*--
    - Google Font Import 
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');

/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 55px;
  line-height: 65px;
  color: #171717;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  font-size: 50px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 35px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #171717;
}

a:hover {
  color: #171717;
}

p {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  color: #878787;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  display: inline-block;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid rgba(135, 135, 135, 0.25);
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

.border-top {
  border-top: 1px solid rgba(135, 135, 135, 0.25);
}

.border-bottom {
  border-bottom: 1px solid rgba(135, 135, 135, 0.25);
}

.line-breaks {
  white-space: pre-line;
}

/*Section Padding CSS*/
.section-padding {
  padding: 120px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 100px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 60px 10px;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 30px 10px;
  }
}

/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h1 {
  font-size: 55px;
  line-height: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .section-title h1 {
    font-size: 34px;
    line-height: 44px;
  }
}

.section-title h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  color: #171717;
  letter-spacing: -1px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 27px;
    line-height: 37px;
    margin: 20px 0;
  }
}

.section-title h6 {
  color: #8b8b8b;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/*Button Style */
.theme-btn,
.bordered-btn,
.primary-btn {
  display: inline-block;
  background: #086ad7;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 16px 45px;
  border: 1px solid #086ad7;
  border-radius: 7px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.theme-btn:hover,
.bordered-btn:hover,
.primary-btn:hover {
  background: #1f2437;
  color: #fff;
  border-color: #1f2437;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .theme-btn,
  .bordered-btn,
  .primary-btn {
    padding: 12px 24px;
  }
}

.primary-btn {
  background: #27ae60;
  border-color: #27ae60;
  color: #eee;
}

.primary-btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.bordered-btn {
  background: transparent;
  border-color: #eee;
  color: #eee;
}

.bordered-btn:hover {
  color: #fff;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type='submit'],
button[type='submit'] {
  border: none;
  border-radius: 0;
  display: inline-block;
  background: #086ad7;
  color: #fff;
  padding: 15px 45px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
}

input[type='submit']:hover,
button[type='submit']:hover {
  background: #086ad7;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap CSS*/
.container-fluid {
  padding: 0;
}

.container {
  max-width: 1200px;
}

.navbar-toggler-icon {
  background-image: none;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */
.white-bg {
  background: #fff !important;
}

.dark-bg {
  background: #030f27;
}

.gray-bg {
  background: #f3f8fb;
}

.blue-bg {
  background: #086ad7;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #002c42;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-black {
  color: #171717 !important;
}

.text-white {
  color: #fff !important;
}

.fix {
  overflow: hidden;
}

/* Preloader*/
.preloader {
  background-color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.spinner {
  width: 60px;
  height: 60px;
  top: 30%;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #086ad7;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #000;
  transition:
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    margin 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/* Off Canvas Menu CSS
======================*/
.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

.menu-trigger span {
  background-color: #333;
  display: block;
  height: 1px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #777;
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #141417 none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon>button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  border-top: 1px solid #333;
  padding-top: 20px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 15px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overly.active {
  opacity: 0.5;
  visibility: visible;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 20px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #18222b;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  background: #ddd;
}

.explore-btn {
  width: 170px;
  height: 170px;
  border: 1px solid #171717;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: absolute;
  right: 100px;
  top: 120px;
  transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .explore-btn {
    top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .explore-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .explore-btn {
    display: none;
  }
}

.explore-btn a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #171717;
  margin-top: 20px;
  text-align: center;
}

.explore-btn i {
  font-size: 25px;
  transform: rotate(-45deg);
  margin-left: 10px;
  display: block;
  margin-top: 10px;
}

.explore-btn:after {
  position: absolute;
  content: '';
  top: 20px;
  left: 50%;
  width: 15px;
  height: 15px;
  background: #444;
  border-radius: 50%;
  margin-left: -7px;
}

.circle-button {
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #1d1d1d;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 30px !important;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition:
    transform 0.2s linear,
    -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

/* services animation effect 
----------------------------------*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.header-top {
  background: #1f2437;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding: 18px 0;
}

.contact-info i {
  color: #0099f7;
  font-size: 20px;
  margin-right: 2px;
}

.site-info .social-area {
  display: inline-block;
  margin-left: 10px;
}

.site-info .social-area i {
  font-size: 20px;
  color: #8d9cc5;
  padding-left: 10px;
}

.header-area .navigation {
  height: 90px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}

.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #171717;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.logo a {
  font-size: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.logo img {
  width: 180px;
}

.main-menu ul {
  line-height: 1;
}

.main-menu ul>li {
  display: inline-block;
  line-height: 1;
  position: relative;
}

.main-menu ul>li>a {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  padding: 35px 0;
  overflow: hidden;
  margin-right: 30px;
}

.main-menu ul>li>a i {
  margin-left: 5px;
}

.main-menu ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu ul>li>ul {
  position: absolute;
  top: 100%;
  width: 230px;
  background-color: #086ad7;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}

.main-menu ul>li>ul li {
  display: block;
}

.main-menu ul>li>ul li a {
  display: block;
  color: #eee;
  padding: 12px 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.main-menu ul>li>ul li a:hover {
  color: #fff;
}

.main-menu ul>li>ul ul {
  left: 100%;
  top: 0;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #086ad7;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px #086ad7;
  /* Vertical Menu Style */
}

.mobile-nav.show {
  right: 0px;
}

.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}

.mobile-nav .sidebar-nav {
  margin-top: 60px;
}

.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu>li {
  position: relative;
  display: flex;
  flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #227bdf;
}

.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}

.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: '';
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}

.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #fff;
  background: #1f2437;
}

.header-area .container {
  background: #fff;
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}

#hamburger i {
  cursor: pointer;
}

@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}

.header-area.absolute-header #hamburger {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn,
.action-bar .primary-btn,
.action-bar .bordered-btn {
  margin-top: 30px;
  display: inline-block;
}

.header-area.header-two .logo {
  padding: 15px 0;
}

#header-aside .aside-content {
  float: right;
  color: #585252;
  margin-top: 20px;
}

#header-aside .aside-content .info-wrap {
  display: table;
  overflow: hidden;
  width: 100%;
}

#header-aside .aside-content .info-i,
#header-aside .aside-content .info-c {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#header-aside .aside-content .info-c span {
  opacity: 0.5;
}

#header-aside .aside-content .info-i {
  width: 45px;
}

#header-aside .aside-content .info-i span {
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #fcc741;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}

#header-aside .aside-content .info-i span i::before {
  font-size: 36px;
}

#header-aside .aside-content .info-i span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px dashed transparent;
  background-color: transparent;
}

#header-aside .aside-content .inner>div {
  float: left;
  display: block;
  width: 170px;
  position: relative;
  color: #777;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-left: 25px;
  border-right: 2px solid #eee;
}

#header-aside .aside-content .inner>div:last-child {
  border: 0;
}

.header-area.header-two .navigation {
  background: #051232;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header-area.header-two .main-menu ul>li>a {
  color: #fff;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.absolute-header .main-menu ul>li>a {
  color: #fff;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .logo {
  color: #fff;
}

#home-2 .single-slide-item {
  background-image: url(../img/slider/slide-3.jpg);
}

#home-2 .hero-area-bg-2 {
  background-image: url(../img/slider/slide-4.jpg);
}

#home-3 .single-slide-item {
  background-image: url(../img/slider/slide-5.jpg);
}

#home-3 .hero-area-bg-2 {
  background-image: url(../img/slider/slide-6.jpg);
}

.homepage-slides {
  position: relative;
  overflow: hidden;
}

.homepage-slides .single-slide-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ddd;
  width: 100%;
  height: 800px;
  display: table;
  align-items: center;
  position: relative;
  z-index: 1;
}

.homepage-slides .single-slide-item .image-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: all 7000ms linear;
}

.homepage-slides .active .single-slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.single-slide-item h1 {
  color: #fff;
  font-size: 85px;
  font-weight: 500;
  line-height: 95px;
  letter-spacing: 1px;
  margin: 30px 0;
}

.homepage-slides .section-title h6 {
  color: #bfbdbd;
}

#home-2 .single-slide-item h6 {
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  position: relative;
  padding-left: 60px;
}

#home-2 .single-slide-item h6:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  left: 0;
  top: 50%;
  background: #0099f7;
  margin-top: -1px;
}

#home-2 .single-slide-item {
  height: 800px;
}

@media (max-width: 767px) {
  #home-2 .single-slide-item {
    height: 400px;
  }
}

#home-3 .single-slide-item {
  height: 900px;
}

#home-3 .section-title {
  margin-top: 100px;
}

.single-slide-item p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border: 2px solid;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -25px;
  color: rgba(0, 153, 247, 0.5490196078);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}

.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
  visibility: visible;
  opacity: 0.3;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #0099f7;
  color: #fff;
  border-color: #0099f7;
  opacity: 1;
}

.hero-area-content {
  display: table-cell;
  vertical-align: middle;
}

.hero-area-content .main-btn {
  margin: 45px 0;
}

.footer-area {
  background: #050913;
  color: #fff;
  position: relative;
}

.footer-area .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-area h5 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0;
}

.footer-area p {
  font-size: 16px;
  margin-top: 18px;
  color: #9ba2ad;
}

.footer-area ul li a {
  font-size: 16px;
  display: block;
  color: #9ba2ad;
  padding: 10px 0;
  position: relative;
}

@media (max-width: 767px) {
  .footer-area ul li a {
    padding: 6px 0;
  }
}

.footer-area ul li a:hover {
  opacity: 0.5;
}

.contact-info p {
  margin-bottom: 10px;
}

.subscribe-form {
  position: relative;
}

.subscribe-form button {
  padding: 18px 40px;
  font-size: 17px;
  line-height: 13px;
  background: #f35c27;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 0;
  cursor: pointer;
}

.subscribe-form input {
  border: 0;
  background: #fff;
}

.subscribe-form input::placeholder {
  color: #797a7e;
  font-size: 16px;
}

.footer-up {
  padding: 80px 0;
}

.footer-up .social-area i {
  color: #eee;
  font-size: 20px;
  margin-right: 10px;
}

.footer-bottom {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  background: #050913;
  border-top: 1px solid;
}

.footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}

.company-email a {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 10px;
}

.company-email a:hover {
  color: #fff;
}

.phone-number p {
  font-size: 20px;
  color: #fff;
}

.feature-area .single-feature-item {
  margin-top: -50px;
  transform: translateY(0);
  transition: 0.5s;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px -2px #6b7d6f;
  border-radius: 5px;
}

.feature-area .single-feature-item:hover {
  transform: translateY(-20px);
}

.feat-icon i:before {
  font-size: 55px;
  color: #fcdb5a;
}

.feat-icon {
  background: #fff;
  padding: 65px 30px 50px;
  height: 100%;
  border-radius: 5px 0 0 5px;
}

.feat-content {
  background: #fff;
  padding: 28px;
  border-left: 1px solid #eee;
  border-radius: 0px 5px 5px 0;
}

.feat-content h5 {
  font-size: 20px;
}

.feat-content p {
  margin: 15px 0;
}

.feat-content a {
  font-size: 20px;
  color: #87c03d;
}

.feature-area {
  position: relative;
  z-index: 9;
}

.info-img {
  /* background-image: url(../img/map.png); */
  background-size: cover;
  background-position: top center;
}

.info-content-area .section-title h2 {
  position: relative;
  padding-left: 35px;
}

.info-content-area .section-title h2:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 5px solid #0099f7;
}

.info-content-area p.highlight {
  position: relative;
  padding-left: 35px;
  margin: 10px 0;
}

.info-content-area p.highlight:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0;
  background: #ddd;
}

.info-content-area .main-btn {
  background: transparent;
  color: #0099f7;
  border: 2px solid;
  margin: 40px 0;
}

.info-content-area .main-btn:hover {
  background: #0099f7;
  color: #fff;
  border-color: #0099f7;
}

.info-img {
  margin-right: 30px;
}

.founded {
  padding: 10px;
  padding-top: 30px;
}

.years {
  font-family: 'Teko', sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 10px;
  letter-spacing: 1px;
}

.years span {
  font-family: 'Teko', sans-serif;
  font-size: 140px;
  font-weight: 600;
  line-height: 120px;
  background-color: #0099f7;
  background-image: url(../img/trans-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-right: 20px;
}

.about-area .text {
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 30px;
  color: #00676c;
  border-left: 5px solid #eee;
  padding-left: 35px;
  margin-top: 20px;
}

.about-bg-wrapper {
  height: 100%;
}

.about-content-wrapper {
  padding: 80px;
  background: #fff;
  margin-top: -40px;
  position: relative;
  /* z-index: 9; */
}

.about-bg-wrapper {
  height: 100%;
  border: 10px solid #fff;
  border-right: 0;
}

.about-bg-innner {
  background-image: url(../img/about/about.jpg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.key-feature {
  margin-top: 20px;
}

.key-feature h4 {
  font-size: 22px;
  margin: 15px 0 10px;
}

.single-bar-item h4 {
  font-size: 17px;
  margin-bottom: 10px;
}

.progress-bar-area {
  margin-top: 20px;
}

.barfiller .fill {
  background: #0099f7 !important;
}

#about-3 .choose-certify {
  text-align: center;
  margin-top: 30px;
}

#about-3 .choose-certify i {
  position: relative;
}

#about-3 .choose-certify i {
  font-size: 45px;
  color: #0099f7;
}

#about-3 .choose-certify h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
  color: #002c42;
}

#about-3 .choose-certify p {
  padding-left: 0;
}

.services-area {
  position: relative;
  z-index: 1;
}

.service-icon i:before {
  font-size: 50px;
  color: #0099f7;
}

.single-service-area {
  text-align: center;
  height: 320px;
  padding: 40px;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.1);
}

.single-service-area h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
  margin: 30px 0 20px;
}

.single-service-area p {
  color: #878787;
}

.single-service-area a.read-more {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0;
}

.single-service-area:hover h4 {
  color: #fff;
}

.single-service-area:hover p {
  color: #fff;
}

.single-service-area:hover a.read-more {
  color: #086ad7;
}

.single-service-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  background-size: cover;
  background-position: center;
}

.single-service-area:before {
  background-image: url(../img/service/01.jpg);
}

.service-2:before {
  background-image: url(../img/service/03.jpg);
}

.service-3:before {
  background-image: url(../img/service/04.jpg);
}

.service-4:before {
  background-image: url(../img/service/02.jpg);
}

.service-5:before {
  background-image: url(../img/service/05.jpg);
}

.service-6:before {
  background-image: url(../img/service/06.jpg);
}

.single-service-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #03102a;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out;
}

.single-service-area:hover::before {
  visibility: visible;
  opacity: 0.5;
}

.single-service-area:hover::after {
  visibility: visible;
  opacity: 0.9;
}

.single-serv-item {
  background: #fff;
  height: 350px;
  text-align: left;
  position: relative;
  z-index: 1;
  transform: translateY(-20px);
  transition: 0.5s;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-top: 50px;
}

.single-serv-item:hover {
  transform: translateY(-20px);
}

.serv-content {
  border-top: 1px solid #efefef;
  /* border-bottom: 1px solid #efefef; */
  padding: 20px 40px 10px;
}

.serv-content h5 {
  margin: 5px 0 15px;
  color: #1d2143;
  font-weight: 500;
  font-size: 22px;
}

.serv-icon {
  padding: 35px 40px 30px;
}

.serv-icon i:before {
  font-size: 60px;
  color: #0099f7;
}

.single-serv-item a {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 30px 40px;
}

.service-slider .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
}

.service-slider .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 10px;
  background: #0099f7;
}

.service-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}

#service-3.services-area {
  background: #fff;
}

#service-3 .single-service-area {
  text-align: center;
  height: 320px;
  padding: 40px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.service-bg {
  background-image: url(../img/service/01.jpg);
  height: 270px;
  transform: scale(1.3);
  transition: all 2s ease-out;
}

.bg-2 {
  background-image: url(../img/service/02.jpg);
}

.bg-3 {
  background-image: url(../img/service/03.jpg);
}

.bg-4 {
  background-image: url(../img/service/04.jpg);
}

.bg-5 {
  background-image: url(../img/service/05.jpg);
}

.bg-6 {
  background-image: url(../img/service/06.jpg);
}

#service-3 .single-service {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}

.single-service .service-content {
  position: absolute;
  bottom: -20px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.service-content h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 10px 0;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-left: 15px;
}

.service-content h3:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 4px;
  height: 30px;
  background: #0099f7;
  margin-top: -15px;
}

.service-content a.read-more {
  position: absolute;
  bottom: 37px;
  left: 20px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #0099f7;
  padding-left: 15px;
}

.single-service:hover .service-content h3 {
  transform: translateY(-12px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.single-service:hover .service-content a.read-more {
  transform: translateY(22px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-service:hover .service-bg {
  transform: scale(1.07);
}

/* Single Service Page
============== */
.service-list {
  background: #f6f6f6;
  padding: 30px;
  margin-bottom: 30px;
}

.service-list h5 {
  margin: 30px 0;
}

.service-list a {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
}

.service-list a.active {
  background: #0099f7;
  color: #fff;
}

.service-list a span {
  float: right;
}

.single-service h2 {
  margin: 30px 0;
}

.single-service h5 {
  margin: 20px 0;
}

.single-service p {
  font-size: 16px;
  line-height: 28px;
}

.single-service-bg img {
  width: 100%;
}

.helpline-section {
  background: #020e28;
  color: #fff;
  padding: 20px;
  margin-top: 35px;
  height: 272px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.helpline-section h4 {
  color: #fff;
  margin-top: 15px;
}

.helpline-section button {
  margin-top: 15px;
}

#service-page .single-service {
  padding: 40px;
  padding-top: 0;
}

.question-section input,
.question-section textarea {
  margin-top: 20px;
}

.question-section button {
  margin-top: 30px;
}

.single-logistic-bg {
  background-image: url(../img/freight/1.jpg);
  height: 325px;
  margin-bottom: 30px;
}

.logistic-bg-2 {
  background-image: url(../img/freight/2.jpg);
}

.logistic-bg-3 {
  background-image: url(../img/freight/3.jpg);
}

.logistic-bg-4 {
  background-image: url(../img/freight/4.jpg);
}

#logistic-1 .single-logistic-area {
  padding: 50px;
  box-shadow: none;
  margin-top: 0;
  height: 325px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.ac-single-logistic-area {
  padding-top: 20px !important;
}

.single-logistic-area h5 {
  font-size: 20px;
  margin: 25px 0;
}

#logistic-1 .logistic-icon i:before {
  color: #002c42;
}

#logistic-1 .single-logistic-area a.read-more {
  margin: 12px 0 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

#logistic-1 .single-logistic-area:hover {
  background: #02223a;
}

#logistic-1 .single-logistic-area:hover a.read-more {
  color: #fff;
}

#logistic-1 .single-logistic-area:hover .logistic-icon i:before {
  color: #fff;
}

#logistic-1 .single-logistic-area:hover h5 {
  color: #fff;
}

#logistic-1 .single-logistic-area:hover p {
  color: #fff;
}

.freight-bg-1 {
  background-image: url(../img/freight/1.png);
}

.freight-bg-2 {
  background-image: url(../img/freight/2.png);
}

.freight-bg-3 {
  background-image: url(../img/freight/3.png);
}

.single-freight-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 2s ease-out;
}

.freight-icon {
  position: absolute;
  top: 50px;
  left: 35px;
}

.freight-icon i:before {
  font-size: 45px;
  color: #fff;
}

.hn-freight-icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.single-freight-area h5 {
  font-size: 22px;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 25px;
}

.single-freight-area h5:after {
  position: absolute;
  content: ' ';
  width: 80px;
  height: 3px;
  background: white;
  bottom: -15px;
  left: 0;
}

.single-freight-area .read-more {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #0099f7;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.single-freight-area .read-more:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 0;
  margin-left: -5px;
  opacity: 0;
  visibility: hidden;
}

.single-freight-area:hover .read-more {
  padding-left: 15px;
}

.single-freight-area:hover .read-more:before {
  opacity: 1;
  visibility: visible;
}

.single-freight-area img {
  transition: transform ease 0.3s;
}

.single-freight-area img:hover {
  transform: scale(1.3);
  transition: all 2s ease-out;
}

/*Logistics Section # 03
========================*/
.logistic-service-area {
  background-image: url(../img/icon/air-freight.png);
  background-position: center;
  background-repeat: no-repeat;
}

.logistic-service-area.sea {
  background-image: url(../img/icon/sea.png);
}

.logistic-service-area.road {
  background-image: url(../img/icon/truck.png);
}

.logistic-service-area.rail {
  background-image: url(../img/icon/freight-wagon-bg.png);
}

.logistic-service-area.store {
  background-image: url(../img/icon/wholesale.png);
}

.logistic-service-area.ware {
  background-image: url(../img/icon/pallet.png);
}

.logistic-service-area {
  text-align: left;
  height: 320px;
  padding: 45px 40px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.logistic-service-area:hover {
  border-color: #ddd;
}

.logistic-service-area h4 {
  color: #1d2143;
  margin: 30px 0 20px;
}

.logistic-service-area p {
  color: #898a9c;
}

.logistic-service-area .read-more {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}

.service-icon i {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.ac-service-icon img {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.logistic-service-area:hover i {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.single-process-area {
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
}

.single-process-area h5 {
  font-size: 14px;
  color: #fff;
  margin: 25px 0 10px;
  letter-spacing: 1px;
}

.single-process-area h4 {
  font-size: 20px;
  margin: 20px 0;
}

.process-icon {
  position: relative;
}

.process-icon img {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.single-process-area:hover img {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

[class*='col-lg-3']:not(:last-child) .process-icon:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -44px;
  width: 80px;
  height: 1px;
  border: 1px dashed cadetblue;
  opacity: 0.7;
}

#about-page.process-area .section-title h2 {
  color: #fff;
}

#about-page.process-area .single-process-area h4 {
  color: #fff;
}

#about-page.process-area .single-process-area p {
  color: #cecece;
}

.quotation-section {
  background-image: url(../img/consult-bg.jpg);
  position: relative;
  z-index: 1;
  background-size: cover;
}

.quotation-section .section-title h2 {
  color: #fff;
}

.quotation-form {
  padding: 80px 115px;
  background-color: #fff;
}

.quotation-form .form-group {
  margin-bottom: 30px;
}

.quotation-form .form-group li {
  display: block;
}

.quotation-form .form-control {
  border-radius: 4px;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #777;
  height: 50px;
  width: 100%;
}

.quotation-form select.form-control:not([size]):not([multiple]) {
  height: 50px;
  padding: 8px 10px;
}

.quotation-form .form-group label:after {
  content: '*';
  padding-left: 5px;
  color: #f8a555;
}

.request-button .btn-primary {
  margin-top: 30px;
  padding: 13px 60px;
  width: 100%;
}

.request-button .btn-primary:hover {
  color: #fff;
  background: #050d3c;
}

.request-button i {
  margin-left: 8px;
}

.request-button button:hover {
  background: #092a45;
  color: #fff;
}

.quotation-dtl {
  background-color: #086ad7;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quotation-dtl p {
  display: flex;
  color: #fff;
  font-size: 18px;
  padding: 15px 150px;
  margin: 0;
  text-align: center;
}

.quotation-dtl p i {
  color: #fff;
  padding-right: 15px;
  font-size: 25px;
}

.quotation-dtl [class^='flaticon-']:before,
[class*=' flaticon-']:before,
[class^='flaticon-']:after,
[class*=' flaticon-']:after {
  font-size: 28px;
  vertical-align: middle;
}

.quotation-dtl a:hover {
  color: #0099f7;
}

/*Quotation Page */
.quote-form {
  margin-top: 50px;
}

.form-list {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quote-form input,
.quote-form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 0;
}

.form-list select {
  color: #555;
}

.cost-center .btn-1 span {
  padding: 15px 25px;
  position: relative;
  text-align: left;
  background: #0c4d52;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  margin-right: -4px;
}

.cost-center .btn-1 .dark {
  background: #0099f7;
}

.quote-form .btn:hover {
  background: navy;
  color: #fff;
}

.cost-center .btn.btn-primary {
  margin-top: 10px;
}

.form-list .nice-select {
  width: 100%;
}

.faq-bg {
  background-image: url(../img/faq.jpg);
  height: 650px;
}

.cp-custom-accordion .accordion-items {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-items {
    margin-top: 30px;
  }
}

.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 20px 0px 30px 20px;
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #171717;
  border: none;
  border-bottom: 1px solid #eee;
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 28px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding-right: 50px;
    line-height: 25px;
    font-size: 14px;
  }
}

.cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: '\f061';
  font-family: 'Line Awesome Free';
  top: 35%;
  transform: rotate(-90deg);
  right: 30px;
  font-size: 24px;
  font-weight: 500;
  opacity: 1;
  color: #333;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons::after {
    top: 20px;
    right: 25px;
    font-size: 16px;
  }
}

.cp-custom-accordion .accordion-buttons.collapsed::after {
  content: '\f061';
  transform: rotate(90deg);
}

.cp-custom-accordion .collapsed {
  position: relative;
  z-index: 9;
}

.cp-custom-accordion .accordion-body {
  background-color: #fff;
  color: #878787;
  padding: 20px 0;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 25px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.faq-section-bg {
  max-width: calc(100% - 40px);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-section-bg {
    max-width: calc(100% - 60px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-content-wrapper {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .faq-content-wrapper {
    margin-top: 60px;
  }
}

.testimonial-area {
  background-image: url(../img/testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 600px;
  position: relative;
  z-index: 1;
}

.testimonial-avatar img {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
}

.single-testimonial-item {
  text-align: center;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 30px;
  color: #f5f3f3;
  margin: 20px 0;
}

.testimonial-content h4 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 50px 0;
}

.testimonial-content h4 span {
  display: block;
  font-size: 90%;
  margin-top: 7px;
  opacity: 0.5;
}

.testimonial-carousel .owl-dots button {
  width: 15px;
  height: 15px;
  background: #999;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots button.active {
  background: #0099f7;
}

.testimonial-carousel .owl-dots {
  display: block;
  text-align: center;
  margin: 30px 0;
}

.testimonial-area .testimonial-icon-before i {
  font-size: 40px;
  background: none;
  padding: 10px;
  position: absolute;
  top: 55px;
  z-index: 9;
  left: -10px;
  color: #0099f7;
}

.testimonial-area .testimonial-icon-after i {
  font-size: 40px;
  background: none;
  padding: 10px;
  position: absolute;
  bottom: 100px;
  z-index: 9;
  right: 0;
  color: #0099f7;
}

#testimonial-2.testimonial-area {
  background-image: none;
  height: auto;
}

#testimonial-2.testimonial-area .section-title {
  padding: 0;
}

#testimonial-2 .single-team-item p {
  margin-bottom: 40px;
}

#testimonial-2 .single-team-item img {
  max-width: 70px;
  height: auto;
  float: left;
}

#testimonial-2 .author-desc {
  margin-top: 60px;
}

#testimonial-2 .author-desc h5 {
  font-size: 18px;
  padding-left: 80px;
  margin: 0;
}

#testimonial-2 .author-desc span {
  font-size: 90%;
  color: #0099f7;
  padding-left: 10px;
}

#testimonial-2 .single-team-item {
  background: #fff;
  padding: 75px 50px 70px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  border: 1px solid #eee;
  border-bottom: 3px solid #eee;
  transition: 0.3s;
  border-radius: 5px;
}

#testimonial-2 .single-team-item:hover {
  border-bottom: 3px solid #0099f7;
}

#testimonial-2 .testimonial-icon i {
  font-size: 30px;
  background: #0099f7;
  padding: 18px;
  position: absolute;
  top: -38px;
  color: #fff;
  z-index: 9;
  border-radius: 5px;
}

#testimonial-2.testimonial-area .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  margin-right: 10px;
  margin-top: 20px;
}

#testimonial-2.testimonial-area .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 10px;
  background: #0099f7;
}

#testimonial-2.testimonial-area .team-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.blog-area .single-blog-item {
  height: 580px;
  background: #fff;
  border-radius: 5px;
}

.blog-area .blog-bg img {
  height: 250px;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.blog-area p.blog-meta {
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0;
  color: #0099f7;
  text-transform: uppercase;
}

.blog-area p.blog-meta i:before {
  padding-right: 7px;
}

.blog-area .blog-meta i {
  font-size: 20px;
  margin-right: 7px;
}

.blog-content i {
  margin-right: 7px;
}

.blog-content {
  padding: 30px;
}

.blog-area .blog-content h5 a {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #1d2143;
  margin-bottom: 20px;
}

.blog-area .blog-content h5 a:hover {
  color: #0099f7;
}

.blog-area a.read-more {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 0;
  color: #0099f7;
}

.blog-area a.read-more:hover {
  opacity: 1;
}

.blog-area .blog-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}

.blog-area .blog-bg img {
  transition: transform ease 0.3s;
}

.blog-area .blog-bg span {
  background: #0099f7;
  color: #fff;
  padding: 10px;
  display: inline-block;
  width: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-area .blog-bg img:hover {
  transform: scale(1.3);
  transition: all 2s ease-out;
  border-radius: 5px;
}

#blog-page .single-blog-item {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 3px 9px -2px #d0cece;
}

#blog-page .blog-bg img {
  width: 100%;
  height: 100%;
}

#blog-page .blog-content p.blog-meta {
  font-size: 16px;
  color: #898a9c;
}

#blog-page .blog-content a {
  font-size: 24px;
  font-weight: 500;
  color: #00283f;
  margin-bottom: 20px;
}

#blog-page .blog-content a:hover {
  color: #0099f7;
}

#blog-page .blog-content a.read-more {
  text-transform: uppercase;
  font-size: 16px;
  color: #0099f7;
}

.blog-search input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  padding: 0;
  padding-bottom: 15px;
}

.blog-search button {
  background: none;
  margin: 0;
  padding: 0;
}

.blog-search button i {
  color: #191919;
  font-size: 20px;
  opacity: 0.5;
  position: absolute;
  top: 18px;
  right: 28px;
}

.blog-category h5,
.archive h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0;
}

.blog-category a,
.archive a {
  display: block;
  color: #191919;
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
  color: #f35e27;
}

.blog-category a.active,
.archive a.active {
  color: #0099f7;
}

.recent-post h5 {
  margin: 30px 0;
  margin-top: 50px;
  font-weight: 600;
}

.recent-post img {
  float: left;
  width: 70px;
  height: 70px;
}

.single-recent-post h6 {
  margin: 0;
  padding-left: 90px;
}

p.blog-date {
  padding-left: 90px;
}

.single-recent-post {
  padding-bottom: 25px;
}

.single-recent-post .recent-post-content {
  display: block;
  padding-left: 110px;
}

.single-recent-post h6 a {
  color: #00b965;
  line-height: 1.5;
}

.popular-tag h5 {
  margin: 30px 0;
  margin-top: 50px;
  font-weight: 600;
}

.popular-tag span {
  padding: 8px 15px;
  background: #00283f;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 15px;
}

.popular-tag a {
  font-size: 16px;
  color: #fff;
  padding: 5px;
}

.popular-tag span.active {
  background: #0099f7;
}

.popular-tag span:hover {
  background: #0099f7;
}

.popular-tag span:hover a {
  color: #fff;
}

.author-profile img {
  width: 90px;
  height: 90px;
  float: left;
}

.comments-section h5 {
  font-size: 22px;
  margin: 40px 0;
}

.comments-section img {
  width: 90px;
  height: 90px;
  float: left;
}

.single-comments-section p {
  padding-left: 120px;
}

.single-comments-section p b {
  color: #333;
}

a.reply-btn {
  text-transform: uppercase;
  font-size: 14px;
}

.comments-form h3 {
  margin: 50px 0;
}

.author-info {
  padding-left: 120px;
}

.author-info h6 {
  margin: 10px 0;
}

.single-comments-section p span {
  padding-left: 50px;
  font-size: 15px;
}

.blog-search {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
  border: 1px solid #ddd;
  padding: 10px 30px 20px;
  margin: 20px 0;
}

.helpline-section {
  background-size: cover;
  background-position: center center;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.helpline-content h4 {
  color: white;
}

.helpline-content p {
  color: #fff;
  margin-top: 20px;
}

.helpline-content button {
  z-index: 9;
  position: relative;
}

.pagination-block {
  display: block;
  margin: 45px auto;
}

.pagination-block .page-numbers {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  color: #656c76;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #e9eef6;
  border-radius: 3px;
  margin: 0 3px;
  padding: 0;
  transition: all 0.3s ease 0s;
}

.page-numbers.current {
  background: #0099f7;
  color: #fff;
}

.pagination-block .page-numbers:hover {
  background: #0099f7;
  color: #fff;
}

.single-blog-wrap .blog-meta {
  margin-top: 20px;
}

.single-blog-wrap h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}

.single-blog-wrap h5 {
  font-size: 24px;
  margin: 20px 0;
}

.author-profile .social-icon i {
  font-size: 20px;
  margin-right: 10px;
}

.author-profile h6 {
  font-size: 20px;
}

.comments-form button {
  margin-top: 30px;
}

.comments-form textarea {
  margin-bottom: 30px;
}

.single-logo-wrapper {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transition: 0.3s;
}

.single-logo-wrapper:hover {
  opacity: 1;
}

.achievement-area {
  background-image: url(../img/achievement.jpg);
  height: 350px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.achievement-area.home2 {
  background-color: #020e28;
}

.fact-icon i:before {
  font-size: 50px;
  line-height: 35px;
  color: #ff5316;
  margin: 25px 0;
  display: inline-block;
}

.single-counter-box {
  text-align: center;
}

.single-counter-box h6 {
  color: #0099f7;
  font-size: 18px;
  font-weight: 500;
}

.single-counter-box .counter-number span {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  margin: 50px 0 20px;
}

.single-counter-box p.counter-number {
  font-size: 40px;
  color: #fff;
}

.chooseus-area {
  border-top: 1px solid #eee;
}

.chooseus-area .section-heading:after {
  margin: 0;
}

.feature-area-wrap {
  max-width: calc(100% - 60px);
}

.single-feature-item .num {
  font-size: 24px;
  line-height: 24px;
  background: #0099f7;
  display: inline-flex;
  padding: 10px;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  float: left;
  border-radius: 5px;
}

.feature-image img {
  width: 100%;
  box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
}

.feature-image {
  position: relative;
  z-index: 1;
}

.feature-image:before {
  position: absolute;
  content: ' ';
  top: -50px;
  right: -50px;
  width: 100%;
  height: 100%;
  background: #0099f7;
  z-index: -1;
}

.feature-content h5 {
  font-size: 22px;
  margin: 0;
}

.feature-content {
  padding-left: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.feature-content p {
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0;
}

.choose-us-area {
  background-image: url(../img/choose-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.choose-us-area .section-title h2 {
  color: #fff;
}

.choose-us-wrapper {
  background: #fff;
  margin-top: 50px;
  position: relative;
}

.choose-us-inner {
  text-align: center;
  padding: 50px 30px;
  border-right: 1px solid #eee;
}

.choose-us-inner h5 {
  font-size: 22px;
  margin: 40px 0 20px;
}

.choose-us-inner:nth-last-child(4) {
  border-right: none;
}

.choose-us-icon {
  position: relative;
  z-index: 1;
}

.choose-us-icon:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50px;
  width: 80px;
  height: 80px;
  background: #f6f6f6;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s;
}

.choose-us-inner:hover .choose-us-icon:after {
  width: 100px;
  height: 100px;
  top: -18px;
  left: 65px;
  background: #0099f7;
  opacity: 0.2;
}

/* Spacer
============== */
.spacer {
  position: relative;
}

.spacer-bg {
  /*	background-image: url(../img/divider.jpg);*/
  background-attachment: fixed;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spacer-bg .main-btn {
  z-index: 9;
  margin-top: 190px;
}

.pricing-section {
  background: #01273e;
}

.pricing-section .section-title h2 {
  color: #fff;
}

.single-price-item {
  padding: 25px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  border: 5px solid #113460;
  opacity: 0.5;
  border-radius: 5px;
}

.single-price-item h4 {
  margin: 25px 0;
  padding: 15px 25px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.single-price-item p {
  margin-bottom: 50px;
}

.single-price-item p b {
  font-size: 40px;
  color: #fff;
}

.single-price-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-price-item ul li {
  display: block;
  margin: 20px 0;
  color: #e5e5e5;
  font-size: 16px;
  text-align: left;
  padding-left: 35px;
}

.single-price-item .theme-btn,
.single-price-item .primary-btn,
.single-price-item .bordered-btn {
  padding: 14px 24px;
  margin: 30px 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.single-price-item .theme-btn:hover,
.single-price-item .primary-btn:hover,
.single-price-item .bordered-btn:hover {
  background: #00656d;
  color: #fff;
}

.single-price-item.active {
  border-color: #0099f7;
  opacity: 1;
}

/* Price Page */
#price-page.pricing-section {
  background: none;
}

#price-page.pricing-section .section-title h2 {
  color: #1d2143;
}

#price-page .single-price-item {
  border: 5px solid #0f294a;
  opacity: 0.5;
}

#price-page .single-price-item.active {
  border-color: #0099f7;
  opacity: 1;
}

#price-page .single-price-item h4 {
  color: #1d2143;
}

#price-page .single-price-item p b {
  color: #1d2143;
}

#price-page .single-price-item ul li {
  color: #1d2143;
}

#cta-2.cta-area {
  background-image: url(../img/divider.jpg);
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

#cta-2.cta-area h2 {
  font-size: 50px;
  line-height: 65px;
  color: #fff;
  font-weight: 600;
}

#cta-2.cta-area h6 {
  color: #0099f7;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

#cta-2.cta-area p {
  color: #cacaca;
  margin: 12px 0;
}

#cta-2.cta-area .contact-info i {
  font-size: 50px;
  float: left;
  padding-right: 10px;
}

#cta-2 .contact-info h5 {
  font-size: 22px;
  color: #fff;
}

#cta-2 .contact-info p {
  margin: 4px 0;
}

.team-member-bg {
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 300px;
}

.team-member-bg {
  background-image: url(../img/team/1.jpg);
}

.team-bg-2 {
  background-image: url(../img/team/2.jpg);
}

.team-bg-3 {
  background-image: url(../img/team/3.jpg);
}

.team-bg-4 {
  background-image: url(../img/team/4.jpg);
}

.team-bg-5 {
  background-image: url(../img/team/5.jpg);
}

.team-bg-6 {
  background-image: url(../img/team/6.jpg);
}

.team-bg-7 {
  background-image: url(../img/team/7.jpg);
}

.team-bg-8 {
  background-image: url(../img/team/8.jpg);
}

.single-team-member {
  position: relative;
  margin-top: 25px;
}

.single-team-member .team-content {
  position: absolute;
  bottom: -75px;
  background: #fff;
  text-align: center;
  width: 100%;
}

.team-content .team-title {
  font-weight: 500;
}

.team-content .team-title a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #191919;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 16px 0 5px;
}

.team-content .team-subtitle {
  font-size: 14px;
  color: #7c7c7c;
  margin-bottom: 10px;
}

.team-content .team-subtitle p {
  margin: 0;
  color: #333e38;
}

.team-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-social ul li {
  display: inline-block;
}

.team-social ul li a {
  font-size: 18px;
  padding: 10px;
  transition: all 0.3s ease-out;
}

.team-social {
  position: absolute;
  top: 0;
  left: -35px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-2px);
  transition: all 0.4s;
}

.team-social ul li {
  display: block;
}

.team-social i {
  color: #0099f7;
}

.single-team-member:hover .team-social {
  visibility: visible;
  opacity: 1;
  left: 0;
  transform: translateY(0);
}

#team-page .single-team-member {
  margin-bottom: 100px;
}

.contact-section {
  background-image: url(../img/contact-bg.jpg);
  background-attachment: fixed;
}

.contact-content {
  margin-top: 50px;
}

.contact-section h2 {
  color: #fff;
}

.contact-section p {
  color: #fff;
}

.contact-section .contact-info i {
  font-size: 30px;
  margin-left: 0;
  background: #0099f7;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  float: left;
}

.contact-inner {
  margin-bottom: 30px;
}

.contact-inner h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-left: 100px;
}

.contact-inner p {
  padding-left: 100px;
}

.contact-section button.theme-btn,
.contact-section button.primary-btn,
.contact-section button.bordered-btn {
  border: none;
}

.contact-section button.theme-btn:hover,
.contact-section button.primary-btn:hover,
.contact-section button.bordered-btn:hover {
  background: #25283a;
  color: #fff;
}

.contact-form {
  margin-top: 80px;
}

.contact-form input,
.contact-form textarea {
  margin-bottom: 30px;
}

.contact-us-area {
  background-image: url(../img/contact-bg-1.jpg);
  background-size: cover;
  height: 500px;
  position: relative;
  z-index: 1;
}

.contact-us-wrapper {
  background: #fff;
  margin-top: 50px;
  position: relative;
}

.contact-us-inner {
  text-align: center;
  padding: 40px 30px;
  border-right: 1px solid #eee;
}

.contact-us-inner:nth-last-child(4) {
  border-right: none;
}

.contact-us-inner h5 {
  margin: 40px 0 20px;
}

.contact-us-inner p {
  margin: 0;
}

.contact-us-inner a {
  text-transform: uppercase;
  color: #0099f7;
  font-size: 17px;
  font-weight: 500;
  margin: 20px 0 10px;
}

#contact-us .info-i {
  position: relative;
  z-index: 1;
}

#contact-us .info-i i:before {
  font-size: 50px;
  color: #0099f7;
}

#contact-us .contact-form .main-btn {
  margin-top: 30px;
}

.contact-section {
  background-image: url(../img/contact-bg.jpg);
}

.contact-section .section-title h2 {
  color: #fff;
}

.contact-form .main-btn {
  border-radius: 0;
  border: none;
  margin: 40px 0;
}

.breadcrumb-area {
  background-image: url(../img/bread-bg.jpg);
}

.breadcrumb-area {
  height: 350px;
  background-size: cover;
  background-position: center bottom;
  background-color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.breadcrumb-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #092c3e;
  opacity: 0.5;
  z-index: -1;
}

.breadcrumb-area .breadcrumb-title h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 40px;
  position: relative;
  padding-left: 30px;
}

.breadcrumb-area .breadcrumb-title h1:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 5px solid #0099f7;
}

.breadcrumb-area h6 a {
  color: #fff;
  font-size: 16px;
}

.breadcrumb-area h6 {
  color: #aeb1b3;
  font-size: 16px;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 35px;
  }
}

/* flex 水平相斥 竖直居中 */
.flex_sb_c {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

/* flex 水平相斥 竖直居中 */
.flex_sb_b {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
}

/* flex 水平居中 竖直居中 */
.flex_c_c {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* flex 水平向右 竖直居中 */
.flex_r_c {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

/* flex 水平向左 竖直居中 */
.flex_l_c {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

/* flex 水平相斥 竖直向上 */
.flex_sb_t {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

/* flex 水平向左 竖直向上 */
.flex_l_t {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

/* flex 水平相斥 竖直向上 */
.flex_sa_t {
  display: flex !important;
  justify-content: space-around !important;
  align-items: flex-start !important;
}

.flex_c_c_c {
  flex-direction: column;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.flex_c_r_c {
  flex-direction: column;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

.flex_r_c_c {
  flex-direction: column;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
}

.flex_l_c_c {
  flex-direction: column;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

.image_40 {
  width: 40px !important;
  height: 40px !important;
}

.image_50 {
  width: 50px !important;
  height: 50px !important;
}

.image_60 {
  width: 60px !important;
  height: 60px !important;
}

.image_70 {
  width: 70px !important;
  height: 70px !important;
}

.image_80 {
  width: 80px !important;
  height: 80px !important;
}

.mt_4 {
  margin-top: 4px !important;
}

.mt_6 {
  margin-top: 6px !important;
}

.mt_8 {
  margin-top: 8px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mr_4 {
  margin-right: 4px !important;
}

.mr_6 {
  margin-right: 6px !important;
}

.mr_8 {
  margin-right: 8px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mb_4 {
  margin-bottom: 4px !important;
}

.mb_6 {
  margin-bottom: 6px !important;
}

.mb_8 {
  margin-bottom: 8px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}


.ml_4 {
  margin-left: 4px !important;
}

.ml_6 {
  margin-left: 6px !important;
}

.ml_8 {
  margin-left: 8px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.logo_text {
  font-family: 'Roboto', sans-serif !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #d9001b !important;
  letter-spacing: 1px !important;
  /* 字符间距 */
}

/* 隐藏元素但仍然占位 */
.element_hidden {
  visibility: hidden !important;
}

.banner_main_title {
  font-size: 80px !important;
  font-weight: 900 !important;
  color: white !important;
}

.banner_sub_title {
  font-size: 40px !important;
  font-weight: 300 !important;
  color: white !important;
}

#download.cta-area {
  background-image: url(../img/download/downloadbg.png);
  background-repeat: no-repeat;
  /* 不重复 */
  background-position: center right;
  height: 354px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  #download.cta-area {
    background-size: 60%;
    background-position: bottom right;
  }
}

#download.cta-area .content {
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

#download.cta-area .title {
  color: #e50012;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 36px;
}

#download.cta-area p {
  color: #cacaca;
  margin: 12px 0;
}

#download.cta-area .contact-info i {
  font-size: 50px;
  float: left;
  padding-right: 10px;
}

#download .contact-info h5 {
  font-size: 22px;
  color: #fff;
}

#download .contact-info p {
  margin: 4px 0;
}

#download .text-box {
  margin: 0 30px 30px;
}

#download .download-app-btn {
  background-image: url(../img/download/appstore.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 236px;
  height: 54px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

#download .download-google-btn {
  background-image: url(../img/download/googleplay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 236px;
  height: 54px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

#download .db-container {
  width: 236px;
  height: 54px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

#download .overlay:hover {
  background: #000;
  opacity: 0.5;
}

#download .overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

#footer .footer-logo {
  width: 120px;
}

.home-search {
  border: 1px solid #ddd;
  padding: 15px;
  padding-right: 65px;
  position: relative;
}

.home-search .form {
  padding: 0 !important;
}

.home-search input {
  border: none;
  border-radius: 0;
  /* border-bottom: 1px solid #ddd; */
  padding: 0;
  /* padding-bottom: 15px;
  margin-bottom: 10px; */
  font-size: 18px;
  color: #fff;
}

.home-search input::-webkit-input-placeholder {
  font-size: 18px;
}

.home-search input::-moz-placeholder {
  font-size: 18px;
}

.home-search input:-ms-input-placeholder {
  font-size: 18px;
}

.home-search input::-ms-input-placeholder {
  font-size: 18px;
}

.home-search button {
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 7px;
}

.home-search .theme-btn {
  background: #cf0006;
  border: 1px solid #cf0006;
}

.home-search button i {
  color: #fff;
  font-size: 26px;
  opacity: 0.5;
  position: absolute;
  top: 14px;
  right: 22px;
}

.language {
  cursor: pointer;
  font-size: 18px;
}

.floating-button {
  position: fixed;
  top: 50%;
  right: 10px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #cf0006;
  color: white;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform: translateX(100%);
  /* 初始状态，隐藏在右侧外 */
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: auto;
  /* 保证动画期间元素可点击 */
  z-index: 10;
}

.floating-button:hover {
  background-color: #7c0307;
  /* 悬停时的背景颜色 */
}

/* 滑入动画 */
.slide-in {
  transform: translateX(0);
  opacity: 1;
}

/* 滑出动画 */
.slide-out {
  transform: translateX(100%);
  opacity: 0;
}

.home-about-bg-innner {
  background-image: url(../img/home/首页475-635.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home-achievement-area {
  background-image: url(../img/home/首页-1567-1175.png);
  height: 350px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.home-achievement-area.home2 {
  background-color: #020e28;
}

.afn-breadcrumb-area {
  background-image: url(../img/airfreight/空运1200-800.png);
  background-position: center center;
}

@media (max-width: 767px) {
  .afn-breadcrumb-area {
    height: 175px
  }
}

.sfn-breadcrumb-area {
  background-image: url(../img/seafreight/海运1200-800.png);
  background-position: center center;
}

@media (max-width: 767px) {
  .sfn-breadcrumb-area {
    height: 175px
  }
}

.ac-breadcrumb-area {
  background-image: url(../img/appcourse/app1200-800.png);
  background-position: center center;
}

@media (max-width: 767px) {
  .ac-breadcrumb-area {
    height: 175px
  }
}

.cd-breadcrumb-area {
  background-image: url(../img/consolidate/集货1200-800.png);
  background-position: center center;
}

@media (max-width: 767px) {
  .cd-breadcrumb-area {
    height: 175px
  }
}

.cu-breadcrumb-area {
  background-image: url(../img/contactus/联系我们1200-800.png);
  background-position: center center;
}

@media (max-width: 767px) {
  .cu-breadcrumb-area {
    height: 175px
  }
}

.faq-breadcrumb-area {
  background-image: url(../img/appcourse/app教程1920-818.png);
  background-position: center center;
}

@media (max-width: 767px) {
  .faq-breadcrumb-area {
    height: 175px
  }
}

.single-logistic-bg {
  background-image: url(../img/freight/1.jpg);
  height: 325px;
  margin-bottom: 30px;
}

.ac-logistic-bg-1 {
  background-image: url(../img/appcourse/app教程600x540-1.png);
}

.ac-logistic-bg-2 {
  background-image: url(../img/appcourse/app教程600x540-2.png);
}

.ac-logistic-bg-3 {
  background-image: url(../img/appcourse/app教程600x540-3.png);
}

.ac-logistic-bg-4 {
  background-image: url(../img/appcourse/app教程600x540-4.png);
}

.ac-choose-us-area {
  background-image: url(../img/appcourse/app教程1920-818.png);
  background-size: cover;
  position: relative;
  z-index: 1;
}

#cta-2.ac-cta-area {
  background-image: url(../img/appcourse/app教程1920-1275.jpg);
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.cu-contact-us-area {
  height: 400px;
  position: relative;
  z-index: 1;
}

.partners-single-logo-wrapper {
  width: 266px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.partners-logo-inner-item img {
  /* background-color: #00676c; */
  max-width: 100px;
  max-height: 80px;
}

.partners-logo-inner-item1 img {
  /* padding: 60px; */
}

.partners-logo-inner-item2 img {
  /* padding: 80px; */
}

.partners-logo-inner-item3 img {
  /* padding: 60px; */
}

.partners-logo-inner-item4 img {
  /* padding: 60px; */
}

.partners-logo-inner-item5 img {
  /* padding: 60px; */
}

.partners-logo-inner-item6 img {
  /* padding: 60px; */
}

.partners-logo-inner-item-label {
  font-size: 20px;
  font-weight: bold;
}

.cu-contact-section {
  background-image: url(../img/appcourse/app教程1920-818.png);
  background-attachment: fixed;
}

.ac-choose-us-icon {
  position: relative;
  z-index: 1;
  padding: 10px 26px 30px;
}

.ac-choose-us-icon:after {
  position: absolute;
  content: '';
  top: -8px;
  left: 102px;
  width: 100px;
  height: 100px;
  background: #f6f6f6;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s;
}

.ac-choose-us-icon i:before {
  font-size: 80px;
  color: #0099f7;
}

.choose-us-inner:hover .ac-choose-us-icon:after {
  width: 100px;
  height: 100px;
  top: -8px;
  left: 114px;
  background: #0099f7;
  opacity: 0.2;
}

.service-content .ac-read-more {
  position: absolute;
  bottom: 37px;
  left: 20px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #0099f7;
  padding-left: 15px;
  cursor: pointer;
}

.single-service:hover .service-content .ac-read-more {
  transform: translateY(22px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.ac-bg-1 {
  background-image: url(../img/appcourse/下载.png);
}

.ac-bg-2 {
  background-image: url(../img/appcourse/登录.png);
}

.ac-bg-3 {
  background-image: url(../img/appcourse/注册.png);
}

.ac-bg-4 {
  background-image: url(../img/appcourse/修改支付密码.png);
}

.ac-bg-5 {
  background-image: url(../img/appcourse/充值.png);
}

.ac-bg-6 {
  background-image: url(../img/appcourse/签收.png);
}

.afn-serv-icon {
  padding: 35px 40px 30px;
  position: relative;
}

.afn-serv-icon i:before {
  font-size: 80px;
  color: #0099f7;
}

[class*='col-lg-3']:not(:last-child) .afn-serv-icon:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -44px;
  width: 80px;
  height: 1px;
  border: 1px dashed cadetblue;
  opacity: 0.7;
}

.sfn-serv-icon {
  padding: 35px 40px 30px;
  position: relative;
}

.sfn-serv-icon i:before {
  font-size: 80px;
  color: #0099f7;
}

[class*='col-lg-3']:not(:last-child) .sfn-serv-icon:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -44px;
  width: 80px;
  height: 1px;
  border: 1px dashed cadetblue;
  opacity: 0.7;
}

.cd-serv-icon {
  padding: 35px 40px 30px;
  position: relative;
}

.cd-serv-icon i:before {
  font-size: 80px;
  color: #0099f7;
}

[class*='col-lg-3']:not(:last-child) .cd-serv-icon:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -44px;
  width: 80px;
  height: 1px;
  border: 1px dashed cadetblue;
  opacity: 0.7;
}

.hn-serv-icon {
  padding: 20px;
  position: relative;
}

.hn-serv-icon img {
  width: 64px !important;
  height: 64px !important;
}

.hn-about-icon {
  padding: 20px 0 0 0;
  position: relative;
}

.hn-about-icon i:before {
  font-size: 70px;
  color: #0099f7;
}

.cp-custom-accordion .hn-accordion-buttons {
  position: relative;
  width: 100%;
  padding: 10px !important;
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #171717;
  border: none;
  border-bottom: 1px solid #eee;
}

.cp-custom-accordion .hn-accordion-buttons::after {
  position: absolute;
  content: '\f061';
  font-family: 'Line Awesome Free';
  top: 20%;
  transform: rotate(-90deg);
  right: 30px;
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
  color: #333;
}

@media (max-width: 767px) {
  .cp-custom-accordion .hn-accordion-buttons::after {
    top: 10px;
    right: 25px;
    font-size: 16px;
  }
}

.cp-custom-accordion .hn-accordion-body {
  background-color: #fff;
  color: #878787;
  padding: 0;
  padding-left: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .hn-accordion-body {
    padding-right: 5px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-custom-accordion .hn-accordion-body {
    padding-right: 10px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .cp-custom-accordion .hn-accordion-body {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.cd-feature-content h5 {
  font-size: 22px;
  margin: 0;
}

.cd-feature-content {
  padding-top: 8px;
  padding-bottom: 30px;
  padding-left: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.cd-feature-content p {
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0;
}