/***********************************************************************************************/
header {
  background: #f3f3f3;
}

.inner-nav {
    display: flex;
    align-items: center;
  justify-content: flex-end;
}
.enquiry-ri8 {
    margin-bottom: 1rem;
    margin-left: 1rem;
}
.inner-nav img {
    width: 75%;
}
.cust-sup, .contact {
    display: flex;
    align-items: center;
margin: 1rem 0;
    justify-content: flex-end;
}

aside.col-md-2.inner-nav2 img {
    width: 90%;
    float: right;
}
.inner-nav2 {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    width: 100%;
    padding: 0;
}
a.header-btn.bg-gray {
    background: #888 !important;
margin-right:1rem;
}
a.header-btn.bg-black {
    background: #000 !important;
margin-right:1rem;
}

#solution-wrapper .nav-tabs li a img {
    width: 40%;
}
.top-box {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.top-box .column-1 {
  float: left;
  width: 59%;
  padding: 15px 30px;
  min-height: 50px;
}
aside.col-md-7.de-ri8 h6 {
  font-weight: 700;
  color: #e30e27;
}
.top-mail {
  float: left;
  background: url(../images/head-mail-1.png) 0 5px no-repeat;
  padding-left: 30px;
  padding-right: 30px;
/*   border-right: 1px solid #ccc; */
}
 .top-mail a {
  color: #212529;
}
  .top-phone {
  float: left;
  background: url(../images/head-phone1.png) 0px 5px no-repeat;
 
    padding-right: 30px;  
}
 .top-phone a {
    padding-left:30px; 
  color: #212529;
}
.top-box .column-2 {
  float: right;
  width: 38%;
  background: #FFF;
}
.header-btn{
    display: block;
    position: relative;
    width: 200px;
    margin: 5px auto;
    background: #ec1924;
    padding: 5px 0;
    font-weight: 400;
    color: #FFF;
    text-decoration: none !important;
    border: 0 none;
    cursor: pointer;
    text-align: center;
    color: #FFF !important;
}
.search-box {
  float: left;
  width: 100%;
}
.search-box label {
  float: left;
  width: 100%;
  margin: 0;
}
.search-box .search-field {
  float: left;
  width: 100%;
  background: #FFF !important;
  border: 0 none !important;
  line-height: 52px !important;
  padding: 0 15px !important;
}
.cust-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.search-box .search-submit {
  position: absolute;
  display: none;
}
header.head-top {
    background: #fff;
}
.cust-sup, .contact {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    justify-content: flex-start;
    flex-direction: row;
}
aside.col-md-6.cust-sup2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.szg-main {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/***********************************************************************************************/
#special-wrapper {
  position: relative;
}
#banner-wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}
#banner-wrapper .image-wrap {
  float: left;
  width: 100%;
}
#banner-wrapper .image-wrap img {
  display: block;
  width: 100%;
}
#banner-wrapper .content-wrap {
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
}
#banner-wrapper .content-wrap h1 {
  font-size: 60px;
  color: #FFF;
}
#banner-wrapper .content-wrap p {
  font-size: 24px;
  color: #FFF;
  margin-bottom: 30px;
}
#nav-wrapper {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  min-height: 64px;
}
#nav-wrapper .menu-box {
  float: left;
  width: 100%;
  min-height: 60px;
  background: #e30e27;
  position: relative;
  display: block;
}

/*********************************************************************************************/
#solution-wrapper {
    background-color: #e8e8eb;
    padding: 60px 0;
}
#solution-wrapper h2{
    padding: 0;
    margin: 0 0 15px 0;
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    display: block;
    position: relative;
}

#solution-wrapper .nav-tabs {
    display: flex !important;
    justify-content: flex-start !important;
    border-bottom: 1px solid #1a1a1a;
}
#solution-wrapper ul.nav.nav-tabs li {
    text-align: center;
    margin: 0 auto 20px auto;
    align-items: center;
    justify-content: center;
    width: 20% !important;
 
    padding: 15px;
    position: relative;
    border-radius: 20px;
}
#solution-wrapper .nav-tabs li a{
font-size: 16px;
    border-bottom: 0px solid #dee2e6;
    margin: 0;
    border-radius: 0 !important;
}
#solution-wrapper .nav-tabs .nav-link1 {
    color: #000;
    border-bottom: 11;
    font-weight: 700;
