

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #6c6377;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #301d44;
  font-weight: 600;
}

a {
  transition: all 0.7s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
}

p {
  margin-bottom: 10px;
  line-height: 1.7;
  color: #6c6377;
}
p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.d-table {
  width: 100%;
  height: 100%;
}
.d-table .d-table-cell {
  vertical-align: middle;
}

.default-btn-one {
  background-color: #d54e1e;
  color: #ffffff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 2px;
  border: 1px solid #d54e1e;
}
.default-btn-one:hover {
  background: #1060a7;
  border: 1px solid #1060a7;
  color: #ffffff;
}

.default-btn-two {
  border: 1px solid #ffffff;
  display: inline-block;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 2px;
}
.default-btn-two:hover {
  background: #d54e1e;
  border: 1px solid #d54e1e;
  color: #ffffff;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.section-title span {
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  color: #d54e1e;
  line-height: 1;
}
.section-title h2 {
  font-size: 38px;
  line-height: 1.3;
}

.bg-f9f9f9 {
  background-color: #f9f9f9;
}

.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}


/* shape Style */
.shape-one {
  position: absolute;
  max-width: 145px;
  left: 0;
  top: -20px;
  z-index: -1;
}

.shape-two {
  position: absolute;
  right: 70px;
  top: 50px;
}
.shape-two .shape-1 {
  position: absolute;
  top: -67px;
  left: 50px;
  z-index: -1;
}

.shape-three {
  position: absolute;
  right: 30px;
  bottom: 80px;
}

.shape-four {
  position: absolute;
  right: 85px;
  top: -50px;
}

/*================================================
Top Heder
=================================================*/

.header-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1041;
  width: 100%;
}

.top-header {
  background: #1060a7;
  padding: 10px 0;
}
.top-header .left-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.top-header .left-info li {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  margin-right: 20px;
}
.top-header .left-info li:last-child {
  margin-right: 0;
}
.top-header .left-info li a {
  color: #ffffff;
}
.top-header .left-info li a i {
  margin-right: 5px;
  color: #ffffff;
  transition: all 0.7s;
}
.top-header .left-info li a:hover {
  color: #d54e1e;
}
.top-header .left-info li a:hover i {
  color: #d54e1e;
}
.top-header .right-info {
  list-style-type: none;
  margin-bottom: 0;
  text-align: right;
  padding: 0;
}
.top-header .right-info li {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
}
.top-header .right-info li.mr-20 {
  margin-right: 20px;
}
.top-header .right-info li:last-child {
  margin-right: 0;
}
.top-header .right-info li a {
  color: #ffffff;
}
.top-header .right-info li a i {
  margin-right: 5px;
  background: #ffffff;
  color: #301d44;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
  transition: all 0.7s;
}
.top-header .right-info li a:hover {
  color: #d54e1e;
}
.top-header .right-info li a:hover i {
  background: #d54e1e;
  color: #ffffff;
}

