 
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap');

body {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 34px;
    background-color: #fff;
}
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

p {
    line-height: normal;
}

@font-face {

    font-family: "IcoFont";
    font-weight: normal;
    font-style: "Regular";
    src: url("../../fonts/icofont.woff2") format("woff2"),
        url("../../fonts/icofont.woff") format("woff");
}

[class^="icofont-"],
[class*=" icofont-"] {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.icofont-phone:before {
    content: "\efbb";
}

.icofont-envelope:before {
    content: "\ef14";
}

.icofont-google-map:before {
    content: "\ed42";
}

.icofont-energy-solar:before {
    content: "\e997";
}

.icofont-ui-settings:before {
    content: "\ec83";
}

.icofont-copy-invert:before {
    content: "\ede9";
}

.icofont-settings-alt:before {
    content: "\efe1";
}
.icofont-wrench:before {
    content: "\e9c4";
}
.icofont-trophy-alt:before {
    content: "\edd6";
}
.icofont-users-alt-5:before {
    content: "\ed0a";
}

@font-face {
    font-family: SamsungSharpSans;
    src: url('../../fonts/SamsungSharpSans-Bold.ttf');
}

.container-fluid {
    max-width: 1740px;
    margin: 0 auto;
}


img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
    outline: none !important;
}

section {
    overflow: hidden;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{color:#1f242c;}

.preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #31bf3f;
    z-index: 9999;
}

.loader {
    width: 16em;
    height: 8em;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    bottom: 0;
}

.loader:before {
    background-color: hsla(0, 0%, 85%);
    width: inherit;
    height: 0.2em;
}

.loader:after {
    width: 50%;
    height: inherit;
    border: 0.2em solid hsla(0, 0%, 85%);
    border-radius: 50%;
    left: 25%;
}

.loader span {
    background-color: #fff;
    width: 5%;
    height: 10%;
    border-radius: 50%;
    transform-origin: 50% -3em;
    position: absolute;
    left: -5%;
    bottom: 0.2em;
    animation: 2s linear infinite;
    animation-name: run, rotating;
}

.loader span:nth-child(2) {
    animation-delay: 0.075s;
}

.loader span:nth-child(3) {
    animation-delay: 0.15s;
}

@keyframes run {
    0% {
        left: -5%;
    }

    10%, 60% {
        left: calc((100% - 5%) / 2);
    }

    70%, 100% {
        left: 100%;
    }
}

@keyframes rotating {

    0%, 10% {
        transform: rotate(0deg);
    }

    60%, 100% {
        transform: rotate(-1turn);
    }
}

/*
* 2. Top Bar
*/

.top-bar {
    /* background: rgb(247 180 11); */
    color: #fff;
    height: 30px;
    /* padding: 10px 0; */
}

.top-bar .text {
    margin: 7px 0;
}

.top-bar ul {
    overflow: hidden;
}

.top-bar .text ul li {
    float: left;
    margin-right: 5%;
}

.top-bar .text ul li:last-child {
    margin-right: 0;
}

.top-bar .social {
        display: flex;
    justify-content: flex-end;
}

.top-bar .social ul {
    display: inline-block;
    margin-top: 0px;
}

.top-bar .social ul li {
    float: left;
    margin-left: 16px;
}

.top-bar .social ul li:first-child {
    margin-left: 0;
}

.links-pumps{
    font-size: 25px !important;
    margin-left: -5px;
    margin-right: -10px;
}

.top-bar .social ul li a {
    display: block;
    font-size: 14px;
    color: #656e75;
    transition: .3s;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* .top-bar .social ul li a::before{
    content: '';
    width: 100%;
    height: 7px;
    background-color: #ee343d;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
} */

.top-bar .social ul li i {
    margin-right: 10px;
    color: #001f60;
}

/* .top-bar .social ul li:hover a {
    color: #43ca1d;
} */

.top-bar .social ul li a:hover:before {
    transform-origin: left center;
    transform: scale(1) translateZ(1px);
}

/*
* 3. Header
*/

.logo {
    position: relative;
}

.main-menu {
	background: #fff;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    /* z-index: 9999; */
    padding: 8px;
    transition: linear .5s;
    border-bottom: 1px solid #d5dde9;
	height: 100px;
}

/* .main-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 24rem;
    height: 100%;
    background-image: linear-gradient(to right, #1db364, #40c823);
    transform: skewX(-22deg);
} */

.fixed-top {
    transition: linear .5s;
    position: fixed !important;
    margin-top: 0 !important;
}

.logo-block {
    margin: 0px 0px 0px 65px;
}
.menu-block {
    position: relative;
    margin: 0px;
    padding: 0 100px;
}

.nav-brand-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

#main-navigation {
          margin: 0px 0px;
       margin-top: 0;
}

 #main-navigation-wrapper.navbar-default{
	width: 100%;
    z-index: 1009;
    border-radius: 0px;
    border: 0px;
    position: relative;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    
}
.collapse{
     display: block!important;
}
.navbar-header
{
	display:none;
}

 .navbar-collapse.collapse{
     padding:0px;
}
 #main-navigation-wrapper .navbar-nav {
    margin-left: -2px;
     margin-right: 0;
	 flex-direction: row;
}
 #main-navigation-wrapper .nav > li {
    padding: 0
}
#main-navigation-wrapper .nav > li i{
    margin-left: 4px;
    color: #000;
    font-size: 13px;
    /* vertical-align: middle; */
}
 /* #main-navigation-wrapper .nav > li > a {
	
    font-size: 15px !important;
    color: #000;
    padding-top: 2px;
    
    font-weight: bold;
    font-size: 72px;
    text-transform: uppercase;
}

#main-navigation-wrapper .nav > li > a.active {
    color: #f7b40b;
} */

#main-navigation-wrapper .nav > li > a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    padding-top: 2px;
    font-weight: bold;
    font-size: 72px;
    /* text-transform: uppercase; */
    color: #fff;
    background-image: linear-gradient(#fff, #fff);
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: all .2s ease-out;
}

#main-navigation-wrapper .nav > li > a:hover {
    background-size: 100% 2px, auto;
}


 .header1 #main-navigation-wrapper .nav > li {
     padding:0px;
}
 .header1 #main-navigation-wrapper .nav > li > a{
     border-right:0px;
     padding:22px 20px;
}
 #main-navigation-wrapper .nav > li:last-child > a {
     border:0px;
}
 #main-navigation-wrapper .navbar-nav li .dropdown-submenu {
     position: absolute;
     top: 103%;
     left: 0;
     z-index: 1000;
     display: none;
     float: left;
     font-size: 14px;
     text-align: left;
     width: 180px;
     list-style: none;
     background-clip: padding-box;
     padding: 0;
     border: none;
     border-radius: 0;
     display: block;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all .4s ease;
     transition: all .4s ease;
     background: #fff;
     -webkit-transform: translate3d(-20px, 0, 0);
     transform: translate3d(-20px, 0, 0);
     /* -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 3px 15px rgb(0 0 0 / 14%); */
}
 #main-navigation-wrapper .navbar-nav li:hover .dropdown-submenu, #main-navigation-wrapper .navbar-nav .open .dropdown-submenu {
     opacity: 1;
     visibility: visible;
     -webkit-transform: translate3d(0px, 0, 0);
     transform: translate3d(0px, 0, 0);
     background-image: linear-gradient(to bottom right, rgb(0 31 96), #001f609e);
}
 #main-navigation-wrapper .dropdown-submenu li {
     width:100%;
     position: relative;
}
 #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.second_submenu{
     opacity: 0;
     visibility: hidden;
     top: 0;
     left: 90%;
}
 #main-navigation-wrapper .dropdown-submenu li:hover > ul.dropdown-submenu.second_submenu{
     opacity: 1;
     visibility: visible;
     left: 100%;
     top: 0;
}
 #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.third_submenu{
     opacity: 0;
     visibility: hidden;
     top: 0;
     left: 90%;
}
 #main-navigation-wrapper .dropdown-submenu li:hover > ul.dropdown-submenu.third_submenu{
     opacity: 1;
     visibility: visible;
     left: 100%;
     top: 0;
}
 #main-navigation-wrapper .dropdown-submenu li a {
    display: block;
    clear: both;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    /* text-transform: capitalize; */
}

#main-navigation-wrapper .dropdown-submenu li a.active {
    /* color: #f7b40b; */
    
    font-weight: 600;
}

 #main-navigation-wrapper .dropdown-submenu li:hover {
    
}
 #main-navigation-wrapper .dropdown-submenu li:last-child a {
     border: none;
}
 #main-navigation-wrapper .dropdown-submenu li > a:focus, #main-navigation-wrapper .dropdown-submenu li a:hover {
    /* background-color: rgba(0,0,0,.05); */
    font-weight: 600;
    /* color: #fff; */
}


 @keyframes fadeItIn {
     from {
         opacity: 0;
         -webkit-transform: translate3d(0, -100%, 0);
         -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0);
    }
     to {
         opacity: 1;
         -webkit-transform: none;
         -moz-transform: none;
         transform: none;
    }
}
 .sticky_header {
     position: fixed;
     top: 0;
     z-index: 9999;
     background: #e9c865;
     background: -moz-linear-gradient(top, #e9c865 0%, #d0ac54 100%);
     background: -webkit-linear-gradient(top, #e9c865 0%, #d0ac54 100%);
     background: linear-gradient(to bottom, #e9c865 0%, #d0ac54 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9c865', endColorstr='#d0ac54', GradientType=0 );
     float: left;
     width: 100%;
     height: 78px;
}
 #main-navigation-wrapper.navbar-default.sticky_header {
     margin: 0px;
}

span {
    font-family: 'Open Sans', sans-serif;
}

.icon-office:before {
    content: "\e903";
}
.navbar-nav .nav-link span {
    float: right;
    margin-left: 6px;
}

.nav-link.quote {
    position: relative;
    background: #32bf3d;
    color: #fff !important;
    display: block;
    width: 145px;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    z-index: 2;
    transition: .3s;
	padding: 5px;
}

.nav-link.quote:hover:before {
    width: 100%;
    height: 100%;
    background: #000;
}

.nav-link.quote:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    border-radius: 20px;
    z-index: -2;
    transition: ease .4s;
}


#dropdownMenuButton {
    background: transparent;
    color: #000;
    border: none !important;
    outline: none !important;
    width: 100%;
    text-align: left;
    box-shadow: 0px 0px #fff !important;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-item {
    font-size: 14px;
    margin: 0;
    padding: 0px 34px;
}

.submenu {
    background: linear-gradient(to right, #1db364, #40c823);
    margin-top: 8px;
    display: none;
}
.submenu li {
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
}
.submenu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

.logo-menu {
     float: left;
     margin:14px 0 14px 25px;
     display: none;
}
 .dropdown-submenu-active:before {
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-top: 10px solid #12121b;
     content: "";
     position: absolute;
     top: 0 !important;
     right: 24px;
}
 #main-navigation-wrapper .nav > li.dropdown:hover:before {
     width: 0;
     height: 0;
     content: "";
     position: absolute;
     bottom: -7px !important;
     z-index: 1010;
     text-align: center;
     left: 20px;
}
 #main-navigation-wrapper.navbar-default .navbar-nav>.open>a,
 #main-navigation-wrapper.navbar-default .navbar-nav>.open>a:focus,
 #main-navigation-wrapper.navbar-default .navbar-nav>.open>a:hover,
 #main-navigation-wrapper.navbar-default .navbar-nav>li:hover>a,
 #main-navigation-wrapper.navbar-default .navbar-nav>li {
     color: #fff;
 }

 #main-navigation-wrapper.navbar-default .navbar-nav li a:active {
    color: #d3682c;
    font-weight: 600;
}

 .header1 #main-navigation-wrapper.navbar-default .navbar-nav > .open > a, .header1 #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:focus, .header1 #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:hover, .header1 #main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a, .header1 #main-navigation-wrapper.navbar-default .navbar-nav > li > a.active {
     color: #32bf3d;
     background:#000;
     
}
 #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {
     display: none;
}

.mobile-link
{
	display: none;
    text-align: center;
    background: #1f242c;
}

.mobile-link a
{
    position: relative;
    background: #32bf3d;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    z-index: 2;
    padding: 5px;
    margin: 10px 0 25px 0;
    width: 250px;
}

.mobile-link .widget-t-search {
    float: none;
    padding: 15px 0;
    margin: 0 15px;
}
.widget-t .search-form .form-control {
    height: 40px;
    border-radius: 0;
    border: none;
    font: 1em/1em "Open Sans", sans-serif;
    padding: 0 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c0c0c0;
    z-index: 0;
    background: #fff;
}

.widget-t .search-form .form-control + .input-group-addon {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #081e2f;
}
.widget-t .search-form .form-control + .input-group-addon button {
   border: 0;
    background: #31bf3f;
    color: #f8f9fa;
    font-size: 1.2em;
    line-height: 2.1em;
    padding: 0 15px;
}

.navbar ul li {
    float: inherit;
    position: relative;
    color: #fff;
}

 @media only screen and (min-width: 992px) and (max-width: 1199px) {
    
     #main-navigation-wrapper .nav > li > a {
         padding-right: 18px;
         padding-left: 18px;
         font-size:15px;
    }
}
 /* @media (min-width: 1200.98px){
     .nav li i.fa {
         display: none;
    }
} */
 @media only screen and (min-width: 260px) and (max-width: 1200px) {
	.menu-block {
		width: 100%;
        padding: 0;
	}

    #main-navigation-wrapper.navbar-default {
        display: block;
    }

    .nav-brand-wrap {
        justify-content: space-between;
        padding: 0 12px;
    }

    .nav-brand-wrap .navbar-brand {
        width: 112px;
        margin: 0;
    }
	
     #main-navigation-wrapper .container{
         padding:0px;
    }
     #main-navigation-wrapper.navbar2-wrap.navbar3-wrap {
         margin:0px;
    }
   
  .collapse:not(.show) {
		display: none!important;
	}
   
	.navbar-header{
		 width:100%;
		 float:none;
		 margin:0px!important;
		 display:block;
	}

    .nav-brand-wrap .navbar-header {
        width: auto;
        margin: 0 !important;
    }

     .navbar-default .navbar-toggle {
         border: medium none;
         display: block;
         margin: 0px 0px 0px;
        padding: 4px 10px;
    }
     .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
         background-color: transparent;
    }
     .navbar-default .navbar-toggle:hover {
         border-color: #fff;
         background: none !important;
         background-color: transparent;
    }
 .navbar-toggle .icon-bar {
		background: #000;
		width: 25px;
		height: 3px;
		display: block;
		border-radius: 1px;
		margin: 4px;
    }
 .navbar-default .navbar-toggle:hover .icon-bar {
          background: #000;
     }

#quoteModal .modal-content {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

#quoteModal .modal-header {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    border: none;
}

#quoteModal .modal-header .modal-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

#quoteModal .modal-header .modal-subtitle {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
}

#quoteModal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
    opacity: 1;
    font-size: 30px;
    text-shadow: none;
}

#quoteModal .modal-header .close:hover {
    opacity: 0.8;
}

#quoteModal .modal-body {
    padding: 30px;
}

#quoteModal .form-group {
    margin-bottom: 20px;
}

#quoteModal .form-group label {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

#quoteModal .form-control {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 14px;
}

#quoteModal .form-control:focus {
    border-color: #007bff;
    box-shadow: none;
}

#quoteModal textarea.form-control {
    height: auto;
    resize: none;
}

#quoteModal .btnns {
    padding: 12px 40px;
    font-size: 16px;
}

     .navbar-default .navbar-collapse {
         background: #12121b;
         padding: 0px 0px !important;
         padding-bottom: 0px !important;
         margin: 0;
    }
     .navbar-collapse.collapse.in {
         display: block !important;
         height: auto !important;
         max-height: 80vh;
    }
     .navbar-collapse.in {
          overflow-y: auto;
     }
     #main-navigation-wrapper .navbar-collapse {
          border-color: #232333;
          border-radius: 0px;
          background: #ea7729;
          text-align:center;
     }
     .navbar-nav {
          margin: 0;
     }
     #main-navigation-wrapper .nav {
          width: 100%;
     }
     #main-navigation-wrapper .nav > li {
          display: block;
          padding: 0;
          text-align:left;
          width: 100%;
		 /* background: ghostwhite; */
          background: #ea7729;
          border-bottom: 1px solid #fff!important;
          
     }
     #main-navigation-wrapper .nav > li > a {
 		display: block;
 		padding: 8px 25px;
 		/* border-bottom: 1px solid #fff!important; */
 		border-right: 0px;
 		position: relative;
 		font-size: 15px;
 		color: #000; 
     }
     #main-navigation-wrapper .nav > li:first-child > a {
         padding-left: 25px;
     }
     #main-navigation-wrapper.navbar-default .navbar-nav > .open > a, #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:focus, #main-navigation-wrapper.navbar-default .navbar-nav > .open > a:hover, #main-navigation-wrapper.navbar-default .navbar-nav > li:hover > a, #main-navigation-wrapper.navbar-default .navbar-nav > li > a.active {
 		/* background-image: linear-gradient(to right, #1db364, #40c823); */
 		color: #fff;
         background-color: #000;
     }
     #main-navigation-wrapper .nav > li.dropdown.dropdown-active > a {
         border-bottom: 1px solid #12121b;
    }
     #main-navigation-wrapper .nav > li:last-child > a {
         border-bottom: 1px solid #c3a554;
    }
     .header1 #main-navigation-wrapper .nav > li > a {
         padding:16px 20px;
    }
     #main-navigation-wrapper .nav > li + li > a {
         border-left: none;
    }
     #main-navigation-wrapper .navbar-nav > li > .dropdown-submenu {
         position: relative;
         width: 100%;
         opacity: 1;
         visibility: visible;
         left: auto;
         right: auto;
         transform: translate3d(0px, 0px, 0px);
         transition: none !important;
         display: none;
         top: auto;
         float: none;
         background: #fff none repeat scroll 0 0;
         box-shadow: 0 0 0 #fff;
    }
     #main-navigation-wrapper .nav > li.test > .dropdown-submenu{
        display:block
    }
     #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.second_submenu{
         position: relative;
         width: 100%;
         opacity: 1;
         visibility: visible;
         left: auto;
         right: auto;
         transform: translate3d(0px, 0px, 0px);
         transition: none !important;
         display: none;
         top: auto;
         float: none;
         background: #c3a554 none repeat scroll 0 0;
         box-shadow: 0 0 0 #fff;
    }
     #main-navigation-wrapper .dropdown-submenu li:hover > ul.dropdown-submenu.second_submenu {
         left: 0;
    }
     #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.second_submenu li a {
        background: #e2e0e0;
         padding-left: 50px;
    }
     #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.third_submenu{
         position: relative;
         width: 100%;
         opacity: 1;
         visibility: visible;
         left: auto;
         right: auto;
         transform: translate3d(0px, 0px, 0px);
         transition: none !important;
         display: none;
         top: auto;
         float: none;
         background: #c3a554 none repeat scroll 0 0;
         box-shadow: 0 0 0 #fff;
    }
     #main-navigation-wrapper .dropdown-submenu li:hover > ul.dropdown-submenu.third_submenu {
         left: 0;
    }
     #main-navigation-wrapper .dropdown-submenu li ul.dropdown-submenu.third_submenu li a {
        background: #f2f2f2;
         padding-left: 70px;
    }

    #main-navigation-wrapper .dropdown-submenu > li {
        border-bottom: 1px solid #ccc;
        background-color: rgba(0,0,0,.05);
   }

     #main-navigation-wrapper .dropdown-submenu > li > a {
         margin-left: 41px;
    }
     #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {
         display: block;
    }
     #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {
         background: transparent none repeat scroll 0 0;
         border: medium none;
         float: right;
         height: 51px;
         margin: -15px 0 0;
         position: relative;
         right: -25px;
         width: 51px;
    }
     #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler:before {
         position: absolute;
         font-family: 'FontAwesome';
         border: none;
         content: "\f078";
         top: 15px;
         color: #52482e;
         right: 17px;
    }
     #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler.dopdown-nav-toggler-active:before {
         position: absolute;
         font-family: 'FontAwesome';
         border: none;
         content: "\f077";
         top: 15px;
         color: #52482e;
    }
     #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler .icon-bar + .icon-bar {
         margin-top: 4px;
    }
     
     #main-navigation-wrapper .var2-nav.var3-nav .nav > li {
         padding: 0px;
    }
     #main-navigation-wrapper .var2-nav.var3-nav .nav > li > a {
         padding: 16px 25px;
    }
    
     i.fa.fa-chevron-down {
         float: right;
         color: #000;
         z-index: 9999;
         position: absolute;
         top: 0;
         right: 9px;
         padding: 17px 16px;
    }
		ul.dropdown-submenu.opened li i {
		color: #000;
    }
}