padding:1rem;
    width: 100%;
    border-radius: 0;
    text-align: center !important;
    display: block;
 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#solution-wrapper .nav-tabs .nav-item.show .nav-link1, .nav-tabs .nav-link1.active {
     color: #e30e27 !important;
    text-decoration: none !important;
}
#solution-wrapper .nav-tabs{
	margin-top:0px !important;
}

#solution-wrapper .tab-content{
	border: none !important;
}
a.nav-link1 span {
    margin-top: 1.5rem;
}
#solution-wrapper a:hover{
  color: red;
text-decoration:none;
}
#solution-wrapper h4.text-centr {
    color: #1a1a1a;
    padding: 1rem 0;

    text-transform: uppercase;
    font-size: 24px;
}
#solution-wrapper h4.text-centr:after {
    content: none;
}
 
#solution-wrapper .tab-more-btn{
    margin-top: 20px;
    font-size: 14px;
}
#solution-wrapper a.tab-more-btn:hover {
    color: #e30e27 !important;
    background: #fff !important;
    transition: 0.2s all;
}
#solution-wrapper a.tab-more-btn {
    text-align: left;
    background: #e30e27;
    display: flex;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    float: left;
    justify-content: center;
    align-items: center;
    width: 30%;
}
.solution-wrap p {
    font-size: 16px;
    line-height: 30px;
}
a.nav-link1.active.show {
    background: #ffffffa1;
    padding: 1rem;
    border-radius: 10px !important;
    box-shadow: 0px 5px 3px 1px #8888883d;
}
/***********************************************************************************************/
#content-area {
  padding: 65px 0 60px 0;
  background: #f3f3f3;
}
 