/*================================================
Navbar Area
=================================================*/
.navbar-area {
  background-color: transparent;
  width: 100%;
  height: auto;
  z-index: 999;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-area.navbar-color-white.is-sticky {
  background-color: #301d44 !important;
}

.dpfc-express-responsive-nav {
  display: none;
}
.dpfc-express-responsive-nav .logo .white-logo {
  display: none;
}

.dpfc-express-nav {
  background: #ffffff;
  padding: 15px 0;
}
.dpfc-express-nav .navbar {
  position: inherit;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.dpfc-express-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.dpfc-express-nav .navbar .navbar-brand .white-logo {
  display: none;
}
.dpfc-express-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.dpfc-express-nav .navbar .navbar-nav.ml-50 {
  margin-left: 50px;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item a {
  color: #301d44;
  font-size: 15px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item a i {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item a:hover, .dpfc-express-nav .navbar .navbar-nav .nav-item a:focus, .dpfc-express-nav .navbar .navbar-nav .nav-item a.active {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item:hover a, .dpfc-express-nav .navbar .navbar-nav .nav-item.active a {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 65px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 6px 20px;
  position: relative;
  display: block;
  color: #301d44;
  font-size: 14px;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  right: 15px;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  margin-top: 15px;
  visibility: hidden;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #301d44;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #301d44;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  visibility: hidden;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #301d44;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #301d44;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  visibility: hidden;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #301d44;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #301d44;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #d54e1e;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.dpfc-express-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.dpfc-express-nav .navbar .others-option {
  background-color: #7d7d7d;
  border-radius: 30px;
  padding: 10px 18px 3px;
  margin-left: auto;
}
.dpfc-express-nav .navbar .others-option .option-item {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.dpfc-express-nav .navbar .others-option .option-item::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -4px;
  background-color: #fa6a45;
  height: 25px;
  width: 1.5px;
}
.dpfc-express-nav .navbar .others-option .option-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.dpfc-express-nav .navbar .others-option .option-item:first-child::before {
  display: none;
}
.dpfc-express-nav .navbar .others-option .side-menu-btn i {
  cursor: pointer;
  font-size: 35px;
  position: relative;
  top: 4px;
  line-height: 0;
  transition: all 0.7s;
  color: #ffffff;
}
.dpfc-express-nav .navbar .others-option .side-menu-btn i:hover {
  color: #ffffff;
}
.dpfc-express-nav .navbar .others-option .search-box i {
  cursor: pointer;
  font-size: 22px;
  color: #ffffff;
  position: relative;
  top: -2px;
  line-height: 1;
  transition: all 0.7s;
}
.dpfc-express-nav .navbar .others-option .search-box i:hover {
  color: #ffffff;
}
.dpfc-express-nav .navbar .others-option .cart-btn a {
  display: inline-block;
  position: relative;
  font-size: 25px;
  color: #ffffff;
  line-height: 1;
  padding-right: 10px;
}
.dpfc-express-nav .navbar .others-option .cart-btn a span {
  position: absolute;
  right: 0;
  top: -3px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background-color: #301d44;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .navbar-area {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.is-sticky {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .dpfc-express-responsive-nav {
    display: block;
  }
  .dpfc-express-responsive-nav .dpfc-express-responsive-menu {
    position: relative;
  }
  .dpfc-express-responsive-nav .dpfc-express-responsive-menu.mean-container .mean-nav {
    margin-top: 50px;
  }
  .dpfc-express-responsive-nav .dpfc-express-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .dpfc-express-responsive-nav .dpfc-express-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #d54e1e;
  }
  .dpfc-express-responsive-nav .dpfc-express-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14.5px;
  }
  .dpfc-express-responsive-nav .dpfc-express-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    /* height: 357px; */
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .dpfc-express-responsive-nav .mean-container a.meanmenu-reveal {
    color: #d54e1e;
  }
  .dpfc-express-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #d54e1e;
  }
  .dpfc-express-responsive-nav .others-option {
    display: none !important;
    background-color: #d54e1e;
    border-radius: 30px;
    padding: 10px 18px 3px;
  }
  .dpfc-express-responsive-nav .others-option .option-item {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
  }
  .dpfc-express-responsive-nav .others-option .option-item::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -4px;
    background-color: #fa6a45;
    height: 25px;
    width: 1.5px;
  }
  .dpfc-express-responsive-nav .others-option .option-item:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .dpfc-express-responsive-nav .others-option .option-item:first-child::before {
    display: none;
  }
  .dpfc-express-responsive-nav .others-option .side-menu-btn i {
    cursor: pointer;
    font-size: 35px;
    position: relative;
    top: 4px;
    line-height: 0;
    transition: all 0.7s;
    color: #ffffff;
  }
  .dpfc-express-responsive-nav .others-option .side-menu-btn i:hover {
    color: #ffffff;
  }
  .dpfc-express-responsive-nav .others-option .search-box i {
    cursor: pointer;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    top: -2px;
    line-height: 1;
    transition: all 0.7s;
  }
  .dpfc-express-responsive-nav .others-option .search-box i:hover {
    color: #ffffff;
  }
  .dpfc-express-responsive-nav .others-option .cart-btn a {
    display: inline-block;
    position: relative;
    font-size: 25px;
    color: #ffffff;
    line-height: 1;
    padding-right: 10px;
  }
  .dpfc-express-responsive-nav .others-option .cart-btn a span {
    position: absolute;
    right: 0;
    top: -3px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-color: #301d44;
    font-size: 14px;
    font-weight: 600;
  }
  .dpfc-express-responsive-nav .logo {
    position: relative;
    width: 60%;
    z-index: 999;
  }
  .dpfc-express-nav {
    display: none;
  }
  .navbar-color-white .dpfc-express-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .navbar-color-white .dpfc-express-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }
  .navbar-color-white .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .others-option-for-responsive {
    display: block;
  }
}


