/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/




header.elementor-element.fixed .e-con-inner,
header.elementor-element{
    transition: all ease 500ms;
}
header.elementor-element.fixed {
    background: #000C4D;
}
header.elementor-element.fixed .e-con-inner{
    padding-top: 10px;
    padding-bottom: 10px;
}

main#content .page-header {
    display: none;
}


.corevaluBox figure.elementor-image-box-img {
    width: 43px !important;
    height: 46px;
    background: #DDF4FF;
    display: flex;
    justify-content: center;
    border-radius: 7px;
}
.logoContentgg,
.logoContent .elementor-image-box-content {
    position: relative;
}
.logoContentgg::before,
.logoContent .elementor-image-box-content::before {
    content: '';
    position: absolute;
    left: -20px;
    width: 1px;
    height: 127px;
    background: #000;
    opacity: 0.1;
}




.postSubTitle h6{
    text-transform: uppercase;
}
.Customlink  a {
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #0095E0 !important; 
}
.Customlink  a:hover {
    background: #0095E0;
}
.Customlink  a:hover img{
    filter: brightness(0) invert(1);
}

.mainRow {
    display: flex;
    align-items: center;
}
.customRowLine {
    border-bottom: 1px solid #fff;
    padding: 23px 0;
}



#footerGraetyForm .gform_heading {
    display: none;
}
.firstNameField  label.gform-field-label.gform-field-label--type-sub {
    display: none;
}

#footerGraetyForm label.gfield_label,
#footerGraetyForm legend {
    display: none;
}


#footerGraetyForm input,#footerGraetyForm textarea{
    height: 45px;
    padding: 0 10px 0 5px;
    color: #000;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    border-color: transparent transparent #ABABAB transparent;
    border-radius: none;
    box-shadow: none;
    background: transparent;
}
#footerGraetyForm textarea{
    height: 115px;
}

#footerGraetyForm input#gform_submit_button_1{
    height: 50px;
    width: 136px;
    color: #fff;
    background: #0095E0;
    border-radius: 30px;
    ffont-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
}
#footerGraetyForm input#gform_submit_button_1:hover{
    background: #000;
}


.customizeMenu  li.menu-item a{
    position: relative;
}
.customizeMenu  li.menu-item a::before {
    content: '';
    top: -8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 17px;
    height: 22px;
    background: url('images/Group21.png') -5px 1px no-repeat;
    opacity: 0;
    visibility: hidden;
}
.customizeMenu  li.current-menu-item a::before,
.customizeMenu  li.menu-item a:hover::before {
    opacity: 1;
    visibility: visible;
}
.customizeMenu  li.menu-item a span.sub-arrow{
   display: none !important;
}


.customizeMenu li.menu-item:last-child a{
    width: 135px;
    height: 50px;
    border-radius: 30px;
    background: #0095E0;
    border-radius: 30px;
    color: #fff;
    justify-content: center;
}


.customizeMenu li.menu-item:last-child a:hover{
    background: #000;
    color: #fff !important;
}
.customizeMenu  li.menu-item.current-menu-item:last-child  a{
    color: #fff !important;
}


.customizeMenu   .sub-menu.elementor-nav-menu--dropdown a::before,
.customizeMenu  li.menu-item.current-menu-item:last-child  a::before,
.customizeMenu li.menu-item:last-child a:hover::before{
    display: none;
}


.customizeMenu   .sub-menu.elementor-nav-menu--dropdown .current-menu-item a,
.customizeMenu   .sub-menu.elementor-nav-menu--dropdown a:hover{
    background-color: #51b7ea !important;
}


.customizeMenu li.menu-item.menu-item-has-children a{
    width: unset;
    height: unset;
    border-radius: unset;
    background: transparent !important;
  
    justify-content: flex-start;
}


.customizeMenu .sub-menu.elementor-nav-menu--dropdown {
    width: 100% !important;
    min-width: 240px !important;margin-top: 10px !important;

}

