/*!
Theme Name: sachtek-global-logistics
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: custom-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

custom-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/************************/

/**************
font-family: 'Anton', sans-serif;
font-family: 'Poppins', sans-serif;
****/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;	
}
p, a {
	font-family: 'Poppins', sans-serif;	
}
header.site-header .header_logo a {
    margin: 0 auto;
    width: auto;
    text-align: center;
}
header.site-header .header_logo img {
    width: 100%;
    max-width: 120px;
    text-align: center;
    margin: 0 auto;
}
header.site-header {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
header.site-header nav#site-navigation .menu-header-menu-container {
    width: 70%;
    margin: 40px auto 0;
    float: right;
}
header.site-header nav#site-navigation ul#primary-menu {
    flex-direction: row;
    justify-content: space-between;
}
header.site-header nav#site-navigation ul#primary-menu li a {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s ease;
}
section.hero_sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
}
section.hero_sec:before {
    position: absolute;
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    z-index: 1;
}
section.home_team_sec, section.trust_logos_sec {
    display: none;
}
body.home.page-template:before {
    background: url(/../wp-content/uploads/2023/04/mad-designer.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 180%;
    position: absolute;
    content: '';
    z-index: 999999;
    display: none;
    background-color: #e0e0e0;
}
section.hero_sec .hero-content {
    position: relative;
    margin: 30% auto 0;
    text-align: center;
    z-index: 999;
}
section.hero_sec .hero-content .banner_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    flex-direction: row;
}
section.hero_sec .hero-content .banner_buttons a {
    color: #fff;
    max-width: none;
    background-color: #052b4f;
    padding: 20px 10px;
    font-size: 20px;
    width: 100%;
    margin: 0 10px 0;
    text-decoration: none;
}
header.site-header .header_social_links, header.site-header .toggle_menu,
section.mobile_app_sec {
    display: none;
}
h1.hero_title {
    font-size: 60px;
    color: #fff;
    line-height: 80px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
section.hero_sec .hero-content .banner_buttons a {
    color: #fff;
    background-color: #052b4f;
    padding: 20px 10px;
    font-size: 20px;
    width: 100%;
    margin: 0 10px 0;
    text-decoration: none;
    transition: 0.3s ease;
}
section.hero_sec .hero-content .banner_buttons a:hover {
    background-color: #ff7209;
}
header.site-header nav#site-navigation ul#primary-menu li.menu-item-has-children ul li a:hover {
    color: #fff;
    background-color: #052b4f;
}
header.site-header nav#site-navigation ul#primary-menu li.menu-item-has-children ul li a {
    color: #052b4f;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #052b4f;
    transition: 0.3s ease;
    text-decoration: none;
}
header.site-header nav#site-navigation ul#primary-menu li.menu-item-has-children ul {
    background-color: #fff;
    width: 260px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