/*================================================
Hero Slider Area
=================================================*/
.hero-slider {
  position: relative;
}
.hero-slider .hero-slider-item {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 830px;
  position: relative;
  z-index: 1;
}
.hero-slider .hero-slider-item::before {
  content: "";
  position: absolute;
  background: #301d44;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}
.hero-slider .hero-slider-item.item-bg1 {
  background-image: url("../img/home/banner-2.webp");
}
.hero-slider .hero-slider-item.item-bg2 {
  background-image: url("../img/home/banner-1.webp");
}
.hero-slider .hero-slider-item.item-bg3 {
  background-image: url("../img/home/banner-3.webp");
}
.hero-slider .banner-content {
  position: relative;
  max-width: 720px;
}
.hero-slider .banner-content span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}
.hero-slider .banner-content h1 {
  color: #ffffff;
  font-size: 70px;
  margin-bottom: 15px;
}
.hero-slider .banner-content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.8;
}
.hero-slider.owl-theme .owl-nav {
  margin: 0;
}
.hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: 15px;
  height: 50px;
  width: 40px;
  text-align: center;
  top: 50%;
  font-size: 40px;
  line-height: 1;
  color: #f3f2f3;
  margin: -30px 0 0;
}
.hero-slider.owl-theme .owl-nav .owl-prev:hover, .hero-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #301d44;
}
.hero-slider.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 15px;
}



/*================================================
Hero Contact Area
=================================================*/
.contact-area {
  position: relative;
  z-index: 1;
}
.contact-area.mb-85 {
  bottom: 85px;
}
.contact-area .contact-content {
  background: #1060a7;
  border-radius: 5px;
  padding: 50px 30px 20px;
}
.contact-area .contact-content .contact-card {
  padding-left: 55px;
  position: relative;
  margin-bottom: 30px;
}
.contact-area .contact-content .contact-card i {
  background: #ffffff;
  color: #d54e1e;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-area .contact-content .contact-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}
.contact-area .contact-content .contact-card p {
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff;
}
.contact-area .contact-content .contact-card p a {
  color: #ffffff;
}

/*================================================
About Area
=================================================*/
.about-area .about-contant {
  margin-top: 30px;
}
.about-area .about-contant .section-title {
  text-align: left;
  margin-bottom: 20px;
  max-width: none;
}
.about-area .about-contant .about-text .mb-20 {
  margin-bottom: 25px;
}
.about-area .about-contant .about-text .btn-bs {
  box-shadow: 1px 20px 20px 0px #e8e8e8;
  margin-top: 20px;
}
.about-area .about-image {
  position: relative;
  
}

.about-area .about-image img {
  width: 100%;
  outline-offset: -20px;
    outline: auto;
    outline-color: #fff;
}

.about-text-area .safe-image img {
  width: 100%;
  outline-offset: -20px;
    outline: auto;
    outline-color: #fff;
}


.about-area .col-lg-3 {
  position: relative;
}
.about-area .about-tabs {
  position: absolute;
  width: 360px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.about-area .about-tabs .title {
  font-size: 25px;
  margin-bottom: 15px;
}
.about-area .about-tabs .tab-contant {
  background: #f3fafd;
  padding: 30px 20px;
  box-shadow: 3px 7px 20px 0px #e8e8e8;
  border: 8px solid #ffffff;
  border-radius: 4px;
}
.about-area .about-tabs .tab-contant .nav-tabs {
  border: none;
}
.about-area .about-tabs .tab-contant .nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #301d44;
  margin-bottom: 20px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #fff;
  padding: 0;
  margin-right: 20px;
}
.about-area .about-tabs .tab-contant .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.about-area .about-tabs .tab-contant .nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-bottom: 4px solid #f5c78d;
}
.about-area .about-tabs .tab-contant .vision ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.about-area .about-tabs .tab-contant .vision ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  line-height: 1.7;
}
.about-area .about-tabs .tab-contant .vision ul li:last-child {
  margin-bottom: 0;
}
.about-area .about-tabs .tab-contant .vision ul li i {
  font-size: 25px;
  position: absolute;
  left: 0;
  color: #d54e1e;
}