@media (min-width: 768px)
{
	.navbar-toggle {
		display: none;
	}
}

.navbar-toggle {
    margin-top: 37%;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 28px;
    color: #f6073d;
    cursor: pointer;
}

/*
* 4. Main Banner
*/

.content-area {
    background: url('../../images/solar/2.jpg');
    background-size: cover;
    background-position: right top;
}

.get-solution {
    position: relative;
    padding: 50px 0;
    padding-bottom: 70px;
    z-index: 999;
}

.get-solution::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('../../images/solar/1.webp');
    width: 48%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 0;
}

.get-solution::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 71%;
    height: 100%;
    z-index: -1;
}

.get-solution .content h5 {
    font-family: SamsungSharpSans;
    font-size: 20px;
    margin: 0;
    margin-top: 130px;
    position: relative;
}

.get-solution .content h5::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 31%;
    height: 2px;
    width: 5rem;
    background: #32bf3d;
    border-radius: 10px;
}

.get-solution .content h1 {
    font-family: SamsungSharpSans;
    font-size: 72px;
    margin:8px 0 15px 0;
}

.get-solution .content h1 span {
    display: block;
    color: #32bf3d;
    line-height: 55px;
     font-family: SamsungSharpSans;
}

.get-solution .content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	padding-bottom:10px;
}

.get-solution .content a {
    position: relative;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    display: block;
    text-align: center;
    color: #fff;
    background: #1f242c;
    line-height: 46px;
    border-radius: 30px;
    text-decoration: none;
    width: 160px;
    height: 50px;
    z-index: 2;
}

.get-solution .content a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    border-radius: 20px;
    z-index: -2;
    transition: ease .4s;
}

.get-solution .content a:hover:before {
    width: 100%;
    height: 100%;
    background: #31bf3f;
}

.get-solution .content .image {
    position: relative;
    width: 100%;
    max-width: 25rem;
    z-index: 2;
    box-shadow: 28px 27px 13px #000;
}

.get-solution .content .image::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    background: #1f242c;
    z-index: -1;
}

/*
* 5. Home Widgets
*/

.home-widget {
    position: relative;
    z-index: 2;
}

.home-widget:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45rem;
    height: 100%;
    background: #1f242c;
    z-index: -2;
}

.home-widget .box {
    padding: 30px;
    background: #1f242c;
    color: #fff;
    position: relative;
    border-right: 1px solid #535151;
}

.home-widget .box span {
    font-size: 45px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #44c91b;
    transition: linear .4s;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 55px;
    border-radius: 50%;
}

.home-widget .box span:hover {
    color: #6bee43;
}

.home-widget .box span i {
    transition: linear 1.5s;
    display: block;
}

.home-widget .box span:hover i {
    transform: rotate(360deg);
}

.home-widget .box .text {
    padding-left: 50px;
}

.home-widget .box h4 {
    color: #44c91b;
    margin-bottom: 4px;
	font-size: 22px;
    transition: .4s;
}

.home-widget .box:hover h4 {
    color: #6bee43;
}

.home-widget .box p {
    margin: 0;
    font-size: 17px;
}

/*
* 6. Service Section
*/

.services {
    padding: 100px 0;
}

.service-content .content {
    position: relative;
}

.service-content .content span {
    position: relative;
    transition: .3s;
    width: 90px;
    display: block;
    height: 90px;
    text-align: center;
    border-radius: 50%;
    padding: 20px 0;
    font-size: 55px;
    z-index: 2;
}

.service-content .content span:hover {
    color: #fff;
}

.service-content .content span:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.service-content img {
    width: 70px;
    top: 0;
    left: 0;
}

.service-content .content span i {
    transition: linear 1.5s;
    display: block;
}

.service-content .content span:hover i {
    transform: rotate(360deg);
}

.service-content .img1 {}

.service-content .img2 {
    opacity: 0;
}

.services .top-area {
    margin-bottom: 60px;
}

.services .top-area h6 {
    font-size: 20px;
    font-family: SamsungSharpSans;
    margin-bottom: 15px;
    position: relative;
}

.services .top-area h6::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 130px;
	height: 2px;
    width: 5rem;
    background: #32bf3d;
    
}

.services .top-area h2 {
    font-family: SamsungSharpSans;
    font-size: 40px;
    line-height: normal;
    margin: 0;
}

.services .top-area p {
    font-size: 16px;
    margin: 0;
}

.service-content img {
    width: 70px;
}

.service-content h4 {
    font-size: 24px;
    font-family: SamsungSharpSans;
    margin: 15px 0 8px 0;
}

.service-content p {
    font-size: 16px;
    max-width: 20rem;
    margin: 0;
}

/*
* 7. About Us
*/

.about-us {
    padding-top:100px;
    background: url('../../images/solar/5.webp') #eef1f6;
    background-size: cover;
    overflow-y: visible;
}

.headline {
    text-align: center;
    margin-bottom:35px;
}

.headline h6 {
    display: inline-block;
    font-family: SamsungSharpSans;
    margin-bottom: 0;
    position: relative;
	font-size:20px;
}

.headline h6::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 132px;
    height: 2px;
    width: 5rem;
    background: #32bf3d;
    border-radius: 10px;
}

.our-team .headline h6::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 108px;
}

.headline h2 {
    font-family: SamsungSharpSans;
    font-size: 40px;
    max-width: 30rem;
    margin:10px auto;
    line-height: normal;
}

.headline p {
    font-size: 16px;
    max-width: 765px;
    margin: 0 auto;
    margin-top: 15px;
}

.headline-left {
    text-align: left;
    margin-bottom:35px;
}

.headline-left h6{
	color:#fff;
}
.headline-left h6::before {
    content: '';
    position: absolute;
    top: 108px;
    left: 99px;
    height: 2px;
    width: 5rem;
    background: #32bf3d;
    border-radius: 10px;
}


.about-us img {
    width: 100%;
    margin-bottom: -109px;
    display: block;
}

.about-us .content {
    padding: 30px 0;
    position: relative;
}

.about-us .content::before {
    content: '';
    position: absolute;
    top: 70px;
    left: 20px;
    width: 1px;
    height: 61%;
    border-left: 3px dashed #000;
}

.about-us .content .box {
    margin: 33px 0;
    padding-left: 100px;
    position: relative;
}

.about-us .content .box span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    color: #44c91b;
    border: 2px solid #000;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    background: #eef1f6;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px #000;
}

.about-us .content .box h5 {
    font-size: 20px;
    font-family: SamsungSharpSans;
}

.about-us .content .box p {
    margin: 0;
    font-size: 16px;
}

/*
* 8. Work Area
*/

.work {
    /* position: relative;
    background: url('../../images/solar/4.jpg');
    background-size: cover;
    color: #fff;
    overflow: visible;
    z-index: 2; */
}

.work p{
  padding-right:15px;
}

.bg-carousel {
    max-width: 1400px;
    margin: 0 auto;
}
.work .owl-stage-outer {
    /* height: 15rem; */
}

.work .content {
    padding:100px 0 50px 0;
}

.work .content h5 {
    font-size: 20px;
    font-family: SamsungSharpSans;
    margin: auto;
	color:#fff;
}

.work .content h2 {
    font-family: SamsungSharpSans;
    font-size: 40px;
    max-width: 30rem;
    line-height: 47px;
    margin:20px 0 16px 0;
	color:#fff;
}

.work .content-box {
    position: relative;
    padding-left: 30px;
    z-index: 2;
}

/* .work::before {
    content: '';
    position: absolute;
    top: -90px;
    right: 0px;
    width: 51%;
    height: 25rem;
    background: url('../../images/solar/3.jpg');
    background-size: auto;
    background-size: cover;
    z-index: -2;
} */

.work .content-box h4 {
    font-family: SamsungSharpSans;
    font-size: 24px;
    text-align: left;
    max-width: 26rem;
	color:#fff;
	letter-spacing:1px;
}

.work .content-box h1 {
    font-family: SamsungSharpSans;
    font-size: 60px;
    margin: 20px 0;
}

.work .content-box button {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #31bf3f;
    border: none;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 30px;
    background: #1f242c;
    z-index: 2;
}

.work .content-box button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    width: 0%;
    height: 0%;
    border-radius: 30px;
    z-index: -2;
    transition: ease .4s;
}

.work .content-box button:hover:before {
    width: 105%;
    height: 102%;
    background: #31bf3f;
}

.work .content-box button:hover {
    box-shadow: 0px 0px 5px #1f242c;
}

.carousel ul {
    overflow-x: hidden;
    padding: 35px 0;
}

.carousel ul li {
    float: left;
    width: 28%;
}

.carousel ul li.active {
    width: 42%;
    margin: 1%;
    margin-top: -38px;
}

/*
* 9. Our Team
*/

.our-team {
    padding:100px 0;
}

.our-team .headline h2 {
    max-width: 100%;
}

.our-team .team {
    margin: 20px 0;
    position: relative;
}

.our-team .team .image {
    position: relative;
    overflow: hidden;
}

.our-team .team .image img {
    filter: grayscale(100%);
    transform: scale(1);
    transition: linear .4s;
}

.our-team .team .image:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.our-team .team h5 {
    position: absolute;
    bottom: 58px;
    left: 30px;
    color: #32c13c;
    font-family: SamsungSharpSans;
    font-size: 20px;
}

.our-team .team h5 span {
    display: block;
    color: #fff;
    font-size: 16px;
	font-family:'Open Sans', sans-serif; 
	padding-top:5px;
}

.our-team .team ul {
    overflow: hidden;
    position: absolute;
    bottom: -20px;
    right: 0;
    background-image: linear-gradient(to right, #1db364, #40c823);
    padding: 3px 20px;
}

.our-team .team ul li {
    float: left;
    margin-left: 10px;
}

.our-team .team ul li:first-child {
    margin-left: 0;
}

.our-team .team ul li a {
    color: #fff;
    font-size: 20px;
    display: block;
}

.owl-theme .owl-nav {
    margin-bottom: 44px;
}

/*
* 10. Testimonial
*/

.testimonial {
    position: relative;
    /* padding-bottom: 30px; */
    /* margin-top: 66px; */
}

.test-news{
    /* padding-top: 150px; */
    /* background-color: #EBEDEB; */
    /* padding: 40px 40px; */
    
}

.test-title{
    background-color: #fff;
    margin-top: 13px;
    padding: 16px;
}
.test-title h2{
    font-weight: 700;
    color: #24195e;
}

.bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80,80,80,.75);
    width:240%;
    border-radius: 0 0 5px 5px;
}

.bx-caption span{
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 13px;
    padding: 10px;
}

.testimonial::before {
    /* content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background-color: #EBEDEB;
    background-size: cover; */
}

.testimonial .box h5 {
    display: inline-block;
    font-family: SamsungSharpSans;
    margin-bottom: 0;
    position: relative;
    margin-top: 12rem;
}

.testimonial .box h5:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 125px;
    height: 2px;
    width: 5rem;
    background: #32bf3d;
    border-radius: 10px;
}

.testimonial .box h2 {
    font-family: SamsungSharpSans;
    margin:10px 0 14px 0;
    font-size: 40px;
}

.testimonial .box p {
    line-height: 29px;
    font-size: 17px;
    
    font-style: italic;
}

.user {
    margin-top: 20px;
}

.user h6 {
    
    font-weight: 600;
    color: #32c13c;
    font-size: 18px;
}

.user h6 span {
    display: block;
    font-size: 15px;
    color: gray;
    font-weight: normal;
	font-family:'Open Sans', sans-serif;
	padding:8px 0;
}

.user img {
    width: auto !important;
}

.testimonial .boxx {
    display: flex;
    /* padding-left: 20px; */
    padding-top: 20px;
    justify-content: space-between;
    
}

.box-2{
    background-color: #fff;
    /* padding: 0px 40px 35px; */
}

.testimonial .boxx .image {
    position: relative;
    max-width: 28rem;
}

.testimonial .boxx .image img {
    max-width: 28rem;
}

.testimonial .boxx .image::before {
    /* content: '';
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 100%;
    height: 100%;
    background: #32c13c;
    z-index: -1; */
}

/* .testimonial .owl-nav {
    position: absolute;
    bottom: -100px;
    left: 48%;
    transform: translateX(12%);
} */


.owl-prev {
    background: #d3d6dc!important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    font-size: 20px !important;
    color: #000 !important;
    line-height: 36px;
}

.owl-next {
    background: #d3d6dc!important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    font-size: 20px !important;
    color: #000 !important;
    line-height: 36px;
}
.testimonial .owl-nav button {
    position: absolute;
    bottom: 50%;
    /* background-color: #f5ab1e; */
    color: #000;
    font-size: 40px;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transform: translateX(12%);
}
.testimonial .owl-nav .owl-next {
    right: -40px !important;
    top: 180px;

}
.testimonial .owl-nav .owl-prev {
    left: -40px;
    top: 180px;

}
.testimonial .owl-carousel .owl-nav.disabled {
    display: contents;
}

.work .owl-carousel .owl-nav {
    display: none;
}

.work .owl-nav {
    display: none;
}

/*
* 11. Counter
*/

.counting {
    background-color: #fff;
    color: #fff;
    padding: 5px 0px;
}

.counting .box {
    position: relative;
    margin: 20px 0;
    /* padding: 30px 0; */
}

.counting .box span {
    display: inline-block;
    font-size: 60px;
    color: #24195e;
    transition: .4s;
}

.counting .box h1:hover span {
    color: #24195e;
}
.counting .box span i{
    display: block;
    transition: 1.5s;
}
.counting .box span:hover i{
    display: block;
    transform: rotate(360deg);
}

.counting .box h1 {
    font-size: 55px;
    margin-top: 20px;
    margin-bottom: 2px;
    transition: .4s;
    color: #24195e;
}

.counting .box h1:hover{
    color: #24195e; ;
}

.counting .box h1 span {
    color: #24195e;
    font-size: 50px;
}

.counting .box h6,
.counting .box p {
    margin-bottom: 0;
    color: black;
}


.blog-area {
    background-color: #EBEDEB;
    padding: 58px 0;
}

.blog {
    margin: 20px 0;
    box-shadow: 0px 10px 10px #b8b8b8;
    background: #fff;
    transition: .4s;
    border: 4px solid rgba(0, 0, 0, .125);
    background-color: #3C3737F2;
}

.blog .image {
    overflow: hidden;
}

.blog .image img {
    transform: scale(1 );
    transition: .4s;
    height: 220px;
}

.blog img:hover {
    transform: scale(1.1);
}

.blog hr {
    transition: .2s;
    border-color: #FFCC33;
}

.blog:hover hr {
    border-top: 1.5px solid #40e02c;
}

.blog ul {
    overflow: hidden;
    margin: 18px 0 0 0;
    padding: 0 15px;
}

.blog ul li {
    float: left;
    margin-right: 15px;
    color: #66ca2d;
}

.blog ul li:last-child {
    margin-right: 0
}

.blog ul li span {
    color: #000;
    padding-right: 5px;
}

.blog a {
    font-family: SamsungSharpSans;
    font-size: 22px;
    color: #000;
    display: block;
    text-decoration: none;
    margin-bottom: 8px;
    padding: 0 15px;
}

.blog p {
    margin-bottom: 0;
    padding: 0 15px;
    display: block;
    padding-bottom: 30px;
}

.blog-area-im{
    margin-top: 10px;
}

