/*
Theme Name: ELI Logistics & Transportation
Theme URI: https://exclusivelogistics.com
Description: A professional logistics and transportation theme for Exclusive Logistics International
Version: 1.0.0
Author: AKX Thinkers Group, Inc.
Author URI: https://akxthinkers.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eli-theme
Domain Path: /languages
Requires at least: 5.0
Requires PHP: 7.4
Tags: logistics, transportation, business, cargo, delivery, company

=====================================================================
[Table Of Content]

    * Typography CSS
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Home Slider CSS
    * About CSS
    * Service CSS
    * Project CSS
    * Team CSS
    * Form CSS
    * Blog CSS
    * Contact CSS
    * Footer CSS

=====================================================================
*/

/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #656565;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #05103b;
  font-family: "Bahnschrift", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #ff5e14;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #c73f00;
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

p {
  color: #777;
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

::-moz-selection {
  background: #ff5e14;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #ff5e14;
  color: #fff;
  text-shadow: none;
}