header.site-header nav#site-navigation ul#primary-menu li.menu-item-has-children a {
    text-decoration: none;
}
header.site-header nav#site-navigation ul#primary-menu li.menu-item-has-children ul li {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
header.site-header nav#site-navigation ul#primary-menu li a:hover {
    text-decoration: underline;
}
section.hero_sec .hero-content .banner_buttons a.ornge-btn:hover {
    background-color: #052b4f;
}
section.hero_sec .hero-content .banner_buttons a.ornge-btn {
    color: #fff;
    background-color: #ff7209;
}
section.section-padding {
    padding: 120px 0;
}
section.row-center .row {
    align-items: center;
}
header.site-header.stikcy_header {
    background-color: #052b4f;
    padding: 00px 0;
}
header.site-header.stikcy_header nav#site-navigation ul#primary-menu li a {
    color: #fff;
}
section.why_choose_sec h2.sec_title {
    margin: 0 auto 50px;
    color: #052b4f;
}
section.why_choose_sec h3 {
    color: #052b4f;
}
section.why_choose_sec .wc_content {
    padding: 5%;
    box-sizing: border-box;
}
section.why_choose_sec .wc_icon {
    width: 100%;
    max-width: 60px;
    margin-right: 20px;
}
section.why_choose_sec .wc_icon_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: row;
}
section.why_choose_sec .wc_icon_box .wc_box_content {
    margin: 0 auto 10px;
}
a.blue-btn:hover {
    background-color: #ff7209;
}
a.blue-btn {
    color: #fff;
    background-color: #052b4f;
    padding: 20px 10px;
    font-size: 20px;
    margin: 0 0 0;
    text-decoration: none;
    transition: 0.3s ease;
    max-width: 240px;
    width: 100%;
    display: block;
    text-align: center;
}
section.testimoinals_sec {
    background-color: #052b4f;
    color: #fff;
    position: relative;
}
section.testimoinals_sec:before {
    position: absolute;
    content: '';
    background-image: url('/../wp-content/uploads/2023/04/qu-bl-left.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    top: 0;
}
section.testimoinals_sec:after {
    position: absolute;
    content: '';
    background-image: url('/../wp-content/uploads/2023/04/qu-bl-right.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
}
section.testimoinals_sec .custom_arrows span#prev_testimonial span.fa-solid:before, 
section.testimoinals_sec .custom_arrows span#next_testimonial  span.fa-solid:before {
    background-color: #ff7209;
    padding: 20px;
    font-size: 20px;
}
section.testimoinals_sec .custom_arrows span#prev_testimonial {
    position: absolute;
    left: -150px;
    top: -150px;
    cursor: pointer;
    transition: 0.3s ease;
}
section.testimoinals_sec .custom_arrows span#next_testimonial {
    position: absolute;
    right: -150px;
    top: -150px;
    cursor: pointer;
    transition: 0.3s ease;
}
section.testimoinals_sec .custom_arrows span#prev_testimonial:hover,
section.testimoinals_sec .custom_arrows span#next_testimonial:hover {
    box-shadow: 0 0 0 #ff7209;
    filter: drop-shadow(0px 0px 6px #ff7209);
}
section.testimoinals_sec .custom_arrows {
    position: relative;
    width: 100%;
}
section.why_choose_sec .wc_content {
    padding-bottom: 0;
}
section.why_choose_sec .wc_content. global_btn {
    display: none;
}
footer.site-footer {
    background-color: #052b4f;
}
section.inner_page_banner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 70vh;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.inner_page_banner .inner_banner_content {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 40%;
}
h1.banner_title {
    font-size: 60px;
    color: #fff;
    line-height: 80px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}
