/* ===================================================================================

* Theme Name: Dustrial Child
* Theme URI: https://themeforest.net/user/johanspond
* Description: Dustrial Industrial WordPress Theme.
* Version: 1.0.0
* Author: Johanspond
* Author URI: http://pluginspoint.com/
* Template: dustrial
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
.slider-row-wrapper .vc_col-sm-12 {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 10rem;
}
.video-row-wrapper .vc_col-sm-12 {
    padding-right: 0;
    padding-left: 0;
}
.navbar-brand.brand-logo {
	padding: 0;
    margin-bottom: -1px;
}
.logo-for-responsive-only, .logo a img {
    max-width: unset;
}
@media (max-width: 375px) {
    .logo-for-responsive-only, .logo a img {
        width: 222px !important;
    }
}
header.h1-header-top-area .h1-single-top-block i.fa {
    color: #ff5e15 !important;
}
.h1-navigation-area .nav-serch-area {
    float: right;
    margin-bottom: 0;
    margin-top: 11px;
}
.main-menu-area {
    width: 100%;
}
.page_title.breadcrumb-overlay {
    background-position: right;
}
/*.main-menu-area .main-menu {
    display: block;
}*/
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary {
	text-align: right;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	color: #ddd;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
	color: #fbe0d4;
}
.main-menu-area #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 35%;
    width: 20px;
    height: 4px;
    background: #ff5e14;
    transform: translateX(-50%);
    transition: 0.5s;
    opacity: 0;
}
.main-menu-area #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a {
    transition: .3s;
}
.main-menu-area #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a:before,
.main-menu-area #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a:before {
    opacity: 1;
    left: 50%;
}
.mean-container a.meanmenu-reveal {
    border: 0;
    color: #061538;
    font-family: cursive;
}
.main-menu-area #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .gallery {
    justify-content: left;
    margin-top: 5px;
}
.main-menu-area #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .gallery a {
    padding: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    margin-top: 2px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: 76px;
    line-height: 76px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .mean-container a.meanmenu-reveal {
        width: 30px;
    }
    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #061538;
        height: 4px;
        margin-top: 5px;
        border-radius: 10px;
    }
}
@media (max-width: 991px) {
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        padding: 10px 0px;
        border-radius: 5px;
    }
    #mega-menu-wrap-primary #mega-menu-primary {
        text-align: center;
        padding: 10px 0;
        background: #061538;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: block;
        position: relative;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        color: white;
        height: auto;
        line-height: normal;
        display: block;
        position: relative;
        padding: 10px 20px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        display: none;
    }
    .mean-container .mean-nav ul li, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
        position: relative;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        top: 0;
        padding: 0 10px;
        height: unset !important;
        line-height: unset !important;
        background: transparent;
        border: none !important;
        border-left: 0;
        border-bottom: 0;
    }
    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: transparent;
        color: #ff5e14;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
        width: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        padding: 0px 10px 0px 30px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        display: block;
        width: 100%;
        padding: 5px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:last-child {
        border-bottom: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
        text-transform: capitalize;
        padding-left: 30px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
        padding: 5px 0 0 40px;
    }
}
@media (max-width: 991px) {
    .mean-container a.meanmenu-reveal {
        margin-top: -55px;
        padding-top: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .h1-navigation-area, .h1-navigation-area.navbar-fixed-top {
        padding-top: 0;
        padding-bottom: 0;
    }
    .mean-container .mean-bar {
        height: 0;
    }
    #mega-menu-wrap-primary {
        background: transparent;
    }
}
@media (max-width: 768px) {
    .h1-navigation-area, .h1-navigation-area.navbar-fixed-top {
        padding-top: 0;
        padding-bottom: 0;
    }
    .mean-container .mean-bar {
        height: 0;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block!important;
    }
    .mean-container .mean-nav, #mega-menu-wrap-primary .mega-menu-toggle, .mean-container a.meanmenu-reveal span {
        background: transparent;
    }
    .mean-container .mean-nav, .navbar-fixed-top .mean-container .mean-nav {
        margin-top: -55px;
        margin-bottom: 10px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #061538;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        margin-top: 15px;
    }
}
@media (max-width: 375px) {
    .mean-container .mean-nav, .navbar-fixed-top .mean-container .mean-nav {
        margin-top: -50px;
    }
}
.inspiring-by {
    margin-top: 25px;
}
.inspiring-by img, #projectsContainer, #testimonialContainer, #progressContainer, #blogContainer, #CTAContainer, #hideIt {
    display: none!important;
}
#h2-company-area-sections {
    background-image: url(https://sharafglobal.com/wp-content/uploads/2021/08/company-bg-1-2-1.png) !important;
}
#CTAHpContainer {
    padding-top: 75px !important;
    padding-bottom: 80px !important;
    background-image: url(https://sharafglobal.com/wp-content/uploads/2021/06/CTA-bg-2.jpg) !important;
    background-position: center !important;
    background-repeat: repeat !important;
    background-size: auto;
}
#CTAHpContainer.call-to-action:before {
    opacity: 0.85 !important;
}
.request-quote-container{
    background-color: #F9F9F9;
}
.market-item2-icons {
    line-height: 70px;
    border-radius: 0;
}
.services-wrapper .market-single-items .market-item2-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bind_footer .footer .footer-logo {
    display: none;
}
.upper-contact-section .block.contact_address {
    box-shadow: 0 0 5px 3px #00000014;
    border: 0;
    border-radius: 5px;
}
.upper-contact-section .contact_address .title h4 {
    font-size: 24px;
    margin-top: 1rem;
    font-weight: 500;
}
.contact-page {
    padding-top: 50px!important;
}
.contact-page .upper-contact-section .block.contact_address .media.contact-media.border-bottom:nth-child(3) {
    border-bottom: 0!important;
}
.environment-container .vc_column-inner {
    margin-bottom: 50px;
}
.quality-container h4, .compliance-container h4 {
    color: #061538;
    font-weight: 700;
}
.quality-container .wpb_content_element, .compliance-container .wpb_content_element {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .quality-container .wpb_single_image, .compliance-container .wpb_single_image {
        text-align: center;
    }
}
.arrow-icon-container span {
    font-size: 0;
    color: transparent;
}
.arrow-icon-container span:before {
    color: #f76b2b;
    font-size: 30px;
}
.service-details-pages .market-single-widgets-details .text-img-block .services-right-title, .service-details-pages .market-single-widgets-details .text-img-block > img:first-of-type {
    display: none;
}
.service-details-pages .market-single-widgets-details .text-img-block .wpb_wrapper h4, .partners-title h4 {
    color: #061538;
    font-weight: 700;
    text-transform: uppercase;
}
.service-details-pages .market-single-widgets-details .text-img-block .wpb_text_column {
    margin-top: -2rem;
}
.history-slider {
    /*height: 450px;*/
    overflow: hidden;
}
.history-slider .single-slider {
    background-size: unset !important;
    width: 750px !important;
    height: 350px!important;
    background: unset !important;
}
/* timeline 22/9/2021 */
.ctl_road_map_wrp li.current-year .ctl-story-year .rm_year, .ctl_road_map_wrp li:hover .ctl-story-year .rm_year {
    opacity: 0;
}
.cool_timeline_horizontal .ctl_road_map_wrp .ctl-story-title p {
    font-size: 22px!important;
    font-weight: 700!important;
}
/* 8/11/2021 */
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link[aria-haspopup="true"] {
    font-weight: bold !important;
}
.Choose-section select.wpcf7-form-control {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    color: #6c757d !important;
}
/* 28/03/2022 */
.single-slider .slider-content h3 span.activeColor {
    font-weight: 800;
}
/* 29/03/2022 */
.blog-details .blog-mata li {
    color: #061538;
}
.blog-details .blog-mata li i {
    color: #ff5e15;
}
.blog-details .blog-content h3, .blog-details .blog-content strong  {
    color: #061538;
}
/* 1/4/2022 */
.blog-style-five-item-content h3 {
    height: 50px;
    font-size: 20px;
    overflow: hidden;
    margin: 0;
    text-align: justify;
    /*white-space: nowrap;
    text-overflow: ellipsis;*/
}
/* 12/4/2022 */
.ctl-popup-content .story-posted-date, .timeline-year, .timeline-meta,.cool-timeline.white-timeline .timeline-post.even .timeline-meta .meta-details,
.timeline-main-title {
    display:none!important;
}
/* 13/4/2022 */
.small-height {
    height: 500px;
    overflow: hidden;
}
.small-minus-margin.wpb_content_element {
    margin-bottom: 0;
}
.cool-timeline .timeline-post .timeline-content {
    background: #99999925!important;
}
.wpb_text_column.wpb_content_element .cool-timeline .timeline-post .timeline-content h2.content-title {
    font-size: 20px!important;
}
/* 17/4/2022 */
.blog-style-five-item-content p.entry-content, .blog-style-five-item-content .entry-meta-footer {
    display: none;
}
/* 18/4/2022 */
.sidebar-widget.widget_recent_comments, .sidebar-widget.widget_meta {
    display: none;
}
.bind_footer .footer {
    padding: 60px 0!important;
}
/* 19/4/2022 */
.page_title .page_tittle {
    opacity: 0;
}
/* 24/4/2022 */
.time-line-container .cool-timeline .timeline-post .timeline-content h2.content-title,
.time-line-container .cool-timeline .timeline-post .timeline-content .content-details p {
    font-family: "Hind", sans-serif!important;
    font-weight: bold!important;
}
.gray-bg {
    /*background: #F5F5F5;*/
    background: #e2e2e2;
}
.blog-content {
    text-align: justify!important;
}
/* internal in HP */
/*
.HP-services-container {
    top: -66px!important;
    position: relative;
}
.HP-services-container.vc_row {
    padding-top: 90px !important;
    padding-bottom: 30px !important;
}
.responsive-cols.vc_row {
    margin-top: -50px!important;
}
.responsive-cols {
    margin-bottom: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 66px !important;
}
.inspiring-section {
    background: #e2e2e2;
}
.slider-row-wrapper .slider-content {
    margin-top: -7rem;
}
@import url('https://fonts.googleapis.com/css2?family=Freehand&display=swap');
.slider-content h2 {
    font-size: 30px !important;
    font-family: 'Freehand', cursive !important;
}
*/
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading, 
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
    border-color: transparent !important;
    background-color: transparent !important;
    margin-top: -3rem;
    position: relative;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
    border-color: transparent !important;
    background-color: transparent !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    background: transparent !important;
}
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-controls-icon::after, 
.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-controls-icon::before {
    border-color: #ff5e14 !important;
}
/*.vc_tta-color-sandy-brown.vc_tta-style-outline .vc_tta-panel-heading:hover .vc_tta-controls-icon::before */
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
    border-width: 12px !important;
}
.vc_tta .vc_tta-controls-icon {
    height: 20px !important;
    width: 20px !important;
}
/* 27/4/2022 */
.accreditations-title h4 {
    font-size: 1.25rem !important;
}
.bind_footer .address_info .footer-open {
    margin-top: 0 !important;
}
.breadcrumb-overlay.custom-breadcrumb:before {
    opacity: 0.75;
    z-index: 1;
}
/* 4/5/2022 */
.bind_footer .address_info span {
    width: 75px;
    display: inline-block;
}
.h1-navigation-area{
    box-shadow: 0 4px 12px -4px rgb(0 0 0 / 66%);
    z-index: 10;
    position: relative;
}
/* internal in company history */
/*.slider-activee .slick-dots {
    bottom: 25px !important;
}*/
/* internal pages for BGs */
/*.breadcrumb-overlay.custom-breadcrumb:before {
    opacity: 0.5 !important;
}*/
/* 20/5/2022 */
.vc_row.section-element.custom-blog-breadcrumb.breadcrumb-overlay.custom-breadcrumb:before {
    opacity: 0.5 !important;
}
/* 20/6/2022 */
/*  internal in mission-values */
/*@import url('https://fonts.googleapis.com/css2?family=Freehand&display=swap');
.h3-single-featured-title {
    font-size: 33px;
    font-family: 'Freehand', cursive !important;
}*/
/* 18/8/2022 */
.partners-title.partners-main-title .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
    width: auto!important;
    margin: 0 2rem 0 0.75rem!important;
}
/* 22/8/2022 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    div#h2-company-area-sections {
        background: url(https://sharafglobal.com/wp-content/uploads/2021/08/company-bg-1-2-1.png) no-repeat scroll center / 100% !important;
    }
    div#h2-company-area-sections:after {
        content: "" !important;
        background: #ffffff90 !important;
        z-index: 1 !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }
    div#h2-company-area-sections div {
        z-index: 2;
        position: relative;
    }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
    .single-slider {
        padding-top: 200px !important;
    }
}
@media (max-width: 320px) {
    .mean-container a.meanmenu-reveal {
        padding: 10px 0 !important;
    }
}
.mission-block {
    min-height: 17rem;
}
@media (max-width: 991px) {
    .mission-block {
        min-height: 30rem;
    }
}
@media (max-width: 767px) {
    .mission-block {
        min-height: auto;
        padding-bottom: 3rem;
    }
}
.centered-container {
    float: none;
    padding: 0;
    margin: auto !important;
}
.single-blog-thumb a img {
    width: 100%;
}