/*================================================
Services Area
=================================================*/
.services-area {
  background: #d54e1e;
}
.services-area .section-title h2 {
  color: #ffffff;
}
.services-area .view-btn {
  text-align: center;
}
.services-area .view-btn .default-btn {
  border: 1px solid #d54e1e;
  color: #d54e1e;
  padding: 15px 30px;
  display: inline-block;
}
.services-area .view-btn .default-btn:hover {
  border: 1px solid #d54e1e;
  background: #d54e1e;
  color: #ffffff;
}
.services-area .view-btn .default-btn-1 {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
}
.services-area .view-btn .default-btn-1:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #d54e1e;
}
.services-area.services-two {
  background-image: url("../img/services/service-bg1.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 195px;
}
.services-area.services-two::before {
  content: "";
  position: absolute;
  background: #301d44;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.services-area.services-two .section-title {
  position: relative;
}
.services-area.services-two .services-slider .service-card {
  margin: 0;
}
.services-area.services-two .services-slider .service-card i {
  background: #f2e5ff;
  color: #1060a7;
}
.services-area.services-two .services-slider .service-card:hover i {
  background: #1060a7;
  color: #ffffff;
}
.services-area.services-two .services-slider.owl-theme .owl-nav {
  margin: 0;
}
.services-area.services-two .services-slider.owl-theme .owl-nav .owl-prev, .services-area.services-two .services-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #d54e1e;
  color: #d54e1e;
  width: 35px;
  height: 55px;
  font-size: 30px;
  border-radius: 5px;
  margin: 0;
}
.services-area.services-two .services-slider.owl-theme .owl-nav .owl-prev:hover, .services-area.services-two .services-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #d54e1e;
  color: #ffffff;
}
.services-area.services-two .services-slider.owl-theme .owl-nav .owl-prev i, .services-area.services-two .services-slider.owl-theme .owl-nav .owl-next i {
  padding-top: 2px;
}
.services-area.services-two .services-slider.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -50px;
}
.services-area.services-two .services-slider.owl-theme .owl-nav .owl-next i {
  padding-top: 2px;
}

.service-card {
  text-align: center;
  background: #ffffff;
  padding: 35px 15px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.service-card i {
  color: #ffffff;
  background: #1060a7;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  font-size: 60px;
  margin-bottom: 25px;
  transition: all 0.7s;
}
.service-card h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}
.service-card p {
  font-size: 14px;
  margin: 0;
}
.service-card .default-btn-two {
  border: 1px solid #301d44;
  color: #301d44;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
}
.service-card:hover i {
  background: #d54e1e;
  color: #fff;
}
.service-card:hover .default-btn-two {
  background: #d54e1e;
  color: #ffffff;
  border: 1px solid #d54e1e;
}

/*================================================
Choose Area
=================================================*/
.choose-area {
  position: relative;
}
.choose-area .choose-contant {
  padding: 15px 20px;
  margin-bottom: 30px;
  box-shadow: 0px -1px 20px 0px #f3efef;
  border-radius: 5px;
}
.choose-area .choose-contant:last-child {
  margin-bottom: 0;
}
.choose-area .choose-contant .choose-card {
  padding-left: 100px;
  position: relative;
}
.choose-area .choose-contant .choose-card i {
  background: #1060a7;
  color: #ffffff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 50px;
  border-radius: 10px;
  position: absolute;
  left: 0;
}
.choose-area .choose-contant .choose-card h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.choose-area .choose-contant .choose-card p {
  font-size: 14px;
}
.choose-area .choose-text {
  position: relative;
  padding-left: 20px;
}
.choose-area .choose-text .section-title {
  text-align: left;
  margin-bottom: 20px;
}
.choose-area .choose-text .default-btn-one {
  box-shadow: 0px -1px 20px 0px #f3efef;
  margin-top: 20px;
}
.choose-area .choose-text .shape-image {
  position: absolute;
  right: 0;
  bottom: -75px;
}
.choose-area .choose-text .shape-image img {
  opacity: 0.2;
}