section.inner_page_banner h1.banner_title {
    color: #fff;
}
section.contact_sec h2.sec_title, section.contact_sec h3 {
    color: #052b4f;
    text-transform: uppercase;
}
p {
    font-size: 18px;
    line-height: 30px;
}
section.contact_sec a.item_link {
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
    margin: 0 auto 40px;
    display: block;
}
section.contact_sec a.item_link:hover {
    color: #ff7209;
}
section.contact_sec .contact_form form label {
    font-weight: 600;
}
footer.site-footer .row ul#primary-menu {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    max-width: 560px;
}
footer.site-footer .row ul#primary-menu:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 60px;
    right: 0px;
    background-color: #c2c2c2;
}
footer.site-footer .row ul li a {
    text-transform: uppercase;
}
footer.site-footer .row ul#primary-menu li.menu-item-has-children:after {
    position: absolute;
    content: '\f0d7';
    color: #fff;
    font-family: 'FontAwesome';
    right: -14px;
    top: 0px;
}
footer.site-footer .row ul#primary-menu li.menu-item-has-children {
    position: relative;
}
footer.site-footer .row {
    align-items: center;
}
footer.site-footer .row ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    list-style: none;
}
footer.site-footer .row ul li a, footer.site-footer .row a {
    color: #fff;
    font-size: 16px;
}
footer.site-footer .footer_logo img {
    width: 100%;
    max-width: 200px;
}
footer.site-footer .container-fluid.footer-sec {
    padding: 120px 15px;
    overflow: hidden;
}
footer.site-footer .row ul#primary-menu li.menu-item-has-children ul.sub-menu {
    display: none;
    position: absolute;
    width: 240px;
}
footer.site-footer .row ul#primary-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
section.contact_sec .contact_form form input {
    width: 100%;
    padding: 10px;
    border: 2px solid #052b4f;
    color: #fff;
    background-color: #052b4f;
    margin: 0 auto 40px;
    outline: none;
}
section.contact_sec .contact_form form input::-webkit-input-placeholder, section.contact_sec .contact_form form textarea::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
section.contact_sec .contact_form form input:-ms-input-placeholder, section.contact_sec .contact_form form textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
section.contact_sec .contact_form form input::placeholder, section.contact_sec .contact_form form textarea::placeholder {
  color: #fff;
}
section.contact_sec .contact_form form textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #052b4f;
    color: #fff;
    background-color: #052b4f;
}
section.contact_sec .contact_form form input[type='submit'] {
    width: 100%;
    max-width: 130px;
    padding: 16px;
    font-size: 20px;
    background-color: #ff7209;
    color: #fff;
    transition: 0.3s ease;
    margin: 20px auto 0;
    border: 1px solid #ff7209;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}
section.contact_sec .contact_form form input[type='submit']:hover {
    background-color: #052b4f;
    color: #fff;
    border-color: #052b4f;
}
section.contact_sec .contact_form form input.wpcf7-not-valid {
    border-color: #052b4f;
}
section.contact_sec .contact_form form span.wpcf7-not-valid-tip {
    display: none;
}
section.contact_sec .contact_form form  .wpcf7-response-output {
    display: none;
}
footer.site-footer .row ul#primary-menu li.menu-item-has-children ul.sub-menu {
    display: none;
}
footer.site-footer .row ul.contact-info {
    max-width: 440px;
}
section.contact_sec:before {
    position: absolute;
    content: '';
    background-image: url('/../wp-content/uploads/2023/03/Bg-min.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
}
section.contact_sec {
    position: relative;
}
.container-fluid.copyright_sec .copyright_content p, .container-fluid.copyright_sec .copyright_content a {
    color: #fff;
    font-size: 14px;
    margin: 30px auto 0;
    text-align: left;
}
.container-fluid.copyright_sec {
    height: 70vh;
    background-repeat: no-repeat;
    background-position: center;
}
footer.site-footer .row .contact-info a {
    font-size: 14px;
}
body {
    margin: 0 auto !important;
    padding: 0;
    width: 100%;
}
footer.site-footer .row .social-list {
    width: 140px;
    margin: 30px 0 0;
    float: right;
}
footer.site-footer .row .social-list a {
    margin: 0 10px 0;
    font-size: 18px;
    transition: 0.3s ease;
}
footer.site-footer .row .social-list a:hover {
    color: #ff7209;
}
h2.sec_title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 3rem;
    line-height: 70px;
}
section.truck_availability_sec p, section.truck_trail_sec p  {
    color: #fff;
}
section.truck_availability_sec .video_text_row:last-child {
    display: none;
}
section.truck_availability_sec a.trucks-btn:hover, section.truck_trail_sec a.trailer-btn:hover {
    color: #fff;
    background-color: #ff7209;
}
section.truck_availability_sec a.trucks-btn, section.truck_trail_sec a.trailer-btn {
    margin: 0 0 0;
    background-color: #fff;
    color: #052b4f;
}
section.truck_availability_sec, section.transportation_sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.transportation_content h2, .transportation_content p, div#row_lease_the_best h2.sec_title, 
div#row_lease_the_best p, .git_sec h2, .git_sec p {
    color: #052b4f;
}
.git_sec {
    text-align: center;
    margin: 60px auto 0;
}
div#row_precision_in_operations {
    display: none;
}
section.truck_trail_sec .tt_img {
    position: relative;
}
section.truck_trail_sec .tt_img:after {
    position: absolute;
    content: '';
    background-image: url('/../wp-content/uploads/2023/04/truck-bar-480x4-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
    bottom: 1px;
    right: 0;
}
section.truck_trail_sec .row:last-child .tt_img:after {
    transform: rotate(180deg);
}
section.text_img_sec div#row_lease_the_best {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container-fluid.copyright_sec .copyright_content a {
    color: #0579ff;
}
.git_sec .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.git_img img {
    width: 100%;
}
section.image_text_sec.about_main_sec h2.sec_title, section.image_text_sec.about_main_sec h3,
section.image_text_sec.about-expect_sec h2.sec_title, section.image_text_sec.about-expect_sec h3 {
    color: #052b4f;
}