#industries-wrapper {
  padding: 60px 0;
  background: url(../images/industries-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#industries-wrapper h1 {
  color: #FFF;
}
#industries-wrapper p {
  color: #FFF;
  margin-bottom: 0;
}
#industries-wrapper .item {
  float: left;
  width: 100%;
  background: #FFF;
  padding: 30px;
  position: relative;
  margin-top: 60px;
  border-radius: 20px;
}
#industries-wrapper .item .icon {
  float: left;
  width: 100%;
  min-height: 120px;
  position: relative;
}
#industries-wrapper .item .icon img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#industries-wrapper .item .name {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #e30e27;
  text-align: center;
}
#products-wrapper {
  padding: 60px 0;
  background: #FFF;
}
#products-wrapper p {
  margin-bottom: 30px;
}
#products-wrapper .item {
  float: left;
  width: 100%;
  background: #b3b3b3;
  position: relative;
  margin-bottom: 30px;
}
#products-wrapper .item .image {
  float: left;
  width: 100%;
  position: relative;
  min-height: 350px;
}
#products-wrapper .item .image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#products-wrapper .item .title {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 20px;
  background: url(../images/arrow-1.png) 95% 50% no-repeat;
  color: #000;
  font-weight: 700;
}
#news-wrapper {
  padding: 60px 0 90px 0;
  background: #f0f0f0;
}
#news-wrapper .news-carousel .item {
  float: left;
  width: 100%;
}
#news-wrapper .news-carousel .item .image-wrap {
  float: left;
  width: 100%;
}
#news-wrapper .news-carousel .item .image-wrap img {
  display: block;
  width: 100%;
}
#news-wrapper .news-carousel .item .content-wrap {
  float: left;
  width: 100%;
  padding: 30px;
  background: #FFF;
}
#news-wrapper .news-carousel .item .content-wrap h3 {
  float: left;
  width: 100%;
  min-height: 20px;
}
#news-wrapper .news-carousel .item .content-wrap p {
  float: left;
  width: 100%;
  min-height: 146px;
}
#news-wrapper .news-carousel .item .content-wrap .action {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#news-wrapper .news-carousel .item .content-wrap .action .date {
  float: right;
  width: 100%;
  background: url(../images/date.png) 0 5px no-repeat;
  padding-left: 24px;
  margin-bottom: 10px;
}
#news-wrapper .news-carousel .item .content-wrap .action .department {
  float: left;
  width: 100%;
  background: url(../images/department.png) 0 5px no-repeat;
  padding-left: 24px;
}
#news-wrapper .blog-carousel .item {
  float: left;
  width: 100%;
}
#news-wrapper .blog-carousel .item .image-wrap {
  float: left;
  width: 100%;
}
#news-wrapper .blog-carousel .item .image-wrap img {
  display: block;
  width: 100%;
}
#news-wrapper .blog-carousel .item .content-wrap {
  float: left;
  width: 100%;
  padding: 30px;
  background: #FFF;
}
#news-wrapper .blog-carousel .item .content-wrap h3 {
  display: block;
  position: relative;
  min-height: 80px;
}
#news-wrapper .blog-carousel .item .content-wrap .action {
  float: left;
  width: 100%;
}
#news-wrapper .blog-carousel .item .content-wrap .action .company {
  float: left;
}
#news-wrapper .blog-carousel .item .content-wrap .action .date {
  float: right;
  color: #e30e27;
}
.know-more-link {
  font-size: 14px;
  font-weight: 700;
  color: #e30e27;
  text-transform: uppercase;
  text-decoration: none;
}
.line {
  border-right: 1px solid #CCC;
}
img.szg-zoom-photo.img-fluid {
  display: none;
}
.szg-main:hover .szg-zoom-photo {
  display: block !important;
}
/***********************************************************************************************/
#foot-top {
  padding: 60px 0;
  color: #FFF;
  background: #323232;
}
#foot-bottom {
  padding: 20px 0;
  color: #FFF;
  background: #e30e27;
  text-align: center;
}
ul.foot-links {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
ul.foot-links li {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  position: relative;
  list-style: none;
}
ul.social-media {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
ul.social-media li {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
  position: relative;
  list-style: none;
}
#foot-top .box {
  float: left;
  width: 100%;
  padding: 30px;
  background: #000000;
  border-top: 10px solid #e30e27;
  position: relative;
  margin-top: -90px;
}
#foot-top .foot-logo {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#foot-top .box p {
  margin-bottom: 30px;
}
.location {
  float: left;
  width: 100%;
  background: url(../images/location.png) 0 5px no-repeat;
  padding-left: 24px;
  margin-bottom: 15px;
}
.mail {
  float: left;
  width: 100%;
  background: url(../images/mail.png) 0 5px no-repeat;
  padding-left: 24px;
  margin-bottom: 15px;
}
.phone {
  float: left;
  width: 100%;
  background: url(../images/phone.png) 0 5px no-repeat;
  padding-left: 24px;
  margin-bottom: 15px;
}
#foot-top a {
  color: #FFF !important;
}
#foot-top a:hover {
  color: #e30e27 !important;
}
#foot-bottom a {
  color: #FFF !important;
}
.footer-copyright {
  text-align: left;
}
.footer-design {
  text-align: right;
}
/***********************************************************************************************/
.nav-tabs {
  margin-top: 45px;
}
.tab-content {
  border: 1px solid lightgray;
  border-top: 0;
  margin-bottom: 3rem;
  padding: 1rem;
  align-items: center;
  justify-content: flex-start;
}
.tab-content .su-list li a {
  color: #e30e27;
}
ul.nav.nav-tabs li {
  width: 50%;
}
.nav-tabs .nav-link {
  border: 1px solid #d2d4d5;
  font-size: 14px;
  border-bottom: 0;
  font-weight: 700;
  color: #222;
  background: #dee2e6;
  width: 100%;
  border-radius: 0;
  margin-right: 2px;
  text-align: center !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #e30e27;
  box-shadow: 0px 1px 3px 0px #888;
}
.product-item {
  background: #FFF;
  margin-bottom: 30px;
}
.product-spl-item {
  float: left;
  width: 100%;
  background: #FFF;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.product-item .image-holder {
  position: relative;
  display: block;
}
.product-item .image-holder {
  position: relative;
  display: block;
}
.product-item h3 {
  margin: 0 5%;
  width: 90%;
  padding: 10px 15px;
  background: #000;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  min-height: 65px;
  display: flex;
  vertical-align: middle;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-item p {
  padding: 0 5%;
  margin-top: 20px;
  min-height: 150px;
  overflow: auto;
}
.product-item a.read-more-btn {
   
  font-size: 14px;
  font-weight: 700;
  background-color: #e30e27;
  padding: 4px 15px;
  border-radius: 4px;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}
.product-item a.read-more-btn:hover {
  background-color: #000;
  text-decoration: none;
}
.latest-product .product-item a.read-more-btn:hover {
    background-color: #888888;
    padding: 10px 20px;
    border-radius: 4px;
    color: #eee;
}
.product-spl-item {
  float: left;
  width: 100%;
  background: #FFF;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
/***********************************************************************************************/
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  display: none !important;
}
.gform_wrapper ul.gform_fields li.gfield {
  float: left;
  width: 100%;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px !important;
}
.request-form .ginput_container_text input {
  float: left;
  width: 100%;
  padding: 0 10px !important;
  background: #eaeaea !important;
  border: 0 none !important;
  line-height: 40px !important;
}
.request-form .ginput_container_email input {
  float: left;
  width: 100%;
  padding: 0 10px !important;
  background: #eaeaea !important;
  border: 0 none !important;
  line-height: 40px !important;
}
.request-form .ginput_container_phone input {
  float: left;
  width: 100%;
  padding: 0 10px !important;
  background: #eaeaea !important;
  border: 0 none !important;
  line-height: 40px !important;
}
.request-form .ginput_container_select .gfield_select {
  float: left;
  width: 100%;
  padding: 0 10px !important;
  background: #eaeaea !important;
  border: 0 none !important;
  min-height: 40px;
}
.request-form .ginput_container_textarea .textarea {
  float: left;
  width: 100% !important;
  padding: 10px !important;
  background: #eaeaea !important;
  border: 0 none !important;
  line-height: 24px !important;
}
.request-form .gform_button {
  background: #e30e27 !important;
  color: #FFF !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 12px 38px !important;
  line-height: normal !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  border: 0 none !important;
}
.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
  margin: 0 !Important;
}
.gform_wrapper div.validation_error {
  display: none !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #FF0000 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  background: none !important;
}
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper div.validation_error {
  display: none !important;
}
.gform_wrapper .validation_message {
  display: none !important;
}
.gfield_label {
  display: none !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid red !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  border: 0 none !important;
  padding: 0 !important;
}
.gform_button {
  float: left !important;
  background: #e30e27 !important;
  padding: 12px 38px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #FFF !important;
  text-decoration: none !important;
  border: 0 none !important;
  cursor: pointer !important;
}
.contact-form ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.contact-form ul li {
  float: left;
  width: 100%;
  margin: 0 0 15px 0 !important;
  padding: 0;
  list-style: none;
  display: list-item;
}
.contact-form .ginput_container_text input {
  float: left;
  width: 100%;
  padding: 0 10px !important;
  line-height: 36px !important;
}
.contact-form .ginput_container_email input {
  float: left;
  width: 100%;
  padding: 0 10px !important;
  line-height: 36px !important;
}
.contact-form .ginput_container_textarea textarea {
  float: left;
  width: 100%;
  padding: 10px !important;
  min-height: 90px !important;
}
a.know-more-btn {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #e30e27;
  background: #FFF;
  border: 2px solid #e30e27;
  padding: 12px 0;
  transition: all 1s ease 0s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
a.know-more-btn:hover {
  color: #FFF;
  background: #e30e27;
}
a.request-btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #323232;
  border: 0px solid #e30e27;
  padding: 10px 25px;
  transition: all 1s ease 0s;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 2rem 20px 0 0;
  cursor: pointer;
}
a.request-btn:hover {
  color: #FFF;
  background: #323232;
}
a.request-btn span {
  transition: all 1s ease 0s;
  color: #fff;
}
a.request-btn:hover span {
  color: #FFF;
}
.search-view .know-more-btn {
  text-transform: uppercase !important;
  color: #e42d24 !important;
  font-size: 14px !important;
  float: initial;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  padding: 6px 0 !important;
  position: relative !important;
}
.search-view .entry-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.75px !important;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.search-view nav.navigation.pagination {
  padding-top: 11px;
}
.search-view .nav-links {
  padding-top: 3px;
  padding-left: 11px;
}
.breadcrumb {
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  background: #fff;
  margin-bottom: 30px;
}
.breadcrumb a {
  color: #fff !important;
}
.breadcrumb span.post.post-page.current-item {
  color: #fff !important;
}
#choose-wrapper {
  padding: 60px 0;
  background: #FFF;
}
#choose-wrapper h6 {
  color: #e30e27;
}
#choose-wrapper p {
  margin-bottom: 0;
}
#free-audit-wrapper {
    padding: 60px 0;
    padding-top: 90px;
    min-height: 390px;
    background: url(https://www.elgi.com/in/wp-content/themes/ELGi/images/products/bg-discover-product.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
#free-audit-wrapper h1 {
  text-transform: none;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#free-audit-wrapper p {
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 45px;
    padding: 0;
    position: relative;
    width: 100%;
    text-transform: capitalize;
    color: #FFF;
    letter-spacing: 0.5px;
 
}