/*================================================
Speciality Area
=================================================*/
.speciality-area {
  background: #fff;
}
.speciality-area .speciality-slider {
  position: relative;
}
.speciality-area .speciality-slider.owl-theme .owl-nav {
  margin: 0;
}
.speciality-area .speciality-slider.owl-theme .owl-nav .owl-prev, .speciality-area .speciality-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #d54e1e;
  color: #d54e1e;
  width: 35px;
  height: 55px;
  font-size: 30px;
  border-radius: 5px;
  margin: 0;
}
.speciality-area .speciality-slider.owl-theme .owl-nav .owl-prev:hover, .speciality-area .speciality-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #d54e1e;
  color: #ffffff;
}
.speciality-area .speciality-slider.owl-theme .owl-nav .owl-prev i, .speciality-area .speciality-slider.owl-theme .owl-nav .owl-next i {
  padding-top: 2px;
}
.speciality-area .speciality-slider.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -50px;
}
.speciality-area .speciality-slider.owl-theme .owl-nav .owl-next i {
  padding-top: 2px;
}

.speciality-card .speciality-text {
  background: #ffffff;
  padding: 30px;
}
.speciality-card .speciality-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.speciality-card .speciality-text h3 a {
  display: inline-block;
  color: #301d44;
}
.speciality-card .speciality-text h3 a:hover {
  color: #d54e1e;
}

/*================================================
Testimonials Area
=================================================*/
.testimonials-area {
  position: relative;
}
.testimonials-area .testimonials-slider {
  position: relative;
}
.testimonials-area .testimonials-slider .testimonials-card {
  text-align: center;
  background: #1060a7;
  padding: 70px 20px 80px;
}
.testimonials-area .testimonials-slider .testimonials-card .client-img {
  margin-bottom: 15px;
}
.testimonials-area .testimonials-slider .testimonials-card .client-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.testimonials-area .testimonials-slider .testimonials-card .client-img h3 {
  font-size: 20px;
  margin-bottom: 3px;
  color: #ffffff;
}
.testimonials-area .testimonials-slider .testimonials-card .client-img span {
  font-weight: 300;
  font-size: 12px;
  display: inline-block;
  color: #c8c5cb;
}
.testimonials-area .testimonials-slider .testimonials-card .rating {
  margin-bottom: 15px;
}
.testimonials-area .testimonials-slider .testimonials-card .rating i {
  font-size: 18px;
  color: yellow;
}
.testimonials-area .testimonials-slider .testimonials-card .feedback-text {
  max-width: 800px;
  margin: auto;
}
.testimonials-area .testimonials-slider .testimonials-card p {
  color: #e0dfe2;
  font-size: 18px;
  font-weight: 500;
}
.testimonials-area .testimonials-slider.owl-theme .owl-nav {
  margin: 0;
}
.testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-prev, .testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #d54e1e;
  color: #d54e1e;
  width: 45px;
  height: 60px;
  font-size: 30px;
  border-radius: 5px;
  margin: 0;
  line-height: 1;
}
.testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-prev:hover, .testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #d54e1e;
  color: #ffffff;
}
.testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-prev i, .testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-next i {
  padding-top: 2px;
  line-height: 1;
}
.testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -70px;
}
.testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-next i {
  padding-top: 2px;
}
.testimonials-area .testimonials-slider.owl-theme .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.testimonials-area .testimonials-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: #d54e1e;
  border-radius: 50%;
  border: 5px solid #301d44;
}
.testimonials-area .testimonials-slider.owl-theme .owl-dots .owl-dot span:hover {
  background: #d54e1e !important;
  border: 5px solid #fabf77 !important;
}
.testimonials-area .testimonials-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #d54e1e !important;
  border: 5px solid #fff !important;
}

/*================================================
 partner Slider Area
=================================================*/
.partner-area .partner-slider-item img {
  width: auto;
  margin: auto;
}


