/*!
Theme Name: aamra_theme
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: aamra_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.

aamra_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/
*/
a.btn.btn-green {
    font-size: 15px;
    padding: 10px 20px;
    background: #007456;
}
.visual-textbox p {
    margin: 0 0 20px;
}
ul.top-bar_menu {
    margin-bottom: 0;
}
ul.list-inline.top-bar_menu li a {
    background: #007456;
    padding: 6px 20px;
    border-radius: 50px;
    text-align: center;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1270px;
}
.header-theme-13 .navigation>li:not(:last-child) {
    margin-right: 22px;
}
.footer-theme-13 .copyright p {
    font-size: 14px;
    font-weight: normal;
}
ul.policy_area a {
    font-size: 14px;
}
.about_content_area {
    padding-left: 70px;
}
.text.about_content_area h2 {
    line-height: 45px;
    margin-bottom: 20px;
}
.section-theme-14.featured_Jobs_Block {
    padding: 50px 0 100px;
}
.section-theme-13.search-jobs-block .job-frame h3 {
    font-size: 26px;
    line-height: 30px;
}
.section-theme-13.search-jobs-block .image-holder img {
    width: 80%;    
    text-align: right;
    margin: 0 auto;
}
section.section.section-theme-13.search-jobs-block {
    padding-top: 70px;
}
input.es-email {
    height: 45px;
    font-size: 16px;
    padding: 12px 15px;
    border: 1px solid #d5d5d5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    width: 70%;
}
div#es_form_f1-n1 {
    width: 100%;
    position: relative;
}
div#es_form_f1-n1 input[type="submit"] {
    position: absolute;
    right: 20px;
    top: 9px;
    margin-left: 15px;
    height: 45px;
    background: #006a4e;
    border: 0;
    border-radius: 50px;
    color: #fff;
    width: auto;
    padding-right: 20px;
}
.breadcrumb-item+.breadcrumb-item:before {
    content: var(--bs-breadcrumb-divider, " / ");
}
.subvisual-theme-1 .subvisual-textbox {
    padding-bottom: 0px;
    padding-top: 50px;
}
.subvisual-theme-1 h1 {
    font-weight: 500;
}
.contact-support {
    background: #edf0ff;
}
.contact-support .contact-box .icon-holder {
    color: #00382a;
    border: 2px solid #00382a;
}
.section-theme-1.section-contact .contac-form .form-control {
    padding: 10px 25px;
    max-width: 100%;
}
div#menu-show-hide {
    background: #fcfcfc;
}
.get_in_touch {
    padding-right: 50px;
}
.newsletter_area {
    padding-left: 70px;
}
p.cp-banner-text {
    font-size: 18px;
}
span.solution_theme_color {
    color: #026a4e;
}
p.cp-feature-text.mb-20 {
    margin-bottom: 20px;
}
.cp-input-field br {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.cp-btn.mt-20 {
    background: var(--clr-theme-1);
}
li.current-menu-item a {
    color: #006a4e !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: transparent !important;
}
.cp-project-details-right .cp-footer2-location {
    color: #000;
}
p.cp-choose-text.mb-35 {
    font-size: 24px;
    line-height: 32px;
}
.our_mission {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    margin-bottom: 40px;
    border: 1px solid #e3e3e3;
}
.our_vission {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    border: 1px solid #e3e3e3; 
}
.our_mission h2.cp-title, .our_vission h2.cp-title{
    color: #02694d;
}
.cp-choose-img-item img {
    border-radius: 20px;
    border: 1px solid #02694d;
}
.sell_agent img {
    width: 180px;
    margin-left: 10px;
}
.sell_agent span {
    font-size: 20px;
    font-weight: bold;
}





@media (max-width:767px){
    .about_content_area {
        padding-left: 0;
        margin-top: 50px;
    }
	.get_in_touch {
		padding-right: 15px;
	}
	.newsletter_area {
		padding-left: 15px;
	}
}