#free-audit-wrappers {
  padding: 60px 0;
  padding-top: 90px;
  min-height: 390px;
  background: url(https://www.elgi.com/in/wp-content/themes/ELGi/images/products/bg-discover-product.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
#free-audit-wrappers h3 {
text-transform: none;
text-align: center;
letter-spacing: 0;
margin-bottom: 10px;
color:#fff;
}
#free-audit-wrappers p {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 45px;
  padding: 0;
  position: relative;
  width: 100%;
  color: #FFF;
  letter-spacing: 0.5px;
  margin: 12px;

}
.air-cont .read-btns {
  font-size: 14px;
  font-weight: 700;
  background-color: #e30e27;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  margin: 10px;
}















.call-us{
margin-top:2rem;

}
 
.gform_wrapper.gf_browser_chrome select {
  min-height: 34px;
}
gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  font-size: 14px;
}
.btn-wrapper {
 
    position: relative;
 
    
    background: #e30e27;
    padding: 12px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF !important;
    text-decoration: none;
    border: 0 none;
    cursor: pointer;
    text-align: center;
}
.btn-wrapper a {
  color: #fff !important;
}
.enquiry {
  display: block;
  position: relative;
  width: 220px;
  margin: 0 auto;
  background: #ec1924;
  padding: 17px 0;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
  border: 0 none;
  cursor: pointer;
  text-align: center;
  min-height: 60px;
  color: #FFF !important;
}
#foot-top .box {
  float: left;
  width: 100%;
  padding: 30px;
  background: #000000;
  border-top: 10px solid #e30e27;
  position: relative;
  margin-top: -90px;
}
#foot-top {
  padding: 60px 15px;
  color: #FFF;
  background: #323232;
}
#foot-bottom {
  padding: 20px 0;
  color: #FFF;
  background: #e30e27;
  text-align: center;
}
#foot-top a {
  color: #FFF !important;
}
section {
  float: left;
  width: 100%;
}
ul.foot-links li {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  position: relative;
  list-style: none;
}
.footer-copyright {
  text-align: left;
}
.footer-design {
  text-align: right;
}
.g3_product_btn {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.g3_product_btn a.request-btn {
  padding: 10px 50px !important;
  background: transparent;
}
.g3_product_btn a.request-btn:hover {
  color: #FFF;
  background: #323232;
}
.g3_product_btn a.request-btn:hover span {
  color: #FFF;
}
.g3_product_btn a.request-btn span {
  color: #e30e27;
}
#content-area .de-ri8 .nav-tabs .nav-item.show .nav-link, #content-area .de-ri8 .nav-tabs .nav-link.active {
  color: #e30e27;
  box-shadow: 0px 1px 3px 0px #888;
  background: #fff;
}
#content-area .de-ri8 .tab-content {
  box-shadow: 0 0 16px #00000014;
  background: #ffffff;
}
#content-area .de-ri8 .nav-tabs .nav-link {
  background: #323232;
  padding: 15px 0;
  color: #fff;
}
.szg-superzoomgallery {
  background: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
#content-area .szg-thumbs {
  display: none;
}
.mobile-g3-header {
  display: none !important;
}
.dsktop-g3-header {
  display: block !important;
}
#special-wrapper .innner-page .breadcrumb-img {
  position: relative;
}
#special-wrapper .innner-page .breadcrumb-img img{
  width:100%;
    height: 350px;
