/*!
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/
*/
ol, ul {
    padding-left: unset;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: unset;
}
a {
    color: unset;
    text-decoration: unset;
}
.pbmit-pre-header-wrapper {
    height: 50px;
    line-height: 50px;
}
.header-style-2 .pbmit-header-content {
    padding: 0px 0;
}
.pbmit-slider-two .pbmit-slider-item {
    height: 600px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1424px !important;
}
body {
    font-family: var(--pbmit-body-typography-font-family) !important;
    font-weight: var(--pbmit-body-typography-variant) !important;
    background-color: var(--pbmit-light-color) !important;
}
.main-menu .navigation > li > ul li {
    padding: 5px 25px;
}
li.current-menu-item a {
    color: #00358d !important;
}
.site-footer .pbmit-footer-logo {
    max-width: 145px;
}
.site-footer .pbmit-footer-newsletter .pbmit-news-wrap input {
    color: #000;
}
.es-form-field-container{
    position: relative;
}
.gjs-cell input[type="submit"] {
    position: absolute;
    bottom: 10px;
    right: 0;
    border-radius: 50px !important;
    transition: all .4s ease-in;
    padding-right: 0 !important;
    border: 0 !important;
    background-color: var(--pbmit-global-color) !important;
    color: #fff ! important;
    height: auto !important;
    padding: 15px 30px !important;
}
div#es_form_f1-n1 {
    width: 100%;
}
.gjs-cell input[type="submit"]:hover {
    color: var(--pbmit-white-color) !important;
    background-color: var(--pbmit-blackish-color) !important;
}
.slider_con p {
    font-size: 22px;
    color: #fff;
    max-width: 700px;
}
body .pbmit-bg-color-white {
    background-color: #ebeff3 !important;
}
.pbmit-slider-two .swiper-horizontal>.swiper-pagination-bullets {
    background-color: #ebeff3;
}
.pbmit-slider-two .swiper-horizontal>.swiper-pagination-bullets:before, .pbmit-slider-two .swiper-horizontal>.swiper-pagination-bullets:after {

    box-shadow: 0 20px 0 0 #ebeff3;
}
.pbmit-slider-area .pbmit-slider-content .pbmit-title, .banner-section-left .pbmit-content .pbmit-title {
    font-size: 50px;
    line-height: 60px;
}
.about-one-center-box.pbmit-bg-color-white {
    background: #fff !important;
}
.pbmit-heading-subheading .pbmit-subtitle{
    font-size: 18px;
}
.mb-50 {
    margin-bottom: 50px;
}
.pbmit-service-style-3 .pbminfotech-box-content-desc-wraper {
    padding: 15px 15px 20px;
}
.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-desc {
    color: var(--pbmit-white-color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
}

h2.theme_title {
    font-size: 45px !important;
    line-height: 55px !important;
}
.about-two-right-box.pbmit-bg-color-white {
    background: #fff ! important;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title {
    font-size: 60px;
    line-height: 110px !important;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
    width: 70px;
    height: 70px;
}
.pbmit-title-bar-wrapper, .pbmit-title-bar-content {
    min-height: 300px;
}
.pbmit-title-bar-content {
    padding: 65px 0 64px 0;
}
.about-section-three {
    padding: 30px 0 70px 0;
}
.inner_content h1,
.inner_content h2,
.inner_content h3,
.inner_content h4,
.inner_content h5,
.inner_content h6{
    padding: 20px 0;
}
.inner_content_box .container {
    padding: 0 30px;
}
.service-details .all-post-list li a {
    padding: 13px 0px 13px 45px;
}
.wpcargo-track.wpcargo{
    margin: 0 auto;
    display: table;
}
input.input_track_num {
    display: block;
    font-weight: normal;
    line-height: normal;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .15);
    background-color: transparent;
    height: 60px;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 30px;
    margin-bottom: 20px;
}
input#submit_wpcargo {
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
    font-family: var(--pbmit-btn-typography-font-family);
    font-size: var(--pbmit-btn-typography-font-size);
    font-weight: var(--pbmit-btn-typography-variant);
    line-height: var(--pbmit-btn-typography-line-height);
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
    padding: 18px 60px 18px 30px;
    border: none;
    transition: all .5s ease-in-out;
    z-index: 1;
    white-space: nowrap;
    fill: var(--pbmit-white-color);
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    border-radius: 50px;
    cursor: pointer;
    margin-top: -20px;
}
input#submit_wpcargo:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}




@media (max-width:767px){
    .pbmit-title-bar-content {
        padding: 30px 0 30px 0;
    }

    .pbmit-title-bar-wrapper, .pbmit-title-bar-content {
        min-height: 160px;
    }
    .main-menu .navigation > li > ul li {
        padding: 0px 0px;
    }
    .site-title {
        height: 64px;
    }
    i.pbmit-base-icon-menu-1 {
        font-size: 33px;
    }

}





