/*
Theme Name: CargoHub Child
Theme URI: http://steelthemes.com/cargohub
Author: SteelThemes
Author URI: http://steelthemes.com
Description: CargoHub Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cargohub
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: cargohub
*/

/*---done by Atikah --*/

.nav {
    float: inline-end;
}

.header-transparent .site-header {
    background-color: #fff;
}

.site-header {
    padding: 16px 0;
}

.nav ul.menu > li > a {
    color: #13569a;
}

 .nav ul.menu > li.current-menu-item > a,.nav ul.menu > li.current_page_item > a {
    color: #434343;
}

.nav ul.menu > li:hover > a {
  color: #434343;
}

/*.fh-section-title h2:before {
    background-color: #4f6783;
}*/

.small-title-center {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.fh-icon-box:hover h4 a {
    color: #434343;
}

blockquote {
    border-left: 3px solid #434343;
}

.body-quote {
    font-size: 22px;
    border-left: 3px solid #e6e7e8;
    padding-left: 15px;
}

.fh-icon-box.version-light:hover:before {
    background-color: #e6e7e8;
}

.fh-icon-box .fh-icon i:before {
    font-size: 60px;
}

.fh-icon-box.style-1 {
    padding: 10px;
}

.fh-icon-box h4 {
    padding-bottom: 0px;
}

.fh-section-title h2 {
    text-transform: unset;
}

.fh-service-box-2 h4 {
    padding-left: 0px;
	    color: #fff;
}

.fh-service-box-2 .box-wrapper {
    padding: 20px 20px 20px 20px;
    background: #13569ab5;
	    border-radius: 5px;
	border: none;
}

.fh-service-box-2 .sub-title {
    padding-left: 0px;
    color: #fff;
}
.fh-service-box-2 .sub-title {
    font-size: 15px;
}
.fh-service-box-2 {
    margin-bottom: 10px;
    margin-top: 20px;
}



.checkmark {
    color: #ffd600 !important;
}

.service-list {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px; /* row gap, column gap */
    margin-top: 0px;
	    line-height: 1;
}

.service-item {
    display: inline-flex;
    font-size: 15px;
    color: #fff;
    align-items: flex-end;
}

.checkmark {
    color: #c62828;
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

.contact-info {
    color: #fff;
    max-width: 500px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.details a {
	  color: #fff;
}

.details a:hover, a:focus {
    text-decoration: none;
    color: #ff0000;
}

.footer-sidebars {
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer-widgets .widget {
    margin-bottom: 20px;
}

.site-footer {
    padding: 10px 0;
}
.site-footer .footer-copyright {
    font-size: 13px;
}

.header-transparent .page-header .header-title {
    padding-top: 110px;
}
.page-header .header-title {
    padding-bottom: 20px;
}

.page-header .breadcrumb-area {
    display: none;
}

.header-transparent .navbar-icon .navbars-line::before, .header-transparent .navbar-icon .navbars-line::after {
  background-color: #000;
}

.header-transparent .navbar-icon .navbars-line, .header-transparent .navbar-icon .navbars-line::before, .header-transparent .navbar-icon .navbars-line::after {
  background-color: #000;
}

.logo img {
  max-width: 115%;
}

.fh-latest-post.carousel .owl-nav div, .fh-team .owl-carousel .owl-nav div, .fh-icon-box, .fh-icon-box a {
    cursor: auto;
}

.project-border h5 {
    display: inline-block;
    padding: 5px 20px 3px 10px !important;
    border: 1px solid #13569A !important;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 10px;
    background: #13569A;
}

.project-title-border h3 {
    display: inline-block;
    padding: 2px 20px 2px 20px !important;
    border: 1px solid #13569A !important;
    font-size: 20px;
    font-weight: 600;
    color: #13569A;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 1em;
    border-radius: 10px;
    background: #fff;
}