section.services_sec h2.sec_title {
    color: #052b4f;
}
section.services_sec a.serv-btn {
    margin: 20px 0 0;
    max-width: 200px;
}
section.services_sec h2.sec_title, section.services_sec h3.sec_sub_title {
    color: #052b4f;
    text-align: center;
}
section.services_sec {
	padding-top: 0;
}
section.services_sec .services_carousel {
	margin: 60px auto 0;
}
section.services_sec .services_carousel .serv_desc {
    font-size: 18px;
    color: #052b4f;
    line-height: 30px;
}
section.services_sec .services_carousel h3.serv_title, section.services_sec .services_carousel h4 {
    color: #052b4f;
    text-transform: uppercase;
}
section.services_sec .services_carousel .owl-dots span {
    background-color: #fff;
    border: 2px solid #052b4f;
}
section.services_sec .services_carousel .owl-dots .owl-dot.active span {
    background-color: #052b4f;
}
section.services_sec .services_carousel .owl-dots .owl-dot:hover span {
    background-color: #052b4f;
}
section.services_sec .services_carousel h4 {
    display: none;
}
section.services_main_sec .service_box:nth-child(n+1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 100px;
    flex-direction: row-reverse;
} 
section.services_main_sec .service_box h2.service_title, section.services_main_sec .service_box p {
    color: #052b4f;
}
section.services_main_sec .service_box:last-child {
    margin-bottom: 0;
}
section.services_main_sec .service_box:nth-child(2n+1) {
    flex-direction: row;
}
section.services_main_sec .service_box:nth-child(2n+1) .service_content {
    margin-left: 5%;
    margin-right: 0;
}
section.services_main_sec .service_box:nth-child(n+1) .service_content {
    margin-right: 5%;
    box-sizing: content-box;
    width: 100%;
}
section.services_main_sec .service_box:nth-child(n+1) .service_img {
    width: 100%;
}
section.services_main_sec .service_box h2.service_title {
    text-transform: uppercase;
}

@media only screen and (max-width: 1480px) {
header.site-header nav#site-navigation .menu-header-menu-container {
    width: 80%;
}
header.site-header nav#site-navigation ul#primary-menu li a {
    font-size: 20px;
}
section.testimoinals_sec .custom_arrows span#prev_testimonial {
    left: -40px;
}
section.testimoinals_sec .custom_arrows span#next_testimonial {
    right: -40px;
}
p {
    font-size: 14px;
    line-height: 26px;
}
section.testimoinals_sec .custom_arrows span#prev_testimonial span.fa-solid:before, 
section.testimoinals_sec .custom_arrows span#next_testimonial span.fa-solid:before {
    padding: 10px;
    font-size: 12px;
}
footer.site-footer .row .contact-info a span {
    margin-right: 10px;
}
footer.site-footer .row .contact-info a {
    font-size: 14px;
    margin: 0 0 10px;
}
h2.sec_title {
    font-size: 2rem;
    line-height: 40px;
}
h1.banner_title {
    font-size: 40px;
    line-height: 60px;
    font-weight: 400;
}
a.blue-btn {
    padding: 14px 6px;
    font-size: 16px;
    margin: 0 0 0;
    max-width: 160px;
}
h1.hero_title {
    font-size: 44px;
    line-height: 60px;
}
section.hero_sec .hero-content .banner_buttons {
    max-width: 480px;
}
section.hero_sec .hero-content .banner_buttons a {
    font-size: 18px;
}
section.section-padding {
    padding: 60px 0;
}
footer.site-footer .row ul.contact-info {
    max-width: 440px;
    flex-direction: column;
    align-items: flex-start;
}

}