/*================================================
Footer Area
=================================================*/
.footer-area {
  background: #f5f5f5;
}
.footer-area .footer-widget {
  margin-bottom: 30px;
}
.footer-area .footer-widget .logo {
  margin-bottom: 20px;
}
.footer-area .footer-widget .logo .white-logo {
  display: none;
}
.footer-area .footer-widget p {
  color: #7a7a7a;
}
.footer-area .footer-widget h3 {
  font-size: 20px;
  color: #301d44;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.footer-area .footer-widget .footer-text {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-area .footer-widget .footer-text li {
  color: #d3d3d3;
  margin-bottom: 10px;
  transition: all 0.7s;
}
.footer-area .footer-widget .footer-text li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-widget .footer-text li a {
  color: #7a7a7a;
}
.footer-area .footer-widget .footer-text li a:hover {
  color: #d54e1e;
  padding-left: 5px;
}
.footer-area .footer-widget.pl-80 {
  padding-left: 80px;
}
.footer-area .footer-widget.pl-50 {
  padding-left: 50px;
}
.footer-area .footer-widget .info-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-area .footer-widget .info-list li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}
.footer-area .footer-widget .info-list li a {
  color: #7a7a7a;
}
.footer-area .footer-widget .info-list li a:hover {
  color: #d54e1e;
  padding-left: 10px;
}
.footer-area .footer-widget .info-list li i {
  color: #d54e1e;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
  background: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.7s;
  box-shadow: 0px 0px 20px 0px #d8d8d8;
}
.footer-area .footer-widget .info-list li i:hover {
  background: #d54e1e;
  color: #ffffff;
}
.footer-area .footer-widget .info-list li span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 5px;
}
.footer-area .footer-socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-area .footer-socials li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 10px 0 0;
}
.footer-area .footer-socials li:last-child {
  margin: 0;
}
.footer-area .footer-socials li a i {
  display: inline-block;
  background: #ffffff;
  color: #301d44;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  position: relative;
  margin-top: 10px;
  transition: all 0.7s;
}
.footer-area .footer-socials li a i:hover {
  background: #d54e1e;
  color: #ffffff;
}
.footer-area.footer-two {
  padding-top: 170px;
}

/*================================================
footer Bottom Area
=================================================*/
.footer-bottom {
  background: #1060a7;
}
.footer-bottom p {
  text-align: center;
  font-size: 15px;
  padding: 20px 0;
  color: #ffffff;
  margin: 0;
}
.footer-bottom p a {
  color: #fff;
}

/*================================================
Preloader Area
=================================================*/
.preloader {
  position: fixed;
  z-index: 99999999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
}
.preloader .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #d54e1e;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #d54e1e transparent transparent transparent;
}
.preloader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.preloader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.preloader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*================================================
Preloader Area
=================================================*/
.go-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 9999;
  transform: scale(0);
}
.go-top.active {
  transform: scale(1);
}
.go-top i {
  background: #d54e1e;
  color: #ffffff;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  font-size: 25px;
  border-radius: 50px;
  transition: all 0.7s;
}
.go-top i:hover {
  background: #d54e1e;
  color: #301d44;
}