object-fit: cover;
}
#special-wrapper .innner-page .breadcrumb-content h1 {
  margin-bottom: 10px;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 35px;
  text-align: center;
}
#special-wrapper .innner-page .breadcrumb-content {
  transform: translate(-50%, -50%);
  position: absolute;
    top: 50%;
    left: 50%;
    
    margin: 0 auto;
    padding: 15px 50px;
    background: linear-gradient(3deg, #000000c4, #00000091);
}
#special-wrapper .innner-page .breadcrumb-content .breadcrumb {
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
  letter-spacing: 0.5px;
  background: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 0;
    text-align: center;
}
#special-wrapper .innner-page .breadcrumb-img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/********************new product page css*********************/
.header.home.screw {
  background: linear-gradient(45deg, #0000008c, #00000054), url(https://www.g3industrialsolutions.com/wp-content/uploads/2022/11/banner5-H350.jpg) fixed !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !IMPORTANT;
  margin-top: 0px;
  margin-bottom: 50px;
}
h4.screw-spl:after {
  display: none;
}
.hero.row.align-items-center.spl {
  padding-bottom: 60px;
  padding-top: 60px;
}
h1.spl-screw {
  font-size: 37px !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  line-height: 38px !important;
}
h4.screw-spl {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #fff !important;
  letter-spacing: 0.5px !important;
}
a.breadcrumbs {
  color: #fff !important;
}
h1.spl-screw {
  display: block;
}
.latest-product .product-item h3 {
 
  width: 100%;
  padding: 10px 15px;
  background: #000;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  min-height: 65px;
  display: flex;
  vertical-align: middle;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.latest-product .product-item .image-holder {
  position: relative;
  display: block;
  background: #575656;
}
.latest-product .product-item {
  background: #FFF;
  margin-bottom: 30px;
  border: 1px solid #b9b9b9;
 height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.latest-product .product-item a.read-more-btn {
  
  font-size: 14px;
  font-weight: 700;
  background-color: #e30e27;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
 
  text-align: center;
}
.latest-product .product-item p {
  padding: 0 5%;
  margin-top: 20px;
 height: 100%; 
  overflow: auto;
  text-align: center;
}
.product-spl-item {
  box-shadow: unset;
}
.prd-img-left {
  justify-content: center;
  align-items: center;
}
.ri8-head {
 display: block;
  justify-content: flex-start;
  align-items: center;
}
.ri8-head h6 {
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  color: #000;
}
.tab-content {
  margin-bottom: 0;
}
aside.col-xl-8.de-ri8 p {
  padding-top: 1rem;
}
#content-area .de-ri8 p {
  margin-top: 30px !important;
}
#content-area .de-ri8 .nav-tabs .nav-link {
  background: #9e9e9e;
  padding: 15px 0;
  color: #fff;
}
.latest-btn a.request-btn {
  color: #FFF;
  background: #e30e27;
  border: none;
}
.latest-btn a.request-btn:hover {
  color: #e30e27;
  background: #FFF;
  border: 1px solid #b9b9b9;
}
.latest-btn a.request-btn:hover span {
  color: #fff;
}
section#content-area p {
    font-size: 16px;
} 
 .fancybox-title.fancybox-title-outside-wrap {
    background: #000;
    margin: 0;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
     text-transform: uppercase;
}


