h1{
    background: linear-gradient(90.42deg, #FFFFFF 63.53%, #999999 96.64%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
h2{
    background: linear-gradient(90.42deg, #000000 2.04%, #999999 96.64%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
h1 strong,
h2 strong,
h3 strong{
    font-weight:bold;
    line-height: 110%;
}
.title-centre{
    margin:0 auto;
    display:table;
}
.title-inline{
    display:table;
}



#header-space{
    height:auto!important;
}
#header-outer{
    background-color: transparent!important;
    transition: all 0.5s ease !important;
}
#header-outer.scrolled-down{
    background-color: #000!important;
}
header .buttons .nectar-header-text-content{
    padding: 15px 25px !important;
  line-height: 20px !important;
  background-color: #498BCA;
  color: #fff!important;
  border-radius: 100px;
}
header .buttons .nectar-header-text-content a{
    color: #fff!important;
}
header .buttons .nectar-header-text-content:hover{
    opacity: 0.8!important;
}




.title-circle em{
    position:relative;
    font-style: normal;
       
  background: linear-gradient(90.42deg, #FFFFFF 63.53%, #ffffff 96.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.title-circle em::after{
 content: "";
  width: 120%;
  height: 120%;
  background-image: url('https://usgprod.wpenginepowered.com/hitech/wp-content/uploads/sites/8/2025/09/ellipse.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: -40px;
    
}


.logo-block .hover-wrap-inner{
    min-height: 222px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease!important;
}
.logo-block .hover-wrap-inner:hover{
    filter: inherit;
    background-color: rgba(73,139,202,0.2);
}



/*Footer Start*/

.footer-block h2{
    display:table;
    background: linear-gradient(90.42deg, #FFFFFF 63.53%, #999999 96.64%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.nectar-fancy-ul ul{
    margin:0;
}
.nectar-fancy-ul ul li{
    margin:0 0 15px 0;
    padding-left: 26px;
}
.nectar-fancy-ul ul li:last-child{
    margin:0 0 0 0;
}
.nectar-fancy-ul ul li .icon-default-style {
    font-size:22px!important;
}
.nectar-fancy-ul ul li strong{
    font-weight:normal;
    color:#132043;
}
.footer-block .nectar-fancy-ul ul li{
    color:#fff;
}





.footer-menu ul {
    margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 65px;
  list-style: none;
}
.footer-menu ul li{
    list-style: none;
}
.footer-menu ul li a{
    color: #fff !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  transition: all 0.5s ease!important;
}
.footer-menu ul li a:hover{
    color:#132043;
}

/*Footer End*/




.inside-banner .vc_column-inner{
    min-height:650px;
    justify-content: center;
}
.contact-info {
    min-height:78px;
}
.contact-info:last-child{
    min-height:auto;
}

.contact-info-block{
    min-height:100px;
}

.map-block iframe{
    width:100%;
    height:884px;
    border-radius:50px;
    border:1px solid #00000033!important;
}
.line-btn{
    display:table;
    line-height: normal;
}

.benefits-block:hover img{
    filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}
.benefits-block:hover p{
    opacity:0.75!important;
    color:#C4C4C4!important;
}
.benefits-block:hover h5,
.benefits-block:hover .line-btn{
    opacity:0.75!important;
    color:#FFFFFF!important;
}
.benefits-block:hover .line-btn {
    border-color:rgba(255,255,255,0.75)!important;
}
.error404 #header-outer{
    background-color: #000!important;
}
body #ajax-content-wrap #error-404 h1{
    color:#000!important;
    background: linear-gradient(90.42deg, #000 63.53%, #000 96.64%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}



/*Form css Start*/
.gform_wrapper.gform-theme {
    margin:0!important;
}
.gform_heading{
    display: none!important;
}
body .gfield_required{
    font-size: 18px !important;
    color:#FF0000!important;
}
.gform-theme .gform-body h4{
    margin:0!important;
    color:#132043;
    font-weight:500;
}
.gform-theme--foundation .gform_fields{
    gap:20px!important;
}

.gform-theme .gform-body label.gfield_label,.gform-theme .gform-body legend.gfield_label {
    margin:0 0 15px 0!important;
    font-size: 20px !important;
    line-height: normal !important;
    font-weight: 400 !important;
    font-family: Montserrat;
    color: #498BCA !important;
}
.gform-theme .gform-body legend.gfield_label{
    margin:0 0 6px 0!important;
}
.gform-theme .gform-body .gfield input,
.gform-theme .gform-body .gfield textarea{
    width:100%;
    height:50px;
    background-color: #FFFFFF;
    border-radius:5px;
    border:1px solid #C4C4C4;
    color:#C4C4C4;
    opacity:1;
    padding:0 15px;
    font-size: 18px;
    outline: none;
}
.gform-theme .gform-body .gfield textarea{
    height:97px;
    padding-top:11px;
}
.gform-theme .gform-body .gfield.gfield--type-textarea {
    margin:0 0 5px 0;
}
.select2-container--default .select2-selection--single{
    background-color: #FFFFFF!important;
    border-radius:5px!important;
    padding:13px 15px!important;
    font-size: 18px!important;
    border:1px solid #C4C4C4!important;
    background-image: url('https://usgprod.wpenginepowered.com/hitech/wp-content/uploads/sites/8/2025/09/select-arrow1.svg');
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    background-size: 18px;
    color:#C4C4C4!important;
}
.select2-selection__arrow{
    display:none!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: normal !important;
    padding:0!important;
}
body[data-fancy-form-rcs="1"] .fancy-select-wrap{
    padding:0!important;
}
.gform-theme .gform-footer {
    margin:25px 0 0 0!important;
}
.gform-theme .gform-footer .gform_button {
    padding:14px 22px !important;
    min-width:152px!important;
    border-radius:100px!important;
    font-size: 20px!important;
    line-height: 20px!important;
    color:#fff!important;
    background-color: #498BCA!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
}
input[type=number] {
  -moz-appearance: textfield!important;
}

.gform-theme .gform-body .gfield .gfield_radio .gfield-choice-input{
    border: 1px solid #D9D9D9 !important;
    background: #fff !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 100px !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.gform-theme .gform-body .gfield .gfield_radio .gfield-choice-input:checked{
    border-color: #498BCA !important;
}
.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    width: 20px !important;
    height: 20px !important;
    background: #132043!important;
    border-radius: 100px !important;
}
.gform-theme .gform-body .gfield .gfield_radio label{
    font-size: 18px!important;
    line-height: 28px!important;
    color:#000!important;
    font-weight: 500 !important;
    margin:0 0 0 10px!important;
}
.gform-theme .gform-body .gfield .gfield_radio .gchoice.gchoice_2_28_3{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.gform-theme .gform-body .gfield .gfield_radio .gchoice.gchoice_2_28_3 .gchoice_other_control{
    width:100%!important;
    min-width: 100%!important;
    height: 47px!important;
}
.gform-theme #gform_2 .gform-footer {
  margin: 20px 0 0 0 !important;
}
.gform-theme #gform_2 .gform-body .gfield textarea{
    height:107px!important;
}
/*Form css End*/


ul.sub-menu{
    border-radius:10px;
    width: 25em;
}
ul.sub-menu li a{
    font-family: Montserrat!important;
      font-size: 18px!important;
      line-height: 25px!important;
      color:#000!important;
      font-weight: 500!important;
}
body .breadcrumb-ui{
    margin-bottom: 15px !important;
}
.breadcrumb-ui span,.breadcrumb-ui span a{
    color:#C4C4C4;
    font-size: 20px;
  line-height: 30px;
}
.breadcrumb-ui span .breadcrumb_last{
    color:#fff;
}

.container-wrap {
    padding-bottom: 0;
}

.leadingmanufacturers img.img-with-animation {
    height: 150px !important;
    object-fit: contain;
}




@media screen and (max-width: 1650px){
    header .container{
        padding:0 40px!important;
    }
    header .container nav ul li a{
        padding:0 15px!important;
        font-size:18px!important;
    }
    header .buttons .nectar-header-text-content{
        font-size:18px!important;
        padding: 10px 25px !important;
    }
    header .buttons .nectar-header-text-content a{
        padding:0 !important;
    }
    .footer-menu ul{
        gap:10px 40px;
    }
    
    .inside-banner .vc_column-inner{
        min-height:600px;
    }
    
    .title-circle em::after {
        height: 120%;
        left: -30px;
    }

}
@media (min-width:1201px) and (max-width:1299px){
    header .container nav ul li a{
        font-size:16px!important;
    }
}
@media screen and (max-width: 1299px) {
    header .container{
        padding:0 20px!important;
    }
    .footer-logo-block .vc_column-inner{
        padding:40px 0 0 0!important;
    }
    .footer-logo-block .vc_column-inner .inner{
        margin: 0 auto!important;
    }
    .footer-logo-block .nectar-responsive-text {
      max-width: 100%!important;
      text-align: center!important;
      margin: 0 auto!important;
    }
    body .footer-menu-block .footer-menu ul{
        justify-content: center;
    }
    body .footer-menu-block,body .footer-contact-block  {
        border-left:0!important;
        padding-left:0!important;
    }
    .copyright-text .vc_column-inner{
        padding-left:0!important;
    }
    
    
    .inside-banner .vc_column-inner{
        min-height:500px;
    }
    
    .map-block iframe{
        height:500px;
    }
}
@media screen and (max-width: 1200px) {
    ul.sub-menu{
        width:100%;
    }
    ul.sub-menu li a{
      color:#fff!important; 
    }
}
@media screen and (max-width: 1199px) {
    header .buttons .nectar-header-text-content{
        margin-right:15px;
    }
    .title-circle em::before{
        background-size: contain;
        left: -30px;
        top:3px;
    }
    .footer-menu ul{
        gap:10px 30px;
    }
    .footer-menu ul li a{
        font-size:18px;
    }
    .title-circle em::after {
        left: -20px;
    }
}
@media screen and (max-width: 999px) {
    body .service-block{
        border-left:0!important;
    }
    body .service-block h6{
        margin:0px 0 5px 0!important;
    }
    .footer-menu ul{
        gap:10px 20px;
    }
    .footer-menu ul li a{
        font-size:16px;
    }
    
    body .contact-info-block{
        min-height:78px;
        margin-bottom:20px!important;
        padding-bottom:20px!important;
    }
    
    .map-block iframe{
        height:400px;
    }
    
    
}
@media screen and (max-width: 689px) {
    .page-id-52 .wpb_wrapper > span {
    font-size: 0; /* hides text like || */
}
 .page-id-52 .wpb_wrapper a {
    display: none;
}
.page-id-52 .wpb_wrapper .breadcrumb_last {
    font-size: 20px; /* restore visible size */
    display: inline;
}
    .mobile-image 
    {
        height:300px !important;
        object-fit:cover;
    }
    body .service-block h6{
        text-align: center!important;
    }
    .footer-menu ul li {
      width: 100%;
      text-align: center;
    }
    .title-circle em::after{
        /*left: -15px!important;*/
        /*height: 80%!important;*/
        /*top: 5px!important;*/
        /*width: 130%!important;*/
        left: -20px !important;
    height: 120% !important;
    top: 0px !important;
    width: 140% !important;
    }
    
    .inside-banner .vc_column-inner{
        min-height:450px;
    }
    
    .home-banner {
        min-height:500px!important;
    }
    
    .breadcrumb-ui-food {
        
    }
    
    
}