@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&family=Kanit:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&display=swap');


p,
li,
a {
  
  font-family: 'DM Sans', sans-serif;
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 0;
}
a {
  text-decoration: none !important;
  font-size: 16px;
}

a:focus {
  outline: none !important;
}
button:focus {
  outline: none !important;
}
body {
  font-size: 14px;
}

li {
  list-style: none !important;
}

section {
  overflow: hidden;
}
p {
  font-size: 16px;
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

/* Header */
.flo-navbar-logo img{
	width:170px;
}

ul.nav-header-ul {
    display: flex;
    justify-content: space-between;
	align-items:center;
}

/* .nav-header-ul li a:hover {
    color: #fff;
	position: relative;
} */

.nav-header-ul li a {
    color: #ffffff;
	position: relative;
}

.nav-header-ul li a::after {
      content: '';
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    bottom: -7px;
    left: 0;
    background-color: #7ae3c7;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
       width: 100%;
    display: block;
}

.nav-header-ul li a:hover::after {
   transform: scaleX(1);
    transform-origin: bottom left;
} 



.nav-header-ul li{
    margin:0;
	position:relative;
}




.menu-block .sub-menu {
    background-color: #FFF;
    padding-left: 0;
    z-index: 1;
    padding: 10px 0;
    opacity: 0;
    transition: all .25s ease;
    position: absolute;
    width: 190px;
    top: 40px;
    padding: 10px;
    border-top: 2px solid #7ae3c7;
	visibility: hidden;
}


/* .menu-block li a:hover {
  content: "";
  position: relative;
  border-bottom: 2px solid #73D1B8;
  width: 5%;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 1px;
} */
 

/*.sub-menu a:hover {*/
/*   color:#73D1B8;*/
/*}*/

 .menu-item-221:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    background-color: #f3f3f3;
    z-index: 999;
   
}
.sub-menu li{padding:3px;}

.sub-menu li a{color:#000000;}

/*.flo-navbar-ul */
/* .sub-menu li a:hover {
  content: "";
  position: relative;
  border-bottom: 3px solid #73D1B8;
  width: 5%;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 1px;
} */


.page-id-9 header{position:absolute;
  width: 100%;
  opacity: 1;
  background: rgba(17, 17, 17, 0.8);
  padding: 15px 0;
  color: #ffff;
  z-index: 99;
}

header {
  position: relative;
  width: 100%;
  opacity: 1;
  background: #73D1B8;
  padding: 15px 0;
  color: #000 !important;
  z-index: 2;
}

.flo-navbar {
  position: relative;
  z-index: 1;
}
.flo-navbar-r1 {
  align-items: center;
}
.flo-navbar-ul {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}

.flo-navbar-dropdown a {
  color: #ffffff;
  position: relative;
}

.flo-navbar-login a {
  color: #ffffff;
  position: relative;
}

.flo-navbar-login a {
  color: #ffffff;
  position: relative;
}

.flo-navbar-login a::before {
  content: "\F4DA";
  position: absolute;
  font-family: bootstrap-icons !important;
  left: -30px;
  top: 0px;
  z-index: 0;
  color: #73D1B8;
  font-size: 18px;
}

.flo-navbar-register a {
  color: #ffffff;
  position: relative;
}

.flo-discover-prod-r1{align-items:center;}

.flo-navbar-register a::before {
  content: "\F1BE";
  position: absolute;
  font-family: bootstrap-icons !important;
  left: -30px;
  top: 0px;
  z-index: 0;
  color: #73D1B8;
  font-size: 18px;
}

/* .flo-navbar-dropdown::after{
    content: '\F229';
    position: absolute;
    font-family: bootstrap-icons !important;
    right: -30px;
    top: 0px;
    z-index: 0;
} */

.flo-navbar-ul-li a {
  color: #ffffff;
}


.flo-navbar-account {
  padding-left: 0;
  display: flex;
  justify-content: space-evenly;
}

.responsive-mobile-menus {
  display: none;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

.menu-block.fixed-header {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #ffffff;
    box-shadow: 0px 2px 9px #33333357;
    overflow: unset;
    padding:15px;
}

.menu-block.fixed-header a {color:#000000;}

.menu-item-3629 {

     background: #fff;
    padding: 10px 20px;
    color: #000;
    border: 1px solid #fff;
}
.menu-item-4331{
	 padding: 10px 20px;
	    border: 4px solid #626165;
    border-radius: 10px;
    background-color: #73d1b8;
	
  
}
.menu-item-4331:hover{
	    border: 4px solid #626165 !important;
}

.menu-item-3629:hover  {
    background: transparent;
    color: #000;
    border: 1px solid #fff;
}
.menu-item-4331:hover{
	background-color:#fff;
	color:#73D1B8;
}
 .menu-item-4331:hover .submenuheader {
    color: #73D1B8;
}

.menu-item-3629 .submenuheader{
    color: #000;
    font-weight: 600;
}
.menu-item-3629 .submenuheader::after{
	display:none;
}
.menu-item-4331 .submenuheader{
    color: #fff;
    font-weight: 600;
}
.menu-item-4331 .submenuheader::after{
	display:none;
}
.menu-item-3629:hover .submenuheader {
	color: #fff;}

.menu-block.fixed-header .menu-item-3629 {
    background: #73D1B8;
    padding: 10px 25px;
    border: 1px solid #73D1B8;
}
.menu-block.fixed-header .menu-item-4331:hover {
	color:#73D1B8;
}

.menu-block.fixed-header .menu-item-3629:hover {
    background: transparent;
    padding: 10px 25px;
    border: 1px solid #73D1B8;
}


.menu-block.fixed-header .menu-item-3629 .submenuheader {
    color: #fff;
    font-weight: 600;
}

.menu-block.fixed-header .menu-item-4331 .submenuheader {
    color: #fff;
    font-weight: 600;
}

.menu-block.fixed-header .menu-item-3629:hover .submenuheader {
	color: #73D1B8;}

.menu-block.fixed-header .menu-item-4331:hover .submenuheader {
    color: #73D1B8;
}
/* // Banner */

.flo-mobile-banner {
  display: none;
}

.flo-banner {
  position: relative;
}
.flo-banner-gif {
  width: 100%;
}

.flo-banner-img {
  width: 100%;
}

.flo-banner-data {
  position: absolute;
  top: 15%;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}

.flo-banner-data h1 {
  color: rgba(255, 255, 255, 0.90);
  font-family: Open Sans;
  font-size: 210px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 378.963px */
  text-transform: capitalize;
  mix-blend-mode: soft-light;
  /* backdrop-filter: blur(50px); */
  -webkit-backdrop-filter: blur(50px);
}

/* Discover Products */

.flo-discover-prod {
  margin-top: 70px;
}
.flo-discover-prod-img {
  width: 100%;
  margin-bottom: 15px;
}

.flo-discover-prod-heading {
  font-weight: 700;
  margin-bottom: 30px;
}

.flo-discover-prod-right {
  clip-path: polygon(4% 0%, 100% 0, 100% 100%, 0% 100%);
  background-color: #73D1B8;
  /* filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.25)); */
  border-radius: 10px;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flo-discover-prod-search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  background: rgba(217, 217, 217, 0.2);
  width: fit-content;
  padding: 7px 12px 7px 12px;
  color: #fff;
  border-radius: 5px;
}

.flo-discover-prod-search i {
  margin-right: 10px;
}

.flo-discover-button {
  text-align: center;
  background: rgb(255, 255, 255);
  width: fit-content;
  padding: 7px 72px;
  color: #000;
  border-radius: 5px;
  margin-top: 15px;
}

.sincerely-flo{margin-bottom:0 !important;}

/* .our-mission ul, li{margin-left: 10px;} */

.flo-discover-button:hover {
  color: #000000;
}

a.flo-discover-more-p {
/*   padding: 7px 26px; */
    padding: 7px 26px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  margin-top: 15px;
  background-color: transparent;
}

a.flo-discover-more-p:hover {
/*   padding: 7px 26px; */
	padding: 7px 26px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #73D1B8;
  margin-top: 15px;
  background: #fff;
  transition: all 0.3s;
}

.flo-discover-prod-right h4 {
  color: #ffffff;
  padding-bottom: 15px;
}

.flo-discover-prod-card {
    /* text-align: center; */
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

/* .flo-discover-prod-card a {
  color: #000000;
  border: 1px solid #000000;
  padding: 8px 14px;
  border-radius: 5px;
	text-align: center;
} */

.flo-discover-prod-card a {
    color: #000000;
    border: 1px solid #000000;
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}

.flo-discover-prod-card a:hover {
  color: #ffffff;
  border: 1px solid #73D1B8;
  background-color: #73D1B8;
  padding: 8px 10px;
  border-radius: 5px;
  transition: all 0.2s;
}
.prodSingBtn-area {
/*     display: flex;
    justify-content: flex-start; */
    margin-top: 30px;
}
.readBtn-red {
    width: fit-content;
    display: flex; 
    flex-direction: column;
	    margin-bottom: 30px;
}
.desBrandImg-area-whatsapp {
    width: fit-content;
    display: flex; 
    flex-direction: column;
	margin-bottom: 30px;
}
.readBtn-red-1:hover{
	    color: #000000;
    border: 1px solid #000000;
	 background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
	transition: all 0.2s;
}
.readBtn-red-1 {
    color: #ffffff;
    border: 1px solid #73D1B8;
    background-color: #73D1B8;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.2s;
}
.readBtn-red-2{
	    color: #000000;
    border: 1px solid #000000;
    padding: 10px 20px;
    border-radius: 5px;

}
.readBtn-red-2:hover {
    color: #ffffff;
    border: 1px solid #73D1B8;
    background-color: #73D1B8;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.2s;
}
/* About us  */

.flo-about-us {
   margin-top: 70px;
   padding-bottom: 40px;
	
}

.flo-about-left img {
  width: 100%;
  position: relative;
}

.flo-about-us-r1 {
  align-items: center;
}
.flo-about-right h2 {
  font-weight: 700;
  font-family: Open Sans;
  padding-bottom: 15px;
  line-height: 50px;
}

.flo-about-right p {
  color: #737373;
  padding-bottom: 15px;
}

.flo-about-right-button a {
  color: #000000;
  border: 1px solid #000000;
  padding: 10px 20px;
  border-radius: 5px;
}

.flo-about-right-button a:hover {
  color: #ffffff;
  border: 1px solid #73D1B8;
  background-color: #73D1B8;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.2s;
}

.flo-about-left-quality {
  position: absolute;
  z-index: 1;
  /* top: 0; */
  /* border: 0; */
  bottom: 0px;
	left:-18%;
  border-radius: 0px 70px 0px 0px;
  background: #73D1B8;
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-weight: 700;
}

.flo-about-left-quality span {
  display: block;
}

.flo-sub-abt-tab {
    display: block;
    position: relative;
    z-index: 0;
}


/* Precision */

.flo-precision {
  margin-top: 70px;
}

.flo-precision-img {
  width: 100%;
  position: relative;
}

.flo-precision-left {
  background: #fff;
    box-shadow: 0px 2px 18px 4px rgba(0, 0, 0, 0.15);
    padding: 40px;
    position: absolute;
    margin-right: -50px;
    z-index: 1;
   bottom: -212px;
}

.flo-precision-left h2 {
  font-weight: 200;
  padding-bottom: 15px;
}

.flo-precision-left p {
  color: #737373;
  padding-bottom: 15px;
}

.flo-about-right-button {
  margin-top: 20px;
}

.flo-precision-r1 {
  align-items: center;
}

.flo-clients-scroll {
  display: flex;
  align-items: center;
}

img.clients-logo {
  width: 100%;
}

.precisoin-left-data {
  padding-left: 35px;
}

/* clients logo */

.flo-clients-logo {
  margin-top: 70px;
}

/* Flo Industries we Serve */

.industries-card-inner {
  padding: 15px;
  text-align: left;
}

.industries-card-inner:hover {
  background-color: #73D1B8;
  color: #ffffff;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
}

.industries-card img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

.industries-inner-head {
  margin-bottom: 25px;
  position: relative;
}

.industries-inner-head::after {
  content: "";
  position: relative;
  border: 1px solid #cccccc;
  width: 100%;
  top: 13px;
  left: 0;
  bottom: 0;
  border-radius: 1px;
  display: block;
}

.industries-card-1 {
  margin-top: 30px;
}

.flo-indutries-heading {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}

.page-id-13 .flo-indutries-heading {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
	color: #71d0b6;
}

.page-id-13 .flo-indutries-heading::after{display:none;}

.flo-indutries-heading::after {
  content: "";
  position: relative;
  border: 1px solid #73D1B8;
  width: 170px;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
}

.flo-industries {
  margin-top: 50px;
}

/* img.end-user-logo {
    width: 100%;
} */

.industries-card-inner p {
  text-align: left;
  line-height: 25px;
}

/* Flo End Users */

.flo-end-users {
/*   margin-top: 70px; */
  background: url(../images/map-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 100px 0;
}

.flo-end-users-ul {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}

.flo-end-users-ul-1 {
  display: flex;
  justify-content: space-between;
	    justify-content: center;
  align-items: center;
  margin-top: 25px;
}

/* Blog Section */

.flo-blogs {
  margin-top: 70px;
}

.blog-img {
  width: 100%;
  position: relative;
  z-index: -1;
}

.flo-blog-r1 {
    align-items: center;
}

.blog-img::before {
  content: "";
  position: absolute;
  background-color: #0000009c;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog-left {
  position: relative;
}

.flo-blog-heading {
  text-align: center;
  margin-bottom: 40px;
}

.flo-blog-heading p {
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
}

.flo-blog-heading p::after {
  content: "";
  position: relative;
  border: 1px solid #73D1B8;
  width: 60px;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
}

.flo-blog-heading h2 {
  font-weight: 700;
}

.blog-left-img {
  position: relative;
}
.blog-left-img::before {
  content: "";
  position: absolute;
 background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 4%) 57.81%, rgb(0 0 0 / 32%) 100% );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.blog-left-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #73D1B8;
  padding: 10px 25px;
  color: #ffffff;
  text-align: center;
}

.blog-left-date h2 {
  margin-bottom: 0;
}

.blog-left-name {
/*   position: absolute; */
  bottom: 0;
  color: #ffffff;
/*   padding: 0 30px 30px; */
	margin-top:20px;
}

/* .blog-left-name h4 {
  font-size: 30px;
} */

.blog-left-name h4 {
  font-size: 20px;
/*   margin-bottom: 15px; */
	color:#000;
	text-align: center;
}

.blog-admin {
  display: flex;
}

.blog-admin i {
  margin-right: 15px;
  font-size: 18px;
}

.blogger-details {
  display: flex;
  justify-content: space-between;
}

.blogger-right-icons i {
  margin-right: 20px;
}

.blog-right-date {
  background: #73D1B8;
  padding: 19px 25px;
  color: #ffffff;
  text-align: center;
  min-width: 83px;
}

.flo-blog-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.blog-right-data {
  background: transparent;
  padding: 9px 15px;
  min-width: 82%;
  min-width: 82%;
}

.blog-right-data a{color:#000;}


/* Footer section */

.flo-footer {
  background: #73D1B8;
  padding: 50px 0 20px 0;
  color: #ffffff;
  margin-top: 110px;
  position: relative;
}

.flo-footer a {
  color: #ffffff;
}

.footer-heading {
  margin-bottom: 20px;
}

.footer-link-li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}

.footer-link-li {
  margin-bottom: 10px;
}

.news-letter {
/*   padding: 9px 80px 11px 15px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #ffffff; */
	display:flex;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.news-letter-button {
  padding: 9px 15px;
    margin-left: 15px;
    background: #fff;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    color: #73d1b8;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
font-family: 'FontAwesome' !important;
}



.news-letter-button{position:relative;}
.news-letter-button::before{
	position: absolute;
    content: '\F6B9';
    font-family: bootstrap-icons !important;
    right: 0px;
    top: 0px;
    z-index: 0;
}
.wpcf7-submit {
font-family: 'DM Sans', sans-serif !important;
}
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.form-control {
    background: none;
    border: 1px solid #fff;
    color: #ffffff !important;
	height: 45px;
	margin-bottom: 10px;
}

.wpcf7-not-valid-tip {
	margin-top: 0px;
    margin-bottom: -5px;
    font-size: 14px !important;
	color: #000000;
}

.news-letter .form-control::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

.footer-newsletter p {
/*   margin-top: 25px; */
  font-size: 14px;
}

a.news-letter-button {
  padding: 10px 15px 12px 15px;
  background: #ffffff;
  border-radius: 5px;
  margin-left: 10px;
}

.news-letter-button i {
  color: #73D1B8;
}

.news-letter::placeholder {
  color: #ffffff;
}

.contact-info {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.contact-info i {
  margin-right: 15px;
  color: #73D1B8;
}

.contact-info a {
  color: #000000;
  /*font-weight: 500;*/
}

img.foooter-logo-img {
  width: auto;
  margin-bottom: 20px;
}

.flo-footer-contact {
  clip-path: polygon(13% 0%, 100% 0, 100% 100%, 0% 100%);
  /*filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));*/
/*   box-shadow: 10px 10px 5px lightblue; */
  background-color: #ffffff;
  padding: 50px 80px 50px 110px;
  color: #000000;
  position: absolute;
  top: -50%;
  right: 0;
}

.flo-footer-contact h3 {
  color: #73D1B8;
}

.social-media-ul {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.social-media-li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #73D1B8;
  border-radius: 100px;
  /* margin-right: -30px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media-li a {
  color: #73D1B8;
}

.social-media-li a:hover {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #73D1B8;
  border-radius: 100px;
  /* margin-right: -30px; */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #73D1B8;
  color: #fff;
}



.flo-copyrights {
  margin-top: 50px;
  text-align: center;
  position: relative;
}


.flo-footer::after {
  position: absolute;
  content: "";
  width: 100%;
  border: 1px solid #ffffff;
  /* right: 0; */
  left: 0;
  bottom: 60px;
}

.back-to-top {
  text-align: right;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  position: absolute;
  right: 30px;
}

.flo-copyrights p {
  font-size: 14px;
}

/* // About Us Page // */

.flo-sub-about-data h2 {
  margin-bottom: 20px;
  color: #71d0b6;
}
.flo-sub-about-data p {
  margin-bottom: 15px;
  color: #333333;
}

.our-mission-inner {
    display: flex;
    align-items: flex-start;
}

.flo-sub-tab ul{margin-top:10px;}

.flo-sub-about-r1 {
  align-items: center;
  margin-top: 70px;
}
.flo-sub-about-r2 {
  align-items: center;
  margin-top: 70px;
}
.flo-sub-why-choose-r1 {
  align-items: center;
}

.why-choose-us-data h2 {
  margin-bottom: 20px;
  color: #ffffff;
}

.why-choose-us-data p {
  color: #ffffff;
}

section.flo-sub-why-choose {

  background: #73D1B8;
  padding: 60px 0;
  /*background-image: url(https://avanexa.co/flotite/wp-content/uploads/2023/08/background-why-choose.jpg);*/
  /*background-repeat: no-repeat;*/
  /*  background-size: cover;*/
}

.why-choose-us-data img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 50%;
}

.our-mission h3 {
  color: #71d0b6;
  margin-bottom: 15px;
}

.our-mission li {
  font-size: 16px;
}

.flo-sub-ms-vs {
  margin-top: 70px;
}

.subpage-banner {
  padding: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.page-id-13 i.bi.bi-check-all {
  font-size: 24px;
  color: #6bc1ae;
  margin-right: 15px;
}

/* .page-id-13 li {
  margin-bottom: 5px;
  margin-left: 15px;
  margin-top: 15px;
} */

.flo-about-counter {
  background-image: url(../images/counter-bg.jpg);
  width: 100%;
  height: 250px;
  /* margin: 100px 0; */
  margin-top: 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  position: relative;
}

.counter-data {
  display: flex;
  margin-top: 90px;
  align-items: center;
}

.counter-detail {
  color: #fff;
  text-align: left;
  margin-left: 20px;
}

.counter-img {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #73D1B8;
  border-radius: 100px;
}

.counter-detail p {
  font-size: 14px;
}

.counter-img img {
  width: 50%;
}

/*Product page*/

.product-img {
  width: 100%;
      filter: brightness(1.05) contrast(1.1);

}
.product-list-card h5 {
  color: #000000;
  text-align: center;
  margin-top: 20px;
	font-size: 14px;
}

.flo-product-list {
  margin-top: 70px;
  margin-bottom: 170px;
}

ul.ballvalve-sub {
  /*background: #ebebeb;*/
  padding: 20px 30px;
  border: 1px solid #a2edd9;
}
.ballvalve-sub-head {
  margin-bottom: 20px;
}

.ballvalve-sub a {
  color: #666666;
}

.ballvalve-sub a:hover {
  color: #73d1b8;
}

.ballvalve-sub li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e6e6;
  padding-bottom: 8px;
}

.ballvalve-sub-head h5 {
  color: #73d1b8;
}

/*Details Page*/

.ball-product-detail {
  margin-top: 70px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}

td,
th {
  border: none;
  text-align: left;
  padding: 8px;
  font-size: 16px;

}

.product-name {
  margin-bottom: 30px;
}

.product-detail-table h3 {
  margin-top: 50px;
/*   color: #73d1b8; */
	color: #73D1B8;
}

.details-header{color: #73D1B8;}

.details-tab {
  margin-top: 30px;
}

.accordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  line-height: 24px;
  /* display: flex; */
  justify-content: space-between;
  font-weight: 600;
}


.accordion.active:after {
    content: "\2212";
}
.accordion.active:after {
    color: #fff;
}

.accordion:hover:after {
    color: #fff;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel-li {
  padding: 10px 20px 0px 0px;
}

.panel-li a {
  color: #5c5c5c;
}

.panel-li a:hover {
  color: #73d1b8;
}
.active,
.accordion:hover {
  background-color: #73d1b8;
  color: #fff;
}

.active,
.accordion:after {
  color: #fff;
}

.accordion:after {
  content: "\002B";
  color: #000;
  float: right;
  margin-left: 5px;
  font-size: 24px;
}

.product-categories {
  border: 1px solid #e7e7e7;
}

.form-name {
  height: 40px;
  width: 100%;
  border: none;
  background: #ffffff;
  margin-bottom: 15px;
  padding-left: 15px;
}

.contact-detail-form {
  margin-top: 30px;
  background: #81d6bf;
  padding: 20px;
}

.contact-form-head {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #fff;
}

.form-message {
  height: 100px;
  padding-left: 15px;
  padding-top: 10px;
  resize: none;
}

button.btn.btn-primary {
  width: 100%;
  color: #ffffff;
      background: #636266;
    border: 1px solid #636266;
  margin-bottom: 25px;
}

/*// Contact Page //*/

.contact-data {
  text-align: center;
  border: 1px solid #afdfd7;
  padding: 20px;
}

.contact-data i {
  color: #73D1B8;
  border: 1px solid #73D1B8;
  border-radius: 100px;
  display: flex;
  width: 45px;
  height: 45px;
  line-height: 45px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 18px;
}

.contact-data a {
  color: #000000;
  font-weight: 500;
}

.contact-data a:hover {
  color: #73D1B8;
  font-weight: 500;
}
.flo-sub-contact {
  margin-top: 70px;
}

.flo-form-name {
  height: 40px;
  width: 100%;
  border: none;
  background: #ffffff;
/*   margin-bottom: 15px; */
	margin-top: 15px;
  padding-left: 15px;
  border: 1px solid #dfdfdf;
}

.flo-form-message {
  height: 100px;
  padding-left: 15px;
  padding-top: 10px;
  resize: none;
}

.flo-form-button {
  width: 100%;
  color: #ffffff;
  background: #73D1B8;
  border: 1px solid #73D1B8;
  margin-bottom: -10px;
  height: 40px;
}

.flo-sub-contact-heading h2 {
  margin-bottom: 20px;
  color: #73D1B8;
}

.flo-sub-contact-map {
  margin-top: 70px;
}

.flo-map {
  margin-top: 70px;
  margin-bottom: 150px;
}

/*// Our Team  //*/

.ask-experts-data h2 {
  text-align: center;
  margin-bottom: 15px;
}

.ask-experts-data p {
  text-align: center;
	font-size:17px;
}

/*.experts-image {*/
/*width:100%;*/
/*    border-radius: 60px;*/
/*}*/

.ask-experts-data {
  margin-bottom: 30px;
}

.flo-our-team {
  margin-top: 70px;
}

/*.team-contact-details-inner::before{*/
/*content: "";*/
/*    position: absolute;*/
/*    border-bottom: 2px solid #73D1B8;*/
/*    width: 15%;*/
/*    top: -14px;*/
/*left: 16px;*/
/* bottom: 0; */
/*    border-radius: 1px;*/
/*}*/

.team-contact-details-inner {
  position: relative;
}




.contact-email {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.contact-email a {
  color: #000000;
}
.contact-email a:hover {
  color: #73D1B8;
}
.contact-email h6 {
  margin-bottom: 5px;
}
.contact-email i {
  /*width: 35px;*/
  /*height: 35px;*/
  /*line-height: 35px;*/
  /*border: 1px solid #73D1B8;*/
  border-radius: 100px;
  /* margin-right: -30px; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #73D1B8;
  margin-right: 15px;
}

.contact-phone i {
  /*width: 35px;*/
  /*height: 35px;*/
  /*line-height: 35px;*/
  /*border: 1px solid #73D1B8;*/
  border-radius: 100px;
  /* margin-right: -30px; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #73D1B8;
  margin-right: 15px;
}

.contact-phone {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.contact-cell {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.contact-phone a {
  color: #000000;
}
.contact-phone a:hover {
  color: #73D1B8;
}
.contact-phone h6 {
  margin-bottom: 5px;
}
.contact-phone {
  margin-bottom: 10px;
}

.contact-cell a {
  color: #000000;
}
.contact-cell a:hover {
  color: #73D1B8;
}
.contact-cell h6 {
  margin-bottom: 5px;
}

.contact-cell i {
  /*width: 35px;*/
  /*height: 35px;*/
  /*line-height: 35px;*/
  /*border: 1px solid #73D1B8;*/
  border-radius: 100px;
  /* margin-right: -30px; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #73D1B8;
  margin-right: 15px;
}

.team-contact-details-card {
  /*min-height: 260px;*/
  margin-bottom: 50px;
}

.team-contact-details h3 {
  font-size: 26px;
  font-weight: 500;
	
}



.our-team-header {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #73D1B8;
  color: #73D1B8;
  /* border-radius: 10px; */
  margin-bottom: 50px;
}

.our-sales-dept {
  margin-top: 30px;
}

.outside-sales-contact {
  margin-top: 30px;
}

.our-team-contact {
  margin-top: 70px;
}

.ball-sub-category h2{
    text-align:center;
    margin-bottom:15px;
}

.ball-sub-category p{
    text-align:center;
}

.ball-sub-category {
    padding: 0 20px;
    margin-bottom: 35px;
}

.text-center {
    text-align: center!important;
    color: #ffffff;
}
.text-center a {
    text-align: center!important;
    color: #ffffff;
}


/*// Valve Resources*/

.flo-valve-resource-card {
    display: flex;
    align-items: center;
    border: 1px solid #e3e3e3;
    padding: 30px;
    /* border-radius: 10px; */
    /*border-bottom: 1px solid #cccccc;*/
    position:relative;
    margin-top: 20px;
    min-height: 220px;
}

.flo-valve-resource-card:after {
    background: #73d1b8;
    bottom: 0;
    content: "";
    height: 2px;
    left: auto;
    position: absolute;
    right: 0;
    transform: scaleX(-1);
    transition: all .6s ease-out 0s;
    width: 0;
}

.flo-valve-resource-card:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}

.flo-valve-resource-card-1 {
    display: flex;
    align-items: center;
    padding: 30px;
    border-top: 1px solid #eaeaef;
}

.flo-valve-resource {
    margin-top: 70px;
}

.flo-valve-resource-heading {
    color: #73d1b8;
    margin-bottom: 30px;
}



/*//blog page*/

section.flo-sub-blog {
    margin-top: 70px;
}

.img.blog-sub-img{position:relative; width:100%;}

.blog-sub-data {
    padding: 15px;
	display: flex;
	align-items: center;
    background: #ffffff;
    margin: -20px 10px 50px;
    position: relative;
    box-shadow: 0px 8px 11px #7171711f;
    min-height: 80px;
    /*border: 1px solid #eaeaea;*/
}


.blog-data {
    position: relative;
}

.blog-admin-date {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.blog-sub-data h4{
    font-size:20px;
    color: #333333;
}

.blog-data:hover .blog-sub-data {
    padding: 15px;
    background: #ffffff;
    margin: -40px 10px 50px;
    position: relative;
    box-shadow: 0px 8px 11px #7171711f;
   min-height: 80px;
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    /*border: 1px solid #eaeaea;*/
}

.blog-admin-date p{color:#737373;}

section.blog-details {
    margin-top: 70px;
}
img.blog-detail-img {
    margin-top: 30px;
    width: 100%;
}

.blog-categories {
    border: 1px solid #e7e7e7;
    padding: 20px;
    color: #000000;
}

a.blog-catrgories-li-a {
    color: #000000;}
    
    a.blog-catrgories-li-a:hover {
    color: #000000;}

.blog-catrgories-li {
    margin: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

.blog-h3 {
    text-align: left;
    /* background: #ffffff; */
    /* padding: 10px; */
    color: #81d6bf;
    font-size: 24px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}


/*// catalog Page*/

.flo-catalog{margin-top:70px;}

.catalog-details {
    /* text-align: center; */
    margin-top: 40px;
    border: 2px solid #f1f1f1;
    padding: 15px;
    min-height: 260px;
}

.catalog-details:hover {
    /* text-align: center; */
    margin-top: 40px;
    border: 2px solid #f1f1f1;
    border-bottom: 3px solid #73d1b8;
    padding: 15px;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 4%);
}

.catalog-details:hover.catalog-details a{
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #73d1b8;
    padding: 10px 20px;
    background:#73d1b8;
    transition: all 0.4s;
}

.catalog-details h2{font-size:26px;}

.catalog-download-icon i {
    color: #73d1b8;
    font-size: 30px;
}

/* .catalog-download-icon {
    width:50px;
    height:50px;
    line-height:50px;
} */

img.pdf-icon {

	margin: 0 auto;
    display: flex;
    justify-content: center;
}

.catalog-details p {
   font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    /* margin-bottom: 30px; */
    text-align: center;
    color: #000;
	min-height: 80px;
}

/*.catalog-download-icon {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    line-height: 60px;*/
/*    margin: 0 auto;*/
/*    border: 1px solid #73d1b8;*/
/*    border-radius: 50px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-bottom: 15px;*/
/*}*/

    
.catalog-details a {
    color: #000000;
    font-weight: 500;
    border: 1px solid #f1f1f1;
    padding: 10px 20px;
	display: flex;
    justify-content: center;
}


.catalog-details a:hover {
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #73d1b8;
    padding: 10px 20px;
    background:#73d1b8;
    transition: all 0.4s;
}

.catalog-head-1 {margin-top:50px;}

.eng-maintain{margin-bottom:12%;}




/*// Floating Button //*/


#overlay {
	 z-index: 2;
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(220, 220, 220, 0.7);
	 visibility: hidden;
	 opacity: 0;
	 transition: all 0.2s ease-in;
	 will-change: opacity;background-color: #73D1B8;
}
 #overlay.show {
	 visibility: visible;
	 opacity: 1;
}
 #hamburger {
	 z-index: 10;
	 position: fixed;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 bottom: 8.5%;
     right: 8.5%;
	 background-color: #49b7a3;
	 width: 56px;
	 height: 56px;
	 border-radius: 50%;
	 cursor: pointer;
	  box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 11%);
	 transition: all 0.2s ease-in-out;
}
 #hamburger .icon-bar {
	 display: block;
	 background-color: #fff;
	 width: 22px;
	 height: 2px;
	 transition: all 0.3s ease-in-out;
}
 #hamburger .icon-bar + .icon-bar {
	 margin-top: 4px;
}

.nav {
    z-index: 9;
    position: fixed;
    bottom: 25.5%;
    right: 5.5%;
    /* width: 48px; */
    height: 48px;
    /* border-radius: 50%; */
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibilty: hidden;
    opacity: 0;
    /* box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.48); */
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.nav a{
	color:#49b7a3;
	padding: 6px 15px;
    background: #fff;
    border-radius: 100px;
font-weight: 500;
border: 1px solid #49b7a3; 
}

a.re-quote-cta-btn.pum-trigger {
    margin-bottom: 25px;
}

.nav-1{
   z-index: 9;
    position: fixed;
    bottom: 19.5%;
    right: 5.5%;
    /* width: 48px; */
    height: 48px;
    /* border-radius: 50%; */
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibilty: hidden;
    opacity: 0;
/*    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 11%); */
    cursor: pointer;
    transition: all 0.3s ease-in;
}

 .material-icons {
	 font-size: 24px;
	 color: rgba(0, 0, 0, 0.54);
}
 #settings.show {
	 transform: translateY(-125%);
}
 #thumb.show {
	 transform: translateY(-250%);
}
 #create.show {
	 transform: translateY(-375%);
}
 #share.show {
	 transform: translateY(-500%);
}
#hamburger.show {
    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 11%);
}
 #hamburger.show #wrapper {
	 transition: transform 0.4s ease-in-out;
	 transform: rotateZ(90deg);
}
 #hamburger.show #one {
	 transform: translateY(6px) rotateZ(45deg) scaleX(0.9);
}
 #hamburger.show #thr {
	 transform: translateY(-6px) rotateZ(-45deg) scaleX(0.9);
}
 #hamburger.show #two {
	 opacity: 0;
}
 .nav.show {
	 visibility: visible;
	 opacity: 1;
}

a.tech-bulletin-dwn {
    margin-top: 40px;
}

.product-list-card.Threaded.Valves {
    margin-bottom: 50px;
}

.product-list-card.Economy.Valves {
    margin-bottom: 50px;
}

form.drawing-form {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
select#select-series {
    padding: 8px 5px;
}

.draw-menu-tab {padding:8px 5px;}

.drawingmenu-btn{background: #73D1B8;
    border: 1px solid #73D1B8;}
.drawing-tb-table tr{border-bottom: solid 1px rgb(94 94 94 / 10%);}
.drawing-tb-table tr:hover{background: #f1f1f1;}
.drawing-form{margin-top:50px;}
.drawing-tb-table a{color:#73D1B8;}

.product-list-card {
    margin-bottom: 50px;
}

.product-spec {
    border: 1px solid #eaeaef;
    width: fit-content;
    padding: 20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}

.product-spec img{margin-bottom: 20px;}
.product-spec p{color:#73D1B8; text-align:center;}

.details-table th {
    padding: 5px 10px;
    border: none;
    font-weight: 500;
    color: #73D1B8 !important;
}

.tech-bulletin-dwn {
	background: #73D1B8 !important;}


/* detail page form button */
.contact-detail-form .btn.btn-primary {
    width: 100%;
    color: #ffffff;
    background: #636266;
    border: 1px solid #636266;
    margin-bottom: -10px;
}

.product-spec a{color:#73D1B8;}

.tab-img img{
    max-width: 80% !important;
}

/* .contact-row{align-items:center;} */


/* specialalloy detail page */
.row.detail-r1 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.product-list-card-1 {
    margin-bottom: 50px;
    margin: 0 auto;
    text-align: center;
}

.product-img-1{width:auto;    filter: brightness(1.05) contrast(1.1);
}

.flo-precision-mob{display:none;}

.mobile-form{display:none;}

.contact-us-left{width:100%; }
.blog-sub-img {width: 100%;}
img.experts-image{width:100%;}
div#popmake-2046 {
    background: #f3f3f3;
    box-shadow: 2px 2px 28px #0000002b;
    overflow-y: scroll;
    height: 622px !important;
    top: auto !important;
    right: 0 !important;
    width: 400px !important;
    left: auto !important;
    bottom: 0;
    margin-bottom: 20px;
}
 

 div#popmake-1716 {
    background: #f3f3f3;
    box-shadow: 2px 2px 28px #0000002b;
    overflow-y: scroll;
    height: 515px !important;
	  margin-bottom: 0;
} 
.wpcf7 form .wpcf7-response-output {
    margin:0 !important;
    padding: 5px 10px !important;
/*     border: 2px solid #00a0d2; */
}


.sub-menu .sub-menu{display:none;}
.menu-item-1445:hover > ul, .menu-item-1446:hover > ul, .menu-item-1447:hover > ul, .menu-item-1448:hover > ul, .menu-item-1449:hover > ul, .menu-item-1433:hover > ul, .menu-item-1430:hover > ul, .menu-item-224:hover > ul{
    display: inherit;
	left: 100%;
    top: -12px;
}
.menu-item-4478:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    background-color: #f3f3f3;
    z-index: 999;   
}
.menu-item-225:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    background-color: #f3f3f3;
    z-index: 999;   
}
.menu-item-4482:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    background-color: #f3f3f3;
    z-index: 999;   
} 
.menu-item-4478:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    background-color: #f3f3f3;
    z-index: 999;   
} 
.sub-menu li{list-style:none;}

.sub-menu::marker{display:none;}

.sub-menu {list-style:none;}

input.btn.btn-primary.drawing-form-button {
    background: #73d1b8;
    width: fit-content;
    padding: 8px 50px;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}
.flo-drawing-form {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.flo-drawing-form select {
    word-wrap: normal;
    border: 1px solid #73d1b8;
    padding: 10px 9px !important;
}
.bom-tr:hover{background: #f1f1f1;}
.drawing-form-tab {
    margin-top: 80px;
    margin-bottom: 140px;
}
.bom-tr th {
    padding: 8px 10px;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: #60b3a7;
    /* / text-transform: uppercase; / */
}

.contact-info span {
    display: block;
}

.newsletter-form {
    margin-bottom: 25px;
}

.details-tab .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container{z-index: 0;}

.contact-cell span{display:block;}



/* input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.form-control.wpcf7-not-valid-tip {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
} */
.screen-reader-response {
    display: none;
}



/* a.ask-expert-cta-btn{
color: #49b7a3;
    padding: 6px 15px;
    background: #fff;
    border-radius: 100px;
    font-weight: 500;
    border: 1px solid #49b7a3;
	margin-bottom: 15px;
}

.re-quote-cta-btn{
	color: #49b7a3 !important;
    padding: 6px 15px;
    background: #fff;
    border-radius: 100px;
    font-weight: 500;
    border: 1px solid #49b7a3;
} */


a.ask-expert-cta-btn {
    color: #ffffff;
    background: #44b798;
    font-weight: 500;
    border: 1px solid #49b7a3;
    display: flex;
    align-items: center;
}

a.re-quote-cta-btn {
    color: #ffffff;
    background: #44b798;
    font-weight: 500;
    border: 1px solid #49b7a3;
    display: flex;
    align-items: center;
}


.floating-button {
    z-index: 10;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    bottom: 8.5%;
    right: 2.5%;
    /* background-color: #49b7a3; */
    /* width: 56px; */
    /* height: 56px; */
    border-radius: 50%;
    cursor: pointer;
    /* box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 11%); */
    /* transition: all 0.2s ease-in-out; */
}

input[type="radio"] {
    margin-right: 5px;
}

span.wpcf7-list-item.last {
    margin-left: 10px;
}


/* sticky icon */

.sticky-icon  {
	z-index:5;
	position:fixed;
	top: 65%;
	right:0%;
	width:200px;
	display:flex;
	flex-direction:column;}  
/* .sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:22px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;} */

.sticky-icon a {
/*     transform: translate(160px,0px); */
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.8s;
	margin-bottom: 10px;
}

.sticky-icon .re-quote-cta-btn i{font-size:14px !important;}

.sticky-icon .re-quote-cta-btn-1 i{
	font-size:16px !important;
	font-family: 'FontAwesome' !important;}

a.re-quote-cta-btn-1 {
    color: #ffffff;
    background: #44b798;
    font-weight: 500;
    border: 1px solid #49b7a3;
    display: flex;
    align-items: center;
	
}


.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
/* 	background-color:#2C80D3; */
	background-color: #34af8e;
	color:#FFF;}
	
.Youtube  {
/* 	background-color:#fa0910; */
	background-color: #34af8e;
	color:#FFF;}
	
.Twitter  {
	background-color: #34af8e;
	color:#FFF;}
	
.Instagram  {
	background-color: #34af8e;
	color:#FFF;}
	
.Google  {
	background-color:#d34836;
	color:#FFF;}						
.sticky-icon a i {
    background-color: #FFF;
    height: 30px;
    width: 30px;
    color: #44b798;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    font-family: bootstrap-icons ;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}


#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}			
/* sticky icon end */


/* industries we serve */

section.indus-weserve {
    margin-top: 70px;
    margin-bottom: 20px;
}

.indus-weserve-inner img {
    width: 60px !important;
	margin-right:15px;
}
.industries-name {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.indus-weserve-inner {
    margin-bottom: 50px;
	padding:30px;
	border: 1px solid #eaeaef;
    min-height: 330px;
}


.team-contact-details {
    width: fit-content;
	text-align: center;
}

.team-contact-details p {
    text-align: center;
}

.industries-name h2{font-size:24px;}
.industries-name p{color: #333333;}



.fl-table tr:nth-child(odd) {
    background-color: #c4ffef;
}

.fl-table td{
	font-weight:600;
}

.bom p{font-weight:600;}
.dimension-table p{font-weight:600;}
.dimension-table tr:nth-child(odd) {
    background-color: #c4ffef ;
}




ul.catalog-sub {
  /*background: #ebebeb;*/
  padding: 20px 30px;
  border: 1px solid #a2edd9;
margin-top:70px;
	overflow-y: scroll;
	height: 500px;
}

.catalog-sub-head {
  margin-bottom: 20px;
}

.catalog-sub a {
  color: #666666;
	font-size:16px;
}

.catalog-sub a:hover {
  color: #73d1b8;
}

.catalog-sub li {
  margin-bottom: 4px;
    border-bottom: 1px solid #e9e6e6;
    padding-bottom: 4px;
}



.catalog-sub-head h5 {
  color: #73d1b8;
}

/* <scroll bar> */

/*.treatments-list {*/
/*    overflow-y: scroll;*/
/*    height: 50vh;*/
    
/*}*/

.catalog-sub::-webkit-scrollbar {
    width: 5px;
}
.catalog-sub::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px #0000004d;
    background-color: #73d4cf;
}


.catalog-sub::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}



/* <scroll bar End> */





.main-right {
  flex-direction: column;
  flex: 1;
  max-width: 300px;
}
.main-right-box {
  flex-direction: column;
  width: 100%;
  margin: 0 0 24px 0;
/*   background-color: hsl(349.3, 100%, 61.6%); */
  border-radius: 3px;
  overflow: hidden;
	
}

/* flotite videos */

section.flo-videos {
    margin: 70px 0 150px 0;
}

.flo-vid-img {
    width: 100%;
/* 	position:relative; */
}

.flo-video-1{position:relative;}

.flo-vid-inner h5 {
    text-align: center;
    margin-top: 20px;
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.play-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}

.play-button i {
   width: 40px;
    height: 40px;
    background-color: #3fb797;
    border-radius: 100px;
    line-height: 40px;
    font-size: 24px;
    backdrop-filter: blur(3px);
    color: #ffffff;
    /* animation: blink 1.5s ease-in-out infinite none; */
    display: flex;
    align-items: center;
    justify-content: center;
	
}

.flo-vid-inner {
    margin-bottom: 50px;
}

.sub-table {
    width: auto;
    margin-top: 0;
    border: 1px solid #d5d5d5;
}
.sub-table tr{border-bottom:1px solid #d5d5d5;}
.sub-table td{border-right:1px solid #d5d5d5 !important; background:#f3f3f3; width:100px;}


/* Repeated products */

.page-id-36 .repeated-product{display:none !important;}
.page-id-1436 .repeated-product{display:none !important;}



/*inventory-login*/
.login-container {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 2rem;
        }

        .login-section {
            border-radius: 8px;
            padding: 2rem;
            background-color: #f9f9f9;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            max-width: 400px;
            width: 100%;
        }

        .login-section h1 {
            font-size: 1.8rem;
            color: #333;
            margin-bottom: 1rem;
        }

        .login-section p {
            color: #666;
            margin-bottom: 2rem;
        }

        .login-section button {
            background-color: #73D1B8 !important;
            color: white;
            border: none;
            transition: background-color 0.3s ease;
        }

        .login-section button:hover {
            background-color: #52b399 !important;
        }

        .image-container img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        }

        .image-container {
            flex: 1;
            max-width: 400px;
        }
        
        /*Text Alerts */
        
        
.subscribe-form {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}




.menu-item-3758:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    background-color: #f3f3f3;
    z-index: 999;
	width:100%;
}

/*  privacy-policy*/

.privacy-policy-title{
/* 	color: #73D1B8; */
	color: #000000;
	margin-top: 22px;
	margin-bottom:4px;
	font-size:24px;
}
.privacy-policy{
	padding:60px;
}

.privacy-policy ul {
    list-style-type: disc !important;
    margin-left: 20px;
}

.privacy-policy li {
    list-style-type: disc !important; /* Ensures bullet points appear */
    margin-bottom: 5px;
}



/* <!-- godwin search bar css --> */

.sea-iconn {
    width: 100%;
    padding: 12px 45px 12px 15px; /* right space for icon */
    border-radius: 50px;
    border: 2px solid #73D1B8;
    font-size: 15px;
    outline: none;
    background-color: #fff;

    /* 🔥 ICON ADD (SVG) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
}

/* focus effect */
.sea-iconn:focus {
    border-color: #73D1B8;
    
}

.search-item a { display: flex;
 align-items: center;
 gap: 10px;
 }
 .search-thumb {
 width: 45px; height: 45px;

object-fit: contain;
 background: #fff; padding: 3px;
 }
 .search-miandev {
 position: relative; z-index: 99999; 
}
 .search-main-section { position: relative;
 z-index: 99999;
 overflow: visible !important; 
margin-top:30px;
 }

 .search-results-box 

{ position: absolute; 
top: 100%; 
left: 0; width: 100%;
 background: #fff;
 border: 1px solid #ddd;
 z-index: 99999;
 max-height: 300px;
 overflow-y: auto;
 display: none; }

 .search-item { padding: 10px;
 border-bottom: 1px solid #eee; 
 color: #000;
}
 .search-item a {
 text-decoration: none; 
color: #000; 
display: block; 
} 
.search-item:hover {
 background: #f5f5f5;
 } 


/*  
<!-- godwin search bar css --> */


/* New End user logo section */

/* New End user logo section */
.logo-section{
    /* padding:60px 0; */
    position: relative;
}

.logoSwiper-1{
    width:100%;
    margin:auto;
    position:relative;
}


.logoSwiper-1 .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
    height:120px;
}

.logoSwiper-1 .swiper-slide img{
  height: auto;

}

.logoSwiper-1 .swiper-slide img:hover{
    filter:grayscale(0%);
    opacity:1;
    transform:scale(1.05);
}

/* Navigation Buttons */

.logoSwiper-1 .swiper-button-next,
.logoSwiper-1 .swiper-button-prev{
    width:45px;
    height:45px;
    background:#fff;
    border-radius:50%;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    color:#000;
}

.logoSwiper-1 .swiper-button-next::after,
.logoSwiper-1 .swiper-button-prev::after{
    font-size:18px;
    font-weight:bold;
}

/* logoSwiper-2 */

.logoSwiper-2{
    width:90%;
    margin:auto;
    position:relative;
}


.logoSwiper-2 .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
    height:120px;
}

.logoSwiper-2 .swiper-slide img{
  height: auto;

}

.logoSwiper-2 .swiper-slide img:hover{
    filter:grayscale(0%);
    opacity:1;
    transform:scale(1.05);
}

/* Navigation Buttons */

.logoSwiper-2 .swiper-button-next,
.logoSwiper-2 .swiper-button-prev{
    width:45px;
    height:45px;
    background:#fff;
    border-radius:50%;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    color:#000;
}

.logoSwiper-2 .swiper-button-next::after,
.logoSwiper-2 .swiper-button-prev::after{
    font-size:18px;
    font-weight:bold;
}




/* Mobile */

@media(max-width:767px){

.logoSwiper-1 .swiper-slide{
    height:90px;
}
.logoSwiper-2 .swiper-slide{
    height:90px;
}

.logoSwiper-1 .swiper-slide img{
    max-width:110px;
}
.logoSwiper-2 .swiper-slide img{
    max-width:110px;
}

.logoSwiper-1 .swiper-button-next,
.logoSwiper-1 .swiper-button-prev{
    width:36px;
    height:36px;
}
.logoSwiper-2 .swiper-button-next,
.logoSwiper-2 .swiper-button-prev{
    width:36px;
    height:36px;
}


.logoSwiper-1 .swiper-button-next::after,
.logoSwiper-1 .swiper-button-prev::after{
    font-size:14px;
}
.logoSwiper-2 .swiper-button-next::after,
.logoSwiper-2 .swiper-button-prev::after{
    font-size:14px;
}

}


.logo-marquee {
    overflow: hidden;
    width: 100%;
    position: relative;
	margin-bottom:30px;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.logo-marquee:hover .logo-track {
    animation-play-state: paused;
}

.logo-item {
    flex: 0 0 auto;
    padding: 0 20px;
}

.logo-item img {
    display: block;
    max-height: 80px;
    width: auto;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width:768px){
    .logo-item{
        padding:0 10px;
    }

    .logo-item img{
        max-height:50px;
    }
}