.freight-inner {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.service-card-two {
  margin-bottom: 30px;
  text-align: center;
}
.service-card-two img {
  border-radius: 4px;
}
.service-card-two .service-caption {
  padding: 30px 20px;
  background: #ffffff;
}
.service-card-two .service-caption h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.service-card-two .service-caption p {
  margin-bottom: 20px;
}
.service-card-two .service-caption .default-btn-two {
  border: 1px solid #301d44;
  color: #301d44;
  border-radius: 4px;
  padding: 10px 20px;
}
.service-card-two .service-caption .default-btn-two:hover {
  background: #d54e1e;
  color: #ffffff;
  border: 1px solid #d54e1e;
}



/*================================================
Safe Area
=================================================*/
.safe-area .about-contant-others .about-two-text .mb-30 {
  margin-bottom: 30px;
}


/*================================================
Clients Area
=================================================*/
.clients-area {
  background-color: #f7f8fa;
}
.clients-area .section-title {
  text-align: left;
  margin-left: 0;
}
.clients-area .clients-slider {
  position: relative;
}
.clients-area .clients-slider .clients-slider-item {
  background-color: #ffffff;
  padding: 50px;
  position: relative;
  margin-left: 70px;
}
.clients-area .clients-slider .clients-slider-item .quote-icon {
  position: absolute;
  font-size: 80px;
  right: 70px;
  top: 35px;
  color: #f4f3f5;
}
.clients-area .clients-slider .clients-slider-item .item-contant {
  padding-left: 20px;
}
.clients-area .clients-slider .clients-slider-item .item-contant .clients-image {
  position: absolute;
  left: -50px;
}
.clients-area .clients-slider .clients-slider-item .item-contant .clients-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #1060a7;
}
.clients-area .clients-slider .clients-slider-item .item-contant h3 {
  font-size: 20px;
}
.clients-area .clients-slider .clients-slider-item .item-contant span {
  font-weight: 300;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
}
.clients-area .clients-slider .clients-slider-item .item-contant .rating {
  color: #d54e1e;
  font-size: 18px;
  margin-bottom: 5px;
}
.clients-area .clients-slider .clients-slider-item .item-contant p {
  color: #301d44;
  font-weight: 500;
  font-size: 17px;
  font-style: italic;
}
.clients-area .clients-slider.owl-theme .owl-nav {
  margin: 0;
}
.clients-area .clients-slider.owl-theme .owl-nav .owl-prev, .clients-area .clients-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 65px;
  top: -115px;
  border: 1px solid #d54e1e;
  color: #d54e1e;
  width: 35px;
  height: 55px;
  font-size: 30px;
  border-radius: 5px;
  margin: 0;
}
.clients-area .clients-slider.owl-theme .owl-nav .owl-prev:hover, .clients-area .clients-slider.owl-theme .owl-nav .owl-next:hover {
  background-color: #d54e1e;
  color: #ffffff;
}
.clients-area .clients-slider.owl-theme .owl-nav .owl-prev i, .clients-area .clients-slider.owl-theme .owl-nav .owl-next i {
  padding-top: 10px;
}
.clients-area .clients-slider.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.clients-area .clients-slider.owl-theme .owl-nav .owl-next i {
  padding-top: 10px;
}

/*================================================
Counter Area
=================================================*/
.counter-area {
  background: #1060a7;
  background-position: center center;
  background-size: cover;
  position: relative;
  top: 100px;
  z-index: 1;
}
.counter-area::before {
  content: "";
  position: absolute;
  background-image: url("../img/shape/counter-bg1.png");
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.counter-area .counter-contant {
  max-width: 950px;
  margin: auto;
  padding: 65px 0 35px;
}
.counter-area .counter-contant .counter-card {
  padding-left: 80px;
  position: relative;
  margin-bottom: 30px;
}
.counter-area .counter-contant .counter-card i {
  position: absolute;
  left: 0;
  color: #f7941d;
  font-size: 70px;
}
.counter-area .counter-contant .counter-card h3 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 5px;
}
.counter-area .counter-contant .counter-card p {
  color: #ffffff;
}
.pt-195{
  padding-top:195px;
}

/*================================================
Page banner Area
=================================================*/
.page-banner {
  background-size: cover;
  background-position: center center;
  height: 450px;
  text-align: center;
}
.page-banner.bg-1 {
  background-image: url("../img/background/background-1.webp");
}
.page-banner.bg-2 {
  background-image: url("../img/page-banner/banner2.jpg");
}
.page-banner.bg-3 {
  background-image: url("../img/page-banner/banner3.jpg");
}

.page-banner .page-content {
  margin-top: 115px;
  /* background-color: rgba(16, 96, 167, 0.9); */
  max-width: 970px;
  padding: 40px 20px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
.page-banner .page-content h2 {
  color: #ffffff;
  position: relative;
  text-transform: capitalize;
  font-size: 35px;
  margin-bottom: 15px;
}
.page-banner .page-content ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.page-banner .page-content ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  margin-right: 15px;
  text-transform: capitalize;
  color: #ffffff;
}
.page-banner .page-content ul li:last-child {
  margin-right: 0;
}
.page-banner .page-content ul li::before {
  content: "/";
  position: absolute;
  right: -13px;
}
.page-banner .page-content ul li:last-child::before {
  display: none;
}
.page-banner .page-content ul li a {
  color: #ffffff;
}
.page-banner .page-content ul li a:hover {
  color: #d54e1e;
}

