/**
* Theme Name: Jobaway Child
* Description: This is a child theme of Jobaway, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Template Path</a>
* Template: jobaway
* Version: 1.3
*/
:root {
	--thm-secondary-color: #1b376b !important;
}
.banner-section .content-box h2 {
    font-size: 38px;
    font-weight: 700;
    color: #222 !important;
    margin-bottom: 20px;
    line-height: 1.2;
}
.banner-section .content-box p{
    font-size: 18px;
    line-height: 1.6;
    color: #666 !important;
}

.theme-btn:hover
{
    background: var(--secondary-color) !important;
    color: #fff !important;
}
 .banner-section {
    padding: 300px 0px !important;
}
figure.footer-logo img {
    width: 200px;
}
img.circle-flag {
    width: 25px;
    height:25px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
.theme-btn {
    border: 1px solid var(--theme-color);
}
.main-header.header-style-three .header-top {
    display: none;
}
.header-style-one .outer-box {
    background: #dbad4042 !important;
}
.header-style-three .outer-box {
    border-radius: 60px;
    padding: 0px 15px;
    background: #dbad4042 !important;
}
header.main-header.header-style-three {
    top: 30px;
}
.main-footer.home-2 .auto-container {
    max-width: 1140px;
}
.main-header .menu-right-content .search-btn,.main-header .menu-right-content .link-box {
    display: none;
}
.main-footer {
  background: #f6eace !important;
}
.main-footer .widget-section.pb_100 {
    padding-bottom: 10px;
}
.contact-section .form-inner .form-group input[type='text'], .contact-section .form-inner .form-group input[type='email'], .contact-section .form-inner .form-group textarea
Specificity: (0,4,1)
 {
    border: 1px solid var(--theme-color) !important;
}
section.subscribe-section.p-0.m-0 {
    display: none;
}
.mobile-menu .nav-logo img {
    max-width: 100% !important;
}