@media only screen and (max-width: 768px) {
header.site-header .row .col-md-8 {
    width: 75%;
}
header.site-header .row .col-md-4 {
    width: auto;
}
section.hero_sec .hero-content {
    margin: 40% auto 0;
}
section.services_sec .services_carousel .item.ser_crsl_item .row,
section.truck_availability_sec .row.video_text_row {
    flex-direction: column-reverse;
}
section.services_sec .services_carousel .item.ser_crsl_item .serv_img, section.text_img_sec .image_box,
section.truck_availability_sec .availability_img, section.transportation_sec .transportation_img {
    margin: 0 auto 30px;
}
section.truck_trail_sec .tt_content h2 br {
    display: none;
}
section.truck_trail_sec .tt_content {
    margin: 30px auto 0;
    text-align: center;
}
section.truck_trail_sec a.trailer-btn {
    margin: 0 auto;
}
section.testimoinals_sec .custom_arrows span#next_testimonial {
    right: -80px;
}
section.testimoinals_sec .custom_arrows span#prev_testimonial {
    left: -80px;
}
footer.site-footer .container-fluid.footer-sec {
    padding: 60px 15px;
}
footer.site-footer .row ul.contact-info {
    max-width: 440px;
    flex-direction: column;
    align-items: center;
    margin: 40px auto 0;
}
footer.site-footer .container-fluid.footer-sec .footer_logo {
    margin: 0 auto 40px;
    text-align: center;
}
site-footer .row .social-list {
    width: 140px;
    margin: 30px auto 0;
    float: none;
}
.container-fluid.copyright_sec .copyright_content {
    text-align: center;
}
.container-fluid.copyright_sec .copyright_content p, .container-fluid.copyright_sec .copyright_content a {
    margin: 30px auto 0;
    text-align: center;
}
header.site-header nav#site-navigation .menu-header-menu-container {
    width: 100%;
}
section.testimoinals_sec .custom_arrows span#prev_testimonial {
    left: -40px;
}
section.testimoinals_sec .custom_arrows span#next_testimonial {
    right: -40px;
}
.container-fluid.copyright_sec .row {
    align-items: center;
    flex-direction: column-reverse;
}
footer.site-footer .row .social-list {
    width: 140px;
    margin: 30px auto 0;
    float: none;
}


}

@media only screen and (max-width: 600px) {
header.site-header button.menu-toggle {
    float: right;
    margin: 40px auto 0;
    font-size: 0px;
    background-color: #fff;
    position: relative;
    width: 40px;
    height: 5px;
    border: none;
    outline: none;
    right: 0px;
}
header.site-header button.menu-toggle:before {
    content: '';
    background-color: #fff;
    width: 40px;
    height: 4px;
    position: absolute;
    right: 0;
    border: none;
    top: -10px;
}
header.site-header button.menu-toggle:after {
    background-color: #fff;
    width: 40px;
    height: 4px;
    position: absolute;
    content: '';
    right: 0;
    border: none;
    bottom: -10px;
}
nav.main-navigation.toggled .menu-header-menu-container {
    text-align: right;
}
section.hero_sec .hero-content {
    margin: 70% auto 0;
}
header.site-header .row .col-md-8 {
    width: 70%;
    margin: 20px auto;
}
section.testimoinals_sec .custom_arrows span#prev_testimonial {
    left: -10px;
}
section.testimoinals_sec .custom_arrows span#next_testimonial {
    right: -10px;
}
section.testimoinals_sec .custom_arrows {
    position: relative;
    width: 100%;
    max-width: 60px;
    margin: 0 auto;
    bottom: -160px;
}
section.image_text_sec.about_main_sec .about_img {
    margin: 0 auto 30px;
}
section.services_main_sec .service_box:nth-child(n+1) .service_img {
    width: 100%;
    margin: 0 auto 30px;
}
section.services_main_sec .service_box:nth-child(n+1) {
    flex-direction: column;
}
section.services_main_sec .service_box:nth-child(2n+1) {
    flex-direction: column;
}
h1.hero_title {
    font-size: 34px;
    line-height: 50px;
    font-weight: 400;
}
header.site-header nav#site-navigation ul#primary-menu li.menu-item-has-children ul {
    right: -2px;
}

}

@media only screen and (max-width: 500px) {
header.site-header .row .col-md-8 {
    width: 60%;
    margin: 20px auto;
}
}

