/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* =Child-Theme customization starts here
------------------------------------------------------------ */
body{overflow-x:hidden !important;}
h1,h2,h3,h4,h5,h6{font-family: "Barlow", Sans-serif !important;font-weight: 500;}
p{font-family: "Barlow", Sans-serif !important;font-weight: 400;}
.menu_main_nav>li>a, .sc_layouts_menu_nav>li>a{font-size: 15px;color: #312783 !important;}
ul[class*="trx_addons_list_success"]>li:before{
    color: #00AEEF;
}
ul[class*="trx_addons_list_success"]>li{color: #fff; margin-bottom: 5px !important;
    margin-top: 0px !important;}
.sc_item_subtitle{
    font-family: "Barlow", Sans-serif;
    font-weight: 700;
    color: #312783;
}
form button:not(.components-button), input[type="button"], input[type="reset"], input[type="submit"], .theme_button, .post_item .more-link, .wp-block-button__link, .sc_button:not(.sc_button_simple), .sc_form button, .sc_portfolio_preview_show .post_readmore{
    background-color: #2E3192;
    border-color: #2E3192;
    color: #fff;
    padding: 12px 38px !important;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover{
    background-color: #2E3192;
}
.mg_txtWhite .sc_item_subtitle{color: #fff;}
.sc_blogger_item_default.sc_blogger_item_on_plate .sc_blogger_item_body{
    background-color: #EDEDEE !important;
}
.sc_button:not(.sc_button_simple), .sc_button.sc_button_simple, .sc_form button{border-radius: 4px;}
.sc_blogger_item_on_plate .sc_blogger_item_content .sc_blogger_item_title a{color: #2E3192!important;}
.sc_blogger_default.sc_blogger_default_classic_time .sc_blogger_item_default.sc_blogger_item_on_plate .sc_blogger_item_content{
    padding: 42px 28px !important;
}
.sc_blogger_default.sc_blogger_default_classic_time .sc_blogger_item_title{font-size: 22px !important;}
.sc_blogger_default.sc_blogger_default_classic_time .post_meta.sc_blogger_item_meta.post_meta_date .post_date{
    background-color: #00AEEF !important;
}
.sc_blogger_default.sc_blogger_default_classic_time .post_meta.sc_blogger_item_meta.post_meta_date b{font-weight: 400 !important;}
.widget_custom_links ul>li.custom_links_list_item .custom_links_list_item_title{font-size: 14px;letter-spacing: 0.2px;}
.widget_custom_links ul.custom_links_list .custom_links_list_item + .custom_links_list_item{margin-top: 2px !important;}

.ocean { 
    height: 5%;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .wave {
        background-image: url(img/blue-wave-foooter-FINAL-04-01.svg);
    }
    .white-wave1{
        background-image: url(img/white-banner-wave-06-flipped-safari.svg) !important;
        background-size: 496px auto !important;
    }
    .white-wave{
        background-image: url(img/white-banner-wave-06-safari.svg) !important;
        background-size: 496px auto !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .wave {
        background-image: url(img/blue-wave-foooter-FINAL-05-01.svg);
    }
    .white-wave1 {
        background-image: url(img/white-banner-wave-06-flipped-01.svg);
        background-size: 500px auto;
    }
    .white-wave{
        background-image: url(img/white-banner-wave-06-chrome.svg);
        background-size: 500px auto;
    }
}

.wave {
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%232e3192' fill-opacity='1' d='M0,128L80,106.7C160,85,320,43,480,64C640,85,800,171,960,192C1120,213,1280,171,1360,149.3L1440,128L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z'%3E%3C/path%3E%3C/svg%3E");*/
    background-repeat: repeat-x;
    background-position: top;
    background-size: 500px auto;
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 1;
    animation: wave 8s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.wave svg {
    fill: #2E3192;
    shape-rendering: geometricPrecision;
}


.white-wave {
    background-repeat: repeat-x;
    background-position: top;
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 4;
    animation: wave1 8s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.white-wave1 {
    background-repeat: repeat-x;
    background-position: top;
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 2;
    animation: wave 8s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.white-wave1 svg, .white-wave svg {
    fill: #fff;
    shape-rendering: geometricPrecision;
}

@keyframes wave1 {
    0% {
        background-position-x: 0%;
    }
    100% {
        background-position-x: -499px;
    }
}

@keyframes wave {
    0% {
        background-position-x: 0%;
    }
    100% {
        background-position-x: -500px;
    }
}

@media only screen and (max-width : 1600px) and (max-height : 2560px) {
  
}

div.wpcf7 .form-style-1 input[type="text"], div.wpcf7 .form-style-1 input[type="number"], div.wpcf7 .form-style-1 input[type="email"], div.wpcf7 .form-style-1 input[type="url"], div.wpcf7 .form-style-1 input[type="tel"], div.wpcf7 .form-style-1 input[type="password"], div.wpcf7 .form-style-1 input[type="search"], div.wpcf7 .form-style-1 select, div.wpcf7 .form-style-1 textarea, div.wpcf7 .form-style-1 textarea.wp-editor-area{
    border-color: #ddd;
}
.wpcf7 .wpcf7-submit-style .submit-style-in:before{display: none;}
.wpcf7 .wpcf7-submit-style .wpcf7-submit{background-color: #2E3192 !important;padding: 12px 38px !important;font-size: 14px;letter-spacing: 0.2px;}

.mg-home-serv-box .sc_icons_light .sc_icons_item_title a{font-weight: 400; color: #fff;text-transform: uppercase;}
.mg-home-serv-box .sc_icons_light .sc_icons_item_title a:hover{color: #fff !important;}
.mg-home-serv-box .sc_icons.color_style_link2 .sc_icons_item:hover .sc_icons_item_title a{color: #fff !important;}
.mg-home-serv-box .sc_icons_item_title + .sc_icons_item_description{color: #fff;}
.mg-home-serv-box .sc_icons .sc_icons_item .sc_icons_item_more_link .link_icon:before{color: #fff;}
.mg-home-serv-box .sc_icons .sc_icons_item .sc_icons_item_more_link .link_text{color: #fff;}

.mg-business-model .sc_icons_alter.sc_icons_size_small .sc_icons_icon:before{font-size: 0.8em;}
.mg-business-model .sc_icons_alter.sc_icons_size_small .sc_icons_item_title + .sc_icons_item_description{margin-top: 0px;}

.mg-page-title .sc_item_subtitle{color: #fff;}
.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul, .sc_layouts_menu_nav > li > ul ul, .sc_layouts_menu_nav > li ul:not(.sc_item_filters_tabs){
    background-color: #312783;
}
.menu_main_nav>li ul>li>a, .sc_layouts_menu_nav>li ul>li>a{color: #fff !important;}
.mg-txtColor ul[class*="trx_addons_list_success"]>li{color: #2E3192;}
.mg-Highlight h1 span{color: #00AEEF;}

.mg-supply-chain .trx_addons_columns_wrap>[class*="trx_addons_column-"]{padding-right: 15px;}
.mg-supply-chain .sc_services_fashion .sc_services_item_title{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 14px;
}
.mg-supply-chain .sc_services_fashion.color_style_link2 .sc_services_item.with_image:hover .sc_services_item_content:before{
    background-color: rgb(0 0 0 / 38%) !important;
}
.mg-supply-chain .sc_icons_fill.color_style_dark .sc_icons_item{
    background-color: #312783 !important;
    color: #fff;
}
.mg-supply-chain .slider_pagination_style_title .slider_pagination_wrap .slider_pagination_bullet.slider_pagination_bullet_active{color: #00AEEF !important;}
.mg-supply-chain .slider_pagination_style_title .slider_pagination_wrap .slider_pagination_bullet{
    color: #2E3192 !important;
    font-weight: 500;
}
.mg-supply-chain .sc_services_fashion .sc_services_item_number{font-weight: 400;font-size: 18px;}
.mg-supply-chain .sc_services_fashion .sc_services_item_title + .sc_services_item_subtitle{display: none;}

.mg-global-presence.elementor-widget-tabs .elementor-tabs-content-wrapper{border: none;}
.mg-global-presence div#elementor-tab-title-5221.elementor-active, .mg-global-presence div#elementor-tab-title-5221:hover{background-color: #2E3192; color: #fff;}
.mg-global-presence div#elementor-tab-title-5221{background-color: #fff;border: 2px solid #2E3192; border-radius: 4px;color: #2e3192;}
.mg-global-presence div#elementor-tab-title-5221 a{color: #2E3192;}
.mg-global-presence div#elementor-tab-title-5221:hover a{color: #fff !important;}
.mg-global-presence div#elementor-tab-title-5221 a:hover, .mg-global-presence div#elementor-tab-title-5221.elementor-active a{color: #fff;}
div#elementor-tab-title-5222{background-color: #fff;border: 2px solid #00AEEF; border-radius: 4px;color: #00AEEF;}
div#elementor-tab-title-5222 a{color: #00AEEF;}
.mg-global-presence div#elementor-tab-title-5222.elementor-active, .mg-global-presence div#elementor-tab-title-5222:hover{background-color: #00AEEF; color: #fff;}
.mg-global-presence div#elementor-tab-title-5222 a:hover, .mg-global-presence div#elementor-tab-title-5222.elementor-active a{color: #fff;}
div#elementor-tab-title-5223 a{color: #0072BC;}
div#elementor-tab-title-5223{background-color: #fff;border: 2px solid #0072BC; border-radius: 4px;color: #0072BC;}
.mg-global-presence div#elementor-tab-title-5223.elementor-active, div#elementor-tab-title-5223:hover{background-color: #0072BC;color: #fff;}
.mg-global-presence div#elementor-tab-title-5223 a:hover, .mg-global-presence div#elementor-tab-title-5223.elementor-active a{color: #fff;}
.mg-global-presence div#elementor-tab-title-5223:hover a, .mg-global-presence div#elementor-tab-title-5222:hover a, .mg-global-presence div#elementor-tab-title-5221:hover a{color: #fff;}
.mg-global-presence.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{margin: 0px 40px;}
.mg-global-presence.elementor-widget-tabs .elementor-tab-desktop-title{padding: 20px 45px;}
.mg-culture-list .sc_icons .sc_icons_item + .sc_icons_item{margin-top: 10px;}
.search_modern > .search_submit:before{font-size: 20px !important;}
.search_modern > .search_submit, .sc_layouts_row_type_compact .search_wrap .search_submit:before, [class*="scheme_"].sc_layouts_row_type_compact .search_wrap .search_submit:before{color: #2E3192;}
.search_modern .search_wrap.search_opened .search_field{font-size: 1.2rem !important;}
.search_modern .search_header_wrap .logo_image {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
    position: relative;
    left: 0px !important;
}
a.post_meta_item.post_meta_comments.icon-comment-light.inited{display: none;}
.post_meta, .post_layout_classic .post_meta_item.post_categories a, .post_meta .post_meta_item a{color: #2E3192; text-transform: uppercase;font-weight: 500;}
.post_layout_classic .post_title a{color: #00AEEF;font-size: 26px;line-height: 26px;}
.post_layout_classic .post_title a:hover{color: #2E3192;}
.sc_blogger_default.sc_blogger_default_classic_time .post_meta .post_meta_item.post_categories a{color: #2E3192; font-weight: 500;}
.sc_blogger_default.sc_blogger_default_classic_time .post_meta .post_meta_item.post_categories a:hover{color: #00AEEF;}
.home .post_meta .post_meta_item:after{display: none;}
footer a{color: #fff;}
footer a:hover{color: #00AEEF;}
footer .widget_custom_links ul>li.custom_links_list_item .custom_links_list_item_title:after{background-color: #00AEEF;}
footer .widget_custom_links ul>li.custom_links_list_item .custom_links_list_item_link:hover{color: #00AEEF;}
.footer_wrap p{color: #fff;}
footer img.logo_image{width: 200px;}
.scroll_to_top_style_default{
    border-color: #312783;
    background-color: #312783;
}
.scroll_to_top_style_default:hover{
    border-color: #00AEEF;
    background-color: #00AEEF;
}
.thjmf-job-list-page .thjmf-jobs .thjmf-loop-job-header .thjmf-loop-job-title{
    font-size: 24px;
    color: #00AEEF;
}
.thjmf-job-list-page .thjmf-jobs .thjmf-loop-job-header .thjmf-loop-job-title a{color: #00AEEF;}
.thjmf-job-list-page .thjmf-jobs .thjmf-loop-job-details-button{
    background-color: #2E3192;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 24px;
    font-weight: 500;
    letter-spacing: 0.4px;
    font-size: 14px;
    border-radius: 4px;
}
.sc_socials.sc_socials_default .socials_wrap .social_item .social_icon{
    border-color: #2E3192;
    background-color: #2E3192;
    color: #fff;
}
.sc_socials.sc_socials_default .socials_wrap .social_item:hover .social_icon{
    color: #fff;
    border-color: #fff;
}
#powerTip .box_view_html{
    background-color: #2E3192;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}
#powerTip{background-color: #2E3192 !important;}
.point_style .pins_animation{
    -webkit-box-shadow: 0 0 0 10px #2e319233;
    -ms-box-shadow: 0 0 0 10px #2e319233;
    box-shadow: 0 0 0 10px #2e319233;
}
#powerTip.n:before{border-top: 10px solid #2E3192 !important;}
.single-thjm_jobs .sidebar_default[class*="scheme_"] .sidebar_inner{display: none;}
.comments_wrap{display: none !important;}
.nav-links-single .nav-links .nav-next .post-title, h5.widget_title, .nav-links-single .nav-links .nav-previous .post-title{color: #2E3192 !important;font-weight: 500;}
.nav-links-single .nav-links a:hover .post-title{color: #00AEEF !important;}
[class*="scheme_"].sidebar .post_info .post_info_item, .nav-links-single .nav-links .nav-arrow-label, .nav-links-single .nav-links .meta-nav, .nav-links-single .nav-links .post_date, [class*="scheme_"].sidebar .post_info .post_info_item a{font-weight: 500; color: #2E3192 !important; text-transform: uppercase;}
[class*="scheme_"].sidebar .post_info_item.post_categories a, [class*="scheme_"].sidebar li > a, [class*="scheme_"].sidebar .post_title > a{color: #2E3192 !important;font-weight: 500;}
[class*="scheme_"].sidebar .post_info_item.post_categories a:hover{color: #00AEEF !important;}
.wc-block-product-search .wc-block-product-search__fields:after, .widget_search form.search-form:after, .woocommerce.widget_product_search form:after, .widget_display_search form:after, #bbpress-forums #bbp-search-form:after{
    color: #2E3192 !important;
}
.sc_services_backward .sc_services_item_content{font-size: 15px;line-height: 24px;min-height: 145px;}
.sc_services_backward .sc_services_item .sc_services_item_title{color: #2E3192 !important;font-size: 26px;}
.slider_outer_controls_top .slider_controls_wrap>a{
    color: #fff;
    background-color: #2E3192;
    border-color: #2E3192;
}
.slider_outer_controls_top .slider_controls_wrap>a:hover{
    color: #2E3192;
    background-color: #fff;
    border-color: #2E3192;
}
.mg-oil-gas .sc_services_backward .sc_services_item_content{min-height: 192px;}
.mg-metals .sc_services_backward .sc_services_item_content{min-height: 168px;}
.thjmf-single-job form .thjmf-job-application{display: block !important;}
.thjmf-single-job-page .thjmf-single-job .thjmf-job-title a{color: #2E3192 !important; font-size: 28px;}
.thjmf-single-job-page .thjmf-single-job .thjmf-single-job-content{font-size: 15px;}
.thjmf-single-job-page .thjmf-single-job .thjmf-single-job-content h5{
    font-size: 20px;
    color: #00AEEF;
}
.thjmf-single-job-page .thjmf-single-job .thjmf-job-button{border-radius: 4px;padding: 8px 25px;}
button#thjmf_show_form{display: none;}
.thjmf-single-job .thjmf-form-row .input-text, .thjmf-single-job .thjmf-form-row select, .thjmf-single-job .thjmf-form-row textarea{border-radius: 0px !important;}
.thjmf-single-job .thjmf-field-file .thjmf-input-wrapper{border: 1px solid #ccc;}
.post_meta_item.post_categories, .post_meta_item.post_categories a{display: none;}

form button:not(.components-button):hover, form button:not(.components-button):focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus, .post_item .more-link:hover, .comments_wrap .form-submit input[type="submit"]:hover, .comments_wrap .form-submit input[type="submit"]:focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus, .sc_button_default:hover, .sc_button_default:focus, .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover, .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):focus, .socials_share.socials_type_block .social_icon:hover, .socials_share.socials_type_block .social_icon:focus{
    border-color: #2E3192 !important;
    background-color: #2E3192 !important;
}
.mg-home-serv-box .sc_icons_light.sc_icons_size_large .sc_icon_type_svg svg{width: 4.8em;height: 4.8em;}
.mv-btn-chat:hover{
	border-color: #fff !important;
    background-color: #fff !important;
	color: #2E3192 !important;
}
.our-group-structure ol li a, .our-group-structure ol li a:hover{color: #2E3192 !important;}

/* Mobile */

.menu_mobile .menu_mobile_inner{background-color: #fff;color: #2E3192;}
.menu_mobile .menu_mobile_inner a, .menu_mobile .menu_mobile_inner .menu_mobile_nav_area li:before{color: #2E3192 !important;}
@media (max-width: 767px){
    .wpcf7 .wpcf7-submit-style .wpcf7-submit{padding: 13px 30px 13px 30px !important;}
    .elementor-tab-title.elementor-tab-mobile-title.elementor-active{background-color: #fff;border: 1.8px solid #2E3192 !important; border-radius: 4px; color: #2e3192;}
    .elementor-tab-title.elementor-tab-mobile-title{background-color: #2E3192;color: #fff;border-radius: 4px;margin-bottom: 10px;}
    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
  /* styles for all iPads */
  .wave {
    background-image: url(img/blue-wave-foooter-FINAL-04-01.svg);
  }
  .white-wave1{
    background-image: url(img/white-banner-wave-06-flipped-safari.svg);
    background-size: 497px auto;
  }
  .white-wave{
    background-image: url(img/white-banner-wave-06-safari.svg);
    background-size: 497px auto;
  }
}



@media (max-width: 479px){
    .menu_mobile .menu_mobile_nav_area>ul>.menu-item>a {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .menu_mobile .sc_layouts_logo img {max-height: 74px;}
    .menu_mobile .menu_mobile_close .menu_button_close_icon{color: #2e3192; }
    .menu_mobile .menu_mobile_inner.with_widgets .menu_mobile_nav_area .menu-item>a{padding: 3px 2em 12px 0px !important;}
    form button:not(.components-button), input[type="button"], input[type="reset"], input[type="submit"], .theme_button, .post_item .more-link, .wp-block-button__link, .sc_button:not(.sc_button_simple), .sc_form button, .sc_portfolio_preview_show .post_readmore{
        padding: 8px 32px !important;
        font-size: 14px !important;
    }
    .home .sc_button_wrap{text-align: left !important;}
    .home footer .sc_button_wrap {
        text-align: center !important;
        margin-top: 15px;
    }
    .menu_mobile .sc_layouts_logo img {
        max-height: 64px;
    }
    .elementor-20263 .elementor-element.elementor-element-0b452cf > .elementor-widget-container{padding: 0px;}
    .wave{top:-1px;}
    
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .wave {
            background-image: url(img/blue-wave-foooter-FINAL-04-01.svg);
        }
        .white-wave1{
            background-image: url(img/white-banner-wave-06-flipped-safari.svg);
            background-size: 497px auto;
        }
        .white-wave{
            background-image: url(img/white-banner-wave-06-safari.svg);
            background-size: 497px auto;
        }
    }
    
    .point_style img{width: 20px !important;}
    .pins_animation{width: 20px !important;height: 20px !important;}
    footer img.logo_image {margin: 0px auto;display: block;}
    .footer_custom h6.sc_item_title, footer h2.sc_item_title{text-align: center;margin-top: 20px;}
    footer .elementor-container>.elementor-row>.elementor-column>.elementor-element-populated .elementor-widget-wrap>.elementor-element, footer .sc_socials.sc_socials_default .socials_wrap{text-align: center;}
    footer .widget_custom_links ul>li.custom_links_list_item{-webkit-align-items: center;-ms-flex-align: center;align-items: center; }
    .sc_services_item.sc_item_container.sc_services_item_featured_top.post-21994.cpt_services.cpt_services_group-agriculture{margin-top: 20px;}
	.sc_item_button.sc_button_wrap.sc_align_right{text-align: left; margin-top: 15px;}
}