.blog-area-im h3{
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.blog-area-im h3 a{
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

/*
* 12. Contact
*/

.contact {
    padding:100px 0;
    background: url('../../images/solar/20.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.contact .headline {
    margin-bottom: 15px;
}

.google-map__contact {
    width: 100%;
    height: 29rem;
    border: none;
}

.contact h2 {
    margin: 0;
}

.contact input {
    width: 100%;
    background: #fff;
    border: 2px solid #66ca2d;
    margin-bottom: 20px;
    height: 55px;
    padding: 10px;
    border-radius: 6px;
    color: #000;
}

.contact textarea {
    width: 100%;
    background: #fff;
    border: 2px solid #66ca2d;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 6px;
    color: #000;
    height: 130px;
    resize: none;
}

.contact button {
    position: relative;
    overflow: hidden;
    color: #fff;
    border: none;
    padding: 8px 40px;
    font-weight: bold;
    border-radius: 30px;
    background: #1f242c;
    transition: .4s;
    z-index: 2;
}

.contact button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 0%;
    border-radius: 30px;
    background: #1f242c;
    z-index: -2;
    transition: ease .4s;
    z-index: -2;
}

.contact button:hover {}

.contact button:hover:before {
    width: 102%;
    height: 102%;
    background: #31bf3f;
}

/*
* 13. Footer
*/

.footer {
    background-color: #1b1b1b;
    background-size: cover;
    /* padding:60px 0; */
    padding-bottom: 10px;
    color: #fff;
}

.footer .top-area {
    border-bottom: 1px solid gray;
    padding: 40px 0;
}

.footer .top-area .box {
    margin: 20px 0;
}

.footer .top-area h2 {
    font-family: SamsungSharpSans;
    font-size: 33px;
    color: #3cc62a;
    margin: 0;
}

.footer .top-area form {
    position: relative;
}

.footer .top-area input {
    background: #000;
    color: #fff;
    border: 2px solid #9b9fa2;
    width: 100%;
    height: 60px;
    padding: 15px;
}

.footer .top-area button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 100%;
    width: auto;
    padding: 10px 35px;
    border: none;
    border-left: 2px solid #fff;
    color: #3cc62a;
    font-size: 19px;
}

.f-content {
    padding:40px 0 10px 0;
    border-bottom: 1px solid gray;
}

.f-content .content {
    margin: 20px 0;
}

.f-content p {
    line-height: 1.5rem;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0;
}

/* .f-content ul {
    overflow: hidden;
} */

.f-content ul.social-media{
	padding-top:15px;
}

.f-content ul li {
    float: left;
    margin-right: 21px;
}

.f-content ul li:last-child {
    margin-right: 0;
}

.f-content ul li a {
    display: block;
    /* background: #fff;
    width: 35px;
    height: 35px;
    font-size: 23px;
    text-align: center;
    color: #000;
    line-height: 36px;
    border-radius: 6px;
    transition: .4s; */
}

.f-content ul li a:hover {
    background: #1b1b1b;
    color: #fff;
}

.f-content h6 {

    /* font-family: SamsungSharpSans; */
    font-family: 'Roboto', sans-serif;
    color: rgb(247 180 11);
    margin-bottom: 20px;
}

.f-content .utl li {
    float: inherit !important;
}

.f-content .ut-2 li {
    /* margin-bottom: 12px !important; */
}

.f-content .utl li a {
    background: transparent !important;
    text-align: left;
    color: #fff;
    font-size: 16px;
    height: auto;
    width: auto;
    transition: .1s;
}

.f-content .utl li a:hover {
    color: #fff;
    text-decoration: none;
}
.f-content .utl li a:hover{
    color: rgb(247 180 11);
}

.cont2 ul li {
    float: inherit;
    position: relative;
    margin-right: 0 !important;
    padding-left: 30px;
    line-height: 22px;
    margin: 20px 0;
}

.cont2 ul li span {
    color: #fff;
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
}


.cont2 ul li a {
    color: #fff;
}
.copyright {
	text-align: center;
    padding: 30px 0;
}
.copyright h6 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
	color:#fff;
}

.carousel {
    /* padding-bottom: 50px; */
    display: block;
    /* margin-top: 30px; */
}

.bg-carousel .owl-item > div {
    cursor: pointer;
    margin: 5% 14%;
    transition: margin 0.4s ease;
    box-shadow: 0px 5px 11px #0b0f11;
}

.bg-carousel .owl-item.center > div {
    cursor: auto;
    margin: 0;
    margin-bottom: 15px;
}

.bg-carousel .owl-item:not(.center) > div:hover {
    opacity: .75;
}


/*
* 14. Scroll To Top 
*/

.scroll-top {
    position: fixed;
    bottom: 25px;
    right: 25px; 
    background-image: linear-gradient(to bottom right, rgb(234 119 41), #ea7729);
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 47px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 9999;
    transition: linear.4s;
    display: none;
}

.scroll-top:hover {
    /* background: #3cc62a; */
    background-color: rgb(253, 137, 12);
    color: #fff;
}


/*
* 15. Search PopUp
*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 151%;
    height: 106%;
    /* background: #000; */
    z-index: 9999;
    display: none;
}

.search-popup form {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 30rem;
    height: 55px;
}

.search-popup input {
    background: #fff;
    /* border: 3px solid #31bf3f; */
    width: 100%;
    height: 55px;
    border-radius: 10px;
    padding: 10px;
}

.search-popup button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.05);
    color: #000;
    border: none;
    border-radius: 0px 10px 10px 0px;
    height: 100%;
    padding: 0 26px;
    font-size: 16px;
}

.search-popup .cross {
    position: absolute;
    top: -40px;
    right: -40px;
    color: #fff;
    font-size: 16px;
    border: 4px solid #b90808;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #b90808;
    line-height: 22px;
    cursor: pointer;
}

/* ---------whatsapp icon  */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 18px;
    right: 81px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 39px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

.my-float {
    margin-top: 11px;
}



/* -----------------------------------index page ------------------ */
.pump-title{
    margin-top: 15px;
    font-family: "Roboto", Sans-serif;
}

.pump-title h1{
    color: #9E9E9E;
    font-size: 40px;
    font-weight: 600;
}

.pump-title h5{
    color: #A5A5A5;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
}

.latest-title{
    /* background-color: #E59E06; */
    /* margin-top: 30px; */
}

.latest-title h2{
    font-weight: 700;
}
.latest-title strong{
    color: #24195e;
}