/*================================================
About Safe Area
=================================================*/
.about-text-area .about-safe-text {
  margin-bottom: 45px;
}
.about-text-area .about-safe-text h2 {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.about-text-area .shipping-card {
  bottom: 0;
  position: relative;
  padding: 0;
  box-shadow: none;
  background: none;
}
.about-text-area .safe-image img {
  border-radius: 5px;
}

.about-info-card {
  margin-bottom: 30px;
}
.about-info-card h3 {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}
.about-info-card h3::before {
  content: "";
  position: absolute;
  background: #d54e1e;
  width: 55px;
  height: 5px;
  left: 0;
  bottom: 0;
}
.about-info-card ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.about-info-card ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  line-height: 1.6;
}
.about-info-card ul li:last-child {
  margin-bottom: 0;
}
.about-info-card ul li i {
  position: absolute;
  background: #ed9a7d;
  color: #fff;
  width: 20px;
  text-align: center;
  height: 20px;
  border-radius: 5px;
  left: 0;
  line-height: 20px;
  top: 2px;
}


/*================================================
Our Services Area
=================================================*/
.our-services-area {
  background-color: #f6f5fa;
}
.our-services-area .service-card-two .freight-text {
  border-radius: 5px;
  box-shadow: 1px 1px 20px 20px #f2e5ff;
}
.our-services-area .service-card-two .freight-text .default-btn-two {
  padding: 10px 20px;
}
.our-services-area .pagination .page-item .page-link {
  background: #fff;
}
.our-services-area .pagination .page-item .page-link:hover {
  background: #d54e1e;
}
.our-services-area .pagination .page-item.active .page-link {
  background: #d54e1e;
}


/*================================================
Contact Area
=================================================*/
.contact-info {
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #eeeeee;
}
.contact-info i {
  background-color: #ed9a7d;
  color: #d54e1e;
  width: 70px;
  height: 70px;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
}
.contact-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info p {
  margin-bottom: 0;
}
.contact-info p a {
  color: #6c6377;
}
.contact-info p a:hover {
  color: #d54e1e;
}

.contact-form-area .section-title {
  margin-top: -8px;
}

.contact-form {
  padding: 40px;
  box-shadow: 0 0 20px rgba(158, 158, 158, 0.16);
  background-color: #fff;
}
.contact-form form .form-group {
  margin-bottom: 25px;
}
.contact-form form .form-group .form-control {
  height: 55px;
  color: #301d44;
  box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  transition: all 0.7s;
  border-radius: 3px;
  padding: 12px 20px;
  font-size: 15px;
}
.contact-form form .form-group .form-select {
  height: 55px;
  color: #301d44;
  box-shadow: unset !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  transition: all 0.7s;
  border-radius: 3px;
  padding: 12px 20px;
  font-size: 15px;
}
.contact-form form .form-group textarea.form-control {
  height: auto;
}
.contact-form form .help-block ul {
  margin-bottom: 0;
  margin-top: 12px;
}
.contact-form form .help-block ul li {
  color: red;
  font-size: 14px;
}
.contact-form form .default-btn-one {
  margin-top: 5px;
  font-weight: 500;
}
.contact-form form #msgSubmit {
  margin: 0 !important;
}
.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 15px !important;
}
/* Blinking Button Wrapper */

@media screen and (max-width: 767px) {
  .blink-bx {
      display: block !important;
  }
}

.blink-bx {
  display: none;
}

.btn-sm-1{
  background: #1060a7;
  color: #fff;
  padding:10px;
  border-radius: 4px;
}
.btn-sm-2{
  background: #64b161;
  color: #fff;
  padding:10px;
  border-radius: 4px;
}
.blink-bx {
  position: fixed;
  bottom: 0; /* Button always at bottom */
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: center; /* Center the button */
  z-index: 1000; /* Ensure it stays on top */
}

/* Blinking Button Styling */
.blink-button {
  color: #fff !important;
  color: #000;
  border: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  animation: blink 1s infinite;
}

/* Blinking Animation */
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

@media screen and (max-width: 767px) {
    .counter-area::before{
  display:none;
  }
  .footer-bottom {
      padding-bottom: 50px !important;
  }
  .mt-90{
    margin-top:70px !important;
  }
  .pt-195{
    padding-top:100px;
  }
}
.mt-90{
  margin-top:90px;
}
/*# sourceMappingURL=style.css.map */