.customizeMenu .sub-menu.elementor-nav-menu--dropdown a{
   margin: 0 !important;
}
/*
.sub-menu.elementor-nav-menu--dropdown::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 5px;
    border-width: 7px;
    border-color: #fff transparent transparent transparent;
    width: 17px;
    height: 17px;
    z-index: 1;
}
*/
.customizeMenu li.menu-item.menu-item-has-children a.has-submenu::after {
    content: '';
    width: 7px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0.8 !important;
    position: unset;
    margin-left: 8px;
}
.customizeMenu li.menu-item.menu-item-has-children a.has-submenu.highlighted::after,
.customizeMenu li.menu-item.menu-item-has-children a.has-submenu:hover::after {
    border: solid #0095e0;border-width: 0 2px 2px 0;
}









.corevaluBox {
    margin-bottom: 30px !important;
}

div#gform_confirmation_wrapper_1 {
    padding-bottom: 100px;
    text-align: center;
}


.customizetext p strong{
    font-weight: 500 !important;
}

.contactImgBox figure {
    width: 43px !important;
    height: 46px;
    border-radius: 4px;
    background: #DDF4FF;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-left: auto !important;
    margin-right: auto !important;
}
.contactImgBox h3{
    margin-bottom: 10px !important;
}



.page-id-15 .haveQuestion::before{
    display: none !important;
}

.contact-details{position: relative;}
.contact-details::before{
    content: '';
    position: absolute;
    left: 0;
    top: -80px;
    width: 412px;
    height: 1180px;
    background: url('images/_Group___11.png') no-repeat;
    background-size: contain;
    z-index: 1;
}

.aboutBackground.aboutPage::before{
    background-position: 172px 283px !important;
}

.error404  header.elementor-element,
.error404 .elementor.elementor-108.elementor-location-footer {
    display: none;
}



.postid-1334 .MiddleClntentWrap,
.postid-1333 .MiddleClntentWrap,
.postid-1332 .LivestockMonitoring{ display:none; }

.postid-1334 .LivestockMonitoring,
.postid-1333 .LivestockMonitoring{background-color: #F0FAFF !important}







.SolutionLoopWrap .customRowLine {
    padding: 42px 22px;
    background-color: #F0FAFF;
    border-radius: 10px;
    min-height: 240px;
    position: relative;
}

.SolutionLoopWrap .customRowLine .mainRow h6{
    color: #111111 !important;
}
.SolutionLoopWrap .customRowLine >.e-con-inner {
    justify-content: center;
}
.SolutionLoopWrap .customRowLine .mainRow {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
}






.Grocery-Store-Chain-Foreign-Locality .gform_heading {
    margin-bottom:30px !important;
}
.firstNameField  label.gform-field-label.gform-field-label--type-sub {
    
}

.Grocery-Store-Chain-Foreign-Locality label.gfield_label,
.Grocery-Store-Chain-Foreign-Locality legend {
    display: none;
}


.Grocery-Store-Chain-Foreign-Locality input{
    height: 45px;
    padding: 0 10px 0 5px;
    color: #000
    font-family: "Poppins" !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    border-color: transparent transparent #ABABAB transparent  !important;
    border-radius: none;
    box-shadow: none !important;
    background: transparent;
}

.Grocery-Store-Chain-Foreign-Locality input#gform_submit_button_3,
.Grocery-Store-Chain-Foreign-Locality input#gform_submit_button_2{
    height: 50px;
    width: 136px;
    color: #fff !important;
    background: #0095E0;
    border-radius: 30px;
    ffont-family: "Poppins" !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.Grocery-Store-Chain-Foreign-Locality input#gform_submit_button_3:hover,
.Grocery-Store-Chain-Foreign-Locality input#gform_submit_button_2:hover{
    background: #000;
}

.Grocery-Store-Chain-Foreign-Locality  h2{
	    font-size: 23px !important;
	text-align: center;
}



.Grocery-Store-Chain-Foreign-Locality .gform_validation_errors{ display: none !important;}

.elementor-popup-modal .dialog-widget-content {
    border-radius: 15px;
}

.Grocery-Store-Chain-Foreign-Locality .gform-body.gform_body legend.gfield_label,
.Grocery-Store-Chain-Foreign-Locality .gform-body.gform_body label.gform-field-label{ display: none;}