/* -------------- abouot-us page------------ */
.about-area{
    background-image: url("../../images/pump/about-us/about-us.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 415px;
}

.about-t h1{
    color: #fff;
    font-weight: 600;
    margin-top: 13%;
}

.about-det{
    padding: 29px 0px;
}

.about-det p{
    text-align: justify;
    color: #000000;
    font-size: 14px;
    line-height: 1.5rem;
}

.about-filp-img{
    text-align: center;
}

.about-name p{
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-img2{
    width: 36%;
    margin-bottom: 20px
}


.about-img2 a img {
    transition: .4s;
    transform: scale(1);
    background-color: rgba(0,0,0,0.5);
}

.about-img2 a img:hover {
    transform: scale(1.15, 1.15);
    background-color: rgba(0,0,0,0.5);
}



/* ----flip-image-card- */
.flip-card {
    width: 400px;
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    background: transparent;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateX(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    /* border-radius: 20px; */
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    color: #fff;
}



.flip-card-back {
    background-color: #4054b2;
    color: white;
    padding: 35px;
    transform: rotateX(180deg);
}

.flip-card-back h3 {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.flip-card-back p{
    line-height: 1.3rem;
    font-size: 14px
}

.flip-box {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ------------------------- our team page ------------------------------------ */

.flip-2-card {
    /* width: 450px; */
    height: 366px;
    perspective: 1000px;
    padding: 20px 20px 20px 20px;
    background-color: #E1E1E1;
}

.flip-2-card-inner {
    background: transparent;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-2-card:hover .flip-2-card-inner {
    transform: rotateY(180deg);
}

.flip-2-card-front,
.flip-2-card-back {
    position: absolute;
    /* border-radius: 20px; */
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-2-card-front {
    color: #fff;
}

.flip-2-card-back {
    background-color: #4054b2;
    color: white;
    padding: 35px;
    transform: rotateY(180deg);
}

.flip-2-card-back h3 {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.flip-2-card-back p{
    line-height: 1.3rem;
    font-size: 14px
}

.flip-2-card-back a{
    color: #fff;
}

.flip-2-box {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ________________________ */

.team-area{
    /* padding: 0px 50px; */
    margin-top: 50px;
    margin-bottom: 20px;
}


.flip-box-team{
    display: flex;
    /* padding: 0px 50px; */
}

.flip-box-team .col-md-6 {
    max-width: none;
}

.team-flip .about-name h3{
    margin-top: 20px;
    color: #232323;
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.team-flip .about-name p{
    color: #2C78FF;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 40px;
}

/* ___________________--------------------testimonial------------ */
.testimonial-section{
    background-color: #F7B40B;
}

.testimonial-section h1{
    font-weight: 700;
    padding: 30px;
}

.testimonial-certificate{
    padding: 50px 0px;
}

/*
* 5. Our Offer
*/

.our-offer {
    padding: 20px 0;
}

.our-offer .content {
    position: relative;
    background: #fff;
    transition: linear .4s;
    z-index: 2;
    margin-top: 20px;
}

.our-offer .content a:hover {
    background: rgba(0,0,0,0.5);
}

/* #-------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Roboto', sans-serif;
}

.gallery {
    margin-top: 30px;
}


.gallery .content {
    padding: 5px 0px;
}


.gal-2 {
    /* margin-top: -55%; */
}

/* ---------------------------deatering pump section=----------------- */
.dewatering-pump-section{
    padding: 50px 0px;
}

.dewatering-pump h3{ 
    font-weight: 500;
    font-size: 27px;
    color: #000;
    padding: 15px 0px;
}

.dewatering-pump h3:hover{ 
    color: #000;
} 
.dewatering-pump a:hover h3{ 
    color: #000;
    text-decoration: underline;
} 
.diaphra .dewatering-pump h3 { 
    font-size: 21px; 
}
/* ------pump section--- */
.pump-section{
    margin-top: 4px;
    background-color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid ;
    margin-bottom: 20px;
    border-color: rgba(0,0,0,.062);
}

.pump-section-details{
    margin-left: 27px;
}

.pump-section-details li{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.pump-section-details li a{
    color: #000;
    font-weight: 600;
}

.pump-section-details li::after {
    position: absolute;
    content: ">>";
    right: -8px;
    top: -1px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: 'FontAwesome';

}

.pump-spg-photo{
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
}

.pump-spg-photo img{
    width: 48%;
}

.pump-spg-section{
    background-color: #fff;
    padding: 40px;
}

.pump-spg-details h2{
    color: #032F71;
    font-family: "Alata", Sans-serif !important;
    font-weight: 600;
    font-size: 19px;
}
.pump-spg-details h1{
    color: #032F71;
    font-family: "Alata", Sans-serif !important;
    font-weight: 600;
    font-size: 31px;
    margin-bottom: -15px;

}
.submer-title h1{
    font-size: 19px;
}
.pump-spg-details h3{
    color: #032F71;
    font-weight: 600;
    padding: 30px 0px 15px;
}

.pump-spg-details p{
    color: #032F71;
    font-weight: 600;
}

.pump-spg-d2{
    padding: 10px;
}

.pump-spg-d2 p{
    color: #032F71;
    font-weight: 600;
    font-size: 15px;
}

.pump-spg-d2 ul{
    text-align: initial;
    color: #032F71;
    margin-left: 35px;
    font-size: 16px;
}

.spg-design-section{
    /* background-color: #FAFFE1; */
    padding: 30px 0px 30px 0px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #ED7E05;
}

.nav-tabs .nav-link.active {
    color: #000000;
}

.nav-item a:hover {
    color: #ED7E05;

}

/* ----spg tabs   */
.spg-tabs{
    padding: 30px 40px;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.spg-tabs h6{
    color: #000000;
    font-size: 17px;

}

.spg-tabs p{
    color: #000000;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.5rem;
}

pre{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0px;
    margin-top: -9px;
    overflow: unset;

}


.btn-spg{
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 4px;
}

/* +++++++++--------------------- open well page --------------------- */
.open-well-section{
    padding: 10px 10px 70px 10px;
    background-color: #fff;
}

.open-well{
    padding: 36px 16px 16px;
    /* background-color: #F4F4F4; */
}

.open-well h4{
    font-size: 20px;
    font-weight: 600;
}
.open-well h1{
    font-size: 30px;
    font-weight: 600;
}
.ou-team h1{
    text-align: center;
    margin-top: 30px;
    margin-bottom: -10px;
    font-size: 40px;
}


.open-well ul{
    font-size: 16px;
    /* margin-left: 2.5em; */
}


/* ---------------------------------dewatering question pages-------------- */

.question-title{
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

.question-t1 h1{
    font-size: 1.625rem;
    font-weight: 600;
}
.question-t1{
    text-align: center;
}

.dewatering-que-1{
    padding: 40px 0px 40px;
}

.dewatering-que-1 p{
    line-height: 1.6rem;
    font-size: 15px;
}

.question-title .pump-section-details li{
    font-weight: 100;
}

.dewatering-que-1 h4{
    font-size: 1.25rem;
    line-height: 1.8;
    color: #23282d;
}

.d-video video{
    width: 100%;
}

/* --------sewage pump page  for footer  */
.dewatering-que-2{
    padding: 70px 0px;
    font-family: "Poppins", Sans-serif;

}

.dewatering-que-2 h1{
    font-weight: 600;
    font-size: 2.375rem;
    line-height: 1.1;
}

.dewatering-que-2 p{
    font-family: "Poppins", Sans-serif;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    font-size: 18px;
    line-height: 2rem;

}

/* ----------------faq page  --------------------------------------------------------------*/
.faq-section{
    text-align: center;
    background-color: #F7B40B;
    padding: 30px 0px;
}

/* faq style */
.faq-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 100px 0;
    margin-top: -60px;
  }
  .faq-one__cta {
    background-color: #196cbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    margin-top: 40px;
    padding: 30px 25px;
  }
  .faq-one__cta-icon {
    margin-right: 25px;
  }
  .faq-one__cta-icon i {
    font-size: 55px;
    color: #fff;
  }
  .faq-one__cta h3 {
    font-size: 22px;
    font-weight: bold;
    color: #39e7f2;
    letter-spacing: .03em;
    margin: 0;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Montserrat';
  }
  .faq-one__cta p {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .03em;
    margin-top: 10px;
  }
  .faq-one__cta p a {
    color: inherit;
  }
  @media (min-width: 992px) {
    .faq-one .accrodion-grp {
      padding-right: 60px;
    }
  }
  .faq-one .accrodion + .accrodion {
    margin-top: 12px;
  }
  .faq-one .accrodion.active .accrodion-title:before {
    content: '-';
    color: #fff;
  }
  .faq-one .accrodion.active .accrodion-title {
    background-color: #cb8a1e;
    border-color: #cb8a1e;
  }
  .faq-one .accrodion.active .accrodion-title h4 {
    color: #fff;
  }
  .faq-one .accrodion .accrodion-title {
    background-color: #E9EDF3;
    border: 1px solid #d5dde7;
    border-radius: 5px;
    padding: 16.5px 20px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  @media (max-width: 375px) {
    .faq-one .accrodion .accrodion-title {
      padding-right: 50px;
    }
  }
  .faq-one .accrodion .accrodion-title:before {
    content: '+';
    font-size: 36px;
    color: #196cbf;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq-one .accrodion .accrodion-title h4 {
    margin: 0;
    color: #2b3036;
    font-weight: bold;
    font-size: 18px;
  }
  @media (max-width: 375px) {
    .faq-one .accrodion .accrodion-title h4 {
      line-height: 1.4em;
    }
  }
  .faq-one .accrodion .accrodion-content .inner {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
  .faq-one .accrodion .accrodion-content p {
    margin: 0;
    color: #45484a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 5px solid #E9EDF3;
  }
  .faq-one .faq-accrodion-2 .accrodion.active .accrodion-title:before {
    color: #196cbf;
  }
  .faq-one .faq-accrodion-2 .accrodion.active .accrodion-title {
    background-color: #fff;
    border-color: #d5dde7;
  }
  .faq-one .faq-accrodion-2 .accrodion.active .accrodion-title h4 {
    color: #196cbf;
  }
  .faq-one .faq-accrodion-2 .accrodion-title {
    background-color: #fff !important;
  }
  
  @media (min-width: 992px) {
    .faq-one__sidebar {
      margin-left: -30px;
    }
  }
  
  .faq-one__elms-page .accrodion-grp {
    padding-right: 0;
  }
  .faq-one__elms-page .accrodion .accrodion-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .faq-one__elms-page .accrodion .accrodion-title h4 {
    font-size: 15px;
  }
  .faq-one__elms-page .accrodion .accrodion-title:before {
    font-size: 24px;
  }


  /* --&-------------------------Contact us -page----------------- */
.contact-us-section{
    text-align: center;
    padding: 9px 0px;
    border-bottom: 1px solid #d5dde9;
}

.contact-us-section h1{
    color: #362C6B;
    font-family: "Roboto", Sans-serif !important;
    font-weight: 900;
}

.contact-us-flip{
    border-bottom: 1px solid #d5dde9;
}

.contact-flip{
    background-color: #f9f9f9;
    height: 200px;
    width: 115%;
}

.contact-flip .contact-flip1 i{
    color: #3700bd;
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact-flip1{
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
}

.contact-flip3{
    padding: 0px;
}

.contact-us-table{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.085);
}

.contact-two__form{
    margin: 20px 8%;
}

.car-table .input-group input,
.car-table .input-group textarea{
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid  ;
    font-size: 15px;
    padding-left: 20px;
}

.c-table .input-group input{
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #1e73be ;
    color: #1e73be ;
    font-size: 15px;
    padding-left: 20px;
}

.c-table .input-group textarea {
    width: 100%;
    height: 133px;
    padding-top: 9px;
    border: 1px solid #1e73be ;
    color: #1e73be ;
}

.contact-table-ic{
    color: #000000 ;
    font-size: 20px ;
    /* font-family: Gabriola ; */
    padding: 4px 12px ;
    font-weight: 600;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.contact-table-ic span{
    color: #dd3333 ;
    font-size: 15px;

}

.c-top{
    margin-top: 14px;
}

.sub-btn{
    font-size: 21px;
    font-weight: 600;
    font-family: Gabriola ;
    background: #ffffff ;
    border: 1px solid #1e73be ;
    border-radius: 4px ;
    width: 100% ;
    margin: 10px 0px;
    color: #1e73be;
    height: 37px;
    padding: 4px 15px ;
}

.sub-btn-2{
    font-size: 21px;
    font-weight: 600;
    font-family: Gabriola ;
    background: 000000 ;
    border: 0px solid #ffffff;
    background: #000000 ;
    border-radius: 4px ;
    /* width: 100% ; */
    margin: 10px 0px;
    color: #ffffff;
    height: 37px;
    padding: 4px 15px ;
}

.contact-info-one__social{
    margin-left: 33%;
}

.career-table{
    background-color: #fff;
    box-shadow: 0 0 20px #cecece;
}

.career-info{
    padding: 55px 20%;
}

.career-info h2{
    font-weight: 600;
    padding: 20px 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.career-info h1{
    font-weight: 600;
    font-size: 30px;
    padding: 20px 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/* ----------------------new page----------------------------- */
/*
* 4. blog styles
*/
.blog-grid {
    padding-top: 100px;
    padding-bottom: 95px;
  }
  
  .blog-list__single,
  .blog-grid__single {
    margin-bottom: 45px;
  }
  .blog-list__single:hover .blog-list__image > img a,
  .blog-list__single:hover .blog-grid__image > img,
  .blog-grid__single:hover .blog-list__image > img,
  .blog-grid__single:hover .blog-grid__image > img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .blog-list__single:hover .blog-list__image > a,
  .blog-list__single:hover .blog-grid__image > a,
  .blog-grid__single:hover .blog-list__image > a,
  .blog-grid__single:hover .blog-grid__image > a {
    opacity: 1;
  }


  .blog-list__image a:hover img{
    transform: scale3d(1.03,1.03,1);
  }

  
  .blog-list__image,
  .blog-grid__image {
    position: relative;
    overflow: hidden;
  }
  .blog-list__image > img,
  .blog-grid__image > img a {
    opacity: 1;
    /* width: 100%; */
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
  }
  .blog-list__image > a,
  .blog-grid__image > a {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; */
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .blog-list__content,
  .blog-grid__content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 10px;
    /* background-color: #F7F8FA; */
  }

  .blog-list__content h1{
    font-weight: 600;
  }

  .blog-list__content h3,
  .blog-grid__content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #2b3036;
    letter-spacing: .03em;
    margin: 0;
    margin-bottom: 2px;
  }
  .blog-list__content h3 a,
  .blog-grid__content h3 a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #000;
    background-image: linear-gradient(#000, #000);
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: all .2s ease-out;
  }
  .blog-list__content h3 a:hover,
  .blog-grid__content h3 a:hover {
    /* color: #196cbf; */
    background-size: 100% 2px, auto;
  }
  .blog-list__content p,
  .blog-grid__content p {
    margin: 0;
    color: #323334;
    font-size: 15px;
    line-height: 30px;
    /* letter-spacing: .025em; */
  }
  
  .blog-list__meta,
  .blog-grid__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #D8D9DB;
    margin: 0;
    margin-top: 25px;
    padding-top: 10px;
  }
  .blog-list__meta li + li,
  .blog-grid__meta li + li {
    margin-left: 9px;
  }
  .blog-list__meta li a,
  .blog-grid__meta li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #323334;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .blog-list__meta li a i,
  .blog-grid__meta li a i {
    font-size: 15px;
    color: #ee343d;
    margin-right: 5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .blog-list__meta li a:hover,
  .blog-grid__meta li a:hover {
    color: #196cbf;
  }
  .blog-list__meta li a:hover i,
  .blog-grid__meta li a:hover i {
    color: #2b3036;
  }
  
  .blog-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .blog-list__single {
    border-bottom: 1px solid #C5C7C7;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  .blog-list__single:hover .blog-list__image > img {
    /* opacity: .5; */
  }
  
  /* .blog-list__image {
    background-color: #2b3036;
  } */
  
  .blog-list__meta {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    margin-bottom: 5px;
  }

  .blog-list__meta li{
    display: flex;
    font-size: 14px;
    color: #5a5252;
    margin-left: 2px;
  }


  .blog-list__meta li a::after {
    content: "";
    height: 1em;
    width: 1px;
    background-color: #5a5252;
    position: relative;
    left: 6px;
  }


  /* .blog-list__meta li + li {
    margin-left: 20px;
  } */
  .blog-list__meta li a {
    padding: 0 9px;
    font-size: 14px;
    color: #5a5252;
  }
  .blog-list__meta li a i {
    font-size: 15px;
    margin-right: 15px;
  }
  
  .blog-list__content {
    padding: 0;
    /* background-color: #fff; */
    padding-top: 20px;
  }
  /* .blog-list__content h3:after {
    content: '';
    width: 97px;
    height: 2px;
    background-color: #3857f1;
    display: block;
    margin-top: 5px;
  } */

  
  .blog-list__btn {
    font-size: 18px;
    /* padding: 6px 37px; */
    margin-top: 20px;
    color: black;
    /* border-bottom: 1px solid; */
    color: #000;
    background-image: linear-gradient(#007bff, #007bff);
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: all .2s ease-out;
    border-bottom: 1px solid #9fa3a7;
  }

  .blog-list__btn:hover {
    background-size: 100% 2px, auto;
  }
  
  .blog-details {
    padding: 120px 0;
  }
  .blog-details .blog-one__single {
    margin-bottom: 0;
  }
  .blog-details__content-title {
    margin: 0;
    color: #2b3036;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .blog-details__author {
    background-color: #F5F5F5;
    padding: 60px 60px;
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .blog-details__author-image, .blog-details__author-content {
    display: table-cell;
    vertical-align: top;
  }
  @media (max-width: 480px) {
    .blog-details__author-image, .blog-details__author-content {
      display: block;
    }
  }
  .blog-details__author-image {
    width: 169px;
  }
  .blog-details__author-image > img {
    width: 100%;
  }
  .blog-details__author-content {
    padding-left: 40px;
  }
  @media (max-width: 480px) {
    .blog-details__author-content {
      padding-left: 0;
      padding-top: 30px;
    }
  }
  .blog-details__author-content h3,
  .blog-details__author-content p {
    margin: 0;
  }
  .blog-details__author-content h3 {
    color: #2b3036;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .blog-details__author-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #494b4d;
    margin-bottom: 0px;
  }
  .blog-details__author-content a {
    font-size: 16px;
    font-weight: 500;
    color: #ee343d;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .blog-details__author-content a:hover {
    color: #2b3036;
  }
  
  .comment-one {
    margin-bottom: 60px;
  }
  .comment-one__single {
    position: relative;
  }
  .comment-one__single + .comment-one__single {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #C9CAC7;
  }
  .comment-one__image, .comment-one__content {
    display: table-cell;
    vertical-align: top;
  }
  @media (max-width: 480px) {
    .comment-one__image, .comment-one__content {
      display: block;
    }
  }
  .comment-one__image {
    width: 170px;
  }
  .comment-one__image .inner-block {
    width: 100%;
  }
  .comment-one__image .inner-block > img {
    width: 100%;
  }
  .comment-one__content {
    padding-left: 40px;
    position: relative;
  }
  @media (max-width: 480px) {
    .comment-one__content {
      padding-left: 0;
      padding-top: 30px;
    }
  }
  .comment-one__author {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #2b3036;
  }
  .comment-one__date {
    color: #196cbf;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .comment-one__date-sep {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px;
  }
  .comment-one__text {
    color: #45484a;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
  }
  .comment-one__reply {
    font-size: 14px;
    padding: 0px 21px;
    background-color: #F5F5F5;
    color: #2b3036;
    font-weight: 500;
    line-height: 33px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .comment-one__reply:hover {
    background-color: #196cbf;
    color: #fff;
  }
  .comment-one__top-right {
    position: absolute;
    top: 0;
    right: 0;
  }
  @media (max-width: 480px) {
    .comment-one__top-right {
      position: relative;
      margin-top: 15px;
    }
  }
  
  .reply-form input,
  .reply-form textarea {
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    background-color: #F5F6F7;
    width: 100%;
    height: 75px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .reply-form textarea {
    height: 211px;
    padding-top: 15px;
  }
  .reply-form__btn {
    font-size: 20px;
  }
  .reply-form__btn:hover {
    color: #fff;
    background-color: #2b3036;
  }


/* ----------------for development at glance page------------- */
.glance-section{
    padding: 15px 20%;
}

.un-btn2{
    color: #3857F1;
    border: 1px solid #3857F1;
    vertical-align: middle;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    border-radius: 2px;
    border-width: 2px;
    font-size: 15px;
    font-weight: 600;
    line-height: 2.5rem;
}

.un-btn2:hover{
    background-color: #3857F1;
    color: #fff;
}

.glance-image img{
    padding: 20px;
}

.glance-txt h3{
    font-weight: 600;
}

.blog-list__glance{
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.last-update span{
    color: rgba(48,55,62,0.73);
    margin-top: 0.25rem;
    font-size: .9333em;
}

/* admin and comment section  */
.admin-box-section{
    padding: 15px 18%;
    
}

.author-box-avatar{
    padding: 2.5rem;
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.085);
}

.author-box-avatar i{
    margin-right: 1.5625rem;
    font-size: 80px;
}

.author-box-title a {
    color: #000;
    font-size: 18px;
}

.author-box-title a:hover {
    color: #3857F1;
}

/* next / previous post section  */
.post-section{
    padding: 40px 20%;
}

.post-title h6{
    margin-bottom: 1rem;
    letter-spacing: 2px;
    font-size: 0.6875rem;
    line-height: 1.72;
    color: #23282d;
}

.post-details a {
    color: #000;
}
.post-details a:hover {
    color: #3857F1;
}

.prev-img img {
    width: 75px;
    height: 75px;
}

.prev-img span {
    margin-left: 12px;
}

/* comment and reply section  */
.comment-section{
    padding: 15px 20%;
}

.comment-title h3{
    font-weight: 600;
}

.comment-title p{
    color: rgba(48,55,62,.73);
    margin-bottom: 40px;
    line-height: 1.5rem;
}



.comment-table .input-group input{
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    border-radius: 2px;
    border: 2px solid rgba(0,0,0,.085);
    color: #66717f;
    width: 100%;
    font-size: 15px;
    padding-left: 20px;
}

.comment-table .input-group textarea {
    width: 100%;
    height: 150px;
    padding: 12px;
    border: 2px solid rgba(0,0,0,.085);
    color: #66717f;
    width: 100%;
    border-radius: 2px;
}

.comment-btn-1{
    font-size: 21px;
    font-weight: 600;
    font-family: Gabriola;
    border: 0px solid #ffffff;
    background: #3629b2;
    border-radius: 2px;
    margin-top: 20px;
    color: #ffffff;
    height: 37px;
    padding: 4px 15px;
    margin-bottom: 30px;
}

.cmt-table{
    margin-top: 20px;
}

.search-box{
    display: flex;

}

.search-box h5{
    font-weight: 600;
    font-size: 17px;
}

.search-btn{
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: 0.5625rem 1rem;
    color: #32373c;
    margin-left: 0.625em;
    word-break: normal;
    font-size: inherit;
    line-height: 1!important;
}
.s-top-2{
   
    bottom: 160% !important;
}
.search-top-2{
    position: initial;
    bottom: 130%;
}

.search-top-2 h2{
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0px;
}

.search-top-2 p a{
    color: #000;
}

.search-top{
    position: absolute;
    bottom: 130%;
}

.search-top h2{
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0px;
}

.search-top p a{
    color: #000;
}

.form-group input{
    border: 2px solid rgba(0,0,0,.085);
    background-color: #fff;
    padding: 0.5625rem 1rem;
    line-height: 1!important;
}


/* ------------search page section  */
.question-t1 p{
    color: rgba(0,0,0,.75);
    margin-bottom: 0px;
}

.search-box-page h2{
    margin-bottom: 20px;
    margin-top: 40px;
}

.search-box-page p{
    line-height: 1.5rem;
    font-size: 15px;
}

.search-box-page h2 a{
    color: #000;
    background-image: linear-gradient(#000, #000);
    background-size: 0 2px, auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: all .2s ease-out;
}

.search-box-page h2 a:hover{
    background-size: 100% 2px, auto;
}

.search-box-page .blog-list__btn{
    font-size: 16px;
}

.pagination{
    margin-left: 30%;
    margin-bottom: 7%;
}

/* -----pumps for hotel industry page  */
.pumps-hotel{
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.pumps-hotel h1{
    margin-bottom: 20px;
    font-weight: 600;
    color: #23282d;
}

.pumps-hotel p{
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    color: #7a7a7a;
    line-height: 2rem;
}



.pump-hotel-photo {
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
}

.pump-hotel-details h2{
    color: #2F2F2F;
    font-family: "Alata", Sans-serif !important;
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 43px;
}

.pump-hotel-details h5{
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 30px;
}

.pump-hotel-d2 h3 {
    font-weight: 600;
}

.pump-hotel-d2 ul {
    text-align: initial;
    margin-left: 27px;
    font-size: 15px;
    color: #2F2F2F;
}

.sub-btn-3{
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0px;
    color: #ffffff;
    height: 37px;
    padding: 11px 25px;
    border-radius: 4px;
    background-color: #F7B40B;
    font-family: "Poppins", Sans-serif;
}

.sub-btn-3:hover{
    color: #000000;
}

.clear-water{
    margin-bottom: 50px;
    
}

.clear-water h6{
    margin-top: 35px;
    margin-bottom: 50px;
    color: #7a7a7a;
    font-size: 15px;
}

.trend-content{
    z-index: 1;
    bottom: 0;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
}

.trend-content h3{
  color: #fff;
}
.open-w{
    display: flex; 
}

/* .certificate-title{
    padding: 10px 80px;
} */

.certificate-title h4{
    text-align: center;
    font-weight: 600;
    background-color: #ffda00;
}


/* dewatering pumps in india  */
.dewatering-in-india{
    background-color: #EBEDEB;
}

.dewatering-pumps-1{
    margin-top: 30px;
}

.dewatering-pumps-1 h1{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.dewatering-pumps-1 p{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    line-height: 1.6rem;
    font-size: 16px;
    color: #000;
}



.dewatering-pumps-2 h1{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 70px;
}
.dewatering-images{
    display: flex;
}

.dewatering-btn{
    text-align: center;
    padding: 30px 0px;
}

.dewatering-btn a:hover{
    color: #fff;
}

.water-btn-2 {
    font-size: 21px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background: 000000;
    border: 0px solid #ffffff;
    background: #d1820f;
    border-radius: 4px;
    /* width: 100%; */
    margin: 10px 0px;
    color: #ffffff;
    height: 37px;
    padding: 4px 15px;
}

.card-body h5{
    font-size: 18px;
    font-weight: 600;
}

.card-body p{
    line-height: 19px;
    font-size: 15px;
    color: #000;
}

.copyright a{
    color: #fff;
}



.navbar-brand{
    width: 150px;
    height: auto;
    padding: 0;
    margin: 0 18px 0 0;
}
.navbar-brand img{
    margin-left: 0;
    margin-top: 0;
}
.pumps-ticks{
    display: flex;
    margin-left: 157px;
    margin-top: 20px;
}

.tick-details{
    display: flex;
    margin-top: 15px;
}

.tick-details-2{
    display: flex;
    margin-top: 15px;
    margin-left: -12px;
}

.tick-img img{
    width: 55%;
    margin-top: -6px;
}

.tick-cont{
    font-family: 'Open Sans', sans-serif;
    padding-right: 35px;
    padding-left: 31px;
    border-right: solid 1px #24195e;
    height: 50px;
    margin-left: -14%;
}

.tick-cont-2{
    font-family: 'Open Sans', sans-serif;
    padding-right: 35px;
    padding-left: 32px;
    border-right: solid 1px #24195e;
    height: 50px;
    margin-left: -14%;
}
.tick-cont-3{
    font-family: 'Open Sans', sans-serif;
    padding-right: 12px;
    padding-left: 20px;
    /* border-right: solid 1px rgba(81, 81, 81, 0.2509803922); */
    height: 50px;
    margin-left: -14%;
}

.tick-cont h5,
.tick-cont-2 h5,
.tick-cont-3 h5  {
    font-family: 'Roboto', sans-serif;
    color: #24195e;
    font-size: 19px;
}
.tick-cont p,
.tick-cont-2 p,
.tick-cont-3 p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-top: -6px;
    color: #656e75;
}

.water-pump{
    margin-top: 30px;
}
.header-2{
    background: #fff;
    /* background-image: linear-gradient(to bottom right, rgb(0 31 96), #001f609e); */
    height: auto;
    margin-top: 0;
}

.water-about-section,
.water-about-section,
.water-a-title h2,
.water-a-img p,
.water-a-cont h5,
.water-a-cont p,
.water-about-p p{
    font-family: 'Roboto', sans-serif;
}

.water-about-section{
    /* margin-top: 80px; */
    padding: 30px 0px;
    /* background: #f2fff2; */
}

.water-a-title h2{
    font-weight: 700;
    color: #24195e;
}

.water-a{
    /* display: flex; */
    margin-bottom: 20px;

}

.water-about-p p{
    line-height: 1.7;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
}
.water-about-p h2{
    text-align: center;
}
.water-a-cont p{
    line-height: 1.7;
    font-weight: 400;
    color: #000;
    text-align: center;
    
}
.water-a-img{
    text-align: center;
}
.water-a-img2{
    text-align: center;
}
.water-a-cont h5{
    color:#656e75;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.water-a-img img{
    /* width: 300px; */
    margin-right: -22px;
    padding-right: 30px;
}

.water-a-img2 img{
    /* width: 420px; */
    /* padding-right: 30px; */
}
.card-body{
    height: 100%;
    background: #beb9b952;
}
.pro-btt{
    height: 170px;
}

.card-body a{
    color: #fff;
}

.card-body a:hover {
    color: #24195e;
    background-color: #ffcc33;
    border: 4px solid #ffcc33 !important;
}
.sub-btn-3 {
    font-size: 15px;
    background: #24195e;
    border-radius: 4px;
    padding: 4px 15px;
    border: 4px solid rgb(36, 25, 94)!important;
}
.sub-btn-3:hover{
    color: #24195e;
    background-color: #ffcc33;
    border: 4px solid #ffcc33 !important;
}
.main-blos{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.latest-news{
    /* background-color: #EBEDEB; */
    /* padding: 50px 0px; */
    padding-bottom: 50px;
}

.blogs{
    /* background-color: #d8eddc; */
    padding: 30px 0px;
}

.blog-content h2{
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 700;
    text-align: center;
   
}
.blog-content h2 strong{
    color: #24195e;
}
.card-body h5,
.card-body p,
.card-body a{
    font-family: 'Roboto', sans-serif;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}


.pump-desk-banner{
    display: contents;
}
.pump-mobile-banner{
    display: none;
}
/* blogs page section------------------------------------------------------  */

.dewater-spg img{
    width: 57%;
}
.blog-main-banner{
    background-image:url(../../images/blog-main-banner.webp) !important;
}
.blogs-section {
    width: 100%;
    /* background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.768627451), rgba(6, 6, 6, 0.6509803922)); */
    background-image:url(../../images/blog-banner.webp);
    background-position: center;
    background-size: cover;
    border-bottom: solid 1px #101010;
    padding: 85px 0px;
    height: 473px;
}
.case-study-b-section {
    width: 100%;
    /* background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.768627451), rgba(6, 6, 6, 0.6509803922)); */
    background-image:url(../../images/case-study-banner.webp);
    background-position: center;
    background-size: cover;
    border-bottom: solid 1px #101010;
    padding: 85px 0px;
    height: 400px;
}
.sewage-blog {
    background-image:url(../../images/sewage-blog-banner.webp) !important;
}
.slurry-blog {
    background-image:url(../../images/slurry-pump-banner.webp) !important;
}
.control-panel-b-section {
    width: 100%;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.768627451), rgba(6, 6, 6, 0.6509803922));
    background-image:url(../../images/control-panel-banner.webp);
    background-position: center;
    background-size: cover;
    border-bottom: solid 1px #101010;
    padding: 85px 0px;
    height: 500px;
}

.blog-lists h1{
    font-family: 'Roboto', sans-serif;
    color: #001f60;
    font-size: 46px;
    font-weight: 600;
}
.blog-lists-2 h1{
    font-family: 'Roboto', sans-serif;
    color: #001f60;
    font-size: 30px;
    font-weight: 600;
    margin-top: 106px;
}

.blog-lists{
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blogs-img img{
    /* box-shadow: 0px 0px 17px -3px; */
    margin-bottom: 15px;
    width: 50%;
}

.blogs-a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogs-a i{
    padding: 3px 7px;
    font-weight: 700;
}

.blogs-details h3{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    margin-top: 5px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.blogs-details h1{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    margin-top: 5px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.blogs-details p{
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    color: #000;
}
.blogs-details span {
    font-family: 'Roboto', sans-serif;
    /* line-height: 1.7; */
    color: #000;
}
.style-list li{
    color: #080808;
    line-height: 30px;
    margin-left: 15px;
}

.style-list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color:#ffb81c;
    padding-right: 7px;
}
.cat-submers li{
    list-style: disc;
    margin-left: 30px;
}
.cat-submers li:before {
    content: "";
    font-family: "FontAwesome";
    color:#ffb81c;
    padding-right: 7px;
}
.blogs-section-details{
    margin-bottom: 40px;
    background-color: #fff;
}
.blogs-details h5{
    font-weight: 700;
    font-size: 21px;
}


/* industry-serve-section---- */


.industry-serve-section{
    /* padding-top: 30px;
    padding-bottom: 30px; */
    background-color: #fff;
}
.industry-titles h3{
    text-align: center;
    font-size: 33px;
    line-height: 40px;
    font-weight: 500;
    color: #001f60;
    margin-bottom: 10px;
}
.industry-titles h3 strong {
    color: #24195e;
}
.industry-titles p{
    text-align: justify;
    font-size: 17px;
    color: #626262;
    line-height: 1.9rem;
    margin-top: 20px;
}
.industry-types {
    text-align: center;
    border: 2px solid #24195e;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
}
.industry-types:hover {
    /* border: 2px solid #ffb81c;
    border-style: dashed; */

    position: relative;
	z-index: 0;
	width: 100%;
    height: 123px;
	border-radius: 10px;
	overflow: hidden;
    background-color: #fff;
    border: 2px solid #fff;
	/* padding: 2rem; */
}

	
.industry-types::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #399953;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#24195e, #24195e), linear-gradient(#fbb300, #fbb300), linear-gradient(#24195e, #24195e), linear-gradient(#fbb300, #fbb300);
    animation: rotate 4s linear infinite;
}

.industry-types::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: #fff;
    border-radius: 5px;
}

.exclusive-case{
    padding: 26px;
    /* background-color: rgb(215 212 229); */
    border-radius: 10px;
    margin-bottom: 30px;

    width: 100%;
    background-image:url(../../images/case-study-home-background.webp);
    background-position: center;
    background-size: cover;
    height: 200px;
}


.exclusive-case-2{
    display: none;
    padding: 26px;
    border-radius: 10px;
    /* margin-bottom: 30px; */
    margin-top: 20px;

    width: 100%;
    background-image:url(../../images/pump/event/Bauma-Exhibition-Casestudy.webp);
    background-position: center;
    background-size: cover;
    height: 215px;
}
@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}

/* @-webkit-keyframes Rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  @-moz-keyframes Rotate {
    from {
      -moz-transform: rotate(0deg);
    }
    to {
      -moz-transform: rotate(360deg);
    }
  }
  @-ms-keyframes Rotate {
    from {
      -ms-transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
    }
  } */
.industry-types h4{
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0px;
}
.industry-types img{
    margin-bottom: 8px;
    margin-top: 20px;
    width: 20%;
}


/* ----pump talk section  */
.pump-talk-section{
    padding: 30px 0px;
}

.pump-talk-title h2 strong{
    color: #24195e;
}
.pump-talk-title h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 33px;
    color: #001f60;
    text-align: center;
}
.pump-talk-title h1 strong{
    color: #24195e;
}
.pump-talk-title h1{
    font-size: 40px;
    font-weight: 500;
    line-height: 33px;
    color: #001f60;
    text-align: center;
}


.pump-talk-title hr{
    border-top: 4px solid #EF7F3A;
    width: 5%;
    margin-left: 48%;
}

.pumps-nav-title h3{
    /* border-bottom: 2px solid #f0563d; */
    bottom: -1px;
    display: inline-block;
    padding-bottom: 7px;
    position: relative;
}

.pumps-nav-title-2 h4{
    color: #24195e;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 600;
    /* bottom: -11px; */
    display: inline-block;
    /* padding-bottom: 7px; */
    position: relative;
}



/* ----------------faq page  --------------------------------------------------------------*/
.faq-section{
    text-align: center;
    background-color: #F7B40B;
    padding: 30px 0px;
}

/* faq style */
.faq-one-2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 100px 0;
    margin-top: -60px;
  }
  .faq-one-2__cta {
    background-color: #196cbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    border-radius: 5px;
    margin-top: 40px;
    padding: 30px 25px;
  }
  .faq-one-2__cta-icon {
    margin-right: 25px;
  }
  .faq-one-2__cta-icon i {
    font-size: 55px;
    color: #fff;
  }
  .faq-one-2__cta h3 {
    font-size: 22px;
    font-weight: bold;
    color: #39e7f2;
    letter-spacing: .03em;
    margin: 0;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Montserrat';
  }
  .faq-one-2__cta p {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .03em;
    margin-top: 10px;
  }
  .faq-one-2__cta p a {
    color: inherit;
  }
  @media (min-width: 992px) {
    .faq-one-2 .accrodion-grp {
      padding-right: 0px;
    }
  }
  .faq-one-2 .accrodion + .accrodion {
    margin-top: 12px;
  }
  .faq-one-2 .accrodion.active .accrodion-title:before {
    content: '-';
    color: #24195e;
  }
  .faq-one-2 .accrodion.active .accrodion-title {
    background-color: #fff;
  }
  .faq-one-2 .accrodion.active .accrodion-title h4 {
    color: #000;
  }
  .faq-one-2 .accrodion .accrodion-title {
    background-color: #fff;
    border: 1px solid #d5dde7;
    border-left: 4px solid #d5dde7;
    border-radius: 5px;
    padding: 9.5px 20px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  @media (max-width: 375px) {
    .faq-one-2 .accrodion .accrodion-title {
      padding-right: 50px;
    }
  }
  .faq-one-2 .accrodion .accrodion-title:before {
    content: '+';
    font-size: 36px;
    color: #24195e;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq-one-2 .accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 15px;

  }
  @media (max-width: 375px) {
    .faq-one-2 .accrodion .accrodion-title h4 {
      line-height: 1.4em;
    }
  }
  .faq-one-2 .accrodion .accrodion-content .inner {
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
  .faq-one-2 .accrodion .accrodion-content p {
    margin: 0;
    color: #45484a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    border-left: 3px solid #E9EDF3;
  }
  .faq-one-2 .faq-accrodion-2 .accrodion.active .accrodion-title:before {
    color: #196cbf;
  }
  .faq-one-2 .faq-accrodion-2 .accrodion.active .accrodion-title {
    background-color: #fff;
    border-color: #d5dde7;
  }
  .faq-one-2 .faq-accrodion-2 .accrodion.active .accrodion-title h4 {
    color: #196cbf;
  }
  .faq-one-2 .faq-accrodion-2 .accrodion-title {
    background-color: #fff !important;
  }
  
  @media (min-width: 992px) {
    .faq-one-2__sidebar {
      margin-left: -30px;
    }
  }
  
  .faq-one-2__elms-page .accrodion-grp {
    padding-right: 0;
  }
  .faq-one-2__elms-page .accrodion .accrodion-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .faq-one-2__elms-page .accrodion .accrodion-title h4 {
    font-size: 15px;
  }
  .faq-one-2__elms-page .accrodion .accrodion-title:before {
    font-size: 24px;
  }

.nav-link-2 {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 400 ;
    color: #24195e ;
    border-bottom: 1px solid #c6c9cd;
}

.nav-link-2:hover {
    background-color: rgb(247, 180, 11) ;
    color: #fff;
}

.nav-link-2.active {
    background-color: #24195e ;
    color: #fff;
    transition: box-shadow .25s ease,transform .25s ease;
}

.pump-talk-section{
    /* background: #f5f7fb url(../../images/pump/knowledge-hub.webp)right bottom no-repeat; */
}

.pump-row{
    display: flex;
}


/* -----------gallery photo page section ------------------------ */

.grid-list-area .grid-pro ul.grid-product .tred-pro {
    position: relative;
    margin-top: 30px;
    margin-left: 20px;
}
.tred-pro .tr-pro-img a {
    display: block;
}


/* ----vidoe page  */
.gallery-videos h1 {
    text-align: center;
    text-transform: uppercase;
    color: #24195e;
    padding: 30px 0px;
    margin: 0;
}
.gallery-videos h2 {
    text-align: center;
    text-transform: uppercase;
    color: #24195e;
    padding: 30px 0px;
    margin: 0;
    font-size: 40px;
}
.gallery-photo .gallery-pho h2 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}
.about-det h1{
    text-align: center;
}
.gallery-videos {
    /* width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    background: #f9f9f9; */
    border-radius: 5px;
}
.slick-slide {
    list-style-type: none;
    padding: 20px;
}


.multi-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}

.vid-wrap {
width: 49%;
display: inline-block;
padding-bottom: 20px;
}
video {
    width: 100%;
}




/* 5 reason why we have to choose  */


.reasons-to-choose{
    /* background-color: #f5f7fb; */
}
.reasons-title strong{
    color: #24195e;
    font-weight: 700;
}

.reasons-title h2 {
	font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
    color: #001f60;
	text-align: center;
	/* margin-top: 30px; */
	margin-bottom: 15px;
}
.reasons-details{
	display: flex;
}
.reasons-details-2{
	/* display: flex; */
}
.reasons-pra p{
	text-align: center;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    /* margin-left: 15px; */
	color: #fff;
}
.reasons5-prag{
    margin-top: 30px !important;
}
.reasons5-title h5{
    margin-top: -10px !important;
    margin-bottom: 0px !important;
}
.reasons5-title img{
    width: 30% !important;
}
.reasons5-prag p{
    font-size:  14px !important;
    text-align: initial !important;
}
.timely-photo{
    width: 35% !important;
}
.reasons-sales p{
    margin-left: 20px;
}
.reasons-sales-2 p {
    margin-left: 12px;
}



.reasons-pra h5{
	text-align: center;
    color: #000;
    font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

.reasons-pra{	
	width: 25%;
	margin-bottom: 40px;
	margin-left: 13px;
	text-align: center;


    padding: 20px 20px;
	background: #24195e;
    background-clip: border-box;
    border: none;
    border-radius: 10px;
	color: #fff;

	transition: 0.5s;
    cursor: pointer;
}
.reasons-pra-2{	
    display: flex;
	width: 100%;
	margin-bottom: 20px;
	margin-left: 13px;
	text-align: center;


    padding: 20px 20px;
	background: #24195e;
    background-clip: border-box;
    border: none;
    border-radius: 10px;
	color: #fff;

	transition: 0.5s;
    cursor: pointer;
}

.reasons-pra:hover{
	transform: scale(1.05);
    box-shadow: 10px 10px 15px rgb(0 0 0 / 30%);
}
.reasons-pra:hover::before{
	transform: scale3d(1, 1, 1);
}
.reasons-pra::before{
	transform-origin: left top;
}
.reasons-pra::after{
	transform-origin: right top;
}
.reasons-pra::before,
.reasons-pra::after{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}

.reasons-pra img{
	width: 45%;
    margin-bottom: 20px;
}

/* ------ industry-we--serve-section------------------------------- */
.industry-serve-title h1{
    color: #24195e;
    font-family: "Roboto", Sans-serif !important;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}
.industry-serve-title ul{
    padding-left: 2rem;
}
.industry-serve-title li{
    list-style-type: disc;
    font-size: 19px;
}
.industry-we-serve-section{
    background-color: #fff;
    padding: 50px 0px;
}

/* ---------------job opening------------- */
.job-opening-section{
    padding: 50px 0px;
}
.job-opening-title h1{
    font-family: "Roboto", Sans-serif !important;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}
.job-opening-title p{
    font-size: 16px;
}


.our-istributers textarea{
    display: block;
    border: none;
    outline: none;
    width: 100%;
    height: 135px;
    padding-top: 10px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #000;
    color: #6b6d6e;
    font-size: 16px;
    padding-left: 20px;
}

/* spasres and accessories section pages------------------- */
.spares{
    padding: 50px 0px;
}

.spares h1{
    font-family: "Roboto", Sans-serif !important;
    text-align: center;
    margin-bottom: 30px;
    color: #24195e;
}

.spares h2{
    font-family: "Roboto", Sans-serif !important;
    text-align: center;
    margin-bottom: 30px;
    color: #24195e;
}
.spare-2{
    margin-bottom: 30px;
}
.spare-2 img{
    /* transition: all ease .4s; */
    /* transform: scale(1.001); */
}

.spare-2 img:hover{
    /* transform: scale(1.2); */
}


/* --------------------- pump guide section--------------- */
.pump-guide-title h1 {
    /* color: #362C6B; */
    font-family: "Roboto", Sans-serif !important;
    font-weight: 900;
    text-align: center;
    /* margin-bottom: 30px; */
}
.pump-guide-title ul{
    padding-left: 2rem;
}
.pump-guide-title li {
    list-style-type: square;
    font-size: 15px;
    line-height: 1.8rem;
}
.pump-guide-title p{
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 5px;
}
.pump-application li{
    list-style-type: disc !important;
    font-size: 15px;
    line-height: 1.8rem;
}
.starting-pump h1{
    margin-bottom: 30px;
}
.starting-pump li{
    font-size: 15px;
    list-style-type: decimal;
    line-height: 1.8rem;
    
}



/* pump troubleshooting */
.pump-trouble{
    vertical-align: inherit !important;
    font-weight: 700 !important;
}

.table-bordered td, 
.table-bordered th,
.table thead th {
    border: 1px solid #000;
}
.table tbody+tbody {
    border-top: 1px solid #000;
}

.pump-tab{
    width: 25%;
}

.sub-btns-5 {
    font-size: 12px !important;
    padding: 0px 15px;
    border-radius: 4px;
    border: 2px solid rgb(247 180 11);
}
.sub-btns-5:hover {
    border: 2px solid #fff;
}
.sub-btns-6 {
    font-size: 15px !important;
    padding: 4px 10px;
    border-radius: 4px;
    border: 2px solid rgb(253 137 12);
}
.sub-btns-6:hover {
    border: 2px solid rgb(26, 4, 4);
}
.become-dist li a {
    background: transparent !important;
    text-align: left;
    color: #fff;
    font-size: 16px;
    height: auto;
    width: auto;
    transition: .1s;
}

.become-dist{
    margin-left: 34%;
    margin-top: -11px;
}

.contact-dist a{
    color: #000;
}
.contact-dist{
    padding: 12px 0px;
}
.global-presence{
    text-align: initial;
}

.testimonial-2 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled,
.owl-theme .owl-nav {
    display: none;
}

.pro-btt a{
    font-size: 15px;
    background: #24195e;
    border-radius: 4px;
    padding: 4px 15px;
    border: 4px solid rgb(36, 25, 94)!important;
}
.pro-btt a:hover{
    /* border: 2px solid #ffcc33!important; */
    color: #ffcc33;
}


.test-pra {
    width: 100% !important;
}
.test-pra h6 {
    font-size: 15px;
    color: #fff;
}
.test-know a:hover{
    background: #24195e !important;
    color: #fff;
    border: 1px solid #24195e!important;
}
.btnns {
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    background: #1A76D1;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
    border-radius: 0;
    border-radius: 4px;
}
.seconds-2 {
    background: #001f60 !important;
    border: 1px solid #001f60 !important;
    color: #fff !important;
}
.test-know a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffcc33;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 4px;
}





.faq-question{
    margin-top: 40px;
}
.faqs-photo img{
    width: 100%;
}
.faq-content{
    background-color: #e9e7e3;
    text-align: center;
    padding: 30px 70px;
    position: relative;
    /* word-break: break-all; */
    width: 100%;
    height: 100%;
}
.faq-content h1{
    font-size: 40px;
    color: #003ca6;
    margin: 0;
    font-weight: bold;
    float: left;
}
.faq-icons{
    display: flex;
    float: right;
}

.faq-icons li {
    background-color: #fcdf51;
    color: #fff;
    height: 42px;
    width: 42px;
    line-height: 42px;
    padding: 0;
    border-radius: 50%;
    font-size: 25px;
    margin: 2px 0px 0px 2px;
}

.faq-content hr {
    margin-top: 3rem;
    border-bottom: 4px solid #0b479e;
}
.faq-que{
    margin-top: 30px;
}
.faq-que p{
    color: #3f669f;
    padding: 0px;
    display: block;
    margin-top: 10px;
    text-align: justify;
    font-size: 20px;
    line-height: 1.8rem;
}


.request-call h4{
    font-size: 20px;
    /* font-weight: 600; */
    color: rgb(247 180 11);
    position: relative;
    padding: 0 0 10px 0;
    margin: 15px 0 10px 0;
}

.req-user:before {
    content: "\f2c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: rgb(247 180 11);
    font-size: 18px;
    width: 28px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 25px;
}
.req-email:before {
    content: "\f2b7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: rgb(247 180 11);
    font-size: 18px;
    width: 28px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 25px;
}
.req-mobile:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: rgb(247 180 11);
    font-size: 26px;
    width: 22px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 27px;
}
.req-org:before {
    content: "\f0a4";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: rgb(247 180 11);
    font-size: 18px;
    width: 22px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 27px;
}
.req-message:before {
    content: "\f044";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: rgb(247 180 11);
    font-size: 18px;
    width: 28px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 25px;
}

.request-call input,
.request-call button{
    font-size: 14px;
    border: 0px;
    border: solid 1px rgba(0,0,0,.1);
    color: #666;
    padding: 0 5px 0 40px;
    width: 100%;
    text-decoration: none;
    height: 50px;
    margin: 0 0 10px 0;
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
    line-height: 1;
}

.request-call select {
    font-size: 14px;
    border: 0px;
    border: solid 1px rgba(0,0,0,.1);
    color: #666;
    padding: 0 5px 0 0px;
    width: 100%;
    text-decoration: none;
    height: 50px;
    margin: 0 0 10px 0;
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
    line-height: 1;
    text-indent: 35px;
}

.faq-btn1 {
    background-color: #001f60 !important;
    display: inline-block;
    border: 0;
    color: #fff !important;
    padding: 12px 25px !important;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
}

.spares-acc{
    display: flex;
}

.spares-acc-2{
    display: flex;
    margin-top: 30px;
}
.location-photo{
    /* margin-top: -40px; */
}
.test-title-2 h2{
    margin-top: 30px;
    margin-bottom: 25px;
}
.spares-2{
    padding: 1px 40px;
}




/* accordion for faq open and close doc start */
.faqq {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 24px 0;
    }
    .faqq .d-details,
    .faqq .d-imgs {
    /* height: 400px; */
    /* max-width: 600px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    }

    .faqq  details[open],
    .faqq details summary,
    .faqq .d-imgs {
    display: block;
    /* width: 500px !important; */
    }

    .faqq details summary {
        
        background-color: #E9EDF3;
        border: 1px solid #d5dde7;
        border-radius: 5px;
        padding: 16.5px 20px;
        cursor: pointer;
        position: relative;
        -webkit-transition: all .4s ease !important;
        transition: all .4s ease;
        display: flex;
        /* justify-content: space-between; */
        align-items: center;
        gap: 1rem;
    }
    
    

    .faqq details summary:after {
        position: absolute;
        right: 20px;
        content: "\f077";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 21px;
        transition: 0.3s;
        transform: rotate(180deg);
         color: #196cbf;
         
    }

    .faqq details summary:before{
        background-color: #cb8a1e;
    border-color: #cb8a1e;
    transform: translateY(-50%);
    }
    .faqq details[open] summary:after {
        transform: rotate(0deg);
    }
    .faqq details summary[open]{
        background-color: #cb8a1e;
        border-color: #cb8a1e;
    }

    /* transitions */
    .faqq details {
        margin-bottom: 12px;
        /* height: 4rem; */
        transition: height 0.3s ease;
        transition: all 0.3s ease; 
    }

    .faqq details[open] {
      /* height: 10rem; */

    }

    .faqq details p {
        height: fit-content;
        padding: 1rem;

        margin: 0;
        color: #45484a;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-left: 5px solid #E9EDF3;
    }

    /* .faqq details[open] summary:after {
        transform: rotate(-90deg);
    } */

    /* responsive */
    @media (max-width: 1190px) {
        .faqq body,
        .faqq .d-display {
        height: fit-content;
        width: 100%;
    }
    .faqq .d-display {
        justify-content: center;
        padding: 2rem 0;
     }
    }


    .faqq .tab-control .accrodion-title {
        background-color: #E9EDF3;
        border: 1px solid #d5dde7;
        border-radius: 5px;
        padding: 16.5px 20px;
        cursor: pointer;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }
    
    .faqq .tab-control h4{
        margin: 0;
        color: #2b3036;
        font-weight: bold;
        font-size: 18px;
    }

    .faqq .tab-control .inner{
        padding-top: 15px;
        padding-bottom: 0px;
        padding-left: 15px;
        transition: all 1s ease;
        overflow: hidden;
    }






    .faqq .tab-control-2 summary {
        background-color: #fff;
        border: 1px solid #d5dde7;
        border-left: 4px solid #d5dde7;
        border-radius: 5px;
        padding: 9.5px 20px;
        cursor: pointer;
        position: relative;  
        
        
    }

    .faqq .tab-control-2 h4 {
        margin: 0;
        color: #2b3036;
        font-weight: 500;
        font-size: 15px;
    }
    .faqq .tab-control-2 summary:after {
        position: absolute;
        right: 20px;
        content: "\f077";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px;
        transition: 0.3s;
        transform: rotate(180deg);
        color: #24195e;
    }
    
    

/* accordiion end  */



.banner-img{
    text-align: center;
    background: #b0a495;
    margin-bottom: 20px;
    height: 300px;
}
.banner-img-2 h1{
    margin-top: 100px;
}




/* ----------------------------------------------------------- */

  .bubble{
    position: absolute;
    top: 53%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
  }
  .small{
    width: 10px;
    height: 10px;
    left: 50%;
    animation: flow-s 2s linear infinite;
  }
  .small-l{
    width: 10px;
    height: 10px;
    left: 43%;
    animation: flow-s-l 0.9s linear infinite;
  }
  .s-medium{
    width: 20px;
    height: 20px;
    left: 43%;
    animation: flow-s 1.3s linear infinite;
  }
  .medium{
    width: 25px;
    height: 25px;
    left: 45%;
    animation: flow-m 0.8s linear infinite;
  }
  .large{
    width:5px;
    height: 5px;
    left: 57%;
    animation: flow-l 0.7s linear infinite;
  }
  
  @keyframes flow-l {
    0% {
      top: 53%;
      left: 57%;
      opacity:0;
    }
    25%{
      top: 49%;
      left: 57.5%;
      opacity: 1;
    }
    50%{
      left: 58%;
      opacity: 1;
    }
    75%{
      left: 57.5%;
      opacity: 1;
    }
    100% {
      top: 32%;
      left: 57%;
      opacity: 0;
    }
  }
  
  @keyframes flow-s {
    0% {
      top: 53%;
      left: 50%;
      opacity:0;
    }
    25%{
      top: 49%;
      left: 51%;
      opacity: 1;
    }
    50%{
      top: 45%;
      left: 52%;
      opacity: 1;
    }
    75%{
      top: 41%;
      left: 51%;
      opacity: 1;
    }
    100% {
      top: 37%;
      left: 50%;
      opacity: 0;
    }
  }
  
  @keyframes flow-s-m {
    0% {
      top: 53%;
      left: 43%;;
      opacity:0;
    }
    25%{
      top: 49%;
      left: 42.5%;
      opacity: 1;
    }
    50%{
      top: 45%;
      left: 42%;
      opacity: 1;
    }
    75%{
      top: 41%;
      left: 42.5%;
      opacity: 1;
    }
    100% {
      top: 37%;
      left: 43%;
      opacity: 0;
    }
  }
  
  @keyframes flow-m {
    0% {
      top: 53%;
      left: 45%;;
      opacity:0;
    }
    25%{
      top: 48%;
      left: 44.5%;
      opacity: 1;
    }
    50%{
      top: 43%;
      left: 44%;
      opacity: 1;
    }
    75%{
      top: 38%;
      left: 44.5%;
      opacity: 1;
    }
    100% {
      top: 33%;
      left: 45%;
      opacity: 0;
    }
  }
  
  @keyframes flow-s-l {
    0% {
      top: 53%;
      left: 43%;;
      opacity:0;
    }
    25%{
      top: 48%;
      left: 43.5%;
      opacity: 1;
    }
    50%{
      top: 43%;
      left: 44%;
      opacity: 1;
    }
    75%{
      top: 38%;
      left: 43.5%;
      opacity: 1;
    }
    100% {
      top: 33%;
      left: 43%;
      opacity: 0;
    }
  }


.gl-0{
    padding-left: 0px;
}
.gr-0{
    padding-right: 0px;
}
.gx-0{
    padding-left: 0px;
    padding-right: 0px;
}

.g1{
    margin-left: 13px;
}
.g2{
    margin-right: -8px;
    margin-left: -14px;
}


.location-details-section {
    padding: 10px 0px;
}
.loc-det{
    padding: 30px 40px;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
.nav-link-3.active{
    /* background-color: #24195e; */
    color: #000;
}
.nav-link-3{
    /* background-color: #24195e; */
    color: #000;
}

.loc-india-title h1{
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 1px solid #dee2e6;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom: 1px solid transparent;
    text-align: center;
    padding: 7px;
    font-size: 30px;
}
.location-ind{
    margin-left: -15px;
    margin-bottom: -11px;
}


.manu-top{
    margin-top: -24%;
}
.loc-opening-title h2 {
    font-family: "Roboto", Sans-serif !important;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}
.loc-opening-title p {
    margin-bottom: 8px;
}
.loc-bord{
    border: 1px solid #eab425;
    border-radius: 5px;
    padding: 10px;
    margin-left: 25px;
    width: 88%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.manager-location{
    border: 1px solid #ba5a10;
    border-radius: 5px;
    padding: 28px 34px 8px;
}

.test-certi-sover{
    padding: 0px !important;
}
.test-certi-sover .certificate-img{
    margin-bottom: 40px;
}

.apply-resume{
    margin-top: 20px;
    height: auto;
}
.apply-resume a{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
.style-list-3 p:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #001f60;
    padding-right: 7px;
} 

.bro {
    text-align: right;
    margin-right: 0px;
    margin-left: 9px;
}
.bro p{
    color: #000;
    margin-top: 20px;
    margin-bottom: auto;
}
.bro p a{
    font-size: 15px;
    padding: 2px 15px;
    border-radius: 4px;
    border: 2px solid rgb(247 180 11);
    color: #000;
    background-color: yellow;
}
.test-know a{
    background-image: linear-gradient(to bottom right, rgb(247 180 11), #eded15);
    color: #000;
}
.sllury-data h5{
    text-align: center;
    font-size: 27px;
    font-weight: 600;
}
.down-broch h1{
    font-size: 33px;
    text-align: left;
}
.sllury-data h1{
    text-align: center;
    font-size: 27px;
    font-weight: 600;
}
.sllury-data h1{
    text-align: center;
    font-size: 31px;
    font-weight: 600;
}
.sllury-data p{
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    color: #000;
}

.diesel-driven-tdp {
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
    padding: 5px;
    
}
.diesel-driven-tdp img {
    width: 50%;
    /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%); */
}
.desiel-tab th{
    width: 50%;
}
.spg-tabs .table-bordered td, 
.spg-tabs .table-bordered th, 
.spg-tabs .table thead th {
    border: 2px solid #0000ff;
}
.dewater-data h5{
    font-size: 23px;
    margin-top: 30px;
}
.dewater-data li{
    color: #080808;
    line-height: 30px;
    margin-left: 15px;
}
.dewater-data li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #001f60;
    padding-right: 7px;
}
.manufact-machin p{
    line-height: 1.7;
    color: #000;
}
.manufact-machin h1{
    font-size: 38px;
    text-align: center;
    margin-bottom: 10px;
}
.manu-tools-details{
    padding-top: 30px;
}
.manufact-machin h3{
    text-align: center;
    font-weight: 700;
    font-size: 31px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.manufact-machin h4{
    font-size: 25px;
    margin-top: 5px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.manufact-tools-details{
    padding-top: 20px;
    padding-bottom: 40px;
}
.sewage-hub{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.sewage-list li { 
    margin-bottom: 10px;
}

/* faq section  */
.faq-sections {
    padding: 20px 0px;
}

.faq-sections .wp-block-yoast-faq-block .schema-faq-section {
    border: 2px solid rgb(247 180 11);
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.faq-sections .schema-faq-question {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px 65px 20px 20px;
    font-weight: bold;
    font-size: 18px;
}

.faq-sections .schema-faq-question:after {
    position: absolute;
    content: "+";
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #000;
    line-height: 1;
    border-radius: 50%;
    font-size: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}



.faq-sections .schema-faq-section.active .schema-faq-question:after {
    content: "-";
    align-items: normal;
    font-size: 30px;
    line-height: 20px;
}

.faq-sections .schema-faq-question:hover {
    background: #eee;
    border-radius: 8px;
}

.faq-sections .schema-faq-section.active .schema-faq-question {
    background: #eee;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.faq-sections .schema-faq-answer {
    display: none;
    margin: 20px 0 20px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.7;
}
.faq-sections .schema-faq-answer b{
    font-weight: 500;
    line-height: 1;
    
}
.mat-1{
    margin-top: 30px;
}


.gallery-photo .gallery-pho {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-photo  .gallery-pho h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-photo  .gallery-pho p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.gallery-photo  .tz-gallery {
    padding-top: 20px;
}

/* Override bootstrap column paddings */
.gallery-photo   .tz-gallery .row>div {
    padding: 2px;
}

.gallery-photo .tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.gallery-photo  .tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    /* font-family: 'Glyphicons Halflings'; */
    content: '+';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.gallery-photo  .tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #2e84ce6b;
    content: '';
    transition: 0.4s;
}

.gallery-photo .tz-gallery .lightbox:hover:after,
.gallery-photo  .tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.gallery-photo .baguetteBox-button {
    background-color: transparent !important;
}
.main-blos a{
    background-color: #ffcc33;
    border: 4px solid #ffcc33 !important;
    color: #24195e;
}
.main-blos a:hover{
    background: #24195e; 
    border: 4px solid rgb(36, 25, 94)!important;
    color: #ffcc33;
}
.sewage-benif {
    background-image: url(../../images/pump/blogs/Blog-4-Banner.webp) !important;
}
.sewage-benif2 {
    background-image: url(../../images/pump/blogs/Blog-5-Banner.webp) !important;
}
.sewage-benif3 {
    background-image: url(../../images/pump/blogs/Blog-6-Banner.webp) !important;
}
.sea-water {
    background-image: url(../../images/pump/blogs/Blog-7-Banner.webp) !important;
}
.moc-material {
    background-image: url(../../images/pump/blogs/Blog-8-Banner.webp) !important;
}
.slurry-boon {
    background-image: url(../../images/pump/blogs/Blog-9-Banner.webp) !important;
}
.slurry-demand {
    background-image: url(../../images/pump/blogs/Blog-10-Banner.webp) !important;
}
.saudi-sove{
    background-image: url(../../images/pump/blogs/Blog-11-Banner.webp) !important
}
.abrasive{
    background-image: url(../../images/pump/blogs/Sovereign-Pump-Blogs-Banner.webp) !important
}
.rrising{
    background-image: url(../../images/pump/blogs/Blog-13-Banner.webp) !important
}



.job-opening-title .style-list{
    margin-bottom: 10px;
}
.dewatering-pump{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 1px;
    padding: 5px;
    margin-top: 30px;
}
.self-prim li{
    list-style-type: disc;
}
.desiel-tab td:first-child {
    font-weight: bold;
}
.g-recaptcha{
    margin-top: 10px;
}
.quto-submit{
    margin-top: -20px;
}

.blogs-img{
    text-align: center;
}
/* pagination blog  */
.simple-pagination ul { 
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
	color: #24195e;
	background-color: #ffcc33;
	/* border-color: #24195e; */
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #24195e;
    color: #fff;
}
.saalar p {
    font-family: 'Roboto', sans-serif;
    line-height: 1.7;
    color: #000;
}
.saalar h2{
    font-size: 21px;
}
.saalar ul{
    margin-bottom: 20px;
}

.desktop{
    display: block;
}
.mobile{
    display: none;
}
.saalar{
    box-shadow: 0px 0px 3px -2px;
    padding: 30px;
}
.sluy-top{
    margin-top: 40px;
    padding: 0;
    box-shadow: none;
}
.sluy-top h1{
    margin-bottom: 20px;
}

/* Metrex Homepage Blocks */
.metrex-trust-bar {
    padding: 30px 0;
    background: #f3f6fb;
}

.metrex-trust-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.metrex-client-strip {
    flex: 1 1 58%;
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    padding: 20px;
}

.metrex-client-strip h3 {
    margin-bottom: 14px;
    font-size: 22px;
    color: #001f60;
}

.metrex-client-logos {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.metrex-client-logos li {
    min-height: 78px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f9fc;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}

.metrex-client-logos img {
    width: 100%;
    max-width: 150px;
    max-height: 48px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .9;
}

.metrex-client-logos img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.metrex-stat-strip {
    flex: 1 1 40%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.metrex-stat-card {
    background: #001f60;
    border-radius: 8px;
    padding: 14px 16px;
}

.metrex-stat-card h4 {
    margin: 0;
    color: #fff;
    font-size: 23px;
}

.metrex-stat-card p {
    margin: 2px 0 0;
    color: #d5ddf0;
    line-height: 1.4;
}

.metrex-solutions {
    padding: 55px 0 30px;
}

.metrex-section-head h2 {
    color: #001f60;
    font-weight: 700;
}

.metrex-section-head p {
    max-width: 700px;
    margin: 10px auto 28px;
    line-height: 1.6;
}

.metrex-solution-card {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #dae4f2;
    border-radius: 8px;
    padding: 24px 20px;
    box-shadow: 0 8px 18px rgba(0, 31, 96, .06);
    transition: all .3s ease;
}

.metrex-solution-card:hover {
    border-color: #001f60;
    transform: translateY(-4px);
}

.metrex-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #001f60;
    color: #fff;
    font-size: 22px;
}

.metrex-solution-card h3 {
    margin: 16px 0 8px;
    color: #001f60;
    font-size: 22px;
}

.metrex-solution-card p {
    margin-bottom: 12px;
    color: #2f2f2f;
    line-height: 1.6;
}

.metrex-link {
    color: #001f60;
    font-weight: 700;
}

.metrex-why {
    padding: 50px 0;
    background: #001f60;
}

.metrex-why .metrex-section-head h2 {
    color: #fff;
}

.metrex-why .metrex-section-head p {
    color: #d6e2ff;
    max-width: 760px;
}

.metrex-usp-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.metrex-usp-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    padding: 20px 18px;
}

.metrex-usp-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #001f60;
    font-size: 20px;
}

.metrex-usp-card h3 {
    margin: 12px 0 8px;
    color: #fff;
    font-size: 22px;
}

.metrex-usp-card p {
    margin: 0;
    color: #dbe6ff;
    line-height: 1.6;
}

.metrex-featured-project {
    padding: 60px 0;
    background: #f9fbff;
}

.metrex-project-image img {
    width: 100%;
    border-radius: 10px;
}

.metrex-project-copy h2 {
    color: #001f60;
    margin-bottom: 8px;
}

.metrex-project-copy h3 {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.metrex-project-copy p {
    line-height: 1.7;
}

.metrex-outcome {
    margin: 18px 0 22px;
    border-left: 4px solid #001f60;
    background: #edf2fb;
    padding: 10px 14px;
}

.metrex-outcome span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #4f5f80;
}

.metrex-outcome strong {
    color: #001f60;
}

.metrex-lead-magnet {
    padding: 55px 0 40px;
}

.metrex-lead-wrap {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    padding: 28px;
    box-shadow: 0 8px 20px rgba(0, 31, 96, .05);
}

.metrex-lead-copy h2 {
    color: #001f60;
}

.metrex-lead-copy p {
    margin-bottom: 20px;
}

.metrex-catalog-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #cfd8e6;
    border-radius: 6px;
    margin-bottom: 12px;
    padding: 0 14px;
    color: #313131;
}

.metrex-catalog-form button {
    border: none;
}

.metrex-footer-social {
    margin-top: 14px;
    display: flex;
    gap: 10px;
}

.metrex-footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #001f60;
    color: #fff;
}

@media (max-width: 991px) {
    .metrex-client-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metrex-usp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metrex-project-copy {
        margin-top: 22px;
    }
}

@media (max-width: 767px) {
    .metrex-client-strip h3 {
        font-size: 18px;
    }

    .metrex-usp-grid {
        grid-template-columns: 1fr;
    }

    .metrex-usp-card h3 {
        font-size: 20px;
    }

    .metrex-stat-card h4 {
        font-size: 20px;
    }

    .metrex-project-copy h3 {
        font-size: 24px;
    }

    .metrex-lead-wrap {
        padding: 22px 16px;
    }
}

/* Metrex Footer V2 */
.metrex-footer-v2 {
    background: #f0f2f5;
    color: #1f242c;
    padding: 55px 0 20px;
}

.metrex-footer-v2 .metrex-footer-panel {
    border-left: 4px solid #8f97a5;
    padding-left: 22px;
}

.metrex-foot-brand {
    margin-bottom: 25px;
}

.metrex-foot-logo img {
    max-width: 190px;
}

.metrex-foot-brand p {
    margin: 14px 0 0;
    color: #2f3744;
    line-height: 1.7;
    font-size: 15px;
    max-width: 360px;
}

.metrex-foot-col h6 {
    color: #111827;
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.metrex-foot-list,
.metrex-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.metrex-foot-list li,
.metrex-contact-list li {
    position: relative;
    margin-bottom: 8px;
    line-height: 1.5;
}

.metrex-foot-list li {
    padding-left: 22px;
}

.metrex-foot-list li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    width: 1px;
    height: 18px;
    background: #394150;
}

.metrex-foot-list li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 12px;
    width: 14px;
    height: 1px;
    background: #394150;
}

.metrex-foot-list a,
.metrex-contact-list a,
.metrex-contact-list span {
    color: #111827;
    font-size: 16px;
    font-weight: 600;
}

.metrex-foot-list a:hover,
.metrex-contact-list a:hover {
    color: #001f60;
}

.metrex-contact-list li {
    padding-left: 28px;
    margin-bottom: 10px;
}

.metrex-contact-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 18px;
    color: #001f60;
}

.metrex-cert-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.metrex-cert-grid img {
    width: 100%;
    height: 74px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #d3d9e4;
    border-radius: 6px;
    padding: 8px;
}

.metrex-foot-bottom {
    border-top: 1px solid #c8d0dc;
    margin-top: 22px;
    padding-top: 16px;
}

.metrex-foot-bottom p {
    margin: 0;
    color: #111827;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .metrex-foot-col {
        margin-bottom: 24px;
    }

    .metrex-foot-col h6 {
        font-size: 20px;
    }

    .metrex-foot-list a,
    .metrex-contact-list a,
    .metrex-contact-list span {
        font-size: 15px;
    }

    .metrex-foot-bottom p {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .metrex-footer-v2 {
        padding-top: 40px;
    }

    .metrex-footer-v2 .metrex-footer-panel {
        border-left-width: 3px;
        padding-left: 14px;
    }

    .metrex-foot-col h6 {
        font-size: 19px;
    }

    .metrex-foot-list a,
    .metrex-contact-list a,
    .metrex-contact-list span {
        font-size: 15px;
    }

    .metrex-foot-bottom p {
        font-size: 16px;
    }
}

.client-logo-slider .client-logo-item {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo-slider .client-logo-item img {
    max-height: 60px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logo-slider .client-logo-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.vertical-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.vertical-stat:last-child {
    border-right: none;
}

    .vertical-stat .stat-number {
        font-size: 36px;
    }


.main-menu {
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.main-menu .navbar-default {
    background: #fff !important;
    border: none;
}

.main-menu .nav.navbar-nav > li > a {
    color: #333 !important;
    background: transparent !important;
    font-weight: 500;
}

.main-menu .nav.navbar-nav > li > a:hover,
.main-menu .nav.navbar-nav > li > a:focus {
    color: #d2672b !important;
}

.main-menu .dropdown-menu {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.main-menu .dropdown-menu > li > a {
    color: #333 !important;
}

.main-menu .dropdown-menu > li > a:hover {
    background: #f8f9fa;
    color: #007bff !important;
}

.main-menu .menu-contact a {
    color: #333 !important;
    font-weight: 500;
}

.main-menu .menu-contact a:hover {
    color: #007bff !important;
}

.main-menu .menu-contact i {
    margin-right: 5px;
}

.navbar-toggle .icon-bar {
    background: #333 !important;
}

@media (max-width: 767px) {
    .metrex-product-card {
        margin-bottom: 20px;
    }
    
    .vertical-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 15px;
    }
    
    .vertical-stat:last-child {
        border-bottom: none;
    }
    
    .vertical-stat .stat-number {
        font-size: 36px;
    }
}

/* Product Category Pages */
.metrex-product-page .product-category-section {
    padding: 60px 0;
}

.metrex-product-page .category-header {
    background: linear-gradient(135deg, #0f4c81 0%, #0b365b 100%);
    padding: 60px 0;
    color: #fff;
    margin-bottom: 40px;
}

.metrex-product-page .category-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.metrex-product-page .category-header p {
    font-size: 18px;
    opacity: 0.9;
}

.metrex-product-page .category-description-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
    text-align: center;
}

.metrex-product-page .product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.metrex-product-page .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.metrex-product-page .product-card-image {
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
}

.metrex-product-page .product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.metrex-product-page .product-card:hover .product-card-image img {
    transform: scale(1.1);
}

.metrex-product-page .product-card-content {
    padding: 20px;
}

.metrex-product-page .product-card-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.metrex-product-page .product-card-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.metrex-product-page .product-features {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.metrex-product-page .product-features li {
    font-size: 13px;
    color: #555;
    padding: 5px 0 5px 20px;
    position: relative;
}

.metrex-product-page .product-features li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #0f4c81;
    font-size: 12px;
}

.metrex-product-page .product-card-content .read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0f4c81;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.metrex-product-page .product-card-content .read-more-btn:hover {
    color: #0b365b;
    gap: 12px;
}

.metrex-product-page .metrex-product-cta {
    background: #f8f9fa;
    padding: 60px 0;
}

@media (max-width: 991px) {
    .metrex-product-page .category-header {
        padding: 50px 0;
    }

    .metrex-product-page .category-header h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .metrex-product-page .product-category-section {
        padding: 40px 0;
    }

    .metrex-product-page .category-header {
        padding: 40px 0;
        margin-bottom: 28px;
    }

    .metrex-product-page .category-header h1 {
        font-size: 28px;
    }

    .metrex-product-page .category-header p {
        font-size: 15px;
    }

    .metrex-product-page .category-description-text {
        font-size: 15px;
        margin-bottom: 26px;
        text-align: left;
    }

    .metrex-product-page .product-card-image {
        height: 180px;
    }

    .metrex-product-page .metrex-product-cta {
        padding: 44px 0;
    }
}

/* Contact Page */
.metrex-contact-page .contact-page-section {
    padding: 60px 0;
}

.metrex-contact-page .contact-info-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    text-align: center;
}

.metrex-contact-page .contact-info-box i {
    font-size: 36px;
    color: #0f4c81;
    margin-bottom: 15px;
}

.metrex-contact-page .contact-info-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.metrex-contact-page .contact-info-box p {
    margin: 0;
    color: #666;
}

.metrex-contact-page .contact-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.metrex-contact-page .contact-form-box h3 {
    margin-bottom: 30px;
    font-weight: 600;
}

.metrex-contact-page .map-container {
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 40px;
}

.metrex-contact-page .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 767px) {
    .metrex-contact-page .contact-page-section {
        padding: 40px 0;
    }

    .metrex-contact-page .contact-info-box {
        padding: 22px;
        margin-bottom: 20px;
    }

    .metrex-contact-page .contact-form-box {
        padding: 24px 18px;
    }

    .metrex-contact-page .map-container {
        height: 300px;
        margin-top: 26px;
    }
}

/* Home Page */
.metrex-home-page {
    background: #f3f5f8;
}

.metrex-home-page .main-menu .nav.navbar-nav {
    align-items: center;
    display: flex;
}

.metrex-home-nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.metrex-home-nav-phone {
    color: #111827;
    font-size: 16px;
    font-weight: 600;
}

.metrex-home-nav-phone i {
    margin-right: 7px;
}

.metrex-home-nav-quote {
    background: #ea7729;
    color: #fff !important;
    border-radius: 8px;
      padding: 3px 16px;
    font-weight: 700;
    display: inline-block;
}
 
.metrex-home-nav-catalogue {
    background: #ea7729;
    color: #fff !important;
    border-radius: 8px;
    padding: 3px 16px;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
}
 
@media (min-width: 1200px) {
    .metrex-home-page #main-navigation-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .metrex-home-page .nav-brand-wrap {
        flex: 0 0 auto;
    }

    .metrex-home-page #main-navigation.collapse {
        display: block !important;
        flex: 1;
    }

    .metrex-home-page .main-menu .nav.navbar-nav {
        justify-content: center;
        gap: 10px;
    }

    .metrex-home-page .main-menu .nav.navbar-nav > li > a {
       padding-left: 40px;
        padding-right: 0px;
    }
}

.metrex-home-banner {
    position: relative;
    background: linear-gradient(rgb(12 18 48 / 78%), rgb(12 18 48 / 56%)), url("../../img/banner.webp") center/cover no-repeat;
    padding: 140px 0 140px;
}
 

.metrex-home-banner-content {
    max-width: 740px;
}

.metrex-home-banner-content span {
   display: inline-block;
    color: #ea7729;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13px;
    background-color: #ffffff1f;
    padding: 8px;
    border-radius: 5px;
}

.metrex-home-banner-content h1 {
    color: #fff;
    margin: 0 0 14px;
    font-size: 46px;
    line-height: 1.18;
    font-weight: 800;
}

.metrex-home-banner-content p {
    color: #d8e0f1;
    margin: 0 0 24px;
    font-size: 17px;
    line-height: 1.65;
}

.metrex-home-banner-content a {
    display: inline-block;
    background: #ea7729;
    color: #fff;
    padding: 6px 18px;
    border-radius: 8px;
    font-weight: 700;
}

.metrex-home-highlight-bar {
    background: #14183d;
    padding: 14px 0;
}

.metrex-home-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.metrex-home-highlight-item {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.metrex-home-highlight-item i {
    color: #ea7729;
    margin-right: 10px;
}

.metrex-home-products {
    padding: 80px 0 40px;
}

.metrex-home-products .text-center {
    text-align: center;
    margin-bottom: 50px;
}

.metrex-home-products .text-center h4 {
    color: #4d6788;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.metrex-home-products .text-center p {
    color: #4d6788;
    font-size: 16px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.metrex-home-product-card {
    border: 1px solid #d8dde6;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 24px;
}

.metrex-home-product-media {
    background: #dde2e896;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d6788;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 16px;
}

.metrex-home-product-body {
    padding: 22px;
}

.metrex-home-product-body h3 {
    color: #091e46;
        font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.metrex-home-product-body p {
    color: #516885;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.45;
}

.metrex-home-product-body a {
    color: #ea7729;
    font-size: 16px;
    font-weight: 700;
}

.metrex-home-product-body a i {
    margin-left: 4px;
}

.metrex-home-quick-enquiry {
    background: #161a40;
    padding: 44px 0 32px;
}

.metrex-home-quick-enquiry h2 {
    color: #fff;
    text-align: center;
   margin-bottom: 26px;
    font-size: 30px;
    font-weight: 500;
}

.metrex-home-quick-enquiry form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
    gap: 14px;
}

.metrex-home-quick-enquiry select,
.metrex-home-quick-enquiry input {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    color: #fff;
    min-height: 50px;
    padding: 10px 14px;
    font-size: 16px;
}

.metrex-home-quick-enquiry select option {
    color: #111827;
}

.metrex-home-quick-enquiry input::placeholder {
    color: #b9c3d7;
}

.metrex-home-quick-enquiry button {
    border: 0;
    background: #ea7729;
    color: #fff;
    border-radius: 8px;
    padding: 0 28px;
    min-height: 50px;
    font-size: 16px;
    font-weight: 800;
}

.metrex-home-wa-link {
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 16px;
}

.metrex-home-wa-link i {
    margin-left: 4px;
}

.metrex-home-stats {
       padding: 50px 0 50px;
}

.metrex-home-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.metrex-home-stat-item {
    text-align: center;
}

.metrex-home-stat-item h3 {  
    margin: 0 0 8px; 
    font-size: 44px;
    line-height: 1.1;
    color: var(--metrex-ink);
    font-weight: 600;
}

.metrex-home-stat-item p {
    color: #4f6784;
    font-size: 16px;
    margin: 0;
}

.metrex-home-projects {
    padding: 10px 0 36px;
}

.metrex-home-project-card {
    margin-bottom: 24px;
}

.metrex-home-project-media {
    min-height: 270px;
    background: #dde2e8;
    border-radius: 12px;
    border: 1px solid #d8dde6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d6788;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 14px;
}

.metrex-home-project-card p {
    color: #091e46;
    font-size: 17px;
    margin: 12px 6px 0;
}

.metrex-home-project-link {
    text-align: center;
}

.metrex-home-project-link a {
    color: #ea7729;
    font-size: 16px;
    font-weight: 700;
}

.metrex-home-clients {
    padding: 14px 0 68px;
}

.metrex-home-clients h3 {
    text-align: center;
    color: #4f6784;
    margin-bottom: 18px;
    font-size: 32px;
}

.metrex-home-client-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px;
}

.metrex-home-client-grid span {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3e8ee;
    border-radius: 8px;
    color: #5a7090;
    font-size: 16px;
}

.metrex-home-client-marquee {
    overflow: hidden;
    position: relative;
}

.metrex-home-client-track {
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    animation: metrexClientScroll 28s linear infinite;
}

.metrex-home-client-card {
        min-height: 80px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3e8ee;
    border-radius: 8px;
    border: 1px solid #d8dde6;
    padding: 6px 10px;
}

.metrex-home-client-card img {
    max-height: 60px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

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

.metrex-home-footer {
        background: #1c1c1c;
    color: #fff;
    padding: 66px 0 0;
}

.metrex-home-foot-brand h4 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    font-weight: 800;
}

.metrex-home-foot-logo {
    display: inline-block;
    margin-bottom: 10px;
}

.metrex-home-foot-logo img {
    max-width: 190px;
    width: 100%;
    height: auto;
}

.metrex-home-foot-brand span {
    color: #b8c3d9;
    font-size: 20px;
}

.metrex-home-foot-brand p {
    margin-top: 12px;
    color: #c7d0df;
    line-height: 1.6;
    max-width: 340px;
    font-size: 16px;
}

.metrex-home-foot-col h5 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 700;
}

.metrex-home-foot-col a {
    display: block;
    color: #c7d0df;
    font-size: 16px;
    margin-bottom: 9px;
}

.metrex-home-foot-col p {
    color: #c7d0df;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 9px;
}

.metrex-home-foot-col p i {
    width: 20px;
    color: #aebad2;
    margin-right: 8px;
}

.metrex-home-foot-col p a {
    display: inline;
    margin: 0;
}

.metrex-home-foot-bottom {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.metrex-home-foot-bottom p {
    margin: 0;
    color: #b8c3d9;
    font-size: 16px;
}

.metrex-home-foot-links {
    display: flex;
    gap: 22px;
}

.metrex-home-foot-links a {
    color: #b8c3d9;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .metrex-home-highlight-grid,
    .metrex-home-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metrex-home-client-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .metrex-home-quick-enquiry form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .metrex-home-highlight-grid,
    .metrex-home-stat-grid,
    .metrex-home-client-grid,
    .metrex-home-quick-enquiry form {
        grid-template-columns: 1fr;
    }

    .metrex-home-banner {
        padding: 64px 0 58px;
    }

    .metrex-home-banner-content h1 {
        font-size: 31px;
    }

    .metrex-home-banner-content p {
        font-size: 15px;
    }

    .metrex-home-products {
        padding-top: 52px;
    }

    .metrex-home-nav-actions {
        display: none;
    }

    .metrex-home-head h2 {
        font-size: 36px;
    }

    .metrex-home-quick-enquiry h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .metrex-home-foot-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.quote-modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 700px;
    margin: 15px auto;
}
.quote-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    font-size: 28px;
    color: #666;
    opacity: 1;
    transition: all 0.3s ease;
}
.quote-modal-close:hover {
    color: #333;
    transform: rotate(90deg);
}
.quote-modal-header {
   background: #e6ebf5;
    padding: 40px 40px 30px;
    text-align: center;
    position: relative;
}
.quote-modal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></svg>');
    background-size: 150px;
    opacity: 0.5;
}
.quote-modal-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    position: relative;
}
.quote-modal-icon i {
    font-size: 24px;
    color: #fff;
}
.quote-modal-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
}
.quote-modal-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin: 0;
    position: relative;
}
.quote-modal-body {
    padding: 30px 40px 40px;
}
.quote-form .form-group {
    margin-bottom: 20px;
}
.quote-form label {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    margin-bottom: 8px;
    display: block;
}
.quote-form .form-control {
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 16px 12px 45px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fafafa;
    height: 48px;
}
.quote-form textarea.form-control {
    height: auto;
    resize: none;
}
.quote-form .form-control:focus {
    border-color: #001f60;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 31, 96, 0.1);
    outline: none;
}
.quote-form .form-control::placeholder {
    color: #9ca3af;
}
.quote-form .input-icon {
    position: relative;
}
.quote-form .input-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 16px;
    z-index: 5;
    transition: color 0.3s ease;
}
.quote-form textarea + i {
    top: 20px;
    transform: none;
}
.quote-form .input-icon:focus-within i {
    color: #001f60;
}
.quote-form select.form-control {
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}
.quote-submit-btn {
    width: 100%;
    padding: 16px 32px;
    background: #ea7729;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.quote-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 31, 96, 0.3);
    background-color: #171b40;
    color: #fff;
}
.quote-submit-btn i {
    font-size: 18px;
}
@media (max-width: 768px) {
    .quote-modal-header {
        padding: 30px 20px 25px;
    }
    .quote-modal-body {
        padding: 25px 20px 30px;
    }
    .quote-modal-title {
        font-size: 20px;
    }
    .quote-form .form-control {
        padding: 12px 14px 12px 42px;
        height: 46px;
    }
}

.quote-trigger:hover {
    color: #fff;
    background-color: #171b40;
}

/* Single-page section styling */
:root {
    --metrex-ink: #151515;
    --metrex-green: #0e4b2b;
    --metrex-cream: #f7f4ef;
    --metrex-border: #e8e1d8;
    --metrex-muted: #6a6a6a;
}

.metrex-anchor {
    scroll-margin-top: 110px;
}

.metrex-home-value-bar {
    background: #1c1c1c;
    color: #f0f0f0;
    padding: 22px 0;
}

.metrex-home-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.metrex-home-value-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 15px;
}

.metrex-home-value-item i {
    color: #b2b2b2;
    font-size: 18px;
}

.metrex-story {
    padding: 80px 0;
    background: #fbfaf7;
}

.metrex-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr);
    gap: 42px;
    align-items: start;
}

.metrex-story h2 {
    font-size: 44px;
    line-height: 1.1;
    color: var(--metrex-ink);
    margin-bottom: 18px;
}

.metrex-story p {
    color: var(--metrex-muted);
    font-size: 18px;
    line-height: 1.8;
}

.metrex-story-tags {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.metrex-story-tag {
    background: #eaf1ec;
    color: var(--metrex-green);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    letter-spacing: 0.2px;
    font-weight: 600;
}

.metrex-story-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.metrex-story-card { 
   border: 1px solid #eeecec;
    border-radius: 22px;
    padding: 26px 22px;
    box-shadow: 0 16px 35px rgba(8, 41, 84, 0.08);
}

.metrex-story-card h3 {
    color: #0a3b78;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 800;
}

.metrex-story-card span {
    display: block;
    color: #444;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
}

.metrex-story-milestone {
    background: linear-gradient(135deg, #102c1f, #0e4b2b);
    color: #e7efe8;
    border-radius: 18px;
    padding: 26px 24px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.metrex-story-milestone h3 {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    font-weight: 700;
}

.metrex-story-milestone ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.metrex-story-milestone li {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 12px;
    align-items: start;
    font-size: 14px;
    line-height: 1.6;
}

.metrex-story-milestone .year {
    color: #c7f0d8;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.metrex-story-metrics {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 14px;
}

/* metric tiles refinement */
.metrex-story-card { 
    border: 1px solid #cccccc36;
    border-radius: 22px;
   padding: 16px 22px; 
       box-shadow: 0 16px 35px rgb(234 119 41 / 7%);
}

.metrex-story-card h3 {
    color: #0a3b78;
    font-size: 36px;
    margin-bottom: 26px;
    font-weight: 800;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.metrex-counter {
    line-height: 1;
}

.counter-suffix {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    color: #0a3b78;
}

.metrex-counter-text {
    font-weight: 800;
    font-size: 32px;
    color: #0a3b78;
    line-height: 1;
}

.metrex-story-card span {
    display: block;
        color: #151515;
    font-size: 26px;
    letter-spacing: 0;
    text-transform: none;
}

.metrex-why {
    padding: 90px 0;
    background: #fffdf9;
}

.metrex-why .metrex-section-label,
.metrex-how .metrex-section-label,
.metrex-contact .metrex-section-label,
.metrex-story .metrex-section-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color:  #ea7729;
    font-weight: 700;
}

.metrex-why h2 {
    font-size: 40px;
    margin: 10px 0 40px;
    text-align: center;
    color: var(--metrex-ink);
}

.metrex-why-card {
    border: 1px solid var(--metrex-border);
    border-radius: 22px;
    padding: 30px 24px;
    text-align: center;
    background: #ffffff;
    height: 100%;
}

.metrex-why-icon {
       height: 60px;
    width: 60px;
    border-radius: 12px;
    background: #ff883721;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ea7729;
    margin-bottom: 18px;
    font-size: 22px;
}

.metrex-why-card h4 {
    font-size: 16px;
    letter-spacing: 0.6px;
    font-weight: 700;
    margin-bottom: 12px;
}

.metrex-why-card p {
    color: var(--metrex-muted);
    font-size: 14px;
    line-height: 1.7;
}

.metrex-how {
    padding: 90px 0;
    background: #ffffff;
}

.metrex-how h2 {
    font-size: 40px;
    margin: 10px 0 18px;
}

.metrex-how p {
    color: var(--metrex-muted);
}

.metrex-how-steps {
    margin-top: 40px;
}

.metrex-how-step {
         
    border: 1px solid #cccccc36;
     
    padding: 16px 22px;
    box-shadow: 0 16px 35px rgb(8 41 84 / 8%);
}

.metrex-how-step h3 {
    font-size: 44px;
        color: #ea7729;
    margin-bottom: 10px;
    font-weight: 400;
}

.metrex-how-step h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.metrex-how-step p {
    font-size: 14px;
    color: var(--metrex-muted);
    line-height: 1.7;
}

.metrex-contact {
    padding: 90px 0;
    background: #fbfaf7;
}

.metrex-contact h2 {
    font-size: 40px;
    margin: 12px 0 20px;
}

.metrex-contact-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 34px;
    border: 1px solid var(--metrex-border);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.05);
}

.metrex-contact-list {
    margin-top: 28px;
}

.metrex-contact-item {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    color: var(--metrex-muted);
    font-size: 18px;
}

.metrex-contact-item i {
    color:  #000;
    font-size: 18px;
        margin-top: 7px;
}

.metrex-contact-form label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--metrex-muted);
}

.metrex-contact-form .form-control {
    border-radius: 12px;
    border: 1px solid var(--metrex-border);
    box-shadow: none;
    height: 44px;
}

.metrex-contact-form textarea.form-control {
    height: auto;
}

.metrex-contact-form .btn {
   background: #ea7729;
    color: #fff;
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .metrex-home-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metrex-story-cards {
        margin-top: 30px;
    }

    .metrex-story-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .metrex-home-value-grid {
        grid-template-columns: 1fr;
    }

    .metrex-story h2,
    .metrex-why h2,
    .metrex-how h2,
    .metrex-contact h2 {
        font-size: 32px;
    }

    .metrex-story-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


.whwts {
    
    bottom: 20px;
    color: var(--metrex-muted); 
    font-size: 18px;
         line-height: 1.8;
      
}

/* Industries Carousel Styles */
.metrex-industries {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.metrex-industries .metrex-section-label,
.metrex-home-products .metrex-section-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: #ea7729;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.metrex-industries h2,
.metrex-home-products h2 {
    font-size: 40px;
    margin: 10px 0 20px;
    text-align: center;
    color: #151515;
}

.metrex-industries > .container > .row > .col-12 > p {
    font-size: 16px;
    color: #4d6788;
    margin-bottom: 40px;
}

.industry-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin: 10px;
}

.industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.industry-card i {
    font-size: 42px;
    color: #FF6B35;
    margin-bottom: 15px;
    display: block;
}

.industry-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
}

.industries-carousel .owl-nav {
    display: none;
}

.industries-carousel .owl-dots {
    margin-top: 30px;
}

.industries-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
}

.industries-carousel .owl-dots .owl-dot.active {
    background: #FF6B35;
}

/* Product Modal Styles */
.product-features-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.product-features-list li {
    padding: 8px 0;
    font-size: 15px;
    color: #333;
}

.product-features-list li i {
    color: #FF6B35;
    margin-right: 10px;
}

.quote-modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.quote-modal-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 14px;
}

.quote-modal-body h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 20px;
    margin-bottom: 15px;
}

.quote-modal-body h5:first-child {
    margin-top: 0;
}

.quote-modal-body p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.quote-modal-body .btn {
    background: #FF6B35;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.quote-modal-body .btn:hover {
    background: #e55a2b;
    color: #fff;
}

/* Form Validation Styles */
.error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.form-control.error {
    border-color: #dc3545 !important;
}

.metrex-contact-form .form-group,
.quote-form .form-group {
    margin-bottom: 20px;
}

/* ========================================
   ANIMATION & HOVER EFFECTS
======================================== */

/* Industry Card Enhanced Animations */
.industry-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 10px;
    position: relative;
    overflow: hidden;
}

.industry-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.1), transparent);
    transition: left 0.5s ease;
}