#products-wrapper h2 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 30px;
}
#products-wrapper .item1{
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    text-align: center;
}

div#nav-wrapper {
    display: none !important;
}

h4.serv-title:after {
    content: none;
}

h4.serv-title {
    color: #000;
}

h2.serv-head {
    font-size: 21px;
    margin-bottom: 1rem !IMPORTANT;
}

div#gform_wrapper_13 {
    background: rgb(0 0 0 / 6%);
    padding: 2rem;
    border-radius: 8px;
}

.about-top-content {
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
}


#welcome-wrapper .about-top-content h2 {
    color: #fff;
    margin-bottom: 0;
}
.i-map{
margin-top:2rem;
}
.about-top-content ul li {
    color: #fff;
    padding-bottom: 10px;
}
#field_12_17 label.gfield_label {
    display: block !important;
    font-size: 14px !important;
    margin: 0px 0 15px 0;
}

#field_15_9 label.gfield_label {
    display: block !important;
    font-size: 14px !important;
    margin: 0px 0 15px 0;
}

#welcome-wrapper h2{
	margin-top: 30px;
}

 
 
.mean-list li{
width: 100%;
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding: 0 10px 0 25px;
    background-size: 18px 18px !important;
    background-position-y: 6px!important;
    list-style: none;    
    background: url(https://www.g3industrialsolutions.com/wp-content/uploads/2023/04/check.png) 0 0 no-repeat;
}
#welcome-wrapper .about-top-content ul{
    padding: 0;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}