.industry-card:hover::before {
    left: 100%;
}

.industry-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(255, 107, 53, 0.2);
}

.industry-card i {
    font-size: 42px;
    color: #FF6B35;
    margin-bottom: 15px;
    display: block;
    transition: all 0.4s ease;
    transform: scale(1);
}

.industry-card:hover i {
    transform: scale(1.2) rotate(5deg);
    color: #e55a2b;
}

.industry-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.industry-card:hover h4 {
    color: #FF6B35;
}

/* Industry Card Stagger Animation on Load */
.industry-card {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.industry-card:nth-child(1) { animation-delay: 0.1s; }
.industry-card:nth-child(2) { animation-delay: 0.2s; }
.industry-card:nth-child(3) { animation-delay: 0.3s; }
.industry-card:nth-child(4) { animation-delay: 0.4s; }
.industry-card:nth-child(5) { animation-delay: 0.5s; }
.industry-card:nth-child(6) { animation-delay: 0.6s; }
.industry-card:nth-child(7) { animation-delay: 0.7s; }
.industry-card:nth-child(8) { animation-delay: 0.8s; }
.industry-card:nth-child(9) { animation-delay: 0.9s; }
.industry-card:nth-child(10) { animation-delay: 1.0s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Product Card Enhanced Hover Effects */
.metrex-home-product-card {
    background: #fff;   
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    display: flex;
    flex-direction: column;
}

.metrex-home-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
        border: 1px solid #ea772991;
}

.metrex-home-product-media { 
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.metrex-home-product-media img {
    width: 100%; 
    object-fit: cover;
    transition: transform 0.4s ease;
}

.metrex-home-product-card:hover .metrex-home-product-media img {
    transform: scale(1.05);
}

.metrex-home-product-media::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 60%);
    transform: scale(0);
    transition: transform 0.6s ease;
    pointer-events: none;
}

.metrex-home-product-card:hover .metrex-home-product-media::after {
    transform: scale(1);
}

.metrex-home-product-media span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.metrex-home-product-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s ease;
}

.metrex-home-product-card:hover .metrex-home-product-body {
    background-color: #fdfdfd;
}

.metrex-home-product-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.metrex-home-product-card:hover .metrex-home-product-body h3 {
    color: #FF6B35;
}

.metrex-home-product-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
}

.metrex-home-product-body a {
    color: #FF6B35;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.metrex-home-product-body a i {
    transition: transform 0.3s ease;
}

.metrex-home-product-card:hover .metrex-home-product-body a {
    color: #e55a2b;
}

.metrex-home-product-card:hover .metrex-home-product-body a i {
    transform: translateX(5px);
}

/* Section Title Animation */
.metrex-section-label {
    animation: fadeInDown 0.8s ease;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Counter Cards Animation */
.metrex-story-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.metrex-story-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Why Metrex Card Animations */
.metrex-why-card {
    background: #fff;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.metrex-why-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.metrex-why-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #FF6B35 0%, #ff8f66 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
}

.metrex-why-card:hover .metrex-why-icon {
    transform: scale(1.1) rotate(360deg);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.4);
}

.metrex-why-icon i {
    font-size: 28px;
    color: #fff;
}