#welcome-wrapper .about-top-content {
    background: url(https://www.g3industrialsolutions.com/wp-content/uploads/2023/05/about-background.jpg) 0 no-repeat;
    color: #fff;
    padding: 0;
    background-size: cover;
    background-position: center center;
}
.wat-mean {
    background: linear-gradient(45deg, #000000b3, #0000008f);
    height: 100%;
    width: 100%;
    padding: 60px 0;
}

ul li{    
    margin: 15px  0 10px;   
    padding-left: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    display: block;
    position: relative;
}
ul{    padding-left: 15px;
}

.inner-all-side strong {
    font-size: 1rem;
}

.contact-form {
    background: #8888884f;
    padding: 3rem;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px #888;
}
input#gform_submit_button_4 {
    margin-bottom: 2rem;
}

.contact-form input {
    border: none;

}
.contact-form h3.gform_title {
    text-transform: uppercase;
}


.contact-form-address a {
    font-size: 16px !important;
    line-height: 45px;
}

.contact-form-address a:hover {
    color: #ec1924 !important;
    text-decoration: none;
}
 
input#gform_submit_button_4:hover {
    background: #000 !important;
}
ul.service-list li {
    padding-bottom: 8px !important;
}
ul.service-list {
    padding: 8px 0 0 0 !IMPORTANT;
}

a.request-btn:hover {
    color: #FFF;
    background: #ec1924 !important;
}

.ser-phone h4:after {
    display: none;
}

.ser-phone {
    text-align: center;
    color: #ee2314;
}

a.via-phn.btn {
    background: #ee2314;
    color: #fff;
    margin: 2rem 0;
    padding: 12px 25px;
}

.ser-phone h4 {
    color: #000;
    line-height: 35px;
}

.or {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 1rem;
}
.ser-form-in h4 {
    color: #ee2314;
    text-align: center;
    text-transform: uppercase;
}

.ser-form-in h4:after {
    display: none;
}
.ser-form-in {
    background: #fff;
    padding: 50px;
    margin: 1rem 0;
    box-shadow: 0px 1px 3px 0px #888;
    border-radius: 6px;
}
.ser-form-in ::placeholder {
    padding-left: 1rem !important;
}
.ser-form-in input#gform_submit_button_15:hover {
    background: #000 !important;
}
.ser-form-in input {
    border: none !important;
    background: #88888845 !important;
    padding: 5px 20px !important;
    height: 40px !important;
    border-radius: 5px !important;
}
input#input_15_9 {
    background: transparent !important;
}
.air-cont .read-btn{
  font-size: 14px;
  font-weight: 700;
  background-color: #e30e27;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}

 
main#two-five-hp-wrap .product-item p {
  height: 100%;
  min-height: 120px !IMPORTANT;
}

main#two-five-hp-wrap .product-item{
  padding-bottom: 1rem;
}

main#two-five-hp-wrap hr {
  margin-top: 2rem;
}

.air-cont p {
  margin-bottom: 2rem;
}
/*kowshi*/
a.under {
  color: #ec1924;
  text-decoration: none;
}

/*Narmu*/

.su-spoiler-title {
    font-size: 16px !important; 
	background-color: #000;
    color: #fff;
}

/*Selvi css start*/

section.recip-block {
        margin-top: 60px;
}

section.recip-block h2 {
      color: #e30e27;
}

 .recip-block.su-accordion .su-spoiler {
    margin-bottom: 17px;
}
   .recip-block.su-spoiler-style-fancy>.su-spoiler-title {
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    background: #1a1517;
    font-size: 16px;
}
   .recip-block .su-spoiler-icon {
    left: 10px;
    top: 15px;
}
   .recip-block p {
    font-size: 16px;
    font-weight: 500;
}
   .recip-block a {
    color: #ed3124 !important;
    font-weight: 500 !important;
}
   .recip-block .su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: unset;
    line-height: 20px;
    padding: 15px 10px 15px 40px !important;
    font-weight: 600;
    color: #fff;
}

 .recip-block .su-spoiler-style-default {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    color: #333;
    margin-top: 20px;
}

 .recip-block .su-spoiler-icon {
    left: 10px !important;
    top: 15px;
}
/*Selvi css end*/