.metrex-why-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.metrex-why-card:hover h4 {
    color: #FF6B35;
}

.metrex-why-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Process Steps Animation */
.metrex-how-step {
    padding: 30px;
    transition: all 0.4s ease;
}

.metrex-how-step:hover {
    transform: translateY(-8px);
}

.metrex-how-step h3 {
    font-size: 48px;
    font-weight: 700;
    color: #FF6B35;
    opacity: 0.3;
    transition: all 0.4s ease;
}

.metrex-how-step:hover h3 {
    opacity: 1;
    transform: scale(1.1);
}

.metrex-how-step h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.metrex-how-step p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* Contact Form Animation */
.metrex-contact-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transition: transform 0.4s ease;
}

.metrex-contact-card:hover {
    transform: translateY(-5px);
}

/* Button Hover Effects */
.btn {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.btn:hover::before {
    left: 100%;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
}

/* Scroll Top Button Animation */
.scroll-top {
    transition: all 0.3s ease;
}

.scroll-top:hover {
    transform: scale(1.1);
    background: #e55a2b;
}

/* WhatsApp Float Animation */
.float {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Banner Content Animation */
.metrex-home-banner-content {
    animation: slideInLeft 1s ease;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Value Bar Items Stagger */
.metrex-home-value-item {
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease backwards;
}

.metrex-home-value-item:nth-child(1) { animation-delay: 0.1s; }
.metrex-home-value-item:nth-child(2) { animation-delay: 0.2s; }
.metrex-home-value-item:nth-child(3) { animation-delay: 0.3s; }
.metrex-home-value-item:nth-child(4) { animation-delay: 0.4s; }

.metrex-home-value-item:hover {
    transform: translateY(-5px);
    color: #FF6B35;
}

/* Modal Styles - Fixed for mobile */
.modal {
    padding-right: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-backdrop {
    background-color: rgba(0,0,0,0.7);
}

.modal-dialog {
    max-width: 700px;
    width: 95%;
    margin: 1.75rem auto;
}

.modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
    margin: 20px 0;
}

.modal-dialog {
    max-width: 700px;
    width: 95%;
    margin: 1.75rem auto;
}

.modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

.modal-body {
    padding: 30px;
    max-height: 80vh;
    overflow-y: auto;
}

.modal-body .row {
    margin: 0;
}

.modal-body .col-md-6,
.modal-body .col-md-12 {
    padding: 0 10px;
}

.quote-modal-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    font-weight: 300;
    z-index: 10;
    opacity: 0.6;
}

.quote-modal-close:hover {
    opacity: 1;
}

.quote-modal-header {
    text-align: center;
    padding: 25px 30px 0;
}

/* Product Card Clickable */
.metrex-home-product-card {
    cursor: pointer;
    position: relative;
}

.metrex-home-product-card .metrex-home-product-body {
    pointer-events: none;
}

.metrex-home-product-card .metrex-home-product-body a {
    pointer-events: auto;
}

/* Modal Animation */
.modal.fade .modal-dialog {
    transform: scale(0.8) translateY(50px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal.show .modal-dialog {
    transform: scale(1) translateY(0);
}

/* Footer Links Hover */
.metrex-home-foot-col a {
    transition: all 0.3s ease;
    display: inline-block;
}

.metrex-home-foot-col a:hover {
    color: #FF6B35 !important;
    transform: translateX(5px);
}

/* Form Input Focus Animation */
.form-control {
    transition: all 0.3s ease;
    border: 2px solid #e0e0e0;
}

.form-control:focus {
    border-color: #FF6B35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
    outline: none;
}

/* Scroll Animation Styles */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Banner Text Animation */
.metrex-home-banner-content span {
    display: inline-block;
}

.metrex-home-banner-content h1 {
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.2s;
}

.metrex-home-banner-content p {
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.4s;
}

.metrex-home-banner-content a {
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